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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 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/syounika/home/accessibility.scss */
#home-accessibility .link-list li {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 8, app/assets/stylesheets/syounika/home/accessibility.scss */
#home-accessibility .link-list li a {
  color: #ff6b7f;
}

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

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

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

/* line 17, app/assets/stylesheets/syounika/home/asct.scss */
#home-asct .body {
  padding-bottom: 80px;
  line-height: 26px;
}

@media screen and (min-width:960px) {
  /* line 23, app/assets/stylesheets/syounika/home/asct.scss */
  #home-asct .common-heading {
    margin-bottom: 26px;
  }
  /* line 27, app/assets/stylesheets/syounika/home/asct.scss */
  #home-asct .body {
    padding-bottom: 120px;
    line-height: 28px;
  }
}

/* line 5, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case-list-description {
  margin: 16px 0 0;
}

/* line 9, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case {
  text-align: left;
  margin-top: 20px;
}

/* line 12, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .case-title {
  margin-bottom: 8px;
}

/* line 14, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .case-title .case-title-text {
  font-size: 14px;
  margin: 0;
  color: #ff6b7f;
}

/* line 21, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .case-white-box {
  background-color: white;
  padding: 12px 20px;
  border-radius: 6px;
}

/* line 26, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .case-white-box hr {
  margin: 8px 0;
  border-style: dotted;
  border-color: #FF6B7F;
  border-width: 1px 0 0 0;
}

/* line 34, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .case-box {
  background-color: rgba(255, 107, 127, 0.1);
  margin-top: 10px;
  padding: 12px;
  border-radius: 6px;
}

/* line 39, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .case-box .case-question-main {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}

/* line 44, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .case-box .case-question-sub {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding: 0 10px;
  text-align: right;
}

/* line 50, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .case-box .case-answer {
  font-size: 14px;
  line-height: 26px;
}

/* line 53, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .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 441, app/assets/stylesheets/_mixin.scss */
.case-list .case .doctor-reply:after {
  content: '';
  display: block;
  clear: both;
}

