@charset "UTF-8";
/* 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/obstetrics/base.scss */
.sub-title-row {
  margin-top: 48px;
}

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

@media screen and (min-width:960px) {
  /* line 15, app/assets/stylesheets/obstetrics/base.scss */
  .sub-title-row {
    margin-top: 58px;
  }
}

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

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

/* line 13, app/assets/stylesheets/syounika/home/about_corporate.scss */
#home-about-corporate .common-heading {
  margin-bottom: 20px;
}

/* line 17, app/assets/stylesheets/syounika/home/about_corporate.scss */
#home-about-corporate .body {
  padding-top: 10px;
  line-height: 26px;
}

/* line 23, app/assets/stylesheets/syounika/home/about_corporate.scss */
#home-about-corporate .sub-title-row.no-margin {
  margin-top: 0;
}

/* line 29, app/assets/stylesheets/syounika/home/about_corporate.scss */
#home-about-corporate .link-list li {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 33, app/assets/stylesheets/syounika/home/about_corporate.scss */
#home-about-corporate .link-list li a {
  color: #ff6b7f;
}

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

@media screen and (min-width:960px) {
  /* line 46, app/assets/stylesheets/syounika/home/about_corporate.scss */
  #home-about-corporate .common-heading {
    margin-bottom: 26px;
  }
  /* line 50, app/assets/stylesheets/syounika/home/about_corporate.scss */
  #home-about-corporate .body {
    line-height: 28px;
  }
}

/* line 4, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate {
  margin-bottom: 80px;
}

/* line 8, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .body.text2 {
  white-space: pre-wrap;
}

/* line 14, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .link-list li {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 18, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .link-list li a {
  color: #69b72e;
}

/* line 24, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .doctor-image {
  width: 80px;
  height: 80px;
}

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

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

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

/* line 41, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .advisor-row .advisor-message-area .advisor-message {
  white-space: pre-wrap;
}

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

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

/* line 56, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .advisor-row .advisor-history {
  margin-top: 32px;
  margin-bottom: 64px;
  white-space: pre-wrap;
}

/* line 63, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .link-outer {
  color: #69b72e;
}

/* line 68, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .link-arrow a {
  color: #69b72e;
}

/* line 71, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
#home-about-corporate .link-arrow a:after {
  border-color: #69b72e;
}

@media screen and (min-width:960px) {
  /* line 78, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
  #home-about-corporate .doctor-image {
    width: 90px;
    height: 90px;
  }
  /* line 83, app/assets/stylesheets/obstetrics/home/about_corporate.scss */
  #home-about-corporate .advisor-row .advisor-message-area {
    margin: 0 auto;
  }
}

