@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*===========================================
    BASE
===========================================*/
.font-italic {
  font-style: italic;
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, a, div, span {
  color: #231815;
}

a {
  text-decoration: none;
}

a:link {
  color: #231815;
}

a:visited {
  color: #231815;
}

a:hover {
  text-decoration: none;
  opacity: 0.85;
}

a:focus {
  text-decoration: none;
  opacity: 0.85;
}

a:active {
  text-decoration: none;
  opacity: 0.85;
}

p {
  line-height: 2;
}

@media screen and (max-width: 639px) {
  p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .br__lg {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .br__lg {
    display: none;
  }
}

.br__sp {
  display: none;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .br__sp {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .br__sp {
    display: block;
  }
}

sup.tradeMark {
  vertical-align: super;
}

/*===========================================
    l-header
===========================================*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  height: 170px;
  background: #fff;
  z-index: 5;
  padding-bottom: 4px;
  border-bottom: 1px solid #b51a3b;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 80px;
    margin-bottom: 0;
    border: none;
  }
}

@media screen and (max-width: 639px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    border: none;
  }
}

.l-header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  padding: 20px 0 0;
  background: #fff;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .l-header .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 20px 15px;
  }
}

@media screen and (max-width: 639px) {
  .l-header .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px 20px 10px;
  }
}

/*===========================================
    l-main
===========================================*/
main {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 170px 0 0 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  main {
    padding: 100px 0 0 0;
  }
}

@media screen and (max-width: 639px) {
  main {
    padding: 60px 0 0 0;
  }
}

.l-main {
  margin: 0 auto;
  padding-bottom: 70px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .l-main {
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 639px) {
  .l-main {
    padding-bottom: 0;
  }
}

.l-main .l-main__content {
  padding: 60px 0;
  background: #fdecea;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .l-main .l-main__content {
    padding: 8% 0;
  }
}

@media screen and (max-width: 639px) {
  .l-main .l-main__content {
    padding: 10% 0;
  }
}

.l-main .l-main__content img {
  display: block;
}

@media screen and (max-width: 639px) {
  .l-main .l-main__content img {
    width: 100%;
  }
}

.l-main .content__inner {
  width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .l-main .content__inner {
    width: 90%;
  }
}

@media screen and (max-width: 639px) {
  .l-main .content__inner {
    width: 90%;
  }
}

.content__caption {
  margin: 0 auto 60px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #004488;
}

@media screen and (max-width: 639px) {
  .content__caption {
    margin: 0 auto 10%;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 2.5rem;
  }
}

.content__section {
  margin: 0 auto 60px;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #b51a3b;
}

@media screen and (max-width: 639px) {
  .content__section {
    margin: 0 auto 10%;
    padding: 0;
    border-bottom: 2px solid #b51a3b;
  }
}

.content__section:last-child {
  margin: 0 auto;
  padding: 0;
  border: none;
}

.section__caption {
  margin: 0 auto 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #CB5255;
  letter-spacing: 0.2rem;
  line-height: 2.2rem;
}

.section__half {
  overflow: hidden;
}

.section__half li {
  float: left;
  margin: 0 30px 0 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .section__half li {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .section__half li img {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .section__half li {
    float: none;
    margin: 0 auto 10%;
  }
}

.section__half li:last-child {
  margin: 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .section__half li:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 639px) {
  .content__img {
    width: 100%;
    margin: 0 auto;
  }
}

.content__img img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .content__img img {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .content__img img {
    width: 100%;
  }
}

/*===========================================
    l-footer
===========================================*/
.l-footer {
  position: relative;
  padding: 30px 0 40px 0;
  background: #fff;
  border-top: 1px solid #b51a3b;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .l-footer {
    padding: 30px 40px 40px;
  }
}

@media screen and (max-width: 639px) {
  .l-footer {
    padding: 10% 5%;
  }
}

.l-footer .inner {
  max-width: 960px;
  margin: 0 auto;
}

.l-footer .inner:after {
  display: block;
  content: '';
  clear: both;
}

.l-footer .footer__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  float: left;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .l-footer .footer__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  .l-footer .footer__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    float: none;
  }
}

.l-footer .c-footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 70%;
  padding-top: 10px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .l-footer .c-footer__menu {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .l-footer .c-footer__menu {
    width: 100%;
    margin-bottom: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #231815;
  }
  .l-footer .c-footer__menu a {
    margin: 0 auto;
  }
}

.c-footer__logo {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 30px;
}

.c-footer__logo img {
  max-width: 100%;
}

.c-footer__logo > img:first-of-type {
  display: block;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-footer__logo > img:first-of-type {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .c-footer__logo > img:first-of-type {
    display: none;
  }
}

.c-footer__logo > img:last-of-type {
  display: none;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-footer__logo > img:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .c-footer__logo > img:last-of-type {
    display: block;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-footer__logo {
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 639px) {
  .c-footer__logo {
    margin: 0 0 20px;
  }
}

.c-copyRight {
  float: right;
  width: 45%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  color: #231815;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-copyRight {
    width: 50%;
  }
}

@media screen and (max-width: 648px) and (min-width: 640px) {
  .c-copyRight {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 639px) {
  .c-copyRight {
    width: 100%;
    float: none;
  }
}

/*===========================================
    c-form
===========================================*/
.c-form input, .c-form button, .c-form textarea, .c-form select {
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form input[type="search"] {
  -webkit-appearance: textfield;
}

.c-form input[type="search"]:focus {
  outline-offset: -2px;
}

.c-form input[type="search"]::-webkit-search-decoration, .c-form input[type="search"]::-webkit-search-cancel-button, .c-form input[type="search"]::-webkit-search-results-button, .c-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.c-form input[type="range"] {
  -webkit-appearance: none;
}

.c-form input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.c-form textarea {
  resize: none;
}

.c-form input, .c-form textarea, .c-form select {
  color: palettes(text);
  font-size: 16px;
  font-size: 1.6rem;
}

.c-form input[type="text"],
.c-form input[type="password"],
.c-form input[type="tel"],
.c-form input[type="url"],
.c-form input[type="email"],
.c-form input[type="search"],
.c-form input[type="date"],
.c-form input[type="time"],
.c-form input[type="number"] {
  padding: 8px 12px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.c-form input[type="text"]:focus,
.c-form input[type="password"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="url"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="search"]:focus,
.c-form input[type="date"]:focus,
.c-form input[type="time"]:focus,
.c-form input[type="number"]:focus {
  border: solid 1px #2C99F1;
  box-shadow: 0 0 5px #5cb0f4;
}

.c-form input[type="submit"],
.c-form input[type="reset"],
.c-form input[type="button"] {
  padding: 8px 12px;
  background-color: #2C99F1;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.c-form input[type="submit"]:hover,
.c-form input[type="reset"]:hover,
.c-form input[type="button"]:hover {
  background-color: #0f80db;
}

.c-form label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  color: #333;
  cursor: pointer;
}

.c-form input[type="radio"] {
  display: none;
}

.c-form input[type="radio"] + .c-form__radio {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -12px 0 0;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 100%;
  content: '';
}

.c-form input[type="radio"]:checked + .c-form__radio:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #2C99F1;
  border-radius: 100%;
  content: '';
}

.c-form input[type="checkbox"] {
  display: none;
}

.c-form input[type="checkbox"] + .c-form__checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -12px 0 0;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  content: '';
}

.c-form input[type="checkbox"]:checked + .c-form__checkbox:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%) rotate(-45deg);
  -moz-transform: translate(-50%, -65%) rotate(-45deg);
  -ms-transform: translate(-50%, -65%) rotate(-45deg);
  transform: translate(-50%, -65%) rotate(-45deg);
  width: 10px;
  height: 6px;
  border-left: solid 3px #2C99F1;
  border-bottom: solid 3px #2C99F1;
  content: '';
}

.c-form textarea {
  padding: 8px 12px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  line-height: 1em;
}

.c-form textarea:focus {
  border: solid 1px #2C99F1;
  box-shadow: 0 0 5px #5cb0f4;
}

.c-form .c-form__select {
  position: relative;
  display: inline-block;
}

.c-form .c-form__select select {
  width: 100%;
  padding: 8px 28px 8px 12px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
}

.c-form .c-form__select:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  content: "";
}

.c-form .c-form__select:focus {
  border: solid 1px #2C99F1;
  box-shadow: 0 0 5px #5cb0f4;
}

/*===========================================
    c-button
===========================================*/
.c-button {
  display: block;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 3%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #004488;
  background: url("../images/-merit/icon_button_allow_01.png") left 22% center no-repeat #CFDC00;
}

.c-button:hover, .c-button:link, .c-button:visited {
  color: #004488;
}

.c-button:hover {
  opacity: 0.85;
}

@media screen and (max-width: 639px) {
  .c-button {
    width: 100%;
    padding: 5%;
    font-size: 12px;
    font-size: 1.2rem;
    background-position: left 10% center;
    background-size: 13px 13px;
  }
}

.c-button__small {
  padding: 5px;
  background: #ff7134;
  color: #fff;
  display: block;
}

.c-button__small:hover, .c-button__small:link, .c-button__small:visited {
  color: #fff;
}

.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow__mini::before {
  left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

.c-button__small02 {
  padding: 3px 10px 3px 25px;
  background: #ff7134;
  color: #fff;
  display: block;
  border-radius: 4px;
  font-weight: normal;
}

.c-button__small02:hover, .c-button__small02:link, .c-button__small02:visited {
  color: #fff;
}

.c-button__small {
  padding: 3px 10px 3px 25px;
  background: #ff7134;
  color: #fff;
  display: block;
  border-radius: 4px;
  font-weight: normal;
}

.c-button__small:hover, .c-button__small:link, .c-button__small:visited {
  color: #fff;
}

.c-lightbox__button {
  width: 150px;
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .c-lightbox__button {
    width: 100%;
  }
}

.c-pdf__button {
  width: 250px;
  margin: 0 auto 40px;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .c-pdf__button {
    width: 100%;
  }
}

.button__top {
  position: absolute;
  top: -100px;
  right: 50px;
  width: 12%;
  margin: 40px auto;
  padding: 5px 0;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  background: #004488;
  font-weight: normal;
}

@media screen and (max-width: 639px) {
  .button__top {
    float: none;
    width: 50%;
    right: 25%;
  }
}

.button__top a {
  position: relative;
  padding: 0 0 0 26px;
  color: #fff;
  letter-spacing: 0.2rem;
}

.button__top a:before {
  position: absolute;
  content: '▲';
  top: -4px;
  left: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.button__top:hover {
  opacity: 0.8;
}

.c-humbargerButton {
  display: none;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-humbargerButton {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
}

@media screen and (max-width: 639px) {
  .c-humbargerButton {
    position: relative;
    display: block;
    width: 40px;
    height: 30px;
    cursor: pointer;
  }
}

.c-humbargerButton .button__line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #231815;
  -moz-transition: all .4s;
  transition: all .4s;
}

.c-humbargerButton .button__line:nth-child(1) {
  top: 0;
}

.c-humbargerButton .button__line:nth-child(2) {
  top: 12px;
}

.c-humbargerButton .button__line:nth-child(3) {
  bottom: 0;
}

.c-common {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-common {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .c-common {
    margin-bottom: 0;
  }
}

.c-common .common__title {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 120px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-common .common__title {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .c-common .common__title {
    margin-right: 0;
    width: 100%;
  }
  .c-common .common__title img {
    width: 75%;
    max-width: 100%;
  }
}

.c-common .common__members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 90px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-common .common__members {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .c-common .common__members {
    display: none;
  }
}

.c-common .members__login {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.c-common .members__login a {
  padding: 12px 40px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  background: #004488;
  display: block;
  color: #fff;
}

.c-common .members__registration {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.c-common .members__registration a {
  padding: 12px 40px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  background: #CFDC00;
  display: block;
  color: #004488;
}

.c-common .common__home {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-common .common__home {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .c-common .common__home {
    display: none;
  }
}

.c-common .home__button a {
  padding: 12px 40px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  background: #ff7134;
  display: block;
  margin-bottom: 15px;
  padding: 5px 20px;
  color: #fff;
}

.c-common .home__logo img {
  max-width: 100%;
}

.c-common .home__logo > img:first-of-type {
  display: block;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-common .home__logo > img:first-of-type {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .c-common .home__logo > img:first-of-type {
    display: none;
  }
}

.c-common .home__logo > img:last-of-type {
  display: none;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-common .home__logo > img:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .c-common .home__logo > img:last-of-type {
    display: block;
  }
}

.keyVisual {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.keyVisual img {
  max-width: 100%;
}

.keyVisual > img:first-of-type {
  display: block;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .keyVisual > img:first-of-type {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .keyVisual > img:first-of-type {
    display: none;
  }
}

.keyVisual > img:last-of-type {
  display: none;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .keyVisual > img:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .keyVisual > img:last-of-type {
    display: block;
  }
}

.keyVisual img {
  width: 100%;
  max-width: 100%;
}

.section__headline {
  padding: 2%;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #004488;
  background: #CFDC00;
}

@media screen and (max-width: 639px) {
  .section__headline {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 3%;
  }
}

.section__title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background-color: #004488;
}

@media screen and (max-width: 639px) {
  .section__title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 3%;
  }
}

.section__title--notice {
  position: relative;
}

.section__title--notice:after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 30px 0 30px;
  border-color: #161876 transparent transparent transparent;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 639px) {
  .section__title--notice:after {
    bottom: -20px;
    border-width: 20px 15px 0 15px;
  }
}

.section__subTitle {
  padding: 2%;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #004488;
  background: rgba(165, 200, 255, 0.56);
}

@media screen and (max-width: 639px) {
  .section__subTitle {
    padding: 3%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 639px) {
  .c-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-navigation {
  margin: 10px auto 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-navigation {
    position: absolute;
    top: -463px;
    left: 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    background: rgba(255, 255, 255, 0.95);
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: -1;
  }
}

@media screen and (max-width: 639px) {
  .c-navigation {
    position: absolute;
    top: -463px;
    left: 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 25px;
    background: rgba(255, 255, 255, 0.95);
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: -1;
  }
}

.navigation__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .navigation__menu {
    width: 960px;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .navigation__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 639px) {
  .navigation__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.navigation__menu .menu__item {
  float: left;
  display: block;
  width: 33.333%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
  border-left: 2px solid #e8eaeb;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .navigation__menu .menu__item {
    width: 100%;
    padding: 50px 0 60px;
    border-left: none;
    border-bottom: 1px solid #e8eaeb;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 639px) {
  .navigation__menu .menu__item {
    width: 100%;
    padding: 10% 0 12%;
    border-left: none;
    border-bottom: 1px solid #e8eaeb;
  }
}

@media screen and (min-width: 980px) {
  .navigation__menu .menu__item:last-of-type {
    border-right: 2px solid #e8eaeb;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .navigation__menu .menu__item:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 639px) {
  .navigation__menu .menu__item:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}

.menu__home {
  display: none;
  text-align: center;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .menu__home {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .menu__home {
    display: block;
  }
}

.menu__home a {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #ff7134;
}

.c-subNavigation .subNavigation__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px auto 0;
}

@media screen and (min-width: 980px) {
  .c-subNavigation .subNavigation__menu {
    width: 960px;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-subNavigation .subNavigation__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 60px auto 40px;
  }
}

@media screen and (max-width: 639px) {
  .c-subNavigation .subNavigation__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10% auto;
  }
}

.c-subNavigation .subNavigation__menu .menu__item {
  float: left;
  display: block;
  width: 33.333%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-subNavigation .subNavigation__menu .menu__item img {
    width: 50%;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-subNavigation .subNavigation__menu .menu__item {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 639px) {
  .c-subNavigation .subNavigation__menu .menu__item {
    width: 100%;
    margin: 0 auto 5%;
  }
}

.c-subNavigation .subNavigation__menu .menu__item:last-of-type {
  margin: 0 auto;
}

.c-subNavigation .subNavigation__menu .menu__item p {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-mainTitle {
  width: 100%;
  background: #b51a3b;
}

.c-mainTitle .mainTitle__inner {
  position: relative;
  display: table;
  width: 960px;
  height: 140px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-mainTitle .mainTitle__inner {
    width: 96%;
    padding: 130px 0 30px 0;
  }
}

@media screen and (max-width: 639px) {
  .c-mainTitle .mainTitle__inner {
    width: 94%;
  }
}

.c-mainTitle .mainTitle__inner .mainTitle-tag {
  display: table-cell;
  vertical-align: middle;
}

.c-mainTitle .mainTitle__inner .mainTitle-tag img {
  display: block;
}

@media screen and (max-width: 639px) {
  .c-mainTitle .mainTitle__inner .mainTitle-tag img {
    width: 95%;
  }
}

.c-mainTitle .mainTitle__inner h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 639px) {
  .c-mainTitle .mainTitle__inner h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.c-mainTitle .mainTitle__inner .mainTitle-img {
  position: absolute;
  top: 15px;
  right: 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .c-mainTitle .mainTitle__inner .mainTitle-img {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .c-mainTitle .mainTitle__inner .mainTitle-img {
    display: none;
  }
}

.top__top {
  display: table;
  width: 100%;
  height: 450px;
  background: url(../images/top/bg_top_main.jpg) center center;
  background-size: cover;
}

@media screen and (max-width: 639px) {
  .top__top {
    height: 260px;
  }
}

.top__top .top__catch {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  .top__top .top__catch img {
    width: 90%;
  }
}

.top__topTxt {
  position: relative;
  width: 960px;
  height: 150px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .top__topTxt {
    width: 100%;
    height: 120px;
  }
}

@media screen and (max-width: 639px) {
  .top__topTxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 140px;
  }
}

.top__topTxt span {
  position: absolute;
  top: 50px;
  left: 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .top__topTxt span {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .top__topTxt span {
    display: none;
  }
}

.top__topTxt .top__txtImg {
  position: absolute;
  top: 55px;
  right: 190px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #b51a3b;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .top__topTxt .top__txtImg {
    width: 100%;
    top: 20%;
    left: 5%;
  }
}

@media screen and (max-width: 639px) {
  .top__topTxt .top__txtImg {
    position: static;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.top__topTxt .top_excede_img {
  position: absolute;
  height: 300px;
  bottom: 40px;
  right: -50px;
  width: 280px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .top__topTxt .top_excede_img {
    width: 36%;
    bottom: -79%;
    right: 9%;
  }
}

@media screen and (max-width: 639px) {
  .top__topTxt .top_excede_img {
    width: 20%;
    bottom: -100%;
    right: 10%;
  }
}

.top__topTxt .top_excede_img img {
  width: 100%;
}

.p-top__content {
  padding: 60px 0;
  background: #b51a3b;
}

.p-top__content img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .p-top__content img {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .p-top__content img {
    width: 100%;
  }
}

.p-top__content ul {
  overflow: hidden;
  margin: 70px auto 20px;
}

.p-top__content ul li {
  margin: 0 auto 50px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .p-top__content ul li {
    margin: 0 auto 30px;
  }
}

.p-top__content p {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .p-top__content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

@media screen and (min-width: 980px) {
  .p-top__content p.content__sp {
    display: none;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .p-top__content p.content__sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .p-top__content p.content__pc {
    display: none;
  }
}

.p-top__content span {
  vertical-align: super;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .p-top__content span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-top__content p.note {
  margin: 20px auto 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .p-top__content p.note {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.p-product {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .p-product {
    width: 94%;
    margin: 0 auto;
    padding: 5% 0;
  }
}

@media screen and (max-width: 639px) {
  .p-product {
    width: 94%;
    margin: 0 auto;
    padding: 10% 0;
  }
}

.product__category {
  overflow: hidden;
  margin: 0 auto 40px;
}

.product__category li {
  float: left;
  margin: 0 40px 20px 0;
}

.product__rightBox {
  float: left;
  width: 45%;
}

@media screen and (max-width: 639px) {
  .product__rightBox {
    float: none;
    width: 100%;
  }
}

.product__rightBox dl {
  margin: 0 auto 25px;
}

.product__rightBox dt {
  margin: 0 auto 7px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.product__rightBox dd {
  padding: 0 0 0 5px;
  line-height: 1.8rem;
}

.product__rightBox table {
  width: 100%;
  margin: 0 auto 30px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.product__rightBox table th, .product__rightBox table td {
  border-bottom: 1px solid #000;
  text-align: center;
}

.product__rightBox table th {
  padding: 5px;
  border-right: 1px solid #000;
}

.product__rightBox02 {
  width: 34%;
}

@media screen and (max-width: 639px) {
  .product__rightBox02 {
    width: 100%;
  }
}

.product__leftBox {
  float: right;
  width: 45%;
}

@media screen and (max-width: 639px) {
  .product__leftBox {
    float: none;
    width: 100%;
  }
}

.product__leftBox dl {
  margin: 0 auto 25px;
}

.product__leftBox dt {
  margin: 0 auto 7px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.product__leftBox dd {
  line-height: 1.8rem;
}

.product__leftBox table {
  width: 100%;
  margin: 0 auto 30px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.product__leftBox table th, .product__leftBox table td {
  border-bottom: 1px solid #000;
  text-align: center;
}

.product__leftBox table th {
  padding: 5px;
  border-right: 1px solid #000;
}

.product__mainBox {
  float: left;
  margin: 20px auto 0;
}

.product__mainBox dl {
  margin: 0 auto 25px;
}

.product__mainBox dt {
  margin: 0 auto 7px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.product__mainBox dd {
  line-height: 1.8rem;
}

.mainBox-item {
  width: 100%;
  margin: 0 auto 30px;
  padding: 20px;
  border: 1px solid #000;
  line-height: 3.0rem;
}

.mainBox-item dt {
  font-weight: normal;
}

.mainBox-list {
  width: 96%;
  margin: 0 auto 15px;
}

.mainBox-list li {
  padding: 0 0 0 1.0rem;
  text-indent: -1.0rem;
  line-height: 2.5rem;
}

.product__cautionBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #000;
}

.mainBox-caution {
  width: 96%;
  margin: 20px auto;
  padding: 15px;
  padding-left: 6.0rem;
  border: 1px solid #000;
  text-indent: -4.0rem;
  line-height: 2.5rem;
}

.mainBox-caution span {
  font-weight: bold;
  color: #b51a3c;
}

.content__img-mix {
  width: 240px;
  padding: 20px;
  color: #b51a3c;
  font-weight: bold;
  border: 1px solid #b51a3c;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  line-height: 2.2rem;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .content__img-mix {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 639px) {
  .content__img-mix {
    width: 90%;
    margin: 0 auto 10%;
  }
}

.table__img > img {
  margin: 0;
}

.efficacy__leftBox {
  float: left;
  width: 46%;
  margin: 0 0 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 639px) {
  .efficacy__leftBox {
    float: none;
    width: 100%;
  }
}

.efficacy__leftBox dl {
  margin: 0 0 20px 0;
  line-height: 2.0rem;
}

.efficacy__rightBox {
  float: right;
  width: 46%;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 639px) {
  .efficacy__rightBox {
    float: none;
    width: 100%;
  }
}

.efficacy__rightBox dl {
  margin: 0 0 30px 0;
  line-height: 2.2rem;
  font-weight: bold;
}

.efficacy__testTitle-01 {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px;
  text-align: left;
  background: #fff;
  color: #004488;
  border: 1px solid #004488;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.efficacy__testTitle-02 {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px;
  text-align: left;
  background: #fff;
  color: #b51a3b;
  border: 1px solid #b51a3b;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.efficacy__graphArea {
  overflow: hidden;
  margin: 60px 0 0 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .efficacy__graphArea {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .efficacy__graphArea {
    overflow: inherit;
    margin: 10% auto;
  }
}

.efficacy__graphArea li {
  float: left;
}

@media screen and (max-width: 639px) {
  .efficacy__graphArea li {
    float: none;
    width: 100%;
  }
}

.efficacy__graphArea li:last-child {
  padding: 42px 0 0 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .efficacy__graphArea li:last-child {
    padding: 0;
  }
}

@media screen and (max-width: 639px) {
  .efficacy__graphArea li:last-child {
    width: 100%;
    padding: 0;
  }
}

.efficacy__graphArea .efficacy_graph_03 {
  float: none;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .efficacy__graphArea .efficacy_graph_03 {
    padding: 0;
  }
}

@media screen and (max-width: 639px) {
  .efficacy__graphArea .efficacy_graph_03 {
    padding: 0;
  }
}

.efficacy__graphArea .efficacy_graph_03 img {
  margin: 0 auto;
  padding: 45px 0 0 0;
}

.efficacy__graphArea .graphArea__item {
  width: 300px;
  margin: -30px 0 50px 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .efficacy__graphArea .graphArea__item {
    float: right;
    width: 35%;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 639px) {
  .efficacy__graphArea .graphArea__item {
    margin: 5% 0 0 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .efficacy_graph_02 {
    width: 70%;
  }
  .efficacy_graph_02 img {
    width: 100%;
  }
  .efficacy_graph_03 {
    width: 30%;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) and (min-width: 640px) and (max-width: 979px) {
  .efficacy_graph_03 {
    width: 100%;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .efficacy_graph_03 img {
    width: 100%;
  }
  .efficacy_graph_04 {
    width: 60%;
  }
  .efficacy_graph_04 img {
    width: 100%;
  }
}

.range__caution {
  float: right;
  margin: 15px 0 0 0;
}

/*===========================================
    u-clearfix
===========================================*/
.u-clearfix:after {
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  content: "";
}

/*===========================================
    u-margin
===========================================*/
.u-brSp {
  display: none !important;
}

@media screen and (max-width: 639px) {
  .u-brSp {
    display: block !important;
  }
}

.u-brPc {
  display: block !important;
}

@media screen and (max-width: 639px) {
  .u-brPc {
    display: none !important;
  }
}

/* ==========================================

JavaScript

=========================================== */
.c-navigation.is-open {
  position: absolute;
  top: 60px;
  height: 100vh;
  z-index: -1;
}

.button__line.is-cross:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  -moz-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.button__line.is-cross:nth-child(2) {
  opacity: 0;
}

.button__line.is-cross:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  -moz-transform: translateY(-13px) rotate(45deg);
  -ms-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

/* ==========================================================================
modal styles
   ========================================================================== */
.boxer-lock {
  overflow: hidden !important;
}

#boxer-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.boxer-open #boxer-overlay {
  opacity: 0.75;
}

#boxer {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
}

#boxer * {
  -moz-transition: none;
  transition: none;
}

#boxer,
#boxer * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

#boxer,
#boxer *,
#boxer *:before,
#boxer *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#boxer.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

#boxer.inline {
  padding: 30px;
}

#boxer.animating {
  -moz-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
  transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}

#boxer.animating .boxer-container {
  -moz-transition: opacity 0.25s linear 0.25s;
  transition: opacity 0.25s linear 0.25s;
}

.boxer-open #boxer {
  opacity: 1;
}

#boxer.loading .boxer-container {
  opacity: 0;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

#boxer .boxer-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}

#boxer .boxer-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -moz-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.no-opacity #boxer .boxer-close {
  text-indent: -999px;
}

#boxer .boxer-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

#boxer .boxer-loading:before,
#boxer .boxer-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}

#boxer .boxer-loading:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}

#boxer .boxer-loading:after {
  -webkit-animation: boxer-loading-spin 0.75s linear infinite;
  -moz-animation: boxer-loading-spin 0.75s linear infinite;
  animation: boxer-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}

#boxer.loading .boxer-loading {
  opacity: 1;
}

@-webkit-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes boxer-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#boxer .boxer-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}

#boxer .boxer-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
}

#boxer.inline .boxer-content,
#boxer.iframe .boxer-content {
  width: auto;
}

#boxer .boxer-image {
  float: left;
}

#boxer .boxer-video {
  width: 100%;
  height: 100%;
}

#boxer .boxer-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}

#boxer .boxer-meta {
  clear: both;
}

#boxer .boxer-control {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  white-space: nowrap;
}

#boxer .boxer-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}

#boxer .boxer-control.previous {
  left: 20px;
}

#boxer .boxer-control.previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}

#boxer .boxer-control.next {
  right: 20px;
}

#boxer .boxer-control.next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}

#boxer .boxer-control.disabled {
  opacity: 0;
}

.no-opacity #boxer .boxer-control {
  text-indent: -999px;
}

.no-touch #boxer .boxer-control {
  opacity: 0;
}

.no-touch #boxer:hover .boxer-control {
  opacity: 1;
}

.no-touch #boxer:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}

#boxer .boxer-meta {
  padding: 10px 0 0 0;
}

#boxer .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 15px 15px 0 15px;
}

#boxer .boxer-caption p {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 15px;
}

#boxer .boxer-caption.gallery p {
  padding-top: 0;
}

#boxer .boxer-error {
  width: 250px;
}

#boxer .boxer-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}

#boxer.mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}

#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}

#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

#boxer.mobile .boxer-loading:before {
  border-color: rgba(153, 153, 153, 0.25);
}

#boxer.mobile .boxer-loading:after {
  border-top-color: #999999;
}

#boxer.mobile .boxer-container {
  background: #111111;
}

#boxer.mobile .boxer-content {
  background-color: #111111;
}

#boxer.mobile .boxer-control {
  width: 50px;
  height: 100%;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}

#boxer.mobile .boxer-control.previous {
  left: 0;
}

#boxer.mobile .boxer-control.previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}

#boxer.mobile .boxer-control.next {
  right: 0;
}

#boxer.mobile .boxer-control.next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}

.no-touch #boxer.mobile .boxer-control,
.no-touch #boxer.mobile:hover .boxer-control {
  opacity: 1;
}

.no-touch #boxer.mobile .boxer-control.disabled,
.no-touch #boxer.mobile:hover .boxer-control.disabled {
  opacity: 0;
  cursor: default !important;
}

#boxer.mobile .boxer-meta {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
  padding: 15px 65px;
}

#boxer.mobile .boxer-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}

#boxer.mobile .boxer-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#boxer.mobile .boxer-image {
  -moz-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

#boxer.mobile.animated .boxer-image {
  transition: -webkit-transform 0.25s ease-out !important;
  -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out !important;
}

#boxer.mobile.inline .boxer-content,
#boxer.mobile.iframe .boxer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
