@charset "UTF-8";
/*
Theme Name: Emanon Pro child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro の子テーマです。
Template: emanon-pro
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Pro 子テーマ用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮を
オンにしてください。
*/
* {
  box-sizing: border-box;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}
html {
}
body {
  font-family: Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}
body.single,body.archive {
  background-color: #f8f8f8;
}
#breadcrumb {
  display: flex;
  align-items: center;
}
#breadcrumb .fa-home {
  display: none;
}
#breadcrumb .fa {
  padding: 0 12px;
}
.hidden {
  display: none;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f17 {
  font-size: 17px !important;
}
.f18 {
  font-size: 18px !important;
}

.noborder {
  border: unset;
}
.animate__delay-01 {
  animation-delay: 100ms;
}

.animate__delay-02 {
  animation-delay: 200ms;
}

.animate__delay-03 {
  animation-delay: 300ms;
}

p {
  line-height: 1.5;
}

.st-header {
  position: fixed;
  width: 100%;
  padding: 20px 100px;
  z-index: 9999;
}

.st-header__title {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  height: 50px;
}

.st-header__title__image {
  width: 100%;
  display: none;
}

.st-header__title__image.show {
  display: block;
}

.st-header__navi {
  display: inline-block;
  position: relative;
  right: 0;
  width: calc(100% - 350px);
  white-space: nowrap;
}

.st-header__items {
  text-align: right;
}

.st-header__items__item {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}

.st-header__items__item:last-of-type {
  margin-right: 0;
}

.st-header__items__item a:hover {
  border-bottom: #FFC801 solid 2px;
}

.st-header.shadow {
  box-shadow: #cccccc 0px 5px 6px -3px;
  background-color: #fff;
  display: block;
}

.st-footer {
  background-color: #000;
  color: #fff;
  padding: 80px 0;
}

.st-footer__container {
  justify-content: space-between;
  width: 960px;
  margin: 0 auto 20px;
  display: flex;
}

.st-footer__logo {
  width: 230px;
  height: 80px;
}

.st-footer__contents {
  display: flex;
}

.st-footer__content {
  margin-right: 40px;
}

.st-footer__content__title {
  font-weight: bold;
  margin-bottom: 16px;
}

.st-footer__content li {
  margin-bottom: 10px;
}

.st-footer__content a {
  color: #fff;
  font-size: 14px;
}

.st-footer__sns {
  width: 50px;
  margin-right: 20px;
}

.st-footer__foot {
  width: 960px;
  margin: 0 auto;
}

.st-footer__foot__policy {
  text-align: center;
  font-size: 14px;
}

.st-footer__foot__copy {
  text-align: right;
  font-size: 14px;
}

.c-mainVisual {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  padding: 90px 0 0 0;
}

.c-mainVisual__bg {
  position: fixed;
  z-index: -1;
  width: 100%;
}

.c-mainVisual__position {
  width: 1060px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-mainVisual__img {
  position: absolute;
  width: 14px;
  left: 40px;
  top: 50%;
  transform: translateX(-50%);
}

.c-mainVisual__container {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  align-self: center;
}

.c-mainVisual__container__logo {
  width: 320px;
  height: 246px;
  margin-right: 170px;
}

.c-mainVisual__container__text {
  width: 570px;
  align-self: flex-end;
}

.c-mainVisual__container__text__title {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

.c-mainVisual__num {
  width: 100%;
  margin: 0 auto;
  display: flex;
  text-align: center;
}

.c-mainVisual__num__name {
  margin-bottom: 20px;
}

.c-mainVisual__num__box {
  margin-right: 60px;
}

.c-mainVisual__num__box img {
  width: 30px;
}

.c-mainVisual__num__large {
  font-size: 40px;
  margin-right: 8px;
}

.c-mainVisual__num__medium {
  font-size: 30px;
}

.c-pcMenu {
  position: fixed;
  right: 30px;
  bottom: 100px;
}

.c-pcMenu.none {
  display: none;
}

.c-pcMenu__items__item {
  cursor: pointer;
  margin-top: 20px;
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/emanon-pro-child/images/oval.png") no-repeat center;
  background-size: 10px 10px;
}

.c-pcMenu__items__item:hover {
  background: url("/wp-content/themes/emanon-pro-child/images/oval_active.png") no-repeat center;
  background-size: 14px 14px;
}

.c-pcMenu__items__item:nth-child(1):hover:before {
  content: 'NEWS';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item:nth-child(2):hover:before {
  content: 'ABOUT';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item:nth-child(3):hover:before {
  content: 'FEATURE';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item:nth-child(4):hover:before {
  content: 'PRODUCT';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item:nth-child(5):hover:before {
  content: 'RESULT';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item:nth-child(6):hover:before {
  content: 'FLOW';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item:nth-child(7):hover:before {
  content: 'FAQ';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item:nth-child(8):hover:before {
  content: 'JOINUS';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item.show {
  background: url("/wp-content/themes/emanon-pro-child/images/oval_active.png") no-repeat center;
  background-size: 14px 14px;
}

.c-pcMenu__items__item.show:nth-child(1):before {
  content: 'NEWS';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item.show:nth-child(2):before {
  content: 'ABOUT';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item.show:nth-child(3):before {
  content: 'FEATURE';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item.show:nth-child(4):before {
  content: 'PRODUCT';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item.show:nth-child(5):before {
  content: 'RESULT';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item.show:nth-child(6):before {
  content: 'FLOW';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item.show:nth-child(7):before {
  content: 'FAQ';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__items__item.show:nth-child(8):before {
  content: 'JOINUS';
  position: absolute;
  color: #FFC801;
  font-weight: bold;
  right: 30px;
}

.c-pcMenu__img {
  width: 14px;
}

.c-news {
  background-color: #f5f7f8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.c-news__title {
  padding: 40px 40px 40px 0;
  border-right: solid #000 1px;
  font-size: 30px;
  margin-right: 40px;
}

.c-news__list {
  margin-right: 60px;
}

.c-news__list li {
  margin: 10px 0;
}

.c-news__link {
  font-weight: bold;
  padding-right: 40px;
  background: url("/wp-content/themes/emanon-pro-child/images/i_arrow_blk.png") no-repeat center right;
  background-size: 12px 22px;
}

.c-about__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-about__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-about__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-about__message {
  font-size: 28px;
  margin-bottom: 60px;
}

.c-about__img {
  width: 300px;
  margin-right: 140px;
  padding: 140px 0;
}

.c-about__container {
  width: 500px;
  padding: 140px 0;
}

.c-about__recommend {
  padding: 40px 0;
  background: url("/wp-content/themes/emanon-pro-child/images/img_bg_cp_pc.png") no-repeat center center;
  background-size: cover;
  text-align: center;
}

.c-about__recommend__title {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 4px 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.c-about__recommend__list {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-about__recommend__list li {
  text-align: left;
  margin: 20px 60px 0 0;
  padding-left: 60px;
  background: url("/wp-content/themes/emanon-pro-child/images/i_ck_yel.png") no-repeat center left;
  background-size: 34px;
  width: 355px;
}

.c-about__recommend__list li:nth-of-type(even) {
  margin: 20px 0 0 0;
}

.c-feature {
  padding: 100px 0;
  text-align: center;
}

.c-feature__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-feature__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-feature__message {
  font-size: 28px;
  margin-bottom: 60px;
}

.c-feature__container {
  padding-top: 80px;
  width: 950px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.c-feature__card {
  width: 400px;
  margin: 40px 0;
}

.c-feature__img {
  width: 160px;
  margin-bottom: 30px;
}

.c-feature__name {
  margin-bottom: 30px;
  font-weight: bold;
}

.c-feature__boxText {
  text-align: left;
}

.c-count {
  background-image: linear-gradient(0deg, #FFE602 0%, #FFC801 100%);
  padding: 30px 0;
}

.c-count__num {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #000000;
  padding-bottom: 30px;
  text-align: center;
}

.c-count__num__name {
  margin-bottom: 20px;
}

.c-count__num__box {
  margin-right: 60px;
}

.c-count__num__box img {
  width: 30px;
}

.c-count__num__large {
  font-size: 40px;
  margin-right: 8px;
}

.c-count__num__medium {
  font-size: 30px;
}

.c-count__text {
  text-align: center;
  padding-top: 30px;
}

.c-product {
  padding: 100px 0;
  text-align: center;
}

.c-product__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-product__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-product__message {
  font-size: 28px;
  margin-bottom: 60px;
}

.c-product__text {
  margin-bottom: 80px;
}

.c-product__container {
  background: linear-gradient(to right, #F5F7F8 0%, #F5F7F8 50%, #fff 50%, #fff 100%);
  padding: 80px 0 120px 0;
}

.c-product__box {
  margin: 0 auto;
  width: 960px;
}

.c-product__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
  height: 80px;
}

.c-product__item {
  width: 300px;
  text-align: center;
}

.c-product__item__name {
  color: #FFC801;
  font-size: 22px;
}

.c-product__item__text {
  text-align: left;
  font-size: 16px;
}

.c-product__item__prod {
  font-weight: bold;
  font-size: 20px;
}

.c-product__item__logo {
  width: 100%;
}

.c-product__item__price {
  font-size: 60px;
  display: inline-block;
}

.c-product__item__price+img {
  width: 36px;
}

.c-product__item__per {
  font-size: 40px;
}

.c-product__item__per__small {
  font-size: 30px;
}

.c-product__item__per__comment {
  font-size: 18px;
}

.c-product__item__logic {
  font-size: 30px;
}

.c-product__item__unyou {
  font-size: 40px;
}

.c-product__item__mark {
  background: #FFC801;
  border-radius: 20px;
  width: 240px;
  display: inline-block;
}

.c-product__item__btn {
  background: #000000;
  border-radius: 40px;
  color: white;
  padding: 20px 30px;
}

.c-product__msg {
  border: solid 1px #FFC801;
  padding: 10px 0;
  width: 960px;
  margin: 80px auto 60px;
  background-color: white;
}

.c-product__msg img {
  width: 20px;
  margin-right: 20px;
}

.c-product__attention {
  border: solid 1px #FFC801;
  padding: 30px 20px 20px 20px;
  text-align: left;
  width: 960px;
  position: relative;
  margin: 0 auto;
  background-color: white;
}

.c-product__attention img {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
}

.c-result {
  padding: 100px 0;
  text-align: center;
}

.c-result__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-result__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-result__text {
  margin-bottom: 60px;
}

.c-result__slider {
  width: 100%;
}

.c-result__slider li {
  /*width: calc(100% - 40px);*/
}

.c-result__slider__msgBox {
  width: 220px;
  height: 110px;
  border: solid 1px #FFC801;
  background-color: #fff;
  margin: 20px auto 60px;
  position: relative;
  padding: 0 10px;
}

.c-result__slider__msgBox__title {
  background: #FFC801;
  border-radius: 20px;
  text-align: center;
  width: 180px;
  padding: 4px 0;
  font-size: 14px;
  position: absolute;
  margin-top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.c-result__slider__msgBox__text {
  font-size: 16px;
  margin: 30px 0 20px;
  border-bottom: solid 1px #FFC801;
  font-weight: bold;
}

.c-result__slider__msgBox__text .attention {
  color: #FFC801;
  font-weight: bold;
}

.c-result__slider__msgBox__name {
  font-size: 14px;
}

.c-result__slider__msgBox:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -38px;
  z-index: 10;
  margin-left: 1px;
}

.c-result__slider__msgBox:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 10px 0 10px;
  border-color: #FFC801 transparent transparent transparent;
  position: absolute;
  bottom: -40px;
}

.c-result__slider__msg {
  width: 220px;
  display: block;
  margin: 0 auto;
}

.c-result__slider__imgBox {
  position: relative;
  width: 220px;
  margin: 0 auto;
}

.c-result__slider__result {
  width: 220px;
  display: block;
}

.c-result__slider__gif {
  width: 184px;
  position: absolute;
  top: 58px;
  left: 18px;
  margin: 0 auto;
}

.c-result__voice {
  padding-right: 40px;
  background: url("/wp-content/themes/emanon-pro-child/images/i_arrow_blk.png") center right no-repeat;
  background-size: 12px 22px;
}

.slick-active {
  opacity: 0.5;
}

.slick-center {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 100px !important;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-dots li button:before {
  opacity: 1 !important;
  color: #000 !important;
}

.slick-dots li.slick-active button:before {
  color: #FFC801 !important;
}

.c-flow {
  padding: 100px 0;
  text-align: center;
}

.c-flow__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-flow__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-flow__text {
  margin-bottom: 60px;
}

.c-flow__container {
  width: 960px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
}

.c-flow__box {
  width: 180px;
  position: relative;
}

.c-flow__box::after {
  content: '';
  width: 140px;
  height: 1px;
  background-color: #FFC801;
  position: absolute;
  top: 80px;
}

.c-flow__box:last-child::after {
  content: '';
  width: 0;
}

.c-flow__img {
  width: 160px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.c-flow__step {
  background: #FFC801;
  border-radius: 20px;
  width: 140px;
  display: inline-block;
  margin-bottom: 10px;
}

.c-flow__text {
  display: inline-block;
  font-weight: bold;
}

.c-faq {
  padding: 100px 0;
  text-align: center;
  background-color: #f5f7f8;
}

.c-faq.white {
  background-color: #fff;
}

.c-faq__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-faq__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-faq__text {
  margin-bottom: 60px;
}

.c-faq__box {
  width: 900px;
  margin: 0 auto;
  border: solid 2px #000;
  background-color: #fff;
  margin-bottom: 30px;
  text-align: left;
}

.c-faq__box__title {
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  background: url("/wp-content/themes/emanon-pro-child/images/i_plus_blk.png") center right 20px no-repeat;
  background-size: 20px;
}

.c-faq__box__q {
  width: 40px;
  vertical-align: bottom;
  margin-right: 20px;
}

.c-faq__box__t {
  line-height: 40px;
}

.c-faq__box__text {
  border-top: solid 2px #000;
  padding: 30px 20px 30px 90px;
  line-height: 1.5;
  display: none;
  background: url("/wp-content/themes/emanon-pro-child/images/A.png") top 30px left 20px no-repeat;
  background-size: 40px;
}

.c-faq__etc {
  display: inline-block;
  padding-right: 40px;
  background: url("/wp-content/themes/emanon-pro-child/images/i_arrow_blk.png") center right no-repeat;
  background-size: 12px 22px;
}

.c-joinUs {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(to top, #F5F7F8 0%, #F5F7F8 60%, #fff 60%, #fff 100%);
}

.c-joinUs__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-joinUs__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-joinUs__text {
  margin-bottom: 60px;
}

.c-joinUs__container {
  display: flex;
  width: 960px;
  justify-content: space-around;
  margin: 0 auto 60px;
}

.c-joinUs__box {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 #E0E0E0;
  width: 380px;
  padding: 60px 30px;
}

.c-joinUs__box__img {
  width: 300px;
}

.c-joinUs__box__name {
  margin: 20px 0;
  font-weight: bold;
}

.c-joinUs__msg {
  font-size: 28px;
  margin-bottom: 40px;
}

.c-joinUs__attention {
  border: solid 1px #FFC801;
  padding: 30px 20px 20px 20px;
  text-align: left;
  width: 960px;
  position: relative;
  margin: 0 auto 40px;
  background-color: #fff;
}

.c-joinUs__attention img {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
}

.c-joinUs__etc {
  display: inline-block;
  padding-right: 40px;
  background: url("/wp-content/themes/emanon-pro-child/images/i_arrow_blk.png") center right no-repeat;
  background-size: 12px 22px;
}

.c-partner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 960px;
  padding: 60px 0;
}

.c-partner__box {
  box-shadow: 0 0 10px 0 #E0E0E0;
  width: 700px;
  background-color: white;
}

.c-partner__box__title {
  background-image: linear-gradient(0deg, #FFE602 0%, #FFC801 100%);
  text-align: center;
  padding: 40px 0;
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.c-partner__box__text {
  padding: 20px 40px 40px 40px;
}

.c-partner__lineBox {
  box-shadow: 0 0 10px 0 #E0E0E0;
  width: 240px;
  text-align: center;
  padding: 40px 0 0 0;
  background-color: white;
}

.c-partner__qr {
  width: 120px;
  margin-bottom: 20px;
}

.c-partner__line {
  width: 180px;
}

.c-attention {
  background-color: #191919;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

.c-attention__title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

.c-attention__subtitle {
  margin-bottom: 10px;
  display: inline-block;
}

.c-attention__subtitle:first-of-type {
  padding-left: 26px;
  background: url("/wp-content/themes/emanon-pro-child/images/i_attn_wht.png") center left no-repeat;
  background-size: 16px;
}

.c-attention__text {
  width: 960px;
  margin: 0 auto;
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

.c-product {
  padding: 100px 0;
  text-align: center;
}

.c-product__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-product__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-product__message {
  font-size: 28px;
  margin-bottom: 60px;
}

.c-product__text {
  margin-bottom: 80px;
}

.c-product__container {
  background: linear-gradient(to right, #F5F7F8 0%, #F5F7F8 50%, #fff 50%, #fff 100%);
  padding: 80px 0 120px 0;
}

.c-product__box {
  margin: 0 auto;
  width: 960px;
}

.c-product__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
  height: 80px;
}

.c-product__item {
  width: 300px;
  text-align: center;
}

.c-product__item__name {
  color: #FFC801;
  font-size: 22px;
}

.c-product__item__text {
  text-align: left;
  font-size: 16px;
}

.c-product__item__prod {
  font-weight: bold;
  font-size: 20px;
}

.c-product__item__logo {
  width: 100%;
}

.c-product__item__price {
  font-size: 60px;
  display: inline-block;
}

.c-product__item__price+img {
  width: 36px;
}

.c-product__item__per {
  font-size: 40px;
}

.c-product__item__per__small {
  font-size: 30px;
}

.c-product__item__per__comment {
  font-size: 18px;
}

.c-product__item__logic {
  font-size: 30px;
}

.c-product__item__unyou {
  font-size: 40px;
}

.c-product__item__mark {
  background: #FFC801;
  border-radius: 20px;
  width: 240px;
  display: inline-block;
}

.c-product__item__btn {
  background: #000000;
  border-radius: 40px;
  color: white;
  padding: 20px 30px;
}

.c-product__msg {
  border: solid 1px #FFC801;
  padding: 10px 0;
  width: 960px;
  margin: 80px auto 60px;
  background-color: white;
}

.c-product__msg img {
  width: 20px;
  margin-right: 20px;
}

.c-product__attention {
  border: solid 1px #FFC801;
  padding: 30px 20px 20px 20px;
  text-align: left;
  width: 960px;
  position: relative;
  margin: 0 auto;
  background-color: white;
}

.c-product__attention img {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
}

.c-title {
  background-color: #000;
  padding: 180px 0 80px;
  text-align: center;
  color: #fff;
}

h1.c-title__title {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.c-title__title {
  border-bottom: solid #FFC801 2px;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-title__titleLarge {
  font-size: 42px;
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  padding: 20px 0;
  /*width: 960px;*/
  margin: 0 auto;
  padding: 32px 72px 32px 72px;
}
body.single .c-breadcrumb {
  padding: 32px 72px 32px 0px;
}

.c-breadcrumb img {
  width: 6px;
  margin: 0 20px;
}

.c-solution {
  padding: 60px 0 100px;
  text-align: center;
}

.c-solution__titleLarge {
  font-size: 42px;
  margin-bottom: 60px;
}

.c-solution__container {
  display: flex;
  width: 960px;
  justify-content: space-around;
  margin: 0 auto 60px;
}

.c-solution__box {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 #E0E0E0;
  width: 380px;
  padding: 60px 30px;
}

.c-solution__box__img {
  width: 300px;
}

.c-solution__box__name {
  margin: 20px 0;
  font-weight: bold;
}

.c-solution__attention {
  border: solid 1px #FFC801;
  padding: 30px 20px 20px 20px;
  text-align: left;
  width: 960px;
  position: relative;
  margin: 0 auto 40px;
  background-color: #fff;
}

.c-solution__attention img {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
}

.c-production__navi {
  display: flex;
  width: 100%;
}

.c-production__navi__title {
  background-color: #f5f7f8;
  flex-grow: 1;
  text-align: center;
  padding: 20px 0;
}

.c-production__navi .black {
  background-color: #000;
  color: white;
}

.c-production .fix {
  position: fixed;
  top: 90px;
  z-index: 20;
}

.c-production__container {
  width: 960px;
  margin: 60px auto;
  background: url("/wp-content/themes/emanon-pro-child/images/img_num_01.png") top right no-repeat;
  background-size: 250px;
}

.c-production__container.second {
  background: url("/wp-content/themes/emanon-pro-child/images/img_num_02.png") top right no-repeat;
  background-size: 250px;
}

.c-production__container__name {
  font-size: 32px;
  margin-bottom: 20px;
}

.c-production__container__desc {
  margin-bottom: 30px;
}

.c-production__container__box {
  display: flex;
}

.c-production__container__item {
  width: 520px;
}

.c-production__container__item__img {
  width: 342px;
  display: block;
  margin: 0 auto 40px 0;
}

.c-production__container__item__price {
  font-size: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

.c-production__container__item__price+img {
  width: 36px;
}

.c-production__container__item__table {
  display: table;
}

.c-production__container__item__key {
  display: table-cell;
  width: 130px;
  padding: 14px 30px 20px 0;
}

.c-production__container__item__key p {
  font-size: 14px;
  background: #FFC801;
  border-radius: 10px;
  padding: 1px;
  text-align: center;
}

.c-production__container__item__value {
  display: table-cell;
  padding: 0 30px 20px 0;
}

.c-production__container__item__per {
  font-size: 30px;
}

.c-production__container__item__per__small {
  font-size: 20px;
}

.c-production__container__item__per__comment {
  font-size: 18px;
}

.c-production__container__item__logic {
  font-size: 20px;
}

.c-production__container__item__unyou {
  font-size: 30px;
}

.c-production__container__item__text {
  margin-bottom: 24px;
}

.c-production__container__item__point {
  background-color: #f5f7f8;
  padding: 20px 20px;
  margin-bottom: 40px;
}

.c-production__container__item__point li {
  padding-left: 50px;
  background: url("/wp-content/themes/emanon-pro-child/images/i_ck_yel.png") center left no-repeat;
  background-size: 34px;
  margin: 20px 0;
}

.c-production__container__item__tableTitle {
  font-weight: bold;
  margin-bottom: 20px;
}

.c-production__container__item__tableIco {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-production__container__item__tableIco__item {
  background-color: black;
  color: white;
  width: 150px;
  text-align: center;
  padding: 10px 0;
  margin: 5px;
}

.c-production__performance {
  width: 960px;
  margin: 0 auto;
}

.c-production__performance__title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}

.c-production__performance .small {
  font-size: 18px;
}

.c-production__performance__table {
  display: flex;
  margin-bottom: 20px;
}

.c-production__performance__table dl {
  flex-grow: 1;
  text-align: center;
}

.c-production__performance__table dl:not(:last-of-type) dt, .c-production__performance__table dl:not(:last-of-type) dd {
  border-right: inherit;
}

.c-production__performance__table dt {
  padding: 10px 0;
  border: solid 1px #CCCCCC;
  background-color: #f5f7f8;
}

.c-production__performance__table dd {
  padding: 20px 0;
  border: solid 1px #CCCCCC;
  border-top: inherit;
}

.c-production__performance__img {
  width: 100%;
}

.c-production__performance__memo {
  font-size: 14px;
}

.c-production__performance__slide {
  text-align: right;
  font-weight: bold;
}

.c-production__result {
  padding: 100px 0 0;
}

.c-production__result__title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}

.c-production__result__text {
  text-align: center;
  margin-bottom: 40px;
}

.c-production__result__slider {
  width: 100%;
  display: flex;
  justify-content: center;
}

.c-production__result__slider li {
  width: 400px;
}

.c-production__result__slider__msgBox {
  width: 300px;
  height: 270px;
  border: solid 1px #FFC801;
  background-color: #fff;
  margin: 40px auto 60px;
  position: relative;
  padding: 0 10px;
}

.c-production__result__slider__msgBox__icon {
  width: 80px;
  height: 80px;
  font-size: 14px;
  position: absolute;
  margin-top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.c-production__result__slider__msgBox__text {
  font-size: 14px;
  margin: 50px 0 10px;
  padding: 0 10px;
  font-weight: bold;
  text-align: center;
}

.c-production__result__slider__msgBox__desc {
  font-size: 10px;
  padding: 0 10px 10px;
  border-bottom: solid 1px #FFC801;
}

.c-production__result__slider__msgBox__name {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 4px;
}

.c-production__result__slider__msgBox__tool {
  font-size: 10px;
  text-align: center;
  margin-bottom: 4px;
}

.c-production__result__slider__msgBox__tool .bold {
  font-weight: bold;
}

.c-production__result__slider__msgBox:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -38px;
  z-index: 10;
  margin-left: 1px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
}

.c-production__result__slider__msgBox:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 10px 0 10px;
  border-color: #FFC801 transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.c-production__result__slider__msg {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.c-production__result__slider__result {
  width: 220px;
  display: block;
  margin: 0 auto;
}

.article-body .c-voicePage p {
  margin-bottom: 0;
}
.article-body .c-voicePage .c-voicePage {
  padding: 100px 0 0 0;
}

.article-body .c-voicePage .c-voicePage__container {
  background-color: #f5f7f8;
  position: relative;
  margin-top: 40px;
  padding: 180px 0 60px 0;
  margin-bottom: 120px;
}

.article-body .c-voicePage .c-voicePage__container__icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}

.article-body .c-voicePage .c-voicePage__container__icon img {
  width: 120px;
  margin-bottom: 20px;
}

.article-body .c-voicePage .c-voicePage__container__icon p {
  text-align: center;
  font-size: 14px;
}

.article-body .c-voicePage .c-voicePage__container__box {
  display: flex;
  width: 960px;
  margin: 0 auto;
}

.article-body .c-voicePage .c-voicePage__container__box img {
  width: 374px;
  margin-left: 60px;
}

.article-body .c-voicePage .c-voicePage__container__box__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.article-body .c-voicePage .c-voicePage__container__box__text {
  margin-bottom: 40px;
}

.article-body .c-voicePage .c-voicePage__container__box__tool {
  margin-bottom: 40px;
}

.article-body .c-voicePage .c-voicePage__container__box__tool__title {
  background: url("/wp-content/themes/emanon-pro-child/images/i_tool_yel.png") left center no-repeat;
  padding-left: 50px;
  background-size: 34px;
  margin-bottom: 20px;
}

.article-body .c-voicePage .c-voicePage__container__box__result__title {
  background: url("/wp-content/themes/emanon-pro-child/images/i_operation_yel.png") left center no-repeat;
  padding-left: 50px;
  background-size: 34px;
  margin-bottom: 20px;
}

.article-body .c-voicePage .c-voicePage__container__box__result ul {
  display: flex;
  flex-wrap: wrap;
}

.article-body .c-voicePage .c-voicePage__container__box__result ul li {
  text-align: center;
  color: white;
  background-color: black;
  padding: 10px 0;
  width: 220px;
  margin: 0 20px 20px 0;
  font-size: 14px;
}

.article-body .c-voicePage .c-voicePage__container__box__result ul li p {
  font-size: 24px;
}

.c-faqPage__navi {
  display: flex;
}

.c-faqPage__navi li {
  text-align: center;
  flex-grow: 1;
  background-color: #f5f7f8;
  padding: 16px 0;
}

.c-faqPage__navi .black {
  background-color: black;
  color: white;
}
@media screen and (min-width:480px) {
  .c-production__container__item__price {
    font-size: 50px;
  }
}
@media screen and (max-width: 320px) {
  .c-production__container__item__price {
    font-size: 48px;
  }
}
@media screen and (max-width: 880px) {
  html {
    min-width: 100%;
    font-size: 14px;
  }
  body {
    min-width: 100%;
    position: relative;
  }
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .st-header {
    height: 60px;
    position: fixed;
    display: block;
    padding: 20px 40px;
    background-size: 180px;
  }
  .st-header .st-header__menuButton__icon {
    background: #000;
  }
  .st-header .st-header__menuButton__icon:after {
    background: #000;
  }
  .st-header .st-header__menuButton__icon:before {
    background: #000;
  }
  .st-header .st-header__menuButton__icon.close {
    background: transparent;
  }
  .st-header__navi {
    display: none;
  }
  .st-header__navi.open {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
  }
  .st-header__items {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .st-header__items__item {
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    cursor: pointer;
  }
  .st-header__items__item:last-of-type {
    margin-right: 0;
  }
  .st-header__menuButton {
    float: right;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    position: relative;
    z-index: 30;
  }
  .st-header__menuButton__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -10px 0 0 10px;
    background: #fff;
    transition: .2s;
  }
  .st-header__menuButton__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
    margin-top: 6px;
  }
  .st-header__menuButton__icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
    margin-top: -8px;
  }
  .st-header__menuButton__icon.close {
    background: transparent;
  }
  .st-header__menuButton__icon.close:after {
    margin-top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #000;
  }
  .st-header__menuButton__icon.close:before {
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #000;
  }
  .st-header.shadow {
    background: #fff url("/wp-content/themes/emanon-pro-child/images/logo_side.png") center left no-repeat;
    background-size: 180px;
  }
  .st-header.shadow .st-header__menuButton__icon {
    background: #000;
  }
  .st-header.shadow .st-header__menuButton__icon:after {
    background: #000;
  }
  .st-header.shadow .st-header__menuButton__icon:before {
    background: #000;
  }
  .st-header.shadow .st-header__menuButton__icon.close {
    background: transparent;
  }
  .st-footer {
    padding: 40px 20px;
  }
  .st-footer__container {
    width: 100%;
    display: block;
  }
  .st-footer__logo {
    display: block;
    margin: 0 auto 40px;
  }
  .st-footer__contents {
    flex-wrap: wrap;
  }
  .st-footer__content {
    margin: 0 20px 40px 0;
    width: calc(100% / 2 - 20px);
  }
  .st-footer__content__title {
    font-weight: bold;
    margin-bottom: 16px;
  }
  .st-footer__content li {
    margin-bottom: 10px;
  }
  .st-footer__content a {
    color: #fff;
    font-size: 14px;
  }
  .st-footer__snsArea {
    text-align: center;
    margin-bottom: 40px;
  }
  .st-footer__sns {
    width: 50px;
    margin: 0 10px;
  }
  .st-footer__foot {
    width: 100%;
    margin: 0 auto;
  }
  .st-footer__foot__policy {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .st-footer__foot__copy {
    text-align: right;
    font-size: 14px;
  }
  .c-mainVisual {
    width: 100%;
    padding: 120px 20px 0 20px;
  }
  .c-mainVisual__img {
    display: none;
  }
  .c-mainVisual__position {
    width: calc(100% - 40px);
    padding-top: 60px;
  }
  .c-mainVisual__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .c-mainVisual__container__logo {
    width: 180px;
    height: 138px;
    margin: 0 auto 40px auto;
  }
  .c-mainVisual__container__text {
    width: 100%;
  }
  .c-mainVisual__container__text__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .c-mainVisual__num {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .c-mainVisual__num__name {
    margin-bottom: 8px;
  }
  .c-mainVisual__num__box {
    margin-right: 20px;
  }
  .c-mainVisual__num__box img {
    width: 20px;
  }
  .c-mainVisual__num__large {
    font-size: 30px;
    margin-right: 8px;
  }
  .c-mainVisual__num__medium {
    font-size: 20px;
  }
  .c-mainVisual__spScroll {
    width: 64px;
    display: block;
    margin: 40px auto 0;
  }
  .c-pcMenu {
    display: none;
  }
  .c-news {
    background-color: #f5f7f8;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }
  .c-news__title {
    text-align: center;
    padding: 0 0 20px 0;
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: solid #000 1px;
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-news__list {
    margin: 0 0 20px 0;
    line-height: 1.4;
    width: calc(100% - 40px);
  }
  .c-news__list li {
    margin: 10px 0;
  }
  .c-about__flex {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .c-about__title {
    text-align: center;
  }
  .c-about__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-about__message {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-about__img {
    width: 224px;
    margin: 0 0 80px 0;
    padding: 0;
  }
  .c-about__container {
    width: 100%;
    padding: 50px 0 20px;
  }
  .c-about__text {
    text-align: left;
    padding: 0 20px;
  }
  .c-about__recommend {
    background: url("/wp-content/themes/emanon-pro-child/images/img_bg_cp_sp.png") no-repeat center center;
    background-size: cover;
  }
  .c-about__recommend__list {
    width: 100%;
    padding: 0 20px;
  }
  .c-about__recommend__list li {
    margin: 10px 0;
    width: 100%;
  }
  .c-about__recommend__list li:nth-of-type(even) {
    margin: 10px 0;
  }
  .c-feature {
    padding: 50px 20px;
  }
  .c-feature__title {
    text-align: center;
  }
  .c-feature__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-feature__message {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-feature__text {
    text-align: left;
    margin-bottom: 40px;
  }
  .c-feature__container {
    padding: 0;
    width: 100%;
  }
  .c-feature__card {
    width: 100%;
    margin: 0 0 40px;
  }
  .c-feature__img {
    width: 160px;
    margin-bottom: 30px;
  }
  .c-feature__name {
    margin-bottom: 30px;
    font-weight: bold;
  }
  .c-feature__boxText {
    text-align: left;
  }
  .c-count__num {
    width: calc(100% - 40px);
    margin: 0 20px;
    display: flex;
  }
  .c-count__num__name {
    margin-bottom: 8px;
  }
  .c-count__num__box {
    margin-right: 20px;
  }
  .c-count__num__box img {
    width: 20px;
  }
  .c-count__num__large {
    font-size: 30px;
    margin-right: 8px;
  }
  .c-count__num__medium {
    font-size: 20px;
  }
  .c-count__text {
    padding: 20px 20px 0 20px;
    text-align: left;
  }
  .c-product {
    padding: 50px 0;
  }
  .c-product__title {
    text-align: center;
  }
  .c-product__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-product__message {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .c-product__text {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .c-product__container {
    padding: 40px 0 40px 0;
  }
  .c-product__box {
    width: calc(100% - 20px);
  }
  .c-product__items {
    margin-bottom: 20px;
    height: 40px;
  }
  .c-product__items-large {
    height: auto;
  }
  .c-product__item {
    width: 100%;
    text-align: center;
  }
  .c-product__item__logo {
    width: calc(100% - 40px);
  }
  .c-product__item__text {
    font-size: 14px;
  }
  .c-product__item__price {
    font-size: 20px;
    display: inline-block;
  }
  .c-product__item__price+img {
    width: 14px;
  }
  .c-product__item__per {
    font-size: 20px;
  }
  .c-product__item__per__small {
    font-size: 10px;
  }
  .c-product__item__per__comment {
    font-size: 10px;
  }
  .c-product__item__logic {
    font-size: 12px;
  }
  .c-product__item__unyou {
    font-size: 20px;
  }
  .c-product__item__mark {
    width: 80px;
  }
  .c-product__item__text {
    padding: 10px;
  }
  .c-product__item__btn {
    background: #000000;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
  }
  .c-product__msg {
    border: solid 1px #FFC801;
    padding: 10px 20px;
    width: calc(100% - 40px);
    margin: 40px auto 60px;
    text-align: left;
  }
  .c-product__msg img {
    width: 16px;
    margin-right: 10px;
  }
  .c-product__attention {
    width: calc(100% - 40px);
    position: relative;
    margin: 0 auto;
  }
  .c-product__attention img {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
  }
  .c-result {
    padding: 50px 20px;
  }
  .c-result__title {
    text-align: center;
  }
  .c-result__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-result__message {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-result__text {
    text-align: left;
    margin-bottom: 40px;
  }
  .c-result__slider__msgBox {
    width: 220px;
    height: 110px;
    border: solid 1px #FFC801;
    background-color: #fff;
    margin: 20px auto 60px;
    position: relative;
    padding: 0 10px;
  }
  .c-result__slider__msgBox__title {
    background: #FFC801;
    border-radius: 20px;
    text-align: center;
    width: 180px;
    padding: 4px 0;
    font-size: 14px;
    position: absolute;
    margin-top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-result__slider__msgBox__text {
    font-size: 16px;
    margin: 30px 0 20px;
    border-bottom: solid 1px #FFC801;
    font-weight: bold;
  }
  .c-result__slider__msgBox__text .attention {
    color: #FFC801;
    font-weight: bold;
  }
  .c-result__slider__msgBox__name {
    font-size: 14px;
  }
  .c-result__slider__msgBox:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -38px;
    z-index: 10;
    margin-left: 1px;
  }
  .c-result__slider__msgBox:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 10px 0 10px;
    border-color: #FFC801 transparent transparent transparent;
    position: absolute;
    bottom: -40px;
  }
  .c-flow {
    padding: 50px 20px;
  }
  .c-flow__title {
    text-align: center;
  }
  .c-flow__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-flow__message {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-flow__text {
    text-align: left;
    margin-bottom: 40px;
  }
  .c-flow__container {
    width: 100%;
    display: block;
  }
  .c-flow__box {
    margin: 0 auto;
  }
  .c-flow__box::after {
    content: '';
    width: 0;
  }
  .c-flow__text {
    text-align: center;
  }
  .c-faq {
    padding: 50px 20px;
  }
  .c-faq__title {
    text-align: center;
  }
  .c-faq__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-faq__message {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-faq__text {
    text-align: left;
    margin-bottom: 40px;
  }
  .c-faq__container {
    width: 100%;
    display: block;
  }
  .c-faq__box {
    width: 100%;
  }
  .c-faq__box__title {
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
  }
  .c-faq__box__q {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
  }
  .c-faq__box__t {
    line-height: 30px;
    padding-right: 30px;
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
  }
  .c-faq__box__a {
    right: 30px;
    top: 22px;
  }
  .c-joinUs {
    padding: 50px 20px;
    background: linear-gradient(to top, #F5F7F8 0%, #F5F7F8 75%, #fff 75%, #fff 100%);
  }
  .c-joinUs__title {
    text-align: center;
  }
  .c-joinUs__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-joinUs__message {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-joinUs__text {
    text-align: left;
    margin-bottom: 40px;
  }
  .c-joinUs__container {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
  .c-joinUs__box {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 #E0E0E0;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
  }
  .c-joinUs__box__img {
    width: 100%;
  }
  .c-joinUs__box__name {
    margin: 20px 0;
    font-weight: bold;
  }
  .c-joinUs__msg {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .c-joinUs__attention {
    width: 100%;
    position: relative;
    margin: 0 auto 30px;
  }
  .c-joinUs__attention img {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
  }
  .c-joinUs__etc {
    line-height: 1.6;
  }
  .c-partner {
    display: block;
    width: 100%;
    padding: 60px 20px;
  }
  .c-partner__box {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-partner__box__title {
    padding: 20px;
    display: block;
    font-size: 22px;
    font-weight: normal;
  }
  .c-partner__box__text {
    padding: 20px;
  }
  .c-partner__lineBox {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .c-partner__qr {
    width: 120px;
    margin-bottom: 20px;
  }
  .c-partner__line {
    width: 180px;
  }
  .c-attention {
    padding: 40px 20px 20px;
  }
  .c-attention__text {
    width: 100%;
  }
  .c-product {
    padding: 50px 0;
  }
  .c-product__title {
    text-align: center;
  }
  .c-product__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-product__message {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .c-product__text {
    text-align: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .c-product__container {
    padding: 40px 0 40px 0;
  }
  .c-product__box {
    width: calc(100% - 20px);
  }
  .c-product__items {
    margin-bottom: 20px;
    height: 40px;
  }
  .c-product__items-large {
    height: auto;
  }
  .c-product__item {
    width: 100%;
    text-align: center;
  }
  .c-product__item__logo {
    width: calc(100% - 40px);
  }
  .c-product__item__text {
    font-size: 14px;
  }
  .c-product__item__price {
    font-size: 20px;
    display: inline-block;
  }
  .c-product__item__price+img {
    width: 14px;
  }
  .c-product__item__per {
    font-size: 20px;
  }
  .c-product__item__per__small {
    font-size: 10px;
  }
  .c-product__item__per__comment {
    font-size: 10px;
  }
  .c-product__item__logic {
    font-size: 12px;
  }
  .c-product__item__unyou {
    font-size: 20px;
  }
  .c-product__item__mark {
    width: 80px;
  }
  .c-product__item__text {
    padding: 10px;
  }
  .c-product__item__btn {
    background: #000000;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
  }
  .c-product__msg {
    border: solid 1px #FFC801;
    padding: 10px 20px;
    width: calc(100% - 40px);
    margin: 40px auto 60px;
    text-align: left;
  }
  .c-product__msg img {
    width: 16px;
    margin-right: 10px;
  }
  .c-product__attention {
    width: calc(100% - 40px);
    position: relative;
    margin: 0 auto;
  }
  .c-product__attention img {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
  }
  .c-title {
    padding: 100px 0 40px;
  }
  .c-title__title {
    text-align: center;
  }
  .c-title__titleLarge {
    font-size: 28px;
  }
  .c-breadcrumb {
    width: 100%;
    padding: 20px;
  }
  .c-solution {
    padding: 50px 20px;
  }
  .c-solution__titleLarge {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .c-solution__container {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
  .c-solution__box {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 #E0E0E0;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
  }
  .c-solution__box__img {
    width: 100%;
  }
  .c-solution__box__name {
    margin: 20px 0;
    font-weight: bold;
  }
  .c-solution__attention {
    width: 100%;
    position: relative;
    margin: 0 auto 30px;
  }
  .c-solution__attention img {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
  }
  .c-production__container {
    width: 100%;
    margin: 40px auto;
    background: url("/wp-content/themes/emanon-pro-child/images/img_num_01.png") top right 20px no-repeat;
    background-size: 100px;
    padding: 0 20px;
  }
  .c-production__container.second {
    background: url("/wp-content/themes/emanon-pro-child/images/img_num_02.png") top right 20px no-repeat;
    background-size: 100px;
  }
  .c-production__container__box {
    display: block;
  }
  .c-production__container__item {
    width: 100%;
  }
  .c-production__container__item__img {
    width: 100%;
    margin: 0 auto 40px 0;
  }
  .c-production__container__item__price {
    width: 80%;
    margin: 0 auto 20px;
    text-align:center;
  }
  .c-production__container__item__value {
    padding: 20px 0;
    height: 100px;
  }
  .c-production__container__item .small {
    height: 60px;
  }
  .c-production__container__item__text {
    margin: 20px 0;
  }
  .c-production__performance {
    width: 100%;
  }
  .c-production__performance__title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
  }
  .c-production__performance .small {
    font-size: 18px;
  }
  .c-production__performance__table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .c-production__performance__table dl {
    width: 50%;
    text-align: center;
  }
  .c-production__performance__table dl:not(:last-of-type) dt, .c-production__performance__table dl:not(:last-of-type) dd {
    border-right: solid 1px #CCCCCC;
  }
  .c-production__performance__table dl:not(:last-of-type):nth-child(2) dt {
    padding: 10px 0;
  }
  .c-production__performance__table dl:nth-of-type(1) dt, .c-production__performance__table dl:nth-of-type(1) dd {
    border-right: inherit;
  }
  .c-production__performance__table dl:nth-of-type(1) dd {
    /*border-bottom: inherit;*/
  }
  .c-production__performance__table dl:nth-of-type(2) dd {
    /*border-bottom: inherit;*/
  }
  .c-production__performance__table dl:nth-of-type(3) dt, .c-production__performance__table dl:nth-of-type(3) dd {
    border-right: inherit;
  }
  .c-production__performance__table dt {
    height: 70px;
    padding: 20px 0;
  }
  .c-production__performance__img {
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
  }
  .c-production__performance__memo {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .c-production__performance__slide {
    text-align: right;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
  }
  .c-production__result {
    padding: 40px 0;
  }
  .c-production__result__text {
    padding: 0 20px;
  }
  .c-production__result__slider {
    display: block;
    width: 100%;
  }
  .c-production__result__slider li {
    width: 100%;
  }
  .c-production__result__slider__msgBox {
    margin: 100px auto 60px;
  }
  .c-production__result__slider__msg {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .article-body .c-voicePage .c-voicePage__container {
    padding: 160px 20px 60px 20px;
    margin-bottom: 120px;
  }
  .article-body .c-voicePage .c-voicePage__container__box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .article-body .c-voicePage .c-voicePage__container__box img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .article-body .c-voicePage .c-voicePage__container__box__result ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .article-body .c-voicePage .c-voicePage__container__box__result ul li {
    text-align: center;
    color: white;
    background-color: black;
    padding: 10px 0;
    width: 40%;
    margin: 0 20px 20px 0;
    font-size: 14px;
  }
  .article-body .c-voicePage .c-voicePage__container__box__result ul li p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    top: -30px;
  }
}
@media screen and (min-width: 768px) {
  body > div.content {
    padding: 150px 0;
  }
}
.slick-dots .slick-active button {
  border: unset;
  height: 20px;
}