/* line 64, app/assets/stylesheets/syounika/home/cases.scss */
.case-list .case .doctor-reply .doctor-male, .case-list .case .doctor-reply .doctor-female {
  -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 76, app/assets/stylesheets/syounika/home/cases.scss */
.cases .list {
  margin-right: 8px;
  width: 24px;
  height: 28px;
}

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

@media screen and (min-width:960px) {
  /* line 93, app/assets/stylesheets/syounika/home/cases.scss */
  .case-list .case-list-description {
    margin: 24px 0 32px;
  }
  /* line 97, app/assets/stylesheets/syounika/home/cases.scss */
  .case-list .case {
    margin-top: 40px;
  }
  /* line 101, app/assets/stylesheets/syounika/home/cases.scss */
  .case-list .case .case-white-box hr {
    margin: 16px 0;
  }
  /* line 106, app/assets/stylesheets/syounika/home/cases.scss */
  .case-list .case .case-box {
    padding: 10px 20px 20px;
  }
  /* line 108, app/assets/stylesheets/syounika/home/cases.scss */
  .case-list .case .case-box > .case-box {
    width: auto;
  }
  /* line 112, app/assets/stylesheets/syounika/home/cases.scss */
  .case-list .case .case-box .case-question-main {
    padding: 0;
  }
  /* line 115, app/assets/stylesheets/syounika/home/cases.scss */
  .case-list .case .case-box .case-question-sub {
    padding: 0 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .main {
  padding: 26px 0 50px 0px;
  text-align: center;
  background-image: url(https://syounika.jp/assets/syounika/kid-sp-e0a59146340d094b4eed8496aef57f239c692620765be34ad67bec29f0ac67a9.png);
  background-position: right -38px bottom -100px;
  background-repeat: no-repeat;
  -ms-background-size: 220px 320px;
  background-size: 220px 320px;
}

/* line 12, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .main .kidsdesignaward {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 77px;
  height: 42px;
  background-image: url(https://syounika.jp/assets/syounika/kidsdesignaward-4a23c6ddc05685f9677981815f9becac79a68f21e5af27954e45defbe67ec772.jpg);
  background-size: 77px 42px;
  background-repeat: no-repeat;
}

/* line 23, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .main .symbol {
  margin: 0px auto 22px;
  width: 85px;
  height: 85px;
}

/* line 28, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .main .logo {
  width: 270px;
  height: 29px;
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .main .description {
  width: 280px;
  margin: 18px auto 24px;
}

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

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

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

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

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

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

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

/* line 73, app/assets/stylesheets/syounika/home/index.scss */
#home-top-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 73, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .ac-area .feature-wrapper .feature {
    font-size: 16px;
    line-height: 26px;
  }
}

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

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

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

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

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

/* line 100, app/assets/stylesheets/syounika/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;
}

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

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

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

/* line 122, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .lp-link-group {
  background-color: rgba(58, 202, 201, 0.3);
  padding: 3px 0;
}

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

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

/* line 134, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .charm .underline {
  margin: 0 auto 8px;
  width: 84px;
}

/* line 138, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .charm .charm-section {
  margin-top: 64px;
}

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

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

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

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

/* line 159, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .profile {
  display: inline-block;
  margin: 0 auto 0;
}

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

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

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

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

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

/* line 191, app/assets/stylesheets/syounika/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 201, app/assets/stylesheets/syounika/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 210, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .case .case-box {
  background-color: rgba(255, 107, 127, 0.1);
  margin-top: 10px;
  padding: 12px;
  border-radius: 6px;
}

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

/* line 220, app/assets/stylesheets/syounika/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 226, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .case .case-box .case-answer {
  font-size: 14px;
  line-height: 26px;
}

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

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

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

/* line 250, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .flow .underline {
  margin: 0 auto 8px;
  width: 100px;
}

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

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

/* line 265, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .flow .flow-section h3 {
  color: #3acac9;
}

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

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

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

/* line 286, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .flow .flow-section .calendar {
  width: 130px;
  height: 110px;
}

/* line 289, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .flow .flow-section .form {
  width: 190px;
  height: 106px;
}

/* line 292, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .flow .flow-section .mail {
  width: 148px;
  height: 114px;
}

/* line 295, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .flow .flow-section .talk {
  width: 112px;
  height: 106px;
}

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

/* line 305, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .flow .link-arrow a {
  color: #3acac9;
}

/* line 308, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .flow .link-arrow a:after {
  border-color: #3ACAC9;
}

/* line 315, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee {
  padding-top: 36px;
  padding-bottom: 5px;
  text-align: center;
}

/* line 319, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee .underline {
  margin: 0 auto 8px;
  width: 76px;
}

/* line 324, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee .sub-title-row:first-child {
  margin-top: 25px;
}

/* line 328, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee table {
  margin: 20px auto;
  width: 100%;
}

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

/* line 338, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee table th {
  width: 45%;
  text-align: left;
}

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

/* line 350, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee .caption {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
}

/* line 357, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee .common-list-itemize ul {
  text-align: left;
  line-height: 24px;
}

/* line 360, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee .common-list-itemize ul b {
  color: #ff6b7f;
}

/* line 364, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee .common-list-itemize ul li .line-throw {
  font-size: 100%;
  text-decoration: line-through;
}

/* line 368, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee .common-list-itemize ul li.common-coupon {
  list-style: none;
}

/* line 373, app/assets/stylesheets/syounika/home/index.scss */
#home-top-index .fee .common-list-itemize .notice {
  text-align: left;
}

@media screen and (min-width:960px) {
  /* line 382, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .description {
    width: auto !important;
    margin: 16px auto 24px !important;
  }
  /* line 387, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .main {
    padding-top: 54px;
    padding-bottom: 32px;
    background-image: url(https://syounika.jp/assets/syounika/kid-pc-cfa745aa46e02fc2521e711b5c4afe9022907f7a97b7ca7a130e8aa15ddef851.png);
    background-position: right -64px bottom -67;
    background-repeat: no-repeat;
    -ms-background-size: 517px 777px;
    background-size: 517px 777px;
  }
  /* line 395, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .main .kidsdesignaward {
    top: 25px;
    left: 72px;
    width: 231px;
    height: 29px;
    background-image: url(https://syounika.jp/assets/syounika/kidsdesignaward_pc-b305ecd7069653c1c4d9a3a056dfe702f300af40f3a1f597a308e8c62cc1c5d4.jpg);
    background-size: 231px 29px;
  }
  /* line 404, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .main .symbol {
    margin: 30px auto 14px;
    width: 120px;
    height: 120px;
  }
  /* line 408, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .main .logo {
    width: 340px;
    height: 37px;
    margin-top: 0;
  }
  /* line 412, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .main .common-btn-main-action {
    margin-top: 48px;
  }
  /* line 419, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .ac-area .feature-wrapper .doctor {
    height: 80px;
    margin: 10px 5px 0 0;
  }
  /* line 425, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .ac-area .feature-wrapper .feature img {
    margin-top: 10px;
  }
  /* line 435, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .nav-main .nav-main-list .nav-main-item a {
    padding-top: 6px;
  }
  /* line 442, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .lp-link-group {
    text-align: center;
  }
  /* line 444, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .lp-link-group .common-btn-white {
    display: inline-block;
    margin: 15px 5px;
  }
  /* line 450, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm {
    padding-top: 65px;
    padding-bottom: 24px;
  }
  /* line 454, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section {
    margin-top: 150px;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 460, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section:nth-child(1) {
    margin-top: 72px;
  }
  /* line 463, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .charm-description {
    margin-top: 32px;
  }
  /* line 466, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .charm-caption {
    margin-top: 12px;
  }
  /* line 469, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .top-charm1 {
    width: 330px;
    height: 240px;
    margin: 0 0 0 auto;
  }
  /* line 473, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .box-left-wrapper {
    float: left;
    width: 50%;
  }
  /* line 476, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .box-left-wrapper .box-left {
    float: right;
    width: 370px;
  }
  /* line 481, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .box-right-wrapper {
    float: right;
    width: 50%;
  }
  /* line 484, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .charm .charm-section-wrapper .charm-section .box-right-wrapper .box-right {
    float: left;
    width: 370px;
  }
  /* line 493, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .profile {
    margin: 0 0 0 -8px;
  }
  /* line 495, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .profile .profile-box {
    margin-left: 6px;
  }
  /* line 497, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .profile .profile-box .top-charm2 {
    width: 351px;
    height: 255px;
  }
  /* line 503, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .case {
    margin-top: 0;
    padding: 0;
    max-width: 420px;
  }
  /* line 508, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .case .case-box {
    padding: 10px 20px 20px;
  }
  /* line 510, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .case .case-box > .case-box {
    width: auto;
  }
  /* line 513, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .case .case-box .case-question-main {
    padding: 0;
  }
  /* line 516, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .case .case-box .case-question-sub {
    padding: 0 10px;
  }
  /* line 522, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .case .case-white-box hr {
    margin: 16px 0;
  }
  /* line 528, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  /* line 531, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper {
    display: inline-block;
    margin: 70px auto 0;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #home-top-index .flow .flow-section-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 535, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section {
    float: left;
    margin: 0 0 20px 0;
    width: 360px;
    height: 380px;
  }
  /* line 541, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section:first-child {
    margin-top: 0;
  }
  /* line 544, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section:not(:first-child) {
    margin-left: 0;
  }
  /* line 547, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section:nth-child(odd) {
    clear: both;
    margin-right: 20px;
  }
  /* line 552, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .flow-image {
    height: 168px;
  }
  /* line 556, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .calendar {
    width: 156px;
    height: 137px;
  }
  /* line 559, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .form {
    width: 200px;
    height: 116px;
  }
  /* line 562, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .mail {
    width: 160px;
    height: 124px;
  }
  /* line 565, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .flow-section-wrapper .flow-section .talk {
    width: 142px;
    height: 136px;
  }
  /* line 571, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .flow .link-arrow {
    max-width: 740px;
    margin-top: 0;
    padding: 0;
  }
  /* line 578, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .fee {
    padding-top: 65px;
  }
  /* line 581, app/assets/stylesheets/syounika/home/index.scss */
  #home-top-index .fee .sub-title-row:first-child {
    margin-top: 30px;
  }
}

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

