@charset "UTF-8";
/* ---------------------------------------------------------------------------
//  top
--------------------------------------------------------------------------- */
.guide-bnr {
  width: 680px;
  border-radius: 15px;
  overflow: hidden;
  margin: 50px auto 0; }

.guide-bnr .text {
  background: #EBEDEE;
  padding: 25px; }

.guide-bnr .title {
  border-left: 7px solid #b84d8e;
  padding-left: 10px; }

.guide-bnr .title h2 {
  font-size: 32px;
  color: #b84d8e; }

.guide-bnr .title p {
  font-size: 14px;
  color: #7D7D7D; }

.guide-bnr .icon {
  width: 80px;
  margin: 20px auto 0;
  text-align: center; }

.top_head,
.top_medication,
.top_menu,
.top_tool,
.top_apply {
  margin-bottom: 70px; }

.top-medication {
  font-size: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: #b84d8e; }

.top-medication::before,
.top-medication::after {
  content: "";
  flex: 1;
  height: 6px;
  display: block;
  border-top: 6px dotted #b84d8e; }

.top-medication::before {
  margin-right: .5em; }

.top-medication::after {
  margin-left: .5em; }

.top_menu.top_how_to h2 {
  color: #EC6604; }

.top_menu.top_how_to h2::before, .top_menu.top_how_to h2:after {
  border-top: 6px dotted #EC6604; }

.top_menu.top_about h2 {
  color: #0058A2; }

.top_menu.top_about h2::before, .top_menu.top_about h2:after {
  border-top: 6px dotted #0058A2; }

.top_menu .faq {
  display: block;
  border-radius: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  padding: 20px 10px 0;
  background: #e7d5e8;
  color: #b84d8e;
  width: 100%;
  padding: 15px; }

.top_menu .faq > p {
  display: inline-block; }

.top_menu .faq > div {
  display: inline-block;
  width: 92px;
  height: 53px;
  margin: 0 0 0 10px;
  vertical-align: middle; }

.top_tool .frame {
  border: 5px solid #b84d8e;
  border-radius: 15px;
  padding: 30px 50px; }

.top_tool h2 {
  font-size: 32px;
  text-align: center;
  color: #EA6068;
  margin-bottom: 30px; }

.top_tool a.flex {
  align-items: flex-start; }

.top_tool a .book {
  width: 115px; }

.top_tool a p {
  border-left: 5px solid #b84d8e;
  margin-left: 15px;
  padding-left: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4; }

.apply .apply-frame {
  border: 5px solid #054492;
  padding: 30px 50px;
  text-align: center;
  border-radius: 15px; }

.apply .apply-frame p {
  font-size: 20px; }

.apply .apply-frame p span {
  font-weight: 700;
  color: #054492; }

.apply .apply-frame a {
  padding: 10px 20px;
  background: #EC6604;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px; }

#contents .apply {
  margin-top: 60px; }

.page-top aside .flex {
  justify-content: center; }

.page-top .flex.around {
  justify-content: space-around; }

.page-top aside .contact {
  border: 3px solid #E3E3E3;
  padding: 15px 30px; }

.page-top aside h3 {
  font-size: 16px;
  margin-bottom: 10px; }

.page-top aside .tel {
  font-size: 18px;
  font-weight: 700;
  color: #378439;
  margin-bottom: 5px; }

.page-top aside .tel .num {
  margin-left: .5em; }

.page-top aside .tel .num::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-freedial.png) center center/contain no-repeat;
  width: 24px;
  height: 15px;
  margin-right: .2em; }

.page-top aside dl {
  font-size: 14px; }

.page-top aside dl dt {
  display: inline-block;
  background: #E3E3E3;
  text-align: center;
  width: 100px;
  margin-right: 5px; }

.page-top aside dl dd {
  display: inline-block; }

.page-top aside .bnr {
  width: 31%;
  /*margin-left: 40px;*/
  border-radius: 5px;
  overflow: hidden; }

/* ---------------------------------------------------------------------------
//  sec-common
--------------------------------------------------------------------------- */
.pankz {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px; }

.pankz li {
  font-size: 14px;
  position: relative; }

.pankz li::after {
  content: "❯";
  color: #c8c9ca;
  display: inline-block;
  margin: 0 .5em; }

.pankz li:last-child::after {
  content: none; }

/* --------------------------------------------------------------------------- */
#side {
  width: 250px; }

#side ul {
  border: 1px solid #B4B4B5;
  border-radius: 10px;
  padding: 0 15px; }

#side ul {
  border: 1px solid #B4B4B5;
  border-radius: 10px;
  padding: 0 15px; }

#side ul li {
  height: 80px;
  border-bottom: 2px dotted #B4B4B5; }

#side ul li:last-child {
  border-bottom: none; }

#side ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #717071;
  line-height: 1.4;
  position: relative; }

#side ul li a::after {
  content: "";
  display: block;
  background: url(../images/icon-play.png) center center/contain no-repeat;
  width: 16px;
  height: 16px; }

.site-educators #side ul li:first-child a {
  font-size: 18px; }

