/* media query */
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainimg {
    flex-flow: column-reverse;
  }
}
#contents .mainimg > div {
  width: 50%;
  height: 100%;
  background-color: #f4f0eb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainimg > div {
    width: 100%;
    height: auto;
    padding: 20px 10px 40px 25px;
    display: block;
  }
}
#contents .mainimg > div > section {
  text-align: left;
}
#contents .mainimg > div > section > h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 130%;
  letter-spacing: 1px;
  word-break: break-all;
}
@media screen and (max-width: 1100px) {
  #contents .mainimg > div > section > h2 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-size: 2em;
  }
}
#contents .mainimg > div > section > p {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 130%;
}
@media screen and (max-width: 1100px) {
  #contents .mainimg > div > section > p {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainimg > div > section > p {
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    font-size: 1em;
  }
}
#contents .mainimg > p {
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .mainimg > p {
    width: 100%;
  }
}
#contents .copyArea {
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media all and (max-width: 1400px) {
  #contents .copyArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .copyArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 740px) {
  #contents .copyArea {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#contents .copyArea > p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #contents .copyArea > p {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
  }
}
@media screen and (max-width: 740px) {
  #contents .copyArea > p {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
#contents .aboutArea {
  border-top: 1px solid #f4f0eb;
  border-bottom: 1px solid #f4f0eb;
  background: linear-gradient(90deg, #f4f0eb 0%, #f4f0eb 15%, transparent 15%, transparent 100%);
  margin-bottom: 20px;
  padding: 70px 130px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  #contents .aboutArea {
    padding: 50px;
  }
}
@media screen and (max-width: 960px) {
  #contents .aboutArea {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .aboutArea {
    display: block;
    background: linear-gradient(90deg, #f4f0eb 0%, #f4f0eb 50px, transparent 50px, transparent 100%);
  }
}
#contents .aboutArea > p {
  width: 50%;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .aboutArea > p {
    width: 100%;
    margin-bottom: 20px;
  }
}
#contents .aboutArea > div {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 70px;
}
@media screen and (max-width: 1100px) {
  #contents .aboutArea > div {
    padding-left: 40px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .aboutArea > div {
    width: 100%;
  }
}
#contents .aboutArea > div > p {
  line-height: 300%;
}
@media screen and (max-width: 1100px) {
  #contents .aboutArea > div > p {
    line-height: 200%;
  }
}
#contents .efficacyArea {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 100px;
  padding: 80px 20px 70px;
}
@media screen and (max-width: 960px) {
  #contents .efficacyArea {
    margin-bottom: 50px;
    padding: 50px 15px 40px;
  }
}
#contents .efficacyArea > section {
  text-align: center;
}
#contents .efficacyArea > section > h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 120%;
}
#contents .efficacyArea > section > ul {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .efficacyArea > section > ul {
    margin-bottom: 20px;
  }
}
#contents .efficacyArea > section > ul li {
  width: 280px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  #contents .efficacyArea > section > ul li {
    width: calc(33.33% - 40px);
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .efficacyArea > section > ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
#contents .efficacyArea > section > ul li::before {
  content: "";
  position: absolute;
  display: block;
  border-width: 10px;
  border-style: solid;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  opacity: 0.2;
}
@media screen and (max-width: 960px) {
  #contents .efficacyArea > section > ul li::before {
    top: -5px;
    left: -5px;
    border-width: 5px;
  }
}
#contents .efficacyArea > section > ul li:nth-child(1)::before {
  border-color: #7dfac9;
}
#contents .efficacyArea > section > ul li:nth-child(2)::before {
  border-color: #ebde6e;
}
#contents .efficacyArea > section > ul li:nth-child(3)::before {
  border-color: #f774ff;
}
#contents .efficacyArea > section > ul li:nth-child(4)::before {
  border-color: #20b3ff;
}
#contents .efficacyArea > section > ul li:nth-child(5)::before {
  border-color: #ff7800;
}
#contents .efficacyArea > section > ul li > span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#contents .efficacyArea > section > ul li > strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.5em;
  display: block;
}
@media screen and (max-width: 960px) {
  #contents .efficacyArea > section > ul li > strong {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 740px) {
  #contents .efficacyArea > section > ul li > strong {
    font-size: 1.2em;
  }
}
#contents .efficacyArea > section > ul li > strong > small {
  display: block;
  font-size: 0.7em;
}
#contents .efficacyArea > section p.tit {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 30px;
}
#contents .efficacyArea > section p.txt {
  font-size: 1.5em;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .efficacyArea > section p.txt {
    font-size: 1.2em;
    letter-spacing: 3px;
  }
}
#contents .efficacyArea > section p.txt small {
  margin-top: 5px;
  font-size: 0.7em;
  display: block;
}
#contents .moreLink {
  border: 4px solid #7dfac9;
  padding: 6px;
  max-width: 950px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1100px) {
  #contents .moreLink {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 740px) {
  #contents .moreLink {
    margin: 0 auto 50px;
  }
}
#contents .moreLink a {
  display: block;
  border: 1px solid #7dfac9;
  text-align: center;
  padding: 60px 20px;
  font-size: 1.3em;
  transition: 0.7s;
}
@media screen and (max-width: 960px) {
  #contents .moreLink a {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 740px) {
  #contents .moreLink a {
    font-size: 1.2em;
  }
}
#contents .moreLink a span {
  width: 44px;
  height: 44px;
  padding: 13px;
  z-index: 1;
  display: block;
  line-height: 100%;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #7dfac9;
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  #contents .moreLink a span {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
@media screen and (max-width: 960px) {
  #contents .moreLink a span {
    margin-left: 20px;
    vertical-align: middle;
    line-height: 100%;
    font-size: 0;
  }
}
#contents .moreLink a:hover {
  background-color: #7dfac9;
}
#contents .moreLink a:hover span {
  transform: translateX(5px);
  background-color: #fff;
}
#contents .moreLink a:hover span img {
  transform: translateY(0);
}
#contents .useArea {
  border-top: 1px solid #f4f0eb;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  #contents .useArea {
    padding-top: 50px;
  }
}
#contents .useArea.use1 {
  padding-bottom: 100px;
}
@media screen and (max-width: 740px) {
  #contents .useArea.use1 {
    padding-bottom: 50px;
  }
}
#contents .useArea > section {
  text-align: center;
}
#contents .useArea > section > h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 120%;
}
#contents .useArea > section p.tit {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 30px;
}
#contents .useArea > section p.txt {
  padding: 0 25px;
}
#contents .useArea > section > div.list {
  max-width: 1158px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media all and (max-width: 1400px) {
  #contents .useArea > section > div.list {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .useArea > section > div.list {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
#contents .useArea > section > div.list.center {
  justify-content: center;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .useArea > section > div.list {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#contents .useArea > section > div.list > figure {
  width: calc(33.3333333333% - 50px);
  margin: 0 25px 50px;
}
@media screen and (max-width: 960px) {
  #contents .useArea > section > div.list > figure {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .useArea > section > div.list > figure {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
#contents .useArea > section > div.list > figure figcaption {
  display: block;
  margin-top: 15px;
  font-size: 0.9em;
  line-height: 150%;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .useArea > section > div.list > figure figcaption {
    letter-spacing: 1px;
    text-align: left;
  }
}
#contents .useArea > section > div.slider .slick-initialized {
  padding: 0;
}
#contents .useArea > section > div.slider .slick-initialized .slick-track {
  display: flex;
  align-items: center;
}
#contents .useArea > section > div.slider .slick-initialized .slick-track .slick-slide {
  margin: 0 25px;
}
@media screen and (max-width: 1100px) {
  #contents .useArea > section > div.slider .slick-initialized .slick-track .slick-slide {
    margin: 0 10px;
  }
}
#contents .useArea > section > section.detail {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #222;
  padding: 30px 50px;
  text-align: left;
}
@media all and (max-width: 1400px) {
  #contents .useArea > section > section.detail {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .useArea > section > section.detail {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .useArea > section > section.detail {
    padding: 20px;
  }
}
#contents .useArea > section > section.detail > h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: bold;
}
#contents .useArea > section > section.detail p {
  margin-left: 20px;
  display: list-item;
  list-style: disc;
}
#contents .useArea > section > section.detail ul {
  margin-left: 20px;
}
#contents .useArea > section > section.detail ul li {
  list-style: square;
}
#contents .useArea > section > section.detail ul li {
  line-height: 150%;
  margin-bottom: 5px;
}
#contents .useArea > section > section.detail > section:not(:last-child) {
  margin-bottom: 20px;
}
#contents .useArea > section > section.detail > section > h5 {
  font-weight: bold;
  font-size: 1em;
}
#contents .useArea > section .mgb {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 960px) {
  #contents .useArea > section .mgb {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .useArea > section .mgb {
    margin-bottom: 30px !important;
  }
}
#contents .resultArea {
  border-top: 1px solid #f4f0eb;
  padding-top: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 740px) {
  #contents .resultArea {
    padding-top: 50px;
    margin-top: 50px;
  }
}
#contents .resultArea > section {
  text-align: center;
}
#contents .resultArea > section > h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 120%;
}
#contents .resultArea > section p.tit {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 30px;
}
#contents .resultArea > section ul {
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contents .resultArea > section ul li {
  width: calc(33.3333333333% - 14px);
  margin: 0 7px 20px;
}
@media screen and (max-width: 960px) {
  #contents .resultArea > section ul li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 740px) {
  #contents .resultArea > section ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}
#contents .resultArea > section ul li a {
  display: block;
  border: 4px solid #7dfac9;
  height: 100%;
  position: relative;
}
#contents .resultArea > section ul li a::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #7dfac9;
}
#contents .resultArea > section ul li a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
@media screen and (max-width: 740px) {
  #contents .resultArea > section ul li a > span {
    justify-content: flex-start;
  }
}
#contents .resultArea > section ul li a > span > img {
  width: 40px;
}
#contents .resultArea > section ul li a > span > span {
  display: block;
  text-align: left;
  margin-left: 30px;
  line-height: 140%;
  font-size: 1.1em;
}
@media all and (max-width: 1200px) {
  #contents .resultArea > section ul li a > span > span {
    margin-left: 15px;
    font-size: 1em;
  }
}
@media all and (max-width: 1200px) {
  #contents .resultArea > section ul li a > span > span br {
    display: none;
  }
}
#contents .resultArea.sub {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 740px) {
  #contents .resultArea.sub {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
