@charset "UTF-8";
/* ==========================================================
 override common
========================================================== */
.child-section > .child-inner {
  padding: 0 100px;
}
.section-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
}
.child-section.cta {
  padding: 40px 0 80px;
  display: flex;
  justify-content: center;
}
.child-section.cta > .child-button {
  max-width: 480px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .child-section > .child-inner {
    padding: 0 30px;
  }
  .section-title {
    font-size: 24px;
  }
  .child-section.cta {
    padding: 30px 30px 60px 30px;
  }
}
/* ==========================================================
 hero
========================================================== */
.child-section.hero {
  height: 484px;
  padding: 40px 0;
  background: var(--pa-400) url(/img/medical/hero_back.png) center center no-repeat;
}
.child-section.hero > .child-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  padding: 0;
}
.hero .title > .deco {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background-color: var(--pa-400);
  padding: 8px 12px;
  border-radius: 18px;
  white-space: nowrap;
}
.hero .title > .logo {
  width: 100%;
  max-width: 400px;
}
.hero .title > .logo > .pict {
  margin: 10px 0;
}
.hero .title > .logo > .caption {
  font-family: var(--noto);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--gr-400);
  letter-spacing: .06em;
}
.hero .sub-title {
  font-family: var(--noto);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--night);
  letter-spacing: .03em;
  margin-top: 16px;
}
.hero .sub-title > small {
  font-size: 16px;
  font-weight: normal;
}
.hero .child-button {
  height: 64px;
  margin-bottom: 0;
}
.hero .balloon-set {
    position: absolute;
    top: 16px;
    right: -200px;
    width: 172px;
    height: 172px;
}
.hero .balloon-set > .back {
    width: 100%;
    height: 100%;
    animation: 16s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.hero .balloon-set > .text {
    display: block;
    position: absolute;
    font-family: var(--inter);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--pa-600);
    padding-left: .2em;
}
.hero .balloon-set > .text > small {
  display: block;
  font-family: var(--noto);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .child-section.hero {
    height: auto;
    padding: 5px 0 15px 0;
    margin-top: 20px;
    background-size: cover;
  }
  .child-section.hero > .child-inner {
    padding: 0 30px;
  }
  .hero .title > .deco {
    font-size: 10px;
    padding: 4px 12px;
  }
  .hero .title > .logo {
    width: 60%;
    margin: 0 auto;
  }
  .hero .title > .logo > .pict {
    margin: 5px 0;
  }
  .hero .title > .logo > .caption {
    font-size: 8px;
  }
  .hero .sub-title {
    font-size: 14px;
    margin-top: 5px;
  }
  .hero .sub-title > small {
    font-size: 10px;
  }
  .hero .child-button {
    height: 40px;
    font-size: 16px;
    margin-top: 8px;
  }
  .hero .balloon-set {
    top: 0px;
    right: -10px;
    width: 100px;
    height: 100px;
  }
  .hero .balloon-set > .text {
    font-size: 16px;
  }
  .hero .balloon-set > .text > small {
    font-size: 10px;
  }
}
/* ==========================================================
 no1
========================================================== */
.child-section.no1 {
  position: relative;
  padding: 8px 0 40px 0;
  background-color: var(--cloud);
  text-align: left;
}
.child-section.no1 > .child-inner {
  padding: 0;
}
.no1 .no1-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.no1 .no1-list .item-no1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: auto;
  margin: 0 10px;
}
.no1 .no1-list .laurel::before,
.no1 .no1-list .laurel::after
 {
  content: "";
  display: block;
  width: 32px;
  height: 88px;
}
.no1 .no1-list .laurel::before {
  background: url(/img/common/laurel_left.svg)center center /contain no-repeat;
}
.no1 .no1-list .laurel::after {
  background: url(/img/common/laurel_right.svg)center center /contain no-repeat;
}
.no1 .no1-list .item-no1 > .title-set {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
}
.no1 .no1-list .item-no1 .category {
  flex: 1;
  text-align: justify;
  text-align-last: justify;
  font-family: var(--noto);
  font-size: 20px;
  color: var(--night);
  line-height: 22px;
}
.no1 .no1-list .item-no1 .category > small {
  font-size: 14px;
}
.no1 .no1-list .item-no1 .share {
  position: relative;
  flex: 1;
  text-align: justify;
  margin: 0 10px;
  font-family: var(--noto);
  font-size: 18px;
  font-weight: bold;
  color: var(--water);
}
.no1 .no1-list .item-no1 .share > strong {
  font-family: var(--inter);
  font-size: 30px;
  font-weight: bold;
  color: var(--water);
}
.no1 .no1-list .item-no1 .share > .pict {
  width: 100%;
  height: auto;
}
.no1 .no1-list .item-no1 .share > sup {
  position: absolute;
  top: 16px;
  right: -20px;
  font-size: 10px;
}
.no1 .no1-list .item-no1.activeuser .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--night);
  white-space: nowrap;
  text-align: center;
}
.no1 .no1-list .item-no1.activeuser .title > strong {
  font-family: var(--inter);
  font-size: 54px;
  font-weight: bold;
  color: var(--water);
  padding: 0 2px;
  letter-spacing: -0.1ex;
}
.no1 .no1-list .item-no1.activeuser .title > sup {
  margin-left: -10px;
}
.no1 .no1-list .item-award {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--gr-100);
  border-radius: 12px;
  padding: 0 16px;
  margin: 0 10px;
}
.no1 .no1-list .item-award > .award-pict {
  width: 100px;
  height: auto;
  margin: 0 4px;
}
.no1 .no1-list .item-award > .award-pict.gooddesign {
  background-color: #fff;
  border-radius: 4px;
  margin: 0 10px;
}
.no1 .caution {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .child-section.no1 {
    padding-top: 0;
  }
  .no1 .no1-list {
    flex-wrap: wrap;
    padding: 10px;
  }
  .no1 .no1-list .item-no1 {
    width: 160px;
    margin: 0 5px 10px 5px;
    align-items: flex-end;
  }
  .no1 .no1-list .item-no1.activeuser {
    width: 248px;
  }
  .no1 .no1-list .item-no1 > .title-set {
    flex-direction: column;
    width: auto;
  }
  .no1 .no1-list .item-no1 .category,
  .no1 .no1-list .item-no1 .category > small {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    text-align-last: center;
  }
  .no1 .no1-list .item-no1 .share {
    font-size: 14px;
    max-width: 64px;
  }
  .no1 .no1-list .item-award {
    width: 100%;
    margin: 0;
  }
  .no1 .no1-list .item-award > .award-pict {
    width: 80px;
  }
  .no1 .caution {
    padding: 0 10px;
  }
}