.site-educators.page-movie #side ul li:nth-child(2) a,
.site-educators.page-carry #side ul li:nth-child(3) a,
.site-educators.page-tool #side ul li:nth-child(4) a,
.site-educators.page-faq #side ul li:nth-child(5) a {
  color: #b84d8e; }

.site-educators.page-movie #side ul li:nth-child(2) a::after,
.site-educators.page-carry #side ul li:nth-child(3) a::after,
.site-educators.page-tool #side ul li:nth-child(4) a::after,
.site-educators.page-faq #side ul li:nth-child(5) a::after {
  background: url(../images/icon-play2.png) center center/contain no-repeat; }

.site-educators.page-movie #side ul li:nth-child(2) a::before,
.site-educators.page-carry #side ul li:nth-child(3) a::before,
.site-educators.page-tool #side ul li:nth-child(4) a::before,
.site-educators.page-faq #side ul li:nth-child(5) a::before {
  content: "";
  display: block;
  background: #e7d1e5;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%); }

/* --------------------------------------------------------------------------- */
#foot-menu {
  background: #EEEEEF;
  padding: 50px 0;
  margin-top: 110px;
  color: #717071; }

#foot-menu a {
  color: #717071; }

a.gotop {
  display: block;
  width: 40px;
  height: 40px;
  margin: -90px 0 50px auto; }

#foot-menu h2 {
  font-size: 20px;
  margin-bottom: 10px; }

#foot-menu a:not(.gotop) {
  font-size: 14px; }

#foot-menu a:not(.gotop):not(.title)::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-play.png) center center/contain no-repeat;
  width: 16px;
  height: 16px;
  margin-right: .2em;
  vertical-align: -3px; }

#foot-menu .menu-box {
  margin-top: 10px; }

#foot-menu .menu-box ul > li:first-child {
  border-bottom: 1px solid #C8C9CA;
  padding-bottom: 3px; }

#foot-menu .menu-box ul > li:first-child a {
  font-size: 16px;
  font-weight: 700; }

#foot-menu .menu-box li {
  margin-top: 10px; }

/* --------------------------------------------------------------------------- */
#contents {
  width: 900px;
  line-height: 1.6; }

#contents.top {
  margin: 0 auto; }

#contents h1 {
  font-size: 32px;
  padding-bottom: 8px;
  margin-bottom: 30px; }

#contents h1 span {
  display: block; }

.site-educators #contents h1 {
  color: #b84d8e;
  border-bottom: 6px dotted #b84d8e; }

#contents .intro {
  font-size: 20px;
  margin-bottom: 60px; }

#contents .intro p + p {
  margin-top: 1em; }

.site-educators #contents .intro {
  font-weight: 700; }

.site-educators #contents .intro strong,
.site-educators #contents .color {
  color: #b84d8e; }

