/* line 4, ../../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 9, ../../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 4, ../../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 9, ../../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 4, app/assets/stylesheets/_module.scss */
.common-btn-main-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: #ff6b7f;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-main-action:hover {
  opacity: 0.6;
}

/* line 8, app/assets/stylesheets/_module.scss */
.common-btn-main-action a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 13, app/assets/stylesheets/_module.scss */
.common-btn-main-action.study-btn {
  background-color: #2e83b1;
}

/* line 17, app/assets/stylesheets/_module.scss */
.common-btn-main-action.obstetrics-btn {
  background-color: #69b72e;
}

/* line 21, app/assets/stylesheets/_module.scss */
.common-btn-main-action.line-btn {
  background-color: #00c300;
}

/* line 28, app/assets/stylesheets/_module.scss */
input.common-btn-main-action, button.common-btn-main-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  -webkit-appearance: none;
}

/* line 435, app/assets/stylesheets/_mixin.scss */
input.common-btn-main-action:hover, button.common-btn-main-action:hover {
  opacity: 0.6;
}

/* line 34, app/assets/stylesheets/_module.scss */
input.common-btn-main-action.study-btn, button.common-btn-main-action.study-btn {
  background-color: #2e83b1;
}

/* line 38, app/assets/stylesheets/_module.scss */
input.common-btn-main-action.obstetrics-btn, button.common-btn-main-action.obstetrics-btn {
  background-color: #69b72e;
}

/* line 43, app/assets/stylesheets/_module.scss */
.common-btn-sub-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  border: solid 2px #FD7880;
  line-height: 50px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-sub-action:hover {
  opacity: 0.6;
}

/* line 51, app/assets/stylesheets/_module.scss */
.common-btn-sub-action:hover {
  background-color: white;
}

/* line 55, app/assets/stylesheets/_module.scss */
.common-btn-sub-action a {
  color: #ff6b7f;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 60, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.study-btn {
  border-color: #2e83b1;
  color: #2e83b1;
}

/* line 64, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.study-btn a {
  color: #2e83b1;
}

/* line 69, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.obstetrics-btn {
  border-color: #69b72e;
  color: #69b72e;
}

/* line 73, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.obstetrics-btn a {
  color: #69b72e;
}

/* line 79, app/assets/stylesheets/_module.scss */
input.common-btn-sub-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #fd7880;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  border: solid 2px #FD7880;
  -webkit-appearance: none;
}

/* line 435, app/assets/stylesheets/_mixin.scss */
input.common-btn-sub-action:hover {
  opacity: 0.6;
}

/* line 87, app/assets/stylesheets/_module.scss */
.common-btn-auto-size {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 9px 8px;
  height: 31px;
  border-radius: 3px;
  text-align: center;
}

@media screen and (min-width:1224px) {
  /* line 87, app/assets/stylesheets/_module.scss */
  .common-btn-auto-size {
    padding: 14px 12px;
    height: 44px;
    border-radius: 6px;
  }
}

/* line 378, app/assets/stylesheets/_mixin.scss */
.common-btn-auto-size:hover {
  opacity: 0.6;
}

/* line 91, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  border: solid 2px #3ACAC9;
  line-height: 50px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-secondary-action:hover {
  opacity: 0.6;
}

/* line 99, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action:hover {
  background-color: white;
}

/* line 103, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action a {
  color: #3acac9;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 108, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/* line 113, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.obstetrics-btn {
  border-color: #69b72e;
  color: #69b72e;
}

/* line 117, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.obstetrics-btn a {
  color: #69b72e;
}

/* line 122, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn {
  border-color: #FF6B7F;
  margin: 15px auto 25px;
}

/* line 126, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a {
  color: #ff6b7f;
  font-weight: normal;
  position: relative;
  height: 100%;
}

/* line 132, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #FF6B7F;
  border-right: solid 2px #FF6B7F;
  position: absolute;
  top: 45%;
  right: 13px;
}

/* line 139, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a .symbol {
  height: 35px;
  position: absolute;
  top: 7px;
  left: 10px;
}

/* line 146, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a .logo {
  width: 184px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  right: 38px;
  margin: 0;
}

/* line 154, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a div {
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  top: 5px;
  left: 63px;
}

/* line 164, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn {
  margin: 15px auto 25px;
}

/* line 167, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a {
  position: relative;
  height: 100%;
}

/* line 171, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #69b72e;
  border-right: solid 2px #69b72e;
  position: absolute;
  top: 42%;
  right: 13px;
}

/* line 178, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a .symbol {
  height: 42px;
  position: absolute;
  top: 4px;
  left: 10px;
}

/* line 185, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a .logo {
  width: 194px;
  height: 46px;
  position: absolute;
  bottom: 2px;
  right: 30px;
  margin: 0;
}

/* line 196, app/assets/stylesheets/_module.scss */
.common-btn-white {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  width: 250px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-white:hover {
  opacity: 0.6;
}

/* line 201, app/assets/stylesheets/_module.scss */
.common-btn-white a {
  color: rgba(74, 74, 74, 0.8);
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/* line 207, app/assets/stylesheets/_module.scss */
img.spinner {
  display: inline;
}

/* line 2, app/assets/stylesheets/syounika/home/about.scss */
#home-about .about {
  width: 28px;
  height: 27px;
  margin-right: 8px;
}

/* line 7, app/assets/stylesheets/syounika/home/about.scss */
#home-about .symbol {
  margin: 0 auto 8px;
  width: 80px;
  height: 80px;
}