#contents .onlineArea {
  background: url(../images/link_bg.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 200px 0 100px;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 960px) {
  #contents .onlineArea {
    padding: 50px 0 70px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .onlineArea {
    padding: 30px 0 50px;
    background-size: 2000px auto;
  }
}
#contents .onlineArea > div {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  #contents .onlineArea > div {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .onlineArea > div {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media all and (max-width: 1400px) {
  #contents .onlineArea > div {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  #contents .onlineArea > div {
    justify-content: space-between;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .onlineArea > div {
    display: block;
  }
}
#contents .onlineArea > div > p {
  width: 400px;
}
@media all and (max-width: 1400px) {
  #contents .onlineArea > div > p {
    margin: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  #contents .onlineArea > div > p {
    width: calc(50% - 20px);
    margin: 0;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .onlineArea > div > p {
    width: 270px;
    margin: 15px auto 0;
  }
}
#contents .onlineArea > div > p a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #fff;
}
#contents .onlineArea > div > p a > strong {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  display: block;
}
#contents .onlineArea > div > p a > strong > span {
  line-height: 120%;
  display: block;
}
#contents .onlineArea > div > p a > strong > span.en {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 2.1em;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #contents .onlineArea > div > p a > strong > span.en {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 740px) {
  #contents .onlineArea > div > p a > strong > span.en {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-size: 1.8em;
  }
}
#contents .onlineArea > div > p a > span {
  width: 44px;
  height: 44px;
  padding: 13px;
  z-index: 1;
  display: block;
  line-height: 100%;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #4e4a54;
  position: absolute;
  left: 50%;
  top: 57%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  #contents .onlineArea > div > p a > span {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
@media screen and (max-width: 960px) {
  #contents .onlineArea > div > p a > span {
    top: 60%;
  }
}
#contents .onlineArea > div > p a:hover img {
  transform: scale(1.05);
}
#contents .onlineArea > div > p a:hover > span {
  transform: translateX(calc(-50% + 5px));
  background-color: #4d9377;
}/*# sourceMappingURL=common.css.map */