/* 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/doctors/index.scss */
#doctors-index .doctor-icon {
  margin-right: 8px;
  width: 28px;
  height: 32px;
}

/* line 10, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .description {
  margin: 16px 0;
}

/* line 14, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 23, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area {
  position: relative;
  margin: 0 0 32px 0;
  padding: 16px 10px;
  min-width: 280px;
  width: 100%;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(58, 202, 201, 0.1);
}

/* line 33, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area:last-of-type {
  margin: 0;
}

/* line 37, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .language {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3acac9;
  height: 20px;
  padding: 4px 10px 4px 28px;
  border-radius: 0 4px 0 8px;
  color: white;
  font-size: 12px;
}

/* line 48, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .language img {
  position: absolute;
  top: 3px;
  left: 10px;
  height: 14px;
}

/* line 56, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .profile-image {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

/* line 62, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .profile {
  margin-left: 10px;
  width: calc(100% - 80px - 10px);
}

/* line 66, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .profile .profile-description {
  position: relative;
  display: block !important;
  overflow: hidden;
  max-height: 38px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* line 75, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .profile-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: -0.26px;
  color: rgba(74, 74, 74, 0.8);
  line-height: 24px;
}

/* line 81, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .profile-field {
  font-size: 12px;
  line-height: 24px;
  color: rgba(74, 74, 74, 0.8);
}

@media screen and (min-width:960px) {
  /* line 81, app/assets/stylesheets/syounika/doctors/index.scss */
  #doctors-index .profile-list .profile-area .profile-field {
    font-size: 14px;
    line-height: 26px;
  }
}

/* line 86, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .profile-field.small {
  font-size: 11px;
}

/* line 90, app/assets/stylesheets/syounika/doctors/index.scss */
#doctors-index .profile-list .profile-area .profile-link {
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

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

@media screen and (min-width:960px) {
  /* line 108, app/assets/stylesheets/syounika/doctors/index.scss */
  #doctors-index .description {
    margin: 8px 0 36px;
  }
  /* line 112, app/assets/stylesheets/syounika/doctors/index.scss */
  #doctors-index .profile-list {
    width: 630px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 116, app/assets/stylesheets/syounika/doctors/index.scss */
  #doctors-index .profile-list .profile-area {
    width: 300px;
  }
  /* line 119, app/assets/stylesheets/syounika/doctors/index.scss */
  #doctors-index .profile-list .profile-area:last-of-type {
    margin: 0 0 32px 0;
  }
}

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

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

/* line 12, app/assets/stylesheets/syounika/doctors/recruit.scss */
#doctors-recruit .common-heading {
  margin-bottom: 20px;
}

/* line 16, app/assets/stylesheets/syounika/doctors/recruit.scss */
#doctors-recruit .body {
  padding-top: 10px;
  line-height: 26px;
}

/* line 21, app/assets/stylesheets/syounika/doctors/recruit.scss */
#doctors-recruit .sub-title-row {
  margin-top: 48px;
}

/* line 24, app/assets/stylesheets/syounika/doctors/recruit.scss */
#doctors-recruit .sub-title-row.no-margin {
  margin-top: 0;
}

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

@media screen and (min-width:960px) {
  /* line 37, app/assets/stylesheets/syounika/doctors/recruit.scss */
  #doctors-recruit .common-heading {
    margin-bottom: 26px;
  }
  /* line 41, app/assets/stylesheets/syounika/doctors/recruit.scss */
  #doctors-recruit .body {
    line-height: 28px;
  }
  /* line 45, app/assets/stylesheets/syounika/doctors/recruit.scss */
  #doctors-recruit .sub-title-row {
    margin-top: 58px;
  }
}

/* line 2, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .profile {
  padding: 0;
  width: 100%;
}

/* line 6, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .profile .profile-image {
  margin: 0 auto;
  display: block;
  width: 210px;
  height: 210px;
  border-radius: 105px;
}

/* line 14, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .profile .profile-name {
  margin: 24px 0;
  text-align: center;
}

/* line 19, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .profile .profile-description {
  font-size: 14px;
  line-height: 22px;
  background-color: rgba(58, 202, 201, 0.1);
  margin: 0 0 48px;
  padding: 8px 16px;
  border-radius: 6px;
}

@media screen and (min-width:960px) {
  /* line 19, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .profile .profile-description {
    font-size: 18px;
    line-height: 38px;
  }
}

/* line 28, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .misc {
  margin-bottom: 30px;
}

/* line 31, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .misc .misc-label {
  margin: 16px 0 8px;
}

/* line 35, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .misc .misc-text {
  font-size: 12px;
  line-height: 24px;
  white-space: pre-wrap;
}

@media screen and (min-width:960px) {
  /* line 35, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .misc .misc-text {
    font-size: 14px;
    line-height: 26px;
  }
}

/* line 41, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .footer-block {
  text-align: center;
}

/* line 44, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .footer-block .btn-wrapper {
  display: inline-block;
  margin: 60px auto 24px;
}

/* line 48, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .footer-block .btn-wrapper .common-btn-sub-action, .doctors-detail .footer-block .btn-wrapper .common-btn-main-action {
  display: inline-block;
}

/* line 52, app/assets/stylesheets/syounika/doctors/show.scss */
.doctors-detail .footer-block .btn-wrapper .common-btn-sub-action {
  margin: 0 0 0 40px;
}

@media screen and (max-width:960px) {
  /* line 52, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .footer-block .btn-wrapper .common-btn-sub-action {
    margin: 16px 0;
  }
}

@media screen and (min-width:960px) {
  /* line 66, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .profile {
    padding: 0;
  }
  /* line 70, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .profile-image {
    width: 210px;
    height: 210px;
    border-radius: 105px;
  }
  /* line 76, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .profile-name {
    margin: 32px 0 !important;
  }
  /* line 80, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .profile-description {
    margin: 0 0 64px;
    padding: 10px 32px;
  }
  /* line 85, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .misc {
    margin-bottom: 50px;
  }
  /* line 88, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .misc .misc-label {
    margin: 32px 0 8px;
  }
  /* line 97, app/assets/stylesheets/syounika/doctors/show.scss */
  .doctors-detail .footer-block .btn-wrapper {
    margin: 60px auto;
  }
}