/* line 12, app/assets/stylesheets/syounika/home/about.scss */
#home-about .doctor-image {
  width: 80px;
  height: 80px;
}

/* line 17, app/assets/stylesheets/syounika/home/about.scss */
#home-about .common-center-h-row .symbol-catch {
  margin: 0 auto 20px;
}

/* line 21, app/assets/stylesheets/syounika/home/about.scss */
#home-about .common-center-h-row .symbol-comment {
  text-align: center;
}

/* line 26, app/assets/stylesheets/syounika/home/about.scss */
#home-about .title-row {
  margin-bottom: 8px;
}

/* line 30, app/assets/stylesheets/syounika/home/about.scss */
#home-about .sub-title-row {
  margin-top: 48px;
}

/* line 33, app/assets/stylesheets/syounika/home/about.scss */
#home-about .sub-title-row.logo-row {
  margin-top: 24px;
}

/* line 38, app/assets/stylesheets/syounika/home/about.scss */
#home-about .title-accent {
  background-color: #ff6b7f;
  width: 7px;
  height: 20px;
  margin-right: 4px;
}

/* line 45, app/assets/stylesheets/syounika/home/about.scss */
#home-about .profile-row {
  width: 100%;
}

/* line 48, app/assets/stylesheets/syounika/home/about.scss */
#home-about .profile-row .profile-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  margin-bottom: 8px;
}

/* line 52, app/assets/stylesheets/syounika/home/about.scss */
#home-about .profile-row .profile-area .profile {
  margin-left: 12px;
}

/* line 57, app/assets/stylesheets/syounika/home/about.scss */
#home-about .profile-row .message {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 24px 0 0;
  line-height: 22px;
}

/* line 64, app/assets/stylesheets/syounika/home/about.scss */
#home-about .profile-row .message-accent {
  font-weight: bold;
  line-height: 22px;
}

/* line 71, app/assets/stylesheets/syounika/home/about.scss */
#home-about .advisor-row .advisor-profile-area {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 75, app/assets/stylesheets/syounika/home/about.scss */
#home-about .advisor-row .advisor-profile-area .advisor-profile {
  margin-left: 12px;
}

/* line 80, app/assets/stylesheets/syounika/home/about.scss */
#home-about .advisor-row .advisor-message-area {
  margin: 8px auto 0;
}

/* line 83, app/assets/stylesheets/syounika/home/about.scss */
#home-about .advisor-row .advisor-message-area .big-quote {
  color: #ff6b7f;
  color: #ffeeec;
  height: 64px;
  font-size: 128px;
}

/* line 89, app/assets/stylesheets/syounika/home/about.scss */
#home-about .advisor-row .advisor-message-area .big-quote.pull-right {
  text-align: right;
}

/* line 95, app/assets/stylesheets/syounika/home/about.scss */
#home-about .advisor-row .advisor-history {
  margin-top: 32px;
  margin-bottom: 64px;
}

/* line 102, app/assets/stylesheets/syounika/home/about.scss */
#home-about .action-btn-wrapper .btn-wrapper-small-margin-top {
  margin: 15px 0;
}

@media screen and (min-width:960px) {
  /* line 108, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .symbol {
    width: 124px;
    height: 124px;
  }
  /* line 112, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .doctor-image {
    width: 90px;
    height: 90px;
  }
  /* line 117, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .common-center-h-row .symbol-catch {
    margin: 8px auto 20px;
  }
  /* line 121, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .common-center-h-row .symbol-comment {
    width: 580px !important;
  }
  /* line 126, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .sub-title-row {
    margin-top: 58px;
  }
  /* line 129, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .sub-title-row.logo-row {
    margin-top: 16px;
  }
  /* line 135, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .profile-row .profile {
    margin-left: 16px;
  }
  /* line 139, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .profile-row .message {
    margin: 16px 0 0;
    line-height: 38px;
  }
  /* line 144, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .profile-row .message-accent {
    line-height: 38px;
  }
  /* line 150, app/assets/stylesheets/syounika/home/about.scss */
  #home-about .advisor-row .advisor-message-area {
    margin: 0 auto;
  }
}

/* line 3, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .footer-page .body-section {
  max-width: 740px;
  margin: 28px auto 0;
}

/* line 7, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .footer-page .body-section .body-sub-section {
  margin-bottom: 32px;
}

/* line 11, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .footer-page .body-section .body {
  white-space: pre-wrap;
}

/* line 14, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .footer-page .body-section .body .question {
  color: rgba(255, 107, 127, 0.8);
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .title-accent {
  background-color: #ff6b7f;
  width: 7px;
  height: 20px;
  margin-right: 4px;
}

/* line 29, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .title-row {
  margin-bottom: 8px;
}

/* line 33, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .qa {
  width: 34px;
  height: 27px;
  margin-right: 8px;
}

/* line 39, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .action-btn-wrapper .btn-wrapper-small-margin-top {
  margin: 15px 0;
}

/* line 45, app/assets/stylesheets/syounika/home/faq.scss */
#home-faq .text1 a {
  color: #ff6b7f;
}

@media screen and (min-width:960px) {
  /* line 54, app/assets/stylesheets/syounika/home/faq.scss */
  #home-faq .footer-page .body-section {
    margin: 28px auto 0;
  }
  /* line 59, app/assets/stylesheets/syounika/home/faq.scss */
  #home-faq .title-row {
    margin-bottom: 0;
  }
}

/* line 4, ../../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 9, ../../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 4, app/assets/stylesheets/_module.scss */
.common-btn-main-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: #ff6b7f;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-main-action:hover {
  opacity: 0.6;
}