.cat-about #contents .intro {
  border: 4px solid #83B9E4;
  background: #DEF1FA;
  border-radius: 15px;
  padding: 30px;
  color: #0058A2; }

.cat-about #contents .color {
  color: #0058A2; }

#contents .f14 {
  font-size: 14px;
  font-weight: 500; }

#contents .f16 {
  font-size: 16px;
  font-weight: 500; }

#contents .f18 {
  font-size: 18px; }

#contents .f20 {
  font-size: 20px; }

#contents .f22 {
  font-size: 22px; }

#contents .bold {
  font-weight: 700; }

/* ---------------------------------------------------------------------------
//  sec-how_to
--------------------------------------------------------------------------- */
.page-medication #contents .intro {
  border: 3px solid #e1242a;
  padding: 20px 30px;
  border-radius: 15px; }

.page-medication #contents .intro strong {
  color: #e1242a; }

.page-medication #contents .step {
  margin-bottom: 60px; }

.page-medication #contents .step h2 {
  color: #004496;
  font-size: 38px;
  margin-bottom: 20px; }

.page-medication #contents .step h2::before {
  content: "";
  display: inline-block;
  width: 119px;
  height: 53px;
  margin-right: .2em;
  vertical-align: -12px; }

.page-medication #contents .step1 h2::before {
  background: url(../images/top/medication-step1.png) center center/contain no-repeat; }

.page-medication #contents .step2 h2::before {
  background: url(../images/top/medication-step2.png) center center/contain no-repeat; }

.page-medication #contents .step .flex {
  margin-left: 40px; }

.page-medication #contents .step .flex .image {
  width: 400px;
  text-align: center; }

.page-medication #contents .step .flex .text {
  width: calc(100% - 400px);
  padding-left: 40px; }

.page-medication #contents .step .flex .text .dot li {
  margin-bottom: 1em; }

.page-medication #contents .step .flex .text .dot li::before {
  content: "●";
  color: #004496; }

.page-medication #contents .step1 .illust {
  width: 276px; }

.page-medication #contents .step2 p {
  margin-top: 2em; }

.page-medication #contents .flex.step2-2 {
  margin-top: 60px;
  justify-content: center; }

.page-medication #contents .flex.step2-2 .image {
  width: auto; }

.page-medication #contents .flex.step2-2 .image img {
  width: 296px; }

.page-medication #contents .flex.step2-2 .text {
  width: auto; }

.page-medication #contents .flex.step2-2 .orange {
  color: #EC6604; }

.page-medication #contents .step2-2 p {
  margin: 0 0 20px 30px; }

.page-medication #contents .step2-2 .illust {
  width: 327px; }

.page-medication #contents .caution {
  border: 4px solid #EC6604;
  background: #FFFCE4;
  padding: 30px 50px;
  border-radius: 15px;
  margin-top: 80px; }

.page-medication #contents .caution h2 {
  display: table;
  margin: 0 auto 30px;
  font-size: 28px;
  color: #EC6604;
  text-align: center; }

.page-medication #contents .caution h2::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-caution.png) center center/contain no-repeat;
  width: 46px;
  height: 41px;
  margin-right: .5em;
  vertical-align: -10px; }

.page-medication #contents .caution li {
  margin-bottom: 15px; }

.page-medication #contents .caution li::before {
  content: "●";
  color: #EC6604; }

.page-carry #contents .bg {
  background: #e7d5e8;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 10px; }

.page-carry #contents .bg .flex {
  padding: 0 50px; }

.page-carry #contents .bg .image {
  width: 143px; }

.page-carry #contents .caution li {
  line-height: 1.4;
  display: flex;
  margin-bottom: 30px; }

.page-carry #contents .caution li p {
  margin-top: 6px; }

.page-carry #contents .caution li::before {
  content: "";
  display: block;
  background: url(../images/icon-caution.png) center center/contain no-repeat;
  width: 46px;
  height: 41px;
  margin-right: .5em; }