/* line 2, app/assets/stylesheets/syounika/home/media.scss */
#home-media .common-list-itemize {
  margin: 15px 0;
}

@media screen and (min-width:960px) {
  /* line 7, app/assets/stylesheets/syounika/home/media.scss */
  #home-media .common-list-itemize {
    margin: 30px 0;
  }
}

/* line 2, app/assets/stylesheets/syounika/home/news.scss */
#home-news .common-list-itemize {
  margin: 15px 0;
}

@media screen and (min-width:960px) {
  /* line 7, app/assets/stylesheets/syounika/home/news.scss */
  #home-news .common-list-itemize {
    margin: 30px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

/* line 4, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .start {
  position: relative;
  width: 215px;
  margin: 0 auto;
}

/* line 9, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .start img {
  position: absolute;
  top: 25px;
  left: 0;
}

/* line 16, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .main {
  padding: 24px 0;
  text-align: center;
  background-image: url(https://syounika.jp/images/teaser/obstetrics/lp_top);
  background-position: right top;
  background-repeat: no-repeat;
  -ms-background-size: 320px 289px;
  background-size: 320px 289px;
}

/* line 24, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .main .symbol {
  margin-top: 10px;
  width: 215px;
  height: 143px;
}

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

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

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

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

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

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

/* line 63, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm {
  padding-top: 20px;
  padding-bottom: 24px;
  text-align: center;
}

/* line 68, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm h1 {
  padding: 20px 0;
  color: #69b72e;
}

/* line 72, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm h1 span {
  display: block;
  font-size: 32px;
  line-height: 35px;
}

/* line 78, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm h1 p {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
}

/* line 86, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation {
  margin: 20px 0 30px;
}

/* line 89, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation .screen {
  display: block;
  height: 250px;
  margin: 0 auto;
}

/* line 95, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .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 105, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation .description {
  font-size: 11px;
  text-align: center;
}

/* line 110, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation .tools {
  width: 300px;
  margin: 35px auto 0;
}

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

/* line 115, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation .tools .tool {
  width: 100px;
  float: left;
}

/* line 119, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation .tools .tool img {
  display: block;
  margin: 0 auto;
}

/* line 123, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation .tools .tool img.video {
  padding: 10px 0 7px;
}

/* line 127, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation .tools .tool img.chat {
  padding: 4px 0 0;
}

/* line 132, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.consultation .tools .tool .description {
  margin-top: 20px;
}

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

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

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

/* line 160, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.worry .img-wrapper img {
  display: block;
  height: 142px;
  margin: 0 auto;
}

/* line 168, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.doctor {
  margin-bottom: 30px;
}

/* line 171, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .charm .charm-section.doctor img {
  margin: 0 10px 20px;
  height: 115px;
}

/* line 179, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow {
  background-color: rgba(250, 144, 100, 0.1);
  padding-top: 36px;
  padding-bottom: 50px;
  margin-bottom: 40px;
  text-align: center;
}

/* line 186, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow .underline {
  margin: 0 auto 8px;
  width: 100px;
}

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

/* line 199, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow .flow-section:first-child {
  margin-top: 40px;
}

/* line 203, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow .flow-section h3 {
  color: #fa9064;
}

/* line 207, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow .flow-section .flow-head {
  font-weight: bold;
  margin: 15px 0;
}

/* line 212, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow .flow-section .flow-description {
  margin-top: 20px;
  margin-bottom: 4px;
}

/* line 218, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow .flow-section .flow-image .doctors {
  margin: 6px 0;
}

/* line 222, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow .flow-section .flow-image .registration {
  margin-top: 5px;
}

/* line 226, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .flow .flow-section .flow-image .complete-mail {
  margin: 20px 0;
}

/* line 233, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .faq {
  margin-bottom: 20px;
}

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

/* line 247, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .corporate {
  margin-bottom: 60px;
}

/* line 250, app/assets/stylesheets/syounika/home/obstetrics.scss */
#home-obstetrics .corporate .text2 {
  white-space: pre-wrap;
  padding-top: 10px;
  line-height: 26px;
}

