/* 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 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/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 7, app/assets/stylesheets/obstetrics/home/faq.scss */
#home-faq .footer-page .body-section .body-sub-section {
  margin-bottom: 32px;
}

/* line 11, app/assets/stylesheets/obstetrics/home/faq.scss */
#home-faq .footer-page .body-section .body .question {
  color: #fa9064;
}

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

/* line 26, app/assets/stylesheets/obstetrics/home/faq.scss */
#home-faq .text1 a {
  color: #69b72e;
}

/* 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, app/assets/stylesheets/obstetrics/lp/lineyoyaku.scss */
.modal-lineyoyaku a {
  width: 166px;
  height: 169px;
  background: url(https://syounika.jp/assets/obstetrics/lineyoyaku-7ae3b74622c16e4d1901011e869f4e19057792e29b8c0b43195e565cefbf44b1.png) no-repeat center;
}

/* line 10, app/assets/stylesheets/obstetrics/lp/lineyoyaku.scss */
.modal-lineyoyaku .close {
  top: 0;
  right: 2px;
}

@media screen and (min-width:960px) {
  /* line 18, app/assets/stylesheets/obstetrics/lp/lineyoyaku.scss */
  .modal-lineyoyaku a {
    width: 251px;
    height: 199px;
    background: url(https://syounika.jp/assets/obstetrics/lineyoyaku_pc-72f91a0e50064f5c1c2015330ad534a774f2bed9d8cb70febfe8b049c4982703.png) no-repeat center;
  }
}

/* line 7, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .action-area .btn-wrapper {
  margin-bottom: 15px;
}

/* line 12, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .main {
  padding: 18px 0;
  text-align: center;
  background-image: url(https://syounika.jp/assets/obstetrics/lp_top-172baa4c5fc1344ae82199583c6a3f1e19f55a4da18aee7c15b29f53a3186a93.png);
  background-position: right top;
  background-repeat: no-repeat;
  -ms-background-size: 320px 289px;
  background-size: 320px 289px;
}

/* line 20, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .main .symbol {
  margin: 0px auto 22px;
  width: 241px;
  height: 195px;
}

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

/* line 31, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .main .description .note {
  color: rgba(255, 0, 0, 0.8);
}

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

/* line 41, app/assets/stylesheets/obstetrics/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 46, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .ac-area .title {
  color: #fa9064;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}

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

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

/* line 58, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .ac-area .feature-wrapper .doctor {
  height: 70px;
  margin: 8px 5px 0;
  float: left;
}

/* line 64, app/assets/stylesheets/obstetrics/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 64, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .ac-area .feature-wrapper .feature {
    font-size: 16px;
    line-height: 26px;
  }
}

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

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

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

/* line 88, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index section.title {
  padding: 20px;
  text-align: center;
  color: #fa9064;
  background-color: rgba(250, 144, 100, 0.1);
}

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

/* line 99, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .syounika-nav {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #FF6B7F;
  background-color: rgba(255, 107, 127, 0.1);
  padding: 10px 0;
}

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

/* line 112, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .syounika-nav .common-btn-secondary-action.syounika-btn a .logo {
  bottom: 14px;
}

/* line 120, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .link-wrapper {
  width: 300px;
  margin: 0 auto;
}

/* line 125, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .link-wrapper .link-arrow a {
  color: #69b72e;
}

/* line 128, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .link-wrapper .link-arrow a:after {
  border-color: #69b72e;
}

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

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

/* line 146, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm h1 {
  padding: 20px 0;
  color: #69b72e;
}

/* line 150, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm h1 span {
  display: block;
  font-size: 32px;
  line-height: 35px;
}

/* line 156, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm h1 p {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
}

/* line 164, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation {
  margin: 20px 0 30px;
}

/* line 167, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .screen {
  display: block;
  height: 250px;
  margin: 0 auto;
}

/* line 173, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .title {
  width: 130px;
  margin: 25px auto 10px;
  padding: 10px 0;
  border-bottom: solid 1px rgba(127, 125, 125, 0.5);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* line 183, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .description {
  font-size: 11px;
  text-align: center;
}

/* line 188, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .tools {
  width: 300px;
  margin: 35px auto 0;
}

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

/* line 193, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .tools .tool {
  width: 100px;
  float: left;
}

/* line 197, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .tools .tool img {
  display: block;
  margin: 0 auto;
}

/* line 201, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .tools .tool img.video {
  padding: 10px 0 7px;
}

/* line 205, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .tools .tool img.chat {
  padding: 4px 0 0;
}

/* line 210, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.consultation .tools .tool .description {
  margin-top: 20px;
}

/* line 217, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.worry {
  background-color: rgba(250, 144, 100, 0.1);
  border-radius: 6px;
  width: 300px;
  margin: 10px auto;
  padding: 10px 12px;
}

/* line 224, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.worry .title {
  color: #fa9064;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0 15px;
}

/* line 232, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.worry .img-wrapper {
  background-color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px 0;
}

/* line 238, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.worry .img-wrapper img {
  display: block;
  height: 142px;
  margin: 0 auto;
}

/* line 246, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.syounika {
  color: #FF6B7F;
  background-color: rgba(255, 107, 127, 0.1);
  border-radius: 6px;
  width: 300px;
  margin: 30px auto;
  padding: 20px 0;
}

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

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

/* line 266, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.doctor {
  margin-bottom: 30px;
}

/* line 269, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .charm .charm-section.doctor img {
  display: inline;
  margin: 0 10px 20px;
  height: 115px;
}

/* line 278, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .flow {
  background-color: rgba(250, 144, 100, 0.1);
  padding-top: 36px;
  padding-bottom: 50px;
  text-align: center;
}

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

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

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

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

/* line 305, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .flow .flow-section .flow-head {
  font-weight: bold;
  margin: 15px 0;
}

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

/* line 316, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .flow .flow-section .flow-image .doctors {
  margin: 6px 0;
}

/* line 320, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .flow .flow-section .flow-image .registration {
  margin-top: 5px;
}

/* line 324, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .flow .flow-section .flow-image .complete-mail {
  margin: 20px 0;
}

/* line 328, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .flow .flow-section .flow-image img {
  display: inline;
}

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

/* line 339, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .flow .link-arrow a {
  color: #fa9064;
}

/* line 342, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .flow .link-arrow a:after {
  border-color: #fa9064;
}

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

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

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

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

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

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

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

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

/* line 390, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .faq {
  margin-bottom: 40px;
}

/* line 394, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .voice {
  background-color: rgba(250, 144, 100, 0.1);
  border-radius: 6px;
  width: 300px;
  margin: 50px auto;
  padding: 15px;
}

/* line 402, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .voice .voice-section-wrapper h4 {
  text-align: center;
  color: #fa9064;
}

/* line 407, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .voice .voice-section-wrapper .voice-section {
  background-color: white;
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
  font-size: 12px;
  line-height: 20px;
}

/* line 415, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .voice .voice-section-wrapper .voice-section .title {
  height: 40px;
}

/* line 418, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .voice .voice-section-wrapper .voice-section .title img {
  float: left;
  height: 28px;
  margin-right: 5px;
}

/* line 424, app/assets/stylesheets/obstetrics/lp/company/base.scss */
#company-lp-index .voice .voice-section-wrapper .voice-section .title div {
  font-weight: bold;
  padding-top: 5px;
}

@media screen and (min-width:960px) {
  /* line 436, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .main {
    padding-top: 40px;
    padding-bottom: 12px;
    background-image: url(https://syounika.jp/assets/obstetrics/lp_top_pc-1f80060a2f6b7c0b21d32abe5d446eb2395e9b090453aa0f3c958825301ea1b0.png);
    background-repeat: no-repeat;
    -ms-background-size: 880px 634px;
    background-size: 880px 634px;
  }
  /* line 442, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .main .symbol {
    margin: 0px auto 27px;
    width: 347px;
    height: 280px;
  }
  /* line 446, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .main .description {
    width: auto !important;
    margin: 10px auto 30px;
    font-size: 18px;
    line-height: 38px;
  }
  /* line 455, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .ac-area .feature-wrapper {
    width: 305px;
  }
  /* line 458, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .ac-area .feature-wrapper .doctor {
    height: 74px;
    margin: 12px 5px 0;
  }
  /* line 464, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .ac-area .feature-wrapper .feature img {
    margin-top: 10px;
  }
  /* line 471, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .link-wrapper {
    width: 780px;
  }
  /* line 475, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm {
    padding-top: 35px;
    padding-bottom: 24px;
  }
  /* line 480, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm h1 span {
    font-size: 34px;
    line-height: 45px;
  }
  /* line 485, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm h1 p {
    font-size: 28px;
    line-height: 42px;
  }
  /* line 492, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section {
    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 497, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .box-left-wrapper {
    float: left;
    width: 50%;
  }
  /* line 500, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .box-left-wrapper .box-left {
    float: right;
    width: 370px;
  }
  /* line 505, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .box-right-wrapper {
    float: right;
    width: 50%;
  }
  /* line 508, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section .box-right-wrapper .box-right {
    float: left;
    width: 370px;
  }
  /* line 514, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.consultation {
    margin: 30px 0 40px;
  }
  /* line 517, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.consultation .screen {
    height: 304px;
  }
  /* line 521, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.consultation .title {
    width: 200px;
    padding: 20px;
  }
  /* line 526, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.consultation .tools {
    width: 360px;
    margin-top: 55px;
  }
  /* line 530, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.consultation .tools .tool {
    width: 120px;
  }
  /* line 533, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.consultation .tools .tool .description {
    margin-top: 40px;
  }
  /* line 540, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.worry {
    width: 780px;
  }
  /* line 543, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.worry .title {
    font-size: 16px;
  }
  /* line 547, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.worry .img-wrapper {
    width: 360px;
  }
  /* line 550, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.worry .img-wrapper img {
    height: 170px;
  }
  /* line 554, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.worry .img-wrapper.worry2 {
    margin-left: 10px;
  }
  /* line 560, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.syounika {
    width: 780px;
  }
  /* line 563, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.syounika h4 {
    padding-left: 50px;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.syounika .content:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 571, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.syounika .syounika-btn {
    width: 353px;
    height: 69px;
    margin: 0;
  }
  /* line 576, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.syounika .syounika-btn .symbol {
    height: 50px;
  }
  /* line 580, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.syounika .syounika-btn .logo {
    width: 230px;
    height: 25px;
    bottom: 10px;
  }
  /* line 585, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.syounika .syounika-btn div {
    top: 8px;
    left: 112px;
  }
  /* line 592, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.doctor {
    text-align: center;
  }
  /* line 595, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .charm .charm-section-wrapper .charm-section.doctor br {
    display: none;
  }
  /* line 603, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .flow {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  /* line 607, app/assets/stylesheets/obstetrics/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 612, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section {
    float: left;
    margin: 0 0 20px 0;
    padding-top: 35px;
    width: 360px;
    height: 400px;
  }
  /* line 619, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section:first-child {
    margin-top: 0;
  }
  /* line 622, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section:not(:first-child) {
    margin-left: 0;
  }
  /* line 625, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section:nth-child(odd) {
    clear: both;
    margin-right: 20px;
  }
  /* line 630, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .flow .flow-section-wrapper .flow-section .flow-head {
    line-height: 28px;
  }
  /* line 636, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .flow .link-arrow {
    max-width: 740px;
    margin-top: 0;
    padding: 0;
  }
  /* line 643, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .fee {
    margin: 80px auto;
  }
  /* line 647, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .voice {
    width: 100%;
    margin: 0;
    padding: 30px 0 50px;
    border-radius: 0;
  }
  /* line 654, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .voice .voice-section-wrapper .voice-section {
    width: 730px;
    margin: 25px auto 0;
    padding: 30px 50px;
  }
  /* line 659, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .voice .voice-section-wrapper .voice-section .title {
    height: 50px;
    font-size: 16px;
  }
  /* line 663, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .voice .voice-section-wrapper .voice-section .title img {
    height: 40px;
    margin-right: 10px;
  }
  /* line 668, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .voice .voice-section-wrapper .voice-section .title div {
    padding-top: 10px;
  }
  /* line 673, app/assets/stylesheets/obstetrics/lp/company/base.scss */
  #company-lp-index .voice .voice-section-wrapper .voice-section .content {
    font-size: 14px;
  }
}

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