.page-carry #contents .little li::before {
  content: "◆";
  color: #e1242a; }

.page-carry #contents .frame {
  border: 3px solid #e1242a;
  margin: 30px 0;
  padding: 0 30px;
  border-radius: 15px; }

.page-carry #contents .frame p {
  margin: 10px 0; }

.page-carry #contents .frame p strong {
  color: #e1242a; }

.page-carry #contents .frame .image {
  width: 126px; }

.page-carry #contents .message {
  border: 3px solid #b84d8e;
  background: #e7d5e8;
  border-radius: 20px;
  padding: 40px;
  margin-top: 70px;
  position: relative; }

.page-carry #contents .message h2 {
  display: table;
  font-size: 26px;
  color: #fff;
  background: #b84d8e;
  padding: 10px 70px;
  margin: -70px auto 40px;
  border-radius: 30px;
  position: relative; }

.page-carry #contents .message h2::before {
  content: "";
  display: block;
  background: url(../images/icon-hand.png) center center/contain no-repeat;
  width: 71px;
  height: 73px;
  position: absolute;
  left: -20px;
  top: -5px; }

.page-carry #contents .message dt {
  font-size: 22px;
  font-weight: 700; }

.page-carry #contents .message dt::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-check.png) center center/contain no-repeat;
  width: 30px;
  height: 32px;
  margin-right: 5px;
  vertical-align: -6px; }

.page-carry #contents .message dd {
  margin: 5px 0 30px 36px;
  display: flex; }

.page-carry #contents .message dd::before {
  content: "";
  display: block;
  background: url(../images/icon-right.png) center center/contain no-repeat;
  width: 19px;
  height: 18px;
  margin: 3px 5px 0 0; }

.page-carry #contents .message .image {
  display: block;
  width: 251px;
  position: absolute;
  top: 60px;
  right: 80px; }

.page-faq #contents .faq dt {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }

.page-faq #contents .faq dd {
  display: flex;
  font-size: 18px;
  padding: 0 0 40px 55px;
  margin-bottom: 40px;
  border-bottom: 3px dotted #B4B4B5; }

.page-faq #contents .faq dt::before {
  content: "";
  display: block;
  background: url(../images/faq/faq-q.png) center center/contain no-repeat;
  width: 45px;
  height: 44px;
  flex: 0 0 45px;
  margin-right: 10px; }

.page-faq #contents .faq dd::before {
  content: "";
  display: block;
  background: url(../images/faq/faq-a.png) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 5px; }

.page-movie #contents .movie-file {
  display: flex;
  justify-content: center; }

.page-tool #contents .frame {
  border: 3px solid #b84d8e;
  border-radius: 15px;
  padding: 40px; }

.page-tool #contents .item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #B4B4B5; }

.page-tool #contents .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.page-tool #contents .item .book {
  width: 200px; }

.page-tool #contents .item .text {
  width: calc(100% - 200px);
  padding-left: 40px; }

.page-tool #contents .item .text h2 {
  border-left: 8px solid #b84d8e;
  padding-left: 10px;
  margin-bottom: 10px; }

.page-tool #contents .item .text .btn {
  display: table;
  margin: 40px auto 0;
  padding: 5px 60px;
  background: #b84d8e;
  color: #fff;
  border-radius: 30px;
  text-align: center; }

.page-tool #contents .item .text .btn::before {
  content: "";
  display: inline-block;
  background: url(../../common/images/icon-dl.png) center center/contain no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: -4px; }

/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1030px) {
  .top_menu.top_about .management {
    padding: 20px; }

  .top_tool .frame {
    padding: 30px; }

  #side {
    display: none; }

  #contents {
    margin: 0 auto; } }
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
.movie-container {
  width: 900px;
  height: auto;
  position: relative;
  border: 1px solid #ccc; }
.movie_main {
  width: 100%;
  max-width: 900px;
  cursor: pointer;
}

/* ----------------------------------------------
		YesNo modal
---------------------------------------------- */
#confirm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(1, 1, 1, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  display: none; }

#confirm .confirm_panel {
  width: 700px;
  height: auto;
  background: #fff; }

#confirm .confirm_upperBlock {
  padding: 40px 50px 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#confirm .confirm_upperBlock img {
  width: 40%;
  height: auto; }