/* ==========================================================
 company-loop
========================================================== */
.child-section.company-loop,
.child-section.company-loopx2,
.child-section.company-loopframe {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding: 16px 0 0 0;
  background-color: #fff;
/*  border-bottom: solid 1px #ddd;*/
}
.company-loop > .swiper-wrapper,
.company-loopx2 > .swiper-wrapper {
  transition-timing-function: linear;
}
.company-loop > .swiper-wrapper > .swiper-slide {
  width: 144px;
  height: 90px;
  object-fit: contain;
  margin: 8px;
}
.company-loopx2 > .swiper-wrapper > .swiper-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
  height: 184px;
}
.company-loopx2 > .swiper-wrapper > .swiper-slide > .swiper-image {
  width: 130px;
  height: 80px;
  object-fit: contain;
  margin: 6px;
}
@media screen and (max-width: 768px) {
  .child-section.company-loop, .child-section.company-loopx2 {
    padding-top: 0;
  }
}
/*一軍ロゴ用iframe--------------------------------------*/
.logo-slider-frame {
	width: 100%;
	height: 100px;
}
/* ==========================================================
 seminar
========================================================== */
.child-section.seminar {
  padding: 40px 0;
  background-color: var(--sa-50);
}
.seminar a {
  text-decoration: none;
}
.seminar .seminar-card-inner {
  display: flex;
  width: 100%;
  height: auto;
}
.seminar a:hover .seminar-card-inner {
  opacity: .6;
}
.seminar .seminar-card-inner .seminar-card-image-area {
  flex: 0 1 400px;
  margin-right: 40px;
filter: drop-shadow(0px 0px 1px rgba(32, 34, 38, 0.12)) drop-shadow(0px 3px 8px rgba(32, 34, 38, 0.12));
border-radius: 12px;
overflow: hidden;

}
.seminar .seminar-card-inner .seminar-card-textarea {
  flex: 0 1 640px;
  text-align: left;
}
.seminar .seminar-card-inner .seminar-card-textarea::after {
  content: "セミナー詳細を見る";
  display: block;
  margin-top: 16px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: var(--pu-400);
  text-decoration: underline;
  padding-right: 40px;
  background: url(/img/common/icon_arrow.svg) center right /contain no-repeat;
}
.seminar .seminar-card-inner .seminar-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--pu-400);
}
.seminar .seminar-card-inner .card-subtextarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  gap: 8px;
}
.seminar .seminar-card-inner .card-subtextarea .seminar-date {
  font-size: 16px;
  line-height: 1.8;
  margin-right: 16px;
}
.seminar .seminar-card-inner .card-subtextarea .seminar-date > .large {
  font-size: 20px;
  font-weight: bold;
}
.seminar .seminar-card-inner .card-subtextarea .seminar-category {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 8px;
  border: solid 1px var(--night);
}
.seminar .seminar-card-inner .card-subtextarea .seminar-keyword {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  padding: 6px 12px;
  background-color: var(--sa-400);
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .seminar .seminar-card-inner {
    flex-direction: column;
  }
  .seminar .seminar-card-inner .seminar-card-image-area {
    flex: none;
    margin: 0 0 15px 0;
  }
  .seminar .seminar-card-inner .seminar-card-textarea {
    flex: none;
  }
  .seminar .seminar-card-inner .seminar-title {
    font-size: 18px;
  }
  .seminar .seminar-card-inner .card-subtextarea {
    margin-top: 10px;
  }
  .seminar .seminar-card-inner .card-subtextarea .seminar-date {
    font-size: 14px;
    margin-right: 5px;
  }
  .seminar .seminar-card-inner .card-subtextarea .seminar-category {
    font-size: 12px;
  }
}
/* ==========================================================
 about
========================================================== */
.child-section.about {
  padding-right: 100px;
  padding-left: 100px;
}
.about > .child-inner {
  display: flex;
  background: #fff;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  width: auto;
}
.about .text-set {
  flex: 1 0 645px;
  padding: 40px;
  text-align: left;
}
.about .text-set > .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: var(--pu-400);
}
.about .text-set > .desc {
  line-height: 1.8;
  color: var(--night);
  margin-top: 16px;
}
.about .target-set {
  padding: 20px;
  background-color: var(--gr-50);
  border-radius: 8px;
  margin-top: 32px;
}
.about .target-set > .title {
  font-weight: bold;
}
.about .target-set > .desc {
  margin-top: 8px;
}
.about .logo-set {
    flex: 1 0 435px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/img/medical/about_back.png) center center /cover var(--pa-400) no-repeat;
}
.about .logo-set > .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #fff;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .child-section.about {
    padding-right: 30px;
    padding-left: 30px;
  }
  .about > .child-inner {
    flex-direction: column-reverse;
  }
  .about .logo-set {
    flex: none;
    padding: 30px 0;
    background-size: cover;
  }
  .about .logo-set > .logo {
    width: 200px;
    height: 200px;
  }
  .about .text-set {
    flex: none;
    padding: 30px;
  }
  .about .text-set > .title {
    font-size: 20px;
  }
}
/* ==========================================================
 problem
========================================================== */
.child-section.problem {
  background: url(/img/medical/problem_back.png)center center /cover no-repeat;
  padding-bottom: 0;
}
.problem .problem-list {
  display: flex;
  margin-top: 54px;
}
.problem .problem-list > .item {
  flex: 1;
  margin-right: 30px;
}
.problem .problem-list > .item:last-child {
  margin: 0;
}
.problem .problem-list > .item > .text-set {
  position: relative;
  padding: 20px 20px 40px 20px;
  border-radius: 12px;
  background-color: #fff;
  min-height: 260px;
}
.problem .problem-list > .item > .text-set::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 40px;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(90deg) skew(45deg);
  background-color: #fff;
}
.problem .problem-list > .item > .text-set > .title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: var(--pu-400);
}
.problem .problem-list > .item > .text-set > .desc {
  text-align: left;
  margin-top: 16px;
}
.problem .problem-list > .item > .human {
  position: relative;
  width: 240px;
  height: 200px;
  margin: -32px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .problem .problem-list {
    flex-direction: column;
    margin-top: 30px;
  }
  .problem .problem-list > .item {
    flex: none;
    margin-right: 0;
  }
  .problem .problem-list > .item > .text-set {
    padding: 15px 15px 30px 15px;
  }
  .problem .problem-list > .item > .human {
    width: 180px;
    height: 150px;
    margin: -20px auto 0 auto;
  }
}
/* ==========================================================
 solution
========================================================== */
.child-section.solution {
  background: var(--sa-50);
  padding-bottom: 0;
}
.solution .solution-list {
  display: flex;
  margin-top: 54px;
}
.solution .solution-list > .item {
  flex: 1;
  margin-right: 30px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  overflow: hidden;
}
.solution .solution-list > .item:last-child {
  margin: 0;
}
.solution .solution-list > .item > .text-set {
  position: relative;
  padding: 20px;

}
.solution .solution-list > .item > .text-set > .title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  color: var(--pu-400);
}
.solution .solution-list > .item > .text-set > .desc {
  text-align: left;
  margin-top: 16px;
}
.solution .solution-list > .item > .image {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--pa-400);
}
.solution .solution-list > .item > .image > .pict {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .solution .solution-list {
    flex-direction: column;
    margin-top: 30px;
  }
  .solution .solution-list > .item {
    flex: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .solution .solution-list > .item > .text-set {
    padding: 15px 15px 30px 15px;
  }
  .solution .solution-list > .item > .human {
    width: 180px;
    height: 150px;
    margin: -20px auto 0 auto;
  }
}
/* ==========================================================
 feature
========================================================== */
.child-section.feature {
  background: url(/img/medical/feature_back.png)center top repeat-y;
  padding-bottom: 0;
}
.feature .feature-list {
  display: flex;
  flex-direction: column;
  margin-top: 54px;
}
.feature .feature-list > .item {
  position: relative;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.06);
}
.feature .feature-list > .item:last-child {
  margin: 0;
}
.feature .feature-list > .item > .title {
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  color: var(--pu-400);
}
.feature .feature-list > .item > .title > small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--night);
}
.feature .feature-list > .item > .balloon-set {
    position: absolute;
    top: -32px;
    left: -32px;
    width: 166px;
    height: 166px;
}
.feature .feature-list > .item > .balloon-set > .back {
    width: 100%;
    height: 100%;
}
.feature .feature-list > .item > .balloon-set > .text {
    display: block;
    position: absolute;
    font-family: var(--inter);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--pa-600);
    padding-left: .2em;
}
.feature .feature-list > .item > .balloon-set > .text > small {
  display: block;
  font-family: var(--noto);
  font-size: 16px;
}
.feature .security-list {
  display: flex;
  margin-top: 32px;
}
.feature .security-list > .item {
  flex: 1;
  border-right: solid 2px var(--gr-200);
  padding: 0 24px;
}
.feature .security-list > .item:last-child {
  border: none;
}
.feature .security-list > .item .pict {
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 16px;
}
.feature .security-list > .item > .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  min-height: 96px;
}
.feature .security-list > .item > .desc {
  margin-top: 16px;
  text-align: left;
}
.feature .price-list {
  display: flex;
  margin-top: 32px;
}
.feature .price-list > .item {
  flex: 1;
  padding: 0 24px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.feature .price-list > .item:last-child {
  padding: 0;
}
.feature .price-list > .item > .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  min-height: 96px;
}
.feature .price-list > .item > .pict {
  max-width: 150px;
  height: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .feature .feature-list > .item {
    margin-bottom: 30px;
    padding: 30px;
  }
  .feature .feature-list > .item > .title {
    font-size: 20px;
  }
  .feature .feature-list > .item > .title > small {
    font-size: 10px;
    line-height: 16px;
    margin-top: 10px;
  }
  .feature .feature-list > .item > .balloon-set {
    width: 80px;
    height: 80px;
  }
  .feature .feature-list > .item > .balloon-set > .text {
    font-size: 16px;
  }
  .feature .feature-list > .item > .balloon-set > .text > small {
    font-size: 8px;
  }
  .feature .security-list {
    flex-direction: column;
    margin-top: 0;
  }
  .feature .security-list > .item {
    flex: none;
    border-right: none;
    border-bottom: solid 1px var(--gr-200);
    padding: 30px 0;
  }
  .feature .security-list > .item > .title {
    font-size: 18px;
    min-height: 0;
  }
  .feature .security-list > .item > .desc {
    font-size: 14px;
  }
  .feature .price-list {
    flex-direction: column;
  }
  .feature .price-list > .item {
    flex: none;
    padding: 0 0 30px 0;
  }
  .feature .price-list > .item > .title {
    font-size: 18px;
    min-height: 0;
  }
}
/* ==========================================================
 showcase
========================================================== */
.child-section.showcase {
  background-color: var(--gr-50);
  padding-bottom: 0;
}
.showcase .showcase-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 54px;
}
.showcase .showcase-list > .item {
  width: calc(50% - 30px);
  margin: 0 60px 60px 0;
}
.showcase .showcase-list > .item:nth-child(2n) {
  margin-right: 0;
}
.showcase .showcase-list > .item > .link {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-decoration: none;
}
.showcase .showcase-list > .item > .link:hover {
  background-color: var(--sun);
}
.showcase .showcase-list > .item > .link > .title-set {
  padding: 16px 32px 32px 32px;
}
.showcase .showcase-list > .item > .link > .title-set > .company {
  display: flex;
  align-items: center;
}
.showcase .showcase-list > .item > .link > .title-set > .company > .logo {
  width: 130px;
  height: 80px;
  object-fit: contain;
  margin-right: 8px;
}
.showcase .showcase-list > .item > .link > .title-set > .title {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  color: var(--night);
}
.showcase .showcase-list > .item > .link > .title-set > .cta-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--pu-400);
  text-decoration: underline;
  text-align: left;
  margin-top: 32px;
}
.showcase .showcase-list > .item > .link > .title-set > .cta-text::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/img/common/icon_arrow.svg) center right /contain no-repeat;
}
.showcase .showcase-list > .item > .link > .kv {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .showcase .showcase-list {
    flex-direction: column;
    margin-top: 30px;
  }
  .showcase .showcase-list > .item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .showcase .showcase-list > .item > .link > .kv {
    height: auto;
  }
  .showcase .showcase-list > .item > .link > .title-set {
    padding: 5px 30px 30px 30px;
  }
  .showcase .showcase-list > .item > .link > .title-set > .title {
    font-size: 18px;
  }
  .showcase .showcase-list > .item > .link > .title-set > .cta-text {
    margin-top: 15px;
  }
}
/* ==========================================================
 contact
========================================================== */
.child-section.contact {
  background: var(--pa-400) url(/img/medical/contact_back.png)center center no-repeat;
}
.contact .section-title,
.contact .desc {
  color: #fff;
}
.contact .child-button {
  max-width: 480px;
  height: 80px;
  margin: 48px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .child-section.contact {
    background-size: cover;
  }
}
/* ==========================================================
 form
========================================================== */
.child-form-header .child-header-logo {
  width: 320px;
}
.child-detail .child-font.page-title > .deco {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 8px;
}
.child-detail-list li > .desc {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: .5em;
}
@media screen and (max-width: 768px) {
  .child-form-header .child-header-logo {
    width: 290px;
  }
  .child-detail .child-font.small {
    text-align: left;
  }
  .child-detail .child-font.page-title {
    font-size: 32px;
  }
  .child-detail-list {
    padding: 15px 20px;
  }

}