@media screen and (min-width:960px) {
  /* line 260, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .start {
    width: 350px;
  }
  /* line 263, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .start img {
    top: 85px;
    left: 20px;
    height: 80px;
  }
  /* line 270, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .main {
    padding-top: 80px;
    padding-bottom: 60px;
    background-image: url(https://syounika.jp/images/teaser/obstetrics/lp_top_pc);
    background-repeat: no-repeat;
    -ms-background-size: 880px 634px;
    background-size: 880px 634px;
  }
  /* line 276, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .main .symbol {
    width: 350px;
    height: 233px;
  }
  /* line 279, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .main .description {
    width: auto !important;
    margin: 16px auto 35px;
    font-size: 18px;
    line-height: 38px;
  }
  /* line 287, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .sub-title-row {
    margin-top: 58px;
  }
  /* line 291, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm {
    padding-top: 35px;
  }
  /* line 295, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm h1 span {
    font-size: 34px;
    line-height: 45px;
  }
  /* line 300, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm h1 p {
    font-size: 28px;
    line-height: 42px;
  }
  /* line 307, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 312, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section .box-left-wrapper {
    float: left;
    width: 50%;
  }
  /* line 315, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section .box-left-wrapper .box-left {
    float: right;
    width: 370px;
  }
  /* line 320, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section .box-right-wrapper {
    float: right;
    width: 50%;
  }
  /* line 323, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section .box-right-wrapper .box-right {
    float: left;
    width: 370px;
  }
  /* line 329, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.consultation {
    margin: 30px 0 40px;
  }
  /* line 332, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.consultation .screen {
    height: 304px;
  }
  /* line 336, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.consultation .title {
    width: 200px;
    padding: 20px;
  }
  /* line 341, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.consultation .tools {
    width: 360px;
    margin-top: 55px;
  }
  /* line 345, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.consultation .tools .tool {
    width: 120px;
  }
  /* line 348, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.consultation .tools .tool .description {
    margin-top: 40px;
  }
  /* line 355, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.worry {
    width: 780px;
  }
  /* line 358, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.worry .title {
    font-size: 16px;
  }
  /* line 362, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.worry .img-wrapper {
    width: 360px;
  }
  /* line 365, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.worry .img-wrapper img {
    height: 170px;
  }
  /* line 369, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.worry .img-wrapper.worry2 {
    margin-left: 10px;
  }
  /* line 375, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.doctor {
    text-align: center;
  }
  /* line 378, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .charm .charm-section-wrapper .charm-section.doctor br {
    display: none;
  }
  /* line 386, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .flow {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  /* line 390, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .flow .flow-section-wrapper {
    display: inline-block;
    margin: 70px auto 0;
  }
  /* line 441, app/assets/stylesheets/_mixin.scss */
  #home-obstetrics .flow .flow-section-wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  /* line 395, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .flow .flow-section-wrapper .flow-section {
    float: left;
    margin: 0 0 20px 0;
    padding-top: 35px;
    width: 360px;
    height: 400px;
  }
  /* line 402, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .flow .flow-section-wrapper .flow-section:first-child {
    margin-top: 0;
  }
  /* line 405, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .flow .flow-section-wrapper .flow-section:not(:first-child) {
    margin-left: 0;
  }
  /* line 408, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .flow .flow-section-wrapper .flow-section:nth-child(odd) {
    clear: both;
    margin-right: 20px;
  }
  /* line 413, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .flow .flow-section-wrapper .flow-section .flow-head {
    line-height: 28px;
  }
  /* line 421, app/assets/stylesheets/syounika/home/obstetrics.scss */
  #home-obstetrics .corporate .text2 {
    line-height: 28px;
  }
}

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

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

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

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