/* line 5, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .main {
  padding: 28px 0;
  text-align: center;
  background-image: url(https://staging1.syounika.jp/assets/obstetrics/lp_gynecology2-f23559240f46bcfc61e57620a78f242ece8b9f21437c4060a29e9a0eca803d17.png);
  background-position: right top;
  background-repeat: no-repeat;
  -ms-background-size: 320px 289px;
  background-size: 320px 289px;
}

/* line 13, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .main .kidsdesignaward {
  position: absolute;
  top: 3px;
  left: 11px;
  width: 95.7px;
  height: 61.625px;
  background-image: url(https://staging1.syounika.jp/assets/obstetrics/kidsdesignaward-1b8bf3360ecaf77021fd5f7a43eebcf98d3ac494097337356e5bb05b54d9471f.jpg);
  background-size: 95.7px 61.625px;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .main .symbol {
  margin: 0px auto 22px;
  width: 250px;
  height: 166px;
}

/* line 29, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .main .description {
  width: 280px;
  margin: 15px auto 24px;
  font-size: 13px;
  line-height: 22px;
}

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

/* line 41, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main {
  background-color: rgba(250, 144, 100, 0.1);
}

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

/* line 45, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main .nav-main-list {
  max-width: 740px;
  margin: 0 auto;
}

/* line 48, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-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 48, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .nav-main .nav-main-list .nav-main-item {
    font-size: 18px;
    line-height: 34px;
  }
}

/* line 58, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main .nav-main-list .nav-main-item .animate-link-to {
  display: block;
  padding-top: 14px;
  color: #fa9064;
}

/* line 62, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main .nav-main-list .nav-main-item .animate-link-to:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 2px #fa9064;
  border-bottom: solid 2px #fa9064;
  display: block;
  margin: 2px auto 0;
}

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

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

/* line 83, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area {
  padding: 30px 20px 20px;
  text-align: center;
  background-color: #fffdee;
}

/* line 88, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .title {
  color: #fa9064;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}

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

/* line 93, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper {
  width: 300px;
  margin: 15px auto;
  padding: 18px 20px;
  border: none;
  background-color: white;
}

/* line 100, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 105, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .feature-box .doctor {
  width: 54px;
  height: 54px;
  margin: 0;
}

/* line 111, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .feature-box .feature {
  margin-left: 14px;
  padding: 0;
}

/* line 115, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .feature-box .feature .feature-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

/* line 120, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .feature-box .feature .feature-label .feature-label-text {
  margin-left: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

/* line 128, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .feature-box .feature .feature-label:last-child {
  margin-bottom: 0;
}

/* line 132, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .feature-box .feature img {
  width: 14px;
  height: 14px;
  margin: 0;
}

/* line 140, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .common-btn-wrapper {
  margin: 16px 0 0;
}

/* line 143, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .common-btn-wrapper .common-btn-main-action {
  width: 100%;
}

/* line 147, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .common-btn-wrapper .common-btn-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 153, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .common-btn-wrapper .common-btn-icon-text img {
  width: 20px;
  height: 20px;
}

/* line 158, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .ac-area .feature-wrapper .common-btn-wrapper .common-btn-icon-text .btn-text {
  margin-left: 3px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

/* line 169, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main {
  padding: 18px 10px;
}

/* line 172, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main .nav-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

/* line 176, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main .nav-main-list .nav-main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 16px;
  background-color: white;
  margin-right: 12px;
  border-radius: 6px;
}

/* line 186, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main .nav-main-list .nav-main-item .animate-link-to {
  padding: 0;
  font-size: 13px;
}

/* line 191, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main .nav-main-list .nav-main-item a:after {
  margin-top: 0;
}

/* line 196, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .nav-main .nav-main-list .nav-main-item:last-child {
  margin-right: 0;
}

/* line 202, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm {
  padding: 34px 0 0;
  text-align: center;
  background-color: #fdf4f0;
}

/* line 208, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm h1 span {
  font-size: 34px;
  line-height: 45px;
}

/* line 213, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm h1 p {
  font-size: 28px;
  line-height: 42px;
}

/* line 220, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper h1 {
  padding: 0;
  color: #fa9064;
  font-size: 24px;
  font-weight: bold;
}

/* line 227, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper .charm-border {
  width: 30px;
  height: 3px;
  margin: 14px auto 0;
  background-color: #fa9064;
}

/* line 234, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper .charm-section {
  width: 300px;
  padding: 24px 20px 20px;
  margin: 20px auto 0;
  background-color: white;
  border-radius: 6px;
}

/* line 241, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper .charm-section .charm-section-title {
  font-size: 18px;
  font-weight: bold;
  color: #fa9064;
  text-align: center;
}

/* line 248, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper .charm-section .charm-section-description {
  margin-top: 14px;
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
}

/* line 253, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper .charm-section .charm-section-description .description-break {
  display: none;
}

/* line 258, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper .charm-section .charm-section-caution {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  color: #4a4a4a;
}

/* line 266, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper .charm-section .charm-section-box {
  padding: 10px 20px;
  margin-top: 16px;
  background-color: #fffdee;
}

/* line 270, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .charm .charm-section-wrapper .charm-section .charm-section-box img {
  width: 100%;
}

/* line 278, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .lp-link-group {
  background-color: rgba(250, 144, 100, 0.1);
  padding: 3px 0;
}

/* line 281, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .lp-link-group .common-btn-white {
  margin: 8px auto;
}

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

/* line 290, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .link-wrapper {
  width: 300px;
  margin: 0 auto;
}

/* line 295, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .link-wrapper .link-arrow a {
  color: #69b72e;
}

/* line 298, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .link-wrapper .link-arrow a:after {
  border-color: #69b72e;
}

/* line 306, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .text1 .syounika-link {
  color: #FF6B7F;
}

/* line 311, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case {
  display: inline-block;
  max-width: 320px;
  text-align: left;
  margin: 0 auto;
  padding: 20px;
}

/* line 318, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-title {
  margin-bottom: 8px;
}

/* line 320, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-title .case-title-text {
  font-size: 14px;
  margin: 0;
  color: #fa9064;
}

/* line 327, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-white-box {
  background-color: white;
  padding: 12px 20px;
  border-radius: 6px;
}

/* line 332, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-white-box hr {
  margin: 8px 0;
  border-style: dotted;
  border-color: #FF6B7F;
  border-width: 1px 0 0 0;
}

/* line 441, app/assets/stylesheets/_mixin.scss */
#home-top-index .case .doctor-reply:after {
  content: '';
  display: block;
  clear: both;
}