#confirm .confirm_upperBlock p {
  margin-top: 20px;
  border-top: 1px solid #808080;
  padding-top: 20px;
  font-size: 14px; }

#confirm .confirm_lowerBlock p {
  font-size: 14px; }

#confirm .confirm_lowerBlock {
  border-top: 2px solid #fed400;
  background: #fff67f;
  padding: 20px 50px 40px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#confirm .confirm_lowerBlock.educators {
  border-top: 2px solid #cab3d5;
  background: #e7d5e8; }

#confirm .confirm_lowerBlock ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 30px; }

#confirm .confirm_lowerBlock ul a {
  width: 30%; }

#confirm .confirm_lowerBlock ul a:first-child {
  margin-right: 30px; }

#confirm .confirm_yes {
  width: 100%;
  background: #ec6604;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 0; }

#confirm .confirm_yes.educators {
  background: #92539d; }

#confirm .confirm_no {
  width: 100%;
  background: #65aadd;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 0; }

.topArrow {
  margin: 20px 0 50px auto !important; }

@media screen and (max-width: 767px) {
  #confirm {
    align-items: flex-start;
    width: 100%;
    height: 100%; }

  #confirm .confirm_upperBlock img {
    width: 60%;
    height: auto; }

  #confirm .confirm_upperBlock {
    padding: 40px 20px 30px 20px; }

  #confirm .confirm_lowerBlock {
    padding: 20px 20px 40px 20px; }

  #confirm .confirm_lowerBlock ul a {
    width: 40%; }

  .topArrow {
    margin: 20px 0 0 auto !important; } }
/* 2023.1 追記 */
.secondNav li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #B4B4B5;
  padding: 15px;
  border-radius: 8px;
  color: #7D7D7D;
  margin-top: 20px; }

.secondNav.flex-wrap {
  flex-wrap: wrap; }

.top-secondTitle {
  color: #b84d8e;
  border-bottom: 6px dotted #b84d8e;
  font-size: 32px;
  padding-bottom: 8px;
  margin-bottom: 30px; }

.top-secondTitle.new::after {
  content: "New";
  position: relative;
  display: inline-block;
  margin-left: 10px;
  background: red;
  color: white;
  padding: 0 5px;
  font-size: 50%;
  vertical-align: top; }