/* line 17, app/assets/stylesheets/syounika/home/privacy.scss */
#home-privacy .body {
  padding-bottom: 80px;
  line-height: 26px;
}

@media screen and (min-width:960px) {
  /* line 23, app/assets/stylesheets/syounika/home/privacy.scss */
  #home-privacy .common-heading {
    margin-bottom: 26px;
  }
  /* line 27, app/assets/stylesheets/syounika/home/privacy.scss */
  #home-privacy .body {
    padding-bottom: 120px;
    line-height: 28px;
  }
}

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

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

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

/* line 17, app/assets/stylesheets/syounika/home/terms.scss */
#home-terms .body {
  padding-bottom: 80px;
  line-height: 26px;
}

/* line 21, app/assets/stylesheets/syounika/home/terms.scss */
#home-terms .body a {
  word-wrap: break-word;
}

@media screen and (min-width:960px) {
  /* line 27, app/assets/stylesheets/syounika/home/terms.scss */
  #home-terms .common-heading {
    margin-bottom: 26px;
  }
  /* line 31, app/assets/stylesheets/syounika/home/terms.scss */
  #home-terms .body {
    padding-bottom: 120px;
    line-height: 28px;
  }
}

/* line 2, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .common-row {
  margin-bottom: 16px;
}

/* line 6, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .btn-wrapper {
  margin-bottom: 32px;
}

/* line 10, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .common-btn-wrapper {
  margin-bottom: 32px;
}

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

/* line 21, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper {
  text-align: center;
  margin-top: 50px;
}

/* line 25, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .caution {
  margin-bottom: 24px;
  text-align: center;
}

/* line 30, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-num {
  color: #3acac9;
  font-size: 39px;
  line-height: 40px;
  font-family: Courier, monospace;
  margin-top: 50px;
}

/* line 37, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-num.secondary {
  color: #ff6b7f;
}

/* line 42, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-title {
  color: #3acac9;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 49, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-title.top-margin {
  margin-top: 35px;
}

/* line 53, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-title.secondary {
  color: #ff6b7f;
}

/* line 58, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-subtitle {
  width: 230px;
  text-align: left;
  font-weight: bold;
  margin: 30px auto 10px;
}

/* line 65, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-description {
  margin-bottom: 10px;
}

/* line 68, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-description b {
  color: red;
}

/* line 72, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-description.text3 {
  line-height: 10px;
  margin-bottom: 20px;
}

/* line 78, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-image {
  display: inline;
  margin-bottom: 30px;
  width: 200px;
}

/* line 83, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-image + .flow-num {
  margin-top: 20px;
}

/* line 87, app/assets/stylesheets/syounika/home/usage.scss */
#home-usage .description-wrapper .flow-image + .flow-subtitle {
  margin-top: 0;
}

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