/* line 342, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .doctor-reply .doctor-male {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 8px 0 0;
  float: left;
}

/* line 351, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-box {
  background-color: rgba(250, 144, 100, 0.1);
  margin-top: 10px;
  padding: 12px;
  border-radius: 6px;
}

/* line 356, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-box .case-question-main {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}

/* line 361, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-box .case-question-sub {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding: 0 10px;
  text-align: right;
}

/* line 367, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-box .case-answer {
  font-size: 14px;
  line-height: 26px;
}

/* line 370, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .case .case-box .user {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 8px 0 0;
  float: left;
}

/* line 381, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index #home-voice .case-list {
  margin-bottom: 20px;
}

/* line 385, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index #home-voice .case {
  display: block;
  max-width: none;
  padding: 0;
  margin-top: 20px;
}

/* line 393, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index #home-voice .link-arrow a {
  color: #69b72e;
}

/* line 396, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index #home-voice .link-arrow a:after {
  border-color: #69b72e;
}

/* line 403, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow {
  padding: 34px 0;
  margin-top: 0;
  background-color: #fdf4f0;
  text-align: center;
}

/* line 409, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .link-arrow {
  max-width: 320px;
  margin: 12px auto 0;
}

/* line 414, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-description {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

/* line 422, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper h1 {
  padding: 0;
  color: #fa9064;
  font-size: 24px;
  font-weight: bold;
}

/* line 429, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .flow-border {
  width: 30px;
  height: 3px;
  margin: 14px auto 0;
  background-color: #fa9064;
}

/* line 436, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .flow-section {
  width: 300px;
  height: inherit;
  padding: 24px 20px 20px;
  margin: 20px auto 0;
  background-color: white;
  border-radius: 6px;
}

/* line 444, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .flow-section .flow-section-label {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #fdf4f0;
  color: #fa9064;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 38px;
}

/* line 457, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .flow-section .flow-section-title {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #fa9064;
  text-align: center;
}

/* line 465, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .flow-section .flow-section-description {
  margin-top: 14px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: bold;
  text-align: center;
}

/* line 473, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .flow-section .flow-section-description2 {
  margin-top: 10px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
}

/* line 480, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .flow-section .flow-section-caution {
  margin-top: 10px;
  font-size: 10px;
  color: #4a4a4a;
}

/* line 486, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .flow-section img {
  width: 100%;
  margin-top: 16px;
}

/* line 493, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .link-wrapper .link-arrow {
  padding: 0;
}

/* line 496, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .link-wrapper .link-arrow a {
  color: #69b72e;
}

/* line 500, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .link-wrapper .link-arrow a:after {
  border-color: #69b72e;
}

/* line 506, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .common-btn-wrapper {
  margin: 16px 0 0;
}

/* line 509, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .common-btn-wrapper .common-btn-main-action {
  width: 100%;
}

/* line 513, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .common-btn-wrapper .common-btn-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 519, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .common-btn-wrapper .common-btn-icon-text img {
  width: 20px;
  height: 20px;
  margin: 0;
}

/* line 525, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .flow .flow-section-wrapper .common-btn-wrapper .common-btn-icon-text .btn-text {
  margin-left: 3px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

/* line 536, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .faq {
  margin: 80px auto 40px;
}

/* line 540, app/assets/stylesheets/obstetrics/home/index.scss */
#home-top-index .top-image {
  height: 0;
  padding-top: calc(143 / 320 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-image: url(https://staging1.syounika.jp/images/obstetrics/lp/study/kohoku/top_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width:435px) {
  /* line 540, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .top-image {
    padding-top: calc( 291 / 780 * 100%);
    /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background-image: url(https://staging1.syounika.jp/images/obstetrics/lp/study/kohoku/top_pc.png);
  }
}

@media screen and (min-width: 780px) {
  /* line 540, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .top-image {
    height: 291px;
    padding-top: 0;
    background-image: url(https://staging1.syounika.jp/images/obstetrics/lp/study/kohoku/top_pc.png), url(https://staging1.syounika.jp/images/obstetrics/lp/study/kohoku/top_bg.png);
    background-size: 780px 291px, auto 291px;
    background-repeat: no-repeat, repeat;
    background-position: center;
  }
}

@media screen and (min-width:960px) {
  /* line 568, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .main {
    padding-top: 54px;
    padding-bottom: 20px;
    background-image: url(https://staging1.syounika.jp/assets/obstetrics/lp_gynecology_pc2-c2efecea79d84c2f4632aa53cd42960d5bcd60b28cb33c13733ac10e7402b480.png);
    background-repeat: no-repeat;
    -ms-background-size: 880px 634px;
    background-size: 880px 634px;
  }
  /* line 574, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .main .kidsdesignaward {
    top: 15px;
    left: 61px;
    width: 252px;
    height: 48.3px;
    background-image: url(https://staging1.syounika.jp/assets/obstetrics/kidsdesignaward_pc-8632c89f339690b8b4327a55ecf32fdfef33567ce83583132140879405f2b65a.jpg);
    background-size: 252px 48.3px;
  }
  /* line 582, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .main .symbol {
    margin: 0px auto 27px;
    width: 350px;
    height: 233px;
  }
  /* line 586, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .main .description {
    width: auto !important;
    margin: 16px auto 35px;
    font-size: 18px;
    line-height: 38px;
  }
  /* line 596, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .nav-main .nav-main-list .nav-main-item {
    font-size: 100%;
  }
  /* line 599, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .nav-main .nav-main-list .nav-main-item .animate-link-to {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }
  /* line 608, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .link-wrapper {
    width: 780px;
  }
  /* line 613, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .ac-area .feature-wrapper {
    width: 305px;
  }
  /* line 616, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .ac-area .feature-wrapper .doctor {
    height: 74px;
    margin: 12px 5px 0;
  }
  /* line 622, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .ac-area .feature-wrapper .feature img {
    margin-top: 10px;
  }
  /* line 629, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .lp-link-group {
    text-align: center;
  }
  /* line 631, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .lp-link-group .common-btn-white {
    display: inline-block;
    margin: 15px 5px;
  }
  /* line 637, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .case {
    margin-top: 0;
    padding: 0;
    max-width: 420px;
  }
  /* line 642, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .case .case-box {
    padding: 10px 20px 20px;
  }
  /* line 644, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .case .case-box > .case-box {
    width: auto;
  }
  /* line 647, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .case .case-box .case-question-main {
    padding: 0;
  }
  /* line 650, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .case .case-box .case-question-sub {
    padding: 0 10px;
  }
  /* line 656, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .case .case-white-box hr {
    margin: 16px 0;
  }
  /* line 664, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-border {
    margin-bottom: 30px;
  }
  /* line 667, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 671, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section {
    width: 360px;
    margin: 0 20px 0 0;
  }
  /* line 675, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .charm-section-description {
    font-size: 16px;
    line-height: 26px;
  }
  /* line 679, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .charm-section-description .description-break {
    display: block;
  }
  /* line 684, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .charm-section-box {
    height: 264px;
  }
  /* line 686, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .charm-section-box img {
    width: inherit;
    height: 100%;
    margin: 0 auto;
  }
  /* line 694, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section:last-child {
    margin-right: 0;
  }
  /* line 698, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .link-wrapper {
    width: 740px;
  }
  /* line 704, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow {
    padding-bottom: 72px;
  }
  /* line 707, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper {
    display: inline-block;
    margin: 30px auto 0;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #home-top-index .flow .flow-section-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 712, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section {
    float: inherit;
    width: 740px;
    margin: 30px auto 0 !important;
  }
  /* line 717, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .flow-section-label {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 9999px;
    background-color: #fdf4f0;
    color: #fa9064;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
  }
  /* line 730, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .flow-section-title {
    font-size: 20px;
  }
  /* line 734, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .flow-section-description {
    font-size: 16px;
  }
  /* line 738, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section img {
    width: 340px;
    margin: 10px auto 0;
  }
  /* line 743, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .common-btn-wrapper {
    width: 260px;
    margin: 20px auto;
  }
  /* line 748, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .flow-section-caution {
    width: 260px;
    margin: 10px auto 0;
    line-height: 12px;
  }
  /* line 755, app/assets/stylesheets/obstetrics/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .link-arrow {
    max-width: 740px;
    margin-top: 12px;
  }
}

/* line 766, app/assets/stylesheets/obstetrics/home/index.scss */
.android-browser #home-top-index .main {
  background-image: none;
}