.top-colum2 {
  display: flex;
  justify-content: space-between; }
  .top-colum2 .content .bold {
    font-weight: 700; }
  .top-colum2 .content .small {
    font-size: 14px; }
  .top-colum2 .f20 {
    font-size: 20px; }
  .top-colum2 .content {
    width: 48%; }
    .top-colum2 .content a {
      display: flex;
      align-items: flex-start; }
      .top-colum2 .content a .book {
        width: 20%;
        height: auto; }
      .top-colum2 .content a .book + p {
        border-left: 5px solid #b84d8e;
        margin-left: 15px;
        padding-left: 5px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4; }
  .top-colum2 .mainColorBorder {
    border-radius: 15px;
    border: 5px solid #b84d8e;
    padding: 30px;
    background: #e7d5e8; }

.top_medication .mainColor {
  color: #b84d8e; }
.top_medication .intro {
  font-weight: 700;
  margin-bottom: 60px;
  font-size: 20px;
  margin-top: 80px; }
.top_medication p + p {
  margin-top: 1em; }
.top_medication .normal {
  font-weight: normal; }
.top_medication h3 {
  margin-bottom: 15px;
  font-size: 25px; }
.top_medication .inner02 {
  padding: 50px 50px;
  display: flex;
  justify-content: center; }
.top_medication .inner02.borderNone {
  border: none;
  padding: 0; }
.top_medication .flow {
  max-width: 900px; }
  .top_medication .flow .item {
    position: relative;
    margin-bottom: 130px; }
.top_medication .flow .item:last-child {
  margin-bottom: 0; }
.top_medication .flow > div:nth-child(1) .image {
  margin: 0 auto 20px; }
.top_medication .bold {
  font-weight: 700; }
.top_medication .flow .item::after {
  content: "";
  display: block;
  background: url(../images/top/icon-flow.png) center center/contain no-repeat;
  width: 75px;
  height: 82px;
  position: absolute;
  bottom: -110px;
  left: calc(50% - 37px); }
.top_medication .flow .item:last-child::after {
  display: none; }
.top_medication .flow > div:nth-child(2) {
  padding: 40px 50px;
  border-radius: 15px; }
  .top_medication .flow > div:nth-child(2) .attention {
    font-size: 120%;
    color: #0058A2; }
  .top_medication .flow > div:nth-child(2) .image {
    width: 250px;
    position: absolute;
    right: 50px; }
.top_medication .flow .item:last-child {
  margin-bottom: 0; }
.top_medication .flow > div:nth-child(3) {
  padding: 30px 50px;
  border-radius: 15px; }
  .top_medication .flow > div:nth-child(3) li:first-child {
    margin-bottom: 1em; }
  .top_medication .flow > div:nth-child(3) li::before {
    content: "●";
    color: #b84d8e; }
  .top_medication .flow > div:nth-child(3) .image {
    width: 214px; }
.top_medication .color {
  color: #b84d8e; }
.top_medication .link {
  border: 4px solid #F6B281;
  background: #FFFCE4;
  display: block;
  padding: 10px 20px;
  border-radius: 15px;
  margin-top: 20px; }
  .top_medication .link p {
    text-align: center;
    font-size: 32px;
    color: #EC6604;
    font-weight: 700; }
.top_medication .specificArea .text {
  font-size: 18px;
  width: 48%; }
.top_medication .specificArea .image {
  width: 48%; }
.top_medication .guide-bnr {
  margin-bottom: 50px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px; }

.mt50 {
  margin-top: 50px; }

.f20 {
  font-size: 20px; }

.specific-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .specific-banner img {
    width: 900px;
    height: auto;
    border-radius: 5px;
    overflow: hidden; }

@media screen and (max-width: 767px) {
  .top_medication h2 {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 4px dotted #b84d8e; }
  .top_medication h2.borderNone {
    border: none;
    padding-bottom: 0; }
  .top_medication .top-colum2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .top_medication .top-colum2 .content {
      width: 100%; }
    .top_medication .top-colum2 .content:first-child {
      margin-bottom: 20px;
      padding: 20px; }
    .top_medication .top-colum2 .content:last-child a {
      display: flex;
      justify-content: center; }
      .top_medication .top-colum2 .content:last-child a .book + p {
        font-size: 16px; }
  .top_medication .small {
    font-size: 13px; }
  .top_medication .f20 {
    font-size: 15px; }
  .top_medication .intro {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .top_medication .inner02 {
    padding: 0; }
  .top_medication .flow > div:nth-child(2) {
    padding: 0; }
    .top_medication .flow > div:nth-child(2) .image {
      width: 80%;
      max-width: 300px;
      margin: 20px auto 0;
      position: relative;
      right: auto; }
  .top_medication .flow > div:nth-child(3) {
    padding: 30px 0; }
    .top_medication .flow > div:nth-child(3) .image {
      width: 80%;
      margin: 20px auto 0; }
  .top_medication .link p {
    font-size: 18px;
    line-height: 1.4; }
  .top_medication h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .top_medication .specificArea .text {
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px; }
  .top_medication .specificArea .image {
    width: 100%; }

  .specific-banner {
    padding-right: 20px;
    padding-left: 20px; }
    .specific-banner source {
      width: 100%;
      height: auto; } }

/*# sourceMappingURL=page.css.map */