@media screen and (min-width:960px) {
  /* line 102, app/assets/stylesheets/syounika/home/usage.scss */
  #home-usage .description-wrapper .text5 br {
    display: none;
  }
  /* line 107, app/assets/stylesheets/syounika/home/usage.scss */
  #home-usage .description-wrapper .flow-num {
    font-size: 42px;
  }
  /* line 111, app/assets/stylesheets/syounika/home/usage.scss */
  #home-usage .description-wrapper .flow-title {
    font-size: 22px;
    line-height: 36px;
  }
  /* line 116, app/assets/stylesheets/syounika/home/usage.scss */
  #home-usage .description-wrapper .flow-subtitle {
    width: 300px;
  }
  /* line 120, app/assets/stylesheets/syounika/home/usage.scss */
  #home-usage .description-wrapper .flow-image {
    width: 320px;
  }
}

/* line 2, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list {
  margin-bottom: 40px;
}

/* line 5, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case-list-description {
  margin: 16px 0 0;
}

/* line 9, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case {
  text-align: left;
  margin-top: 20px;
}

/* line 13, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case .case-title {
  margin-bottom: 8px;
}

/* line 17, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case .case-white-box {
  background-color: white;
  padding: 12px 20px;
  border-radius: 6px;
}

/* line 22, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case .case-white-box hr {
  margin: 8px 0;
  border-style: dotted;
  border-color: #FF6B7F;
  border-width: 1px 0 0 0;
}

/* line 30, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case .case-box {
  background-color: rgba(255, 107, 127, 0.1);
  margin-top: 10px;
  padding: 12px;
  border-radius: 6px;
}

/* line 36, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case .case-box .case-question-main {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  margin-bottom: 8px;
}

/* line 43, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case .case-box .case-question-sub {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding: 0 10px;
  text-align: right;
}

/* line 50, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case .case-box .case-answer {
  font-size: 14px;
  line-height: 26px;
}

/* line 54, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .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 441, app/assets/stylesheets/_mixin.scss */
.voice .case-list .case .doctor-reply:after {
  content: '';
  display: block;
  clear: both;
}