/* line 8, app/assets/stylesheets/_module.scss */
.common-btn-main-action a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 13, app/assets/stylesheets/_module.scss */
.common-btn-main-action.study-btn {
  background-color: #2e83b1;
}

/* line 17, app/assets/stylesheets/_module.scss */
.common-btn-main-action.obstetrics-btn {
  background-color: #69b72e;
}

/* line 21, app/assets/stylesheets/_module.scss */
.common-btn-main-action.line-btn {
  background-color: #00c300;
}

/* line 28, app/assets/stylesheets/_module.scss */
input.common-btn-main-action, button.common-btn-main-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  -webkit-appearance: none;
}

/* line 435, app/assets/stylesheets/_mixin.scss */
input.common-btn-main-action:hover, button.common-btn-main-action:hover {
  opacity: 0.6;
}

/* line 34, app/assets/stylesheets/_module.scss */
input.common-btn-main-action.study-btn, button.common-btn-main-action.study-btn {
  background-color: #2e83b1;
}

/* line 38, app/assets/stylesheets/_module.scss */
input.common-btn-main-action.obstetrics-btn, button.common-btn-main-action.obstetrics-btn {
  background-color: #69b72e;
}

/* line 43, app/assets/stylesheets/_module.scss */
.common-btn-sub-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  border: solid 2px #FD7880;
  line-height: 50px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-sub-action:hover {
  opacity: 0.6;
}

/* line 51, app/assets/stylesheets/_module.scss */
.common-btn-sub-action:hover {
  background-color: white;
}

/* line 55, app/assets/stylesheets/_module.scss */
.common-btn-sub-action a {
  color: #ff6b7f;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 60, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.study-btn {
  border-color: #2e83b1;
  color: #2e83b1;
}

/* line 64, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.study-btn a {
  color: #2e83b1;
}

/* line 69, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.obstetrics-btn {
  border-color: #69b72e;
  color: #69b72e;
}

/* line 73, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.obstetrics-btn a {
  color: #69b72e;
}

/* line 79, app/assets/stylesheets/_module.scss */
input.common-btn-sub-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #fd7880;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  border: solid 2px #FD7880;
  -webkit-appearance: none;
}

/* line 435, app/assets/stylesheets/_mixin.scss */
input.common-btn-sub-action:hover {
  opacity: 0.6;
}

/* line 87, app/assets/stylesheets/_module.scss */
.common-btn-auto-size {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 9px 8px;
  height: 31px;
  border-radius: 3px;
  text-align: center;
}

@media screen and (min-width:1224px) {
  /* line 87, app/assets/stylesheets/_module.scss */
  .common-btn-auto-size {
    padding: 14px 12px;
    height: 44px;
    border-radius: 6px;
  }
}

/* line 378, app/assets/stylesheets/_mixin.scss */
.common-btn-auto-size:hover {
  opacity: 0.6;
}