/* line 66, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case .doctor-reply .doctor-male,
.voice .case-list .case .doctor-reply .doctor-female {
  -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 77, app/assets/stylesheets/syounika/home/voice.scss */
.voice .case-list .case-row {
  margin-bottom: 48px;
}

/* line 83, app/assets/stylesheets/syounika/home/voice.scss */
.voice .cases .list {
  margin-right: 8px;
  width: 24px;
  height: 28px;
}

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

/* line 95, app/assets/stylesheets/syounika/home/voice.scss */
.voice .select-area {
  position: relative;
  padding: 0 !important;
  height: 50px;
}

@media screen and (min-width:435px) {
  /* line 95, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .select-area {
    height: 60px;
  }
}

/* line 104, app/assets/stylesheets/syounika/home/voice.scss */
.voice .select-area:hover {
  opacity: 0.8;
}

/* line 108, app/assets/stylesheets/syounika/home/voice.scss */
.voice .select-area .wrapped-select-date {
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  pointer-events: none;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  padding-right: 50px;
}

@media screen and (min-width:435px) {
  /* line 108, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .select-area .wrapped-select-date {
    font-size: 20px;
    padding-right: 60px;
    line-height: 60px;
  }
}

/* line 131, app/assets/stylesheets/syounika/home/voice.scss */
.voice .select-area .entypo-down-open-mini:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 3px white;
  border-bottom: solid 3px white;
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  right: 19px;
  margin-top: -2px;
}

@media screen and (min-width:435px) {
  /* line 131, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .select-area .entypo-down-open-mini:before {
    right: 24px;
  }
}

/* line 144, app/assets/stylesheets/syounika/home/voice.scss */
.voice .select-area .entypo-down-open-mini:after {
  content: '';
  width: 50px;
  height: 100%;
  background-color: #FF6B7F;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media screen and (min-width:435px) {
  /* line 144, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .select-area .entypo-down-open-mini:after {
    width: 60px;
  }
}

/* line 158, app/assets/stylesheets/syounika/home/voice.scss */
.voice .select-area .wrapped-select {
  color: rgba(74, 74, 74, 0.8);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  cursor: pointer;
  height: 99%;
  width: 99%;
  margin: 1px 0 0 1px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  outline: none;
}

/* line 179, app/assets/stylesheets/syounika/home/voice.scss */
.voice .white-box {
  background-color: white;
  padding: 2px 12px;
  max-width: 740px;
  margin: 0 auto;
  border-radius: 4px;
}

@media screen and (min-width:435px) {
  /* line 179, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .white-box {
    padding: 0 30px;
  }
}

/* line 191, app/assets/stylesheets/syounika/home/voice.scss */
.voice .white-box-text {
  padding-bottom: 16px;
  line-height: 24px;
}

/* line 196, app/assets/stylesheets/syounika/home/voice.scss */
.voice .white-box-text.title {
  padding-top: 16px;
  text-align: center;
}

/* line 201, app/assets/stylesheets/syounika/home/voice.scss */
.voice .margin-bottom {
  margin-bottom: 24px;
}

@media screen and (min-width:435px) {
  /* line 201, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .margin-bottom {
    margin-bottom: 36px;
  }
}

@media screen and (min-width:960px) {
  /* line 213, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .case-list {
    margin-bottom: 72px;
  }
  /* line 216, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .case-list .case-list-description {
    margin: 24px 0 32px;
  }
  /* line 220, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .case-list .case {
    margin-top: 40px;
  }
  /* line 224, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .case-list .case .case-white-box hr {
    margin: 16px 0;
  }
  /* line 229, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .case-list .case .case-box {
    padding: 10px 20px 20px;
  }
  /* line 232, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .case-list .case .case-box > .case-box {
    width: auto;
  }
  /* line 236, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .case-list .case .case-box .case-question-main {
    padding: 0;
  }
  /* line 240, app/assets/stylesheets/syounika/home/voice.scss */
  .voice .case-list .case .case-box .case-question-sub {
    padding: 0 10px;
  }
}