/* line 91, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  border: solid 2px #3ACAC9;
  line-height: 50px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-secondary-action:hover {
  opacity: 0.6;
}

/* line 99, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action:hover {
  background-color: white;
}

/* line 103, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action a {
  color: #3acac9;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 108, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/* line 113, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.obstetrics-btn {
  border-color: #69b72e;
  color: #69b72e;
}

/* line 117, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.obstetrics-btn a {
  color: #69b72e;
}

/* line 122, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn {
  border-color: #FF6B7F;
  margin: 15px auto 25px;
}

/* line 126, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a {
  color: #ff6b7f;
  font-weight: normal;
  position: relative;
  height: 100%;
}

/* line 132, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #FF6B7F;
  border-right: solid 2px #FF6B7F;
  position: absolute;
  top: 45%;
  right: 13px;
}

/* line 139, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a .symbol {
  height: 35px;
  position: absolute;
  top: 7px;
  left: 10px;
}

/* line 146, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a .logo {
  width: 184px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  right: 38px;
  margin: 0;
}

/* line 154, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a div {
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  top: 5px;
  left: 63px;
}

/* line 164, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn {
  margin: 15px auto 25px;
}

/* line 167, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a {
  position: relative;
  height: 100%;
}

/* line 171, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #69b72e;
  border-right: solid 2px #69b72e;
  position: absolute;
  top: 42%;
  right: 13px;
}

/* line 178, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a .symbol {
  height: 42px;
  position: absolute;
  top: 4px;
  left: 10px;
}

/* line 185, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a .logo {
  width: 194px;
  height: 46px;
  position: absolute;
  bottom: 2px;
  right: 30px;
  margin: 0;
}

/* line 196, app/assets/stylesheets/_module.scss */
.common-btn-white {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  width: 250px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-white:hover {
  opacity: 0.6;
}

/* line 201, app/assets/stylesheets/_module.scss */
.common-btn-white a {
  color: rgba(74, 74, 74, 0.8);
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/* line 207, app/assets/stylesheets/_module.scss */
img.spinner {
  display: inline;
}

/* line 3, app/assets/stylesheets/syounika/lp/lineyoyaku.scss */
.modal-position {
  position: absolute;
  top: 260px;
}

/* line 8, app/assets/stylesheets/syounika/lp/lineyoyaku.scss */
.modal-lineyoyaku {
  position: fixed;
  z-index: 300;
  bottom: 0;
  right: -500px;
}

/* line 14, app/assets/stylesheets/syounika/lp/lineyoyaku.scss */
.modal-lineyoyaku a {
  display: block;
  width: 199px;
  height: 198px;
  background: url(https://syounika.jp/assets/syounika/lineyoyaku-40b78c3b4bb27228e10436fd5553fc12182e3aec758274ff89a184821520b655.png) no-repeat center;
}

/* line 21, app/assets/stylesheets/syounika/lp/lineyoyaku.scss */
.modal-lineyoyaku .close {
  position: absolute;
  top: 2px;
  right: 5px;
  height: 43px;
  padding: 15px;
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/syounika/lp/lineyoyaku.scss */
.modal-lineyoyaku .close:hover {
  opacity: 0.6;
}

@media screen and (min-width:960px) {
  /* line 37, app/assets/stylesheets/syounika/lp/lineyoyaku.scss */
  .modal-lineyoyaku a {
    width: 250px;
    height: 199px;
    background: url(https://syounika.jp/assets/syounika/lineyoyaku_pc-cfff65afd33cd03d8de0807dc54c372a6a60a9d0a2b08e0a34b5c89a8ad473de.png) no-repeat center;
  }
  /* line 43, app/assets/stylesheets/syounika/lp/lineyoyaku.scss */
  .modal-lineyoyaku .close {
    top: 0;
    right: 5px;
    height: 45px;
  }
}

/* line 4, ../../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 9, ../../usr/local/bundle/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 4, app/assets/stylesheets/_module.scss */
.common-btn-main-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: #ff6b7f;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-main-action:hover {
  opacity: 0.6;
}

/* line 8, app/assets/stylesheets/_module.scss */
.common-btn-main-action a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 13, app/assets/stylesheets/_module.scss */
.common-btn-main-action.study-btn {
  background-color: #2e83b1;
}

/* line 17, app/assets/stylesheets/_module.scss */
.common-btn-main-action.obstetrics-btn {
  background-color: #69b72e;
}

/* line 21, app/assets/stylesheets/_module.scss */
.common-btn-main-action.line-btn {
  background-color: #00c300;
}

/* line 28, app/assets/stylesheets/_module.scss */
input.common-btn-main-action, button.common-btn-main-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  -webkit-appearance: none;
}

/* line 435, app/assets/stylesheets/_mixin.scss */
input.common-btn-main-action:hover, button.common-btn-main-action:hover {
  opacity: 0.6;
}

/* line 34, app/assets/stylesheets/_module.scss */
input.common-btn-main-action.study-btn, button.common-btn-main-action.study-btn {
  background-color: #2e83b1;
}

/* line 38, app/assets/stylesheets/_module.scss */
input.common-btn-main-action.obstetrics-btn, button.common-btn-main-action.obstetrics-btn {
  background-color: #69b72e;
}

/* line 43, app/assets/stylesheets/_module.scss */
.common-btn-sub-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  border: solid 2px #FD7880;
  line-height: 50px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-sub-action:hover {
  opacity: 0.6;
}

/* line 51, app/assets/stylesheets/_module.scss */
.common-btn-sub-action:hover {
  background-color: white;
}

/* line 55, app/assets/stylesheets/_module.scss */
.common-btn-sub-action a {
  color: #ff6b7f;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 60, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.study-btn {
  border-color: #2e83b1;
  color: #2e83b1;
}

/* line 64, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.study-btn a {
  color: #2e83b1;
}

/* line 69, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.obstetrics-btn {
  border-color: #69b72e;
  color: #69b72e;
}

/* line 73, app/assets/stylesheets/_module.scss */
.common-btn-sub-action.obstetrics-btn a {
  color: #69b72e;
}

/* line 79, app/assets/stylesheets/_module.scss */
input.common-btn-sub-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #fd7880;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  border: solid 2px #FD7880;
  -webkit-appearance: none;
}

/* line 435, app/assets/stylesheets/_mixin.scss */
input.common-btn-sub-action:hover {
  opacity: 0.6;
}

/* line 87, app/assets/stylesheets/_module.scss */
.common-btn-auto-size {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 9px 8px;
  height: 31px;
  border-radius: 3px;
  text-align: center;
}

@media screen and (min-width:1224px) {
  /* line 87, app/assets/stylesheets/_module.scss */
  .common-btn-auto-size {
    padding: 14px 12px;
    height: 44px;
    border-radius: 6px;
  }
}

/* line 378, app/assets/stylesheets/_mixin.scss */
.common-btn-auto-size:hover {
  opacity: 0.6;
}

/* line 91, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  border: solid 2px #3ACAC9;
  line-height: 50px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-secondary-action:hover {
  opacity: 0.6;
}

/* line 99, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action:hover {
  background-color: white;
}

/* line 103, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action a {
  color: #3acac9;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/* line 108, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/* line 113, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.obstetrics-btn {
  border-color: #69b72e;
  color: #69b72e;
}

/* line 117, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.obstetrics-btn a {
  color: #69b72e;
}

/* line 122, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn {
  border-color: #FF6B7F;
  margin: 15px auto 25px;
}

/* line 126, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a {
  color: #ff6b7f;
  font-weight: normal;
  position: relative;
  height: 100%;
}

/* line 132, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #FF6B7F;
  border-right: solid 2px #FF6B7F;
  position: absolute;
  top: 45%;
  right: 13px;
}

/* line 139, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a .symbol {
  height: 35px;
  position: absolute;
  top: 7px;
  left: 10px;
}

/* line 146, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a .logo {
  width: 184px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  right: 38px;
  margin: 0;
}

/* line 154, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.syounika-btn a div {
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  top: 5px;
  left: 63px;
}

/* line 164, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn {
  margin: 15px auto 25px;
}

/* line 167, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a {
  position: relative;
  height: 100%;
}

/* line 171, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #69b72e;
  border-right: solid 2px #69b72e;
  position: absolute;
  top: 42%;
  right: 13px;
}

/* line 178, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a .symbol {
  height: 42px;
  position: absolute;
  top: 4px;
  left: 10px;
}

/* line 185, app/assets/stylesheets/_module.scss */
.common-btn-secondary-action.teaser-obstetrics-btn a .logo {
  width: 194px;
  height: 46px;
  position: absolute;
  bottom: 2px;
  right: 30px;
  margin: 0;
}

/* line 196, app/assets/stylesheets/_module.scss */
.common-btn-white {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 280px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  width: 250px;
}

/* line 362, app/assets/stylesheets/_mixin.scss */
.common-btn-white:hover {
  opacity: 0.6;
}

/* line 201, app/assets/stylesheets/_module.scss */
.common-btn-white a {
  color: rgba(74, 74, 74, 0.8);
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/* line 207, app/assets/stylesheets/_module.scss */
img.spinner {
  display: inline;
}

/* line 3, app/assets/stylesheets/syounika/lp/midwifeyoyaku.scss */
.modal-midwifeyoyaku {
  position: fixed;
  z-index: 300;
  bottom: 10px;
  right: -500px;
}

/* line 9, app/assets/stylesheets/syounika/lp/midwifeyoyaku.scss */
.modal-midwifeyoyaku a {
  display: block;
  width: 161px;
  height: 161px;
  background: url(https://syounika.jp/assets/syounika/midwifeyoyaku-f0c062c89b938c3e378838309f3508c8662cbcd96cafe8837814d59b5c293700.png) no-repeat center;
}

/* line 16, app/assets/stylesheets/syounika/lp/midwifeyoyaku.scss */
.modal-midwifeyoyaku .close {
  position: absolute;
  opacity: 0;
  top: -5px;
  right: -3px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media screen and (min-width:960px) {
  /* line 29, app/assets/stylesheets/syounika/lp/midwifeyoyaku.scss */
  .modal-midwifeyoyaku a {
    width: 243px;
    height: 191px;
    background: url(https://syounika.jp/assets/syounika/midwifeyoyaku_pc-296f8f61485cb6c7764d2a02d07384341e78fc043584a51ed09bdffe947a17ee.png) no-repeat center;
  }
  /* line 35, app/assets/stylesheets/syounika/lp/midwifeyoyaku.scss */
  .modal-midwifeyoyaku .close {
    width: 60px;
    height: 60px;
  }
}

/* line 11, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .main {
  padding: 10px 0 40px;
  text-align: center;
  background-image: url(https://syounika.jp/assets/syounika/kid-sp-e0a59146340d094b4eed8496aef57f239c692620765be34ad67bec29f0ac67a9.png);
  background-position: right -38px bottom -106px;
  background-repeat: no-repeat;
  -ms-background-size: 200px 300px;
  background-size: 200px 300px;
}

/* line 19, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .main .symbol {
  margin: 0px auto 22px;
  width: 250px;
  height: 166px;
}

/* line 24, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .main .description {
  width: 280px;
  margin: 15px auto 24px;
  font-size: 13px;
  line-height: 22px;
}

/* line 31, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .main .btn-wrapper {
  margin: 15px 0;
}

/* line 36, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .ac-area {
  padding: 30px 20px 20px;
  text-align: center;
  background-color: rgba(74, 74, 74, 0.02);
}

/* line 41, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .ac-area .title {
  color: #ff6b7f;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}

@media screen and (min-width:960px) {
  /* line 41, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .ac-area .title {
    font-size: 18px;
    line-height: 34px;
  }
}

/* line 46, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .ac-area .feature-wrapper {
  margin: 15px auto;
  padding: 0 15px;
  width: 280px;
  border: solid 1px rgba(74, 74, 74, 0.1);
  background-color: white;
}

/* line 53, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .ac-area .feature-wrapper .doctor {
  height: 74px;
  margin: 7px 5px 0;
  float: left;
}

/* line 59, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .ac-area .feature-wrapper .feature {
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width:960px) {
  /* line 59, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .ac-area .feature-wrapper .feature {
    font-size: 16px;
    line-height: 26px;
  }
}

/* line 64, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .ac-area .feature-wrapper .feature img {
  display: inline;
  height: 8px;
  margin: 7px 7px 0;
}

/* line 73, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .ac-area .common-btn-wrapper .common-btn-sub-action {
  max-width: 280px;
}

/* line 79, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .btn-wrapper-small-margin-top {
  margin: 15px 0;
}

/* line 83, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .nav-main {
  background-color: rgba(255, 107, 127, 0.1);
}

/* line 441, app/assets/stylesheets/_mixin.scss */
#company-lp-index .nav-main:after {
  content: '';
  display: block;
  clear: both;
}

/* line 87, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .nav-main .nav-main-list {
  max-width: 740px;
  margin: 0 auto;
}

/* line 90, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .nav-main .nav-main-list .nav-main-item {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  height: 64px;
  width: 33.3333333333%;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 13px;
}

@media screen and (min-width:960px) {
  /* line 90, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .nav-main .nav-main-list .nav-main-item {
    font-size: 18px;
    line-height: 34px;
  }
}

/* line 99, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .nav-main .nav-main-list .nav-main-item a {
  display: block;
  padding-top: 14px;
  color: #ff6b7f;
}

/* line 103, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .nav-main .nav-main-list .nav-main-item a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 2px #FF6B7F;
  border-bottom: solid 2px #FF6B7F;
  display: block;
  margin: 2px auto 0;
}

/* line 113, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .common-btn-secondary-action + p {
  margin-top: 10px;
}

/* line 117, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .obstetrics-nav {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #69b72e;
  background-color: rgba(105, 183, 46, 0.1);
  padding: 10px 0;
}

/* line 127, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .obstetrics-nav .common-btn-secondary-action.teaser-obstetrics-btn {
  margin: 5px auto;
}

/* line 133, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .trouble {
  background-color: rgba(58, 202, 201, 0.1);
  padding-top: 36px;
  padding-bottom: 50px;
  text-align: center;
}

/* line 138, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .trouble .underline {
  margin: 0 auto 8px;
  width: 100px;
}

/* line 142, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .trouble .trouble-section {
  margin: 20px auto 0;
  width: 280px;
  height: 360px;
  padding: 0;
}

/* line 147, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .trouble .trouble-section h3 {
  color: #3acac9;
  margin-top: 20px;
}

/* line 151, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .trouble .trouble-section .trouble-image {
  width: 280px;
  height: 149px;
  margin: 10px 0;
}

/* line 158, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm {
  padding-top: 34px;
  padding-bottom: 70px;
  text-align: center;
}

/* line 162, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .underline {
  margin: 0 auto 8px;
  width: 84px;
}

/* line 166, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .charm-section {
  margin-top: 64px;
}

/* line 169, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .charm-section:first-child {
  margin-top: 34px;
}

/* line 173, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .charm-section .charm-description {
  margin-top: 25px;
}

/* line 176, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .charm-section .charm-caption {
  margin-top: 15px;
}

/* line 179, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .charm-section .top-charm1 {
  width: 280px;
  height: 204px;
  margin: 24px auto 0;
  display: block;
}

/* line 185, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .charm-section.obstetrics {
  color: #69b72e;
  background-color: rgba(105, 183, 46, 0.1);
  border-radius: 6px;
  width: 300px;
  margin: 30px auto;
  padding: 20px 0;
}

/* line 193, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .charm-section.obstetrics .obstetrics-btn {
  margin: 15px auto 5px;
}

/* line 197, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .charm .charm-section.obstetrics .caption {
  margin: 10px 10px -10px;
  text-align: center;
  color: rgba(74, 74, 74, 0.8);
  font-size: 11px;
}

/* line 207, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .profile {
  display: inline-block;
  margin: 0 auto 0;
}

/* line 211, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .profile .profile-box .top-charm2 {
  width: 280px;
  height: 204px;
  margin: 16px 0 0;
}

/* line 218, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .moreover {
  background-color: rgba(58, 202, 201, 0.1);
  padding-top: 36px;
  padding-bottom: 50px;
  text-align: center;
}

/* line 223, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .moreover .underline {
  margin: 0 auto 8px;
  width: 100px;
}

/* line 227, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .moreover .moreover-section {
  background-color: white;
  margin: 20px auto 0;
  width: 280px;
  height: 440px;
  padding: 20px 0px 20px 0px;
  border-radius: 6px;
}

/* line 235, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .moreover .moreover-section h3 {
  color: #3acac9;
  margin-top: 20px;
}

/* line 240, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .moreover .moreover-section .moreover-description {
  margin-top: 20px;
  margin-bottom: 4px;
}

/* line 244, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .moreover .moreover-section .moreover-image {
  height: 130px;
  margin-top: 13px;
}

/* line 251, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .owner {
  padding-top: 36px;
  padding-bottom: 0;
  text-align: center;
}

/* line 255, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .owner .underline {
  margin: 0 auto 8px;
  width: 100px;
}

/* line 259, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .owner .owner-section {
  margin: 20px auto 0;
  width: 280px;
  height: 350px;
  padding: 20px 0px 20px 0px;
}

/* line 264, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .owner .owner-section .owner-description {
  margin-top: 40px;
  margin-bottom: 4px;
}

/* line 268, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .owner .owner-section .fee-free {
  background-color: rgba(255, 107, 127, 0.1);
  margin: 0px auto 24px;
  line-height: 200px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  color: #ff6b7f;
  font-weight: bold;
}

/* line 281, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow {
  background-color: rgba(58, 202, 201, 0.1);
  padding-top: 36px;
  padding-bottom: 50px;
  text-align: center;
}

/* line 286, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .underline {
  margin: 0 auto 8px;
  width: 100px;
}

/* line 290, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section {
  background-color: white;
  margin: 20px auto 0;
  width: 280px;
  height: 330px;
  padding: 20px 0;
  border-radius: 6px;
}

/* line 297, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section:first-child {
  margin-top: 44px;
}

/* line 301, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section h3 {
  color: #3acac9;
}

/* line 305, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section .flow-num {
  color: #3acac9;
  font-size: 40px;
  line-height: 40px;
  font-family: Courier, monospace;
}

/* line 311, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section .flow-description {
  margin-top: 20px;
  margin-bottom: 4px;
}

/* line 315, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section .flow-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 144px;
}

/* line 322, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section .calendar {
  width: 130px;
  height: 110px;
}

/* line 325, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section .form {
  width: 190px;
  height: 106px;
}

/* line 328, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section .mail {
  width: 148px;
  height: 114px;
}

/* line 331, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .flow-section .talk {
  width: 112px;
  height: 106px;
}

/* line 336, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .link-arrow {
  max-width: 320px;
  margin: 12px auto 0;
  padding: 0 20px;
}

/* line 341, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .link-arrow a {
  color: #3acac9;
}

/* line 344, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .flow .link-arrow a:after {
  border-color: #3ACAC9;
}

/* line 351, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .fee {
  margin: 40px auto;
}

/* line 354, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .fee .yen {
  margin-right: 16px;
}

/* line 358, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .fee table {
  margin: 20px auto;
  width: 100%;
}

/* line 362, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .fee table th,
#company-lp-index .fee table td {
  border: 1px solid #C0C0C0;
  padding: 10px 20px;
}

/* line 368, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .fee table th {
  width: 45%;
  text-align: left;
}

/* line 373, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .fee table td {
  text-align: center;
  color: #ff6b7f;
  font-weight: bold;
}

/* line 380, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .fee .description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 386, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .fee .caption {
  font-size: 11px;
  line-height: 14px;
}

/* line 393, app/assets/stylesheets/syounika/lp/company/base.scss */
#company-lp-index .text1 .obstetrics-link {
  color: #FF6B7F;
}

@media screen and (min-width:960px) {
  /* line 401, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .main {
    padding-top: 54px;
    padding-bottom: 20px;
    background-image: url(https://syounika.jp/assets/syounika/kid-pc-cfa745aa46e02fc2521e711b5c4afe9022907f7a97b7ca7a130e8aa15ddef851.png);
    background-position: right -64px bottom -67;
    background-repeat: no-repeat;
    -ms-background-size: 517px 777px;
    background-size: 517px 777px;
  }
  /* line 408, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .main .symbol {
    margin: 0px auto 27px;
    width: 350px;
    height: 233px;
  }
  /* line 412, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .main .description {
    width: auto !important;
    margin: 16px auto 35px;
    font-size: 18px;
    line-height: 38px;
  }
  /* line 422, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .ac-area .feature-wrapper .doctor {
    height: 80px;
    margin: 10px 5px 0 0;
  }
  /* line 428, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .ac-area .feature-wrapper .feature img {
    margin-top: 10px;
  }
  /* line 437, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .nav-main .nav-main-list .nav-main-item {
    font-size: 100%;
  }
  /* line 439, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .nav-main .nav-main-list .nav-main-item a {
    padding-top: 6px;
  }
  /* line 447, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .trouble .trouble-section {
    display: inline-block;
    width: 780px;
    height: 210px;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #company-lp-index .trouble .trouble-section:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 452, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .trouble .trouble-section .box-left-wrapper {
    float: left;
    width: 50%;
  }
  /* line 455, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .trouble .trouble-section .box-left-wrapper .box-left {
    float: right;
    width: 370px;
  }
  /* line 460, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .trouble .trouble-section .box-right-wrapper {
    float: right;
    width: 50%;
  }
  /* line 463, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .trouble .trouble-section .box-right-wrapper .box-right {
    float: left;
    width: 370px;
  }
  /* line 468, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .trouble .trouble-section .trouble-image {
    width: 350px;
    height: 186px;
    margin: 10px 0;
  }
  /* line 475, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm {
    padding-top: 65px;
    padding-bottom: 24px;
  }
  /* line 479, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section {
    margin-top: 150px;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 485, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section:nth-child(1) {
    margin-top: 72px;
  }
  /* line 488, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .charm-description {
    margin-top: 32px;
  }
  /* line 491, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .charm-caption {
    margin-top: 12px;
  }
  /* line 494, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .top-charm1 {
    width: 330px;
    height: 240px;
    margin: 0 0 0 auto;
  }
  /* line 498, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .box-left-wrapper {
    float: left;
    width: 50%;
  }
  /* line 501, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .box-left-wrapper .box-left {
    float: right;
    width: 370px;
  }
  /* line 506, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .box-right-wrapper {
    float: right;
    width: 50%;
  }
  /* line 509, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .box-right-wrapper .box-right {
    float: left;
    width: 370px;
  }
  /* line 515, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.obstetrics {
    width: 780px;
    margin: 75px auto 0;
  }
  /* line 519, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.obstetrics h4 {
    padding-left: 50px;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.obstetrics .content:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 527, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.obstetrics .obstetrics-btn {
    width: 353px;
    height: 69px;
    margin: 0;
  }
  /* line 532, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.obstetrics .obstetrics-btn .symbol {
    height: 52px;
    top: 7px;
    left: 18px;
  }
  /* line 538, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.obstetrics .obstetrics-btn .logo {
    width: 233px;
    height: 55px;
    bottom: 6px;
    right: 40px;
  }
  /* line 549, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .profile {
    margin: 0 0 0 -8px;
  }
  /* line 551, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .profile .profile-box {
    margin-left: 6px;
  }
  /* line 553, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .profile .profile-box .top-charm2 {
    width: 351px;
    height: 255px;
  }
  /* line 560, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .moreover .moreover-section {
    display: inline-block;
    width: 780px;
    height: 350px;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #company-lp-index .moreover .moreover-section:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 565, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .moreover .moreover-section .box-left-wrapper {
    float: left;
    width: 50%;
  }
  /* line 568, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .moreover .moreover-section .box-left-wrapper .box-left {
    float: right;
    width: 370px;
  }
  /* line 573, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .moreover .moreover-section .box-right-wrapper {
    float: right;
    width: 50%;
  }
  /* line 576, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .moreover .moreover-section .box-right-wrapper .box-right {
    float: left;
    width: 370px;
  }
  /* line 581, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .moreover .moreover-section .moreover-image {
    height: 200px;
    margin-top: 50px;
  }
  /* line 589, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .owner .owner-section {
    display: inline-block;
    width: 780px;
    height: 230px;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #company-lp-index .owner .owner-section:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 597, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  /* line 600, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper {
    display: inline-block;
    margin: 70px auto 0;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #company-lp-index .flow .flow-section-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 604, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section {
    float: left;
    margin: 0 0 20px 0;
    width: 360px;
    height: 380px;
  }
  /* line 610, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section:first-child {
    margin-top: 0;
  }
  /* line 613, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section:not(:first-child) {
    margin-left: 0;
  }
  /* line 616, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section:nth-child(odd) {
    clear: both;
    margin-right: 20px;
  }
  /* line 621, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section .flow-image {
    height: 168px;
  }
  /* line 625, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section .calendar {
    width: 156px;
    height: 137px;
  }
  /* line 628, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section .form {
    width: 200px;
    height: 116px;
  }
  /* line 631, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section .mail {
    width: 160px;
    height: 124px;
  }
  /* line 634, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section .talk {
    width: 142px;
    height: 136px;
  }
  /* line 640, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .flow .link-arrow {
    max-width: 740px;
    margin-top: 0;
    padding: 0;
  }
  /* line 647, app/assets/stylesheets/syounika/lp/company/base.scss */
  #company-lp-index .fee {
    margin: 80px auto;
  }
}

/* line 655, app/assets/stylesheets/syounika/lp/company/base.scss */
.android-browser #company-lp-index .main {
  background-image: none;
}

/* line 4, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .campaign {
  background-color: rgba(58, 202, 201, 0.1);
  padding-top: 36px;
  padding-bottom: 50px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .campaign .underline {
  margin: 0 auto 8px;
  width: 100px;
}

/* line 13, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .campaign .campaign-section {
  background-color: white;
  margin: 20px auto 0;
  width: 280px;
  height: 425px;
  padding: 20px 0px 20px 0px;
  border-radius: 6px;
}

/* line 21, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .campaign .campaign-section .campaign-description {
  margin: 20px 0 10px;
}

/* line 24, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .campaign .campaign-section .campaign-caption {
  color: #ff6b7f;
}

/* line 27, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .campaign .campaign-section .fee-free {
  background-color: rgba(255, 107, 127, 0.1);
  margin: 0px auto 24px;
  line-height: 200px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  color: #ff6b7f;
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .charm {
  padding-bottom: 0;
}

/* line 43, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .charm .charm-section .consultation {
  width: 280px;
  height: 162px;
  margin: 24px auto 0;
  display: block;
}

/* line 51, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .case {
  display: inline-block;
  max-width: 320px;
  text-align: left;
  margin: 0 auto;
  padding: 20px;
}

/* line 57, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .case .worry {
  width: 280px;
  height: 132px;
  margin: 0 auto 20px;
  display: block;
}

/* line 64, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .voice {
  padding: 34px 0 40px;
  text-align: center;
}

/* line 67, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .voice .underline {
  margin: 0 auto 8px;
  width: 100px;
}

/* line 72, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .voice .voice-section {
  background-color: rgba(255, 107, 127, 0.1);
  width: 300px;
  margin: 10px auto;
  padding: 10px;
  border-radius: 6px;
}

/* line 79, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .voice .voice-section .voice {
  background-color: white;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

/* line 86, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .voice .voice-section .voice .title {
  height: 50px;
}

/* line 89, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .voice .voice-section .voice .title img {
  float: left;
}

/* line 93, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .voice .voice-section .voice .title div {
  padding: 7px 0 0 60px;
  font-weight: bold;
}

/* line 99, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .voice .voice-section .voice .content {
  margin-top: 12px;
  font-size: 95%;
}

/* line 107, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
#company-lp-index .privacy-policy-link {
  color: inherit;
}

@media screen and (min-width:960px) {
  /* line 115, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .campaign .campaign-section {
    display: inline-block;
    width: 780px;
    height: 280px;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #company-lp-index .campaign .campaign-section:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 120, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .campaign .campaign-section .box-left-wrapper {
    float: left;
    width: 50%;
  }
  /* line 123, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .campaign .campaign-section .box-left-wrapper .box-left {
    float: right;
    width: 370px;
  }
  /* line 128, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .campaign .campaign-section .box-right-wrapper {
    float: right;
    width: 50%;
  }
  /* line 131, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .campaign .campaign-section .box-right-wrapper .box-right {
    float: left;
    width: 370px;
  }
  /* line 136, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .campaign .campaign-section .fee-free {
    margin-top: 15px;
  }
  /* line 142, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .charm {
    padding-bottom: 0;
  }
  /* line 146, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .consultation {
    width: 330px;
    height: 191px;
    margin: 0 0 0 auto;
  }
  /* line 154, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .case {
    margin-top: 0;
    padding: 0;
    max-width: 420px;
  }
  /* line 158, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .case .worry {
    width: 330px;
    height: 155px;
    margin: 5px auto 30px;
  }
  /* line 164, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .voice {
    padding-bottom: 60px;
  }
  /* line 167, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .voice .voice-section {
    width: 660px;
  }
  /* line 170, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .voice .voice-section .voice {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 175, app/assets/stylesheets/syounika/lp/company/kidsrepublic/index.scss */
  #company-lp-index .voice .voice-section .voice .title div {
    padding-top: 15px;
  }
}
