@charset "UTF-8";
body {
  color: #fff;
  font-family: "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}
main a {
  display: block;
  text-decoration: none;
  color: #fff;
}
main img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
main p {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.header_space {
  background-color: white;
  display: block;
  height: 44px;
  width: 100%;
}
@media (min-width:1200px) {
  .header_space {
    height: 60px;
  }
}
/*-------------------------
MAPS
-------------------------*/
.section {
  position: relative;
  display: block;
  width: 100%;
}
.section-inner {
  width: 85%;
  margin: auto;
}
.section-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 60px;
  text-align: center;
}
/* MAINVISUAL */
.section1 {
  background: #003296;
}
.border-box90 {
  border-bottom: 1px dashed #979696;
  width: 90%;
  margin: auto;
}
.mainvisual-box {
  padding: 26% 0;
}
.mainvisual-left {
  padding-top: 30px;
}
.mainvisual-right {
  width: 50%;
  margin: auto;
  padding-top: 10px;
}
/* WHAT IS THIS */
.section2 {
  background: #003296;
}
.border-box70 {
  border-bottom: 1px dashed #979696;
  width: 70%;
  margin: auto;
}
.section-subtitle {
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
}
.what-box {
  display: block;
  width: 100%;
  padding: 60px 0 40px;
}
.left-title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.left-text p {
  color: #C8C8C8;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
}
.right-img {
  margin: 40px auto;
}
/* CONCEPT */
.section3 {
  background: #003296;
}
.concept-inner {
  margin: 60px 0 80px;
}
.concept-subtitle {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  color: #C8C8C8;
  text-align: center;
}
.initial {
  color: #fff;
}
.concept-text {
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
.concept-subtext p {
  padding-top: 30px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
  color: #c8c8c8;
}
/* POINT */
.section4 {
  background: #003296;
}
.point-box {
  display: block;
  width: 100%;
  padding: 40px 0;
}
.point-list {
  margin-bottom: 60px;
}
.point-subtitle {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
}
.point-text p {
  margin-top: 14px;
  text-align: justify;
  font-size: 14px;
  letter-spacing: 0;
  color: #C8C8C8;
}
.point-download-btn {
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
  padding: 16px 0;
  border: 1px solid #fff;
  text-align: center;
}
.point-download-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%) rotate(228deg);
  -webkit-transform: translate(-50%, -50%) rotate(228deg);
  -moz-transform: translate(-50%, -50%) rotate(228deg);
  -ms-transform: translate(-50%, -50%) rotate(228deg);
  -o-transform: translate(-50%, -50%) rotate(228deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 12px;
  height: 12px;
}
.section4 .border-box70 {
  border: 1px solid #003296;
}
/* MAPs */
.section6 {
  background: #fff;
}
.maps-bar {
  height: 200px;
}
.maps .clinic {
  position: relative;
  display: block;
  width: 100%;
  background: #00C8FF;
}
.maps .clinic::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%) rotate(228deg);
  -webkit-transform: translate(-50%, -50%) rotate(228deg);
  -moz-transform: translate(-50%, -50%) rotate(228deg);
  -ms-transform: translate(-50%, -50%) rotate(228deg);
  -o-transform: translate(-50%, -50%) rotate(228deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 20px;
  height: 20px;
}
.maps-service-color1 {
  color: #00C8FF;
}
.maps .pharmacy {
  position: relative;
  display: block;
  width: 100%;
  background: #00B3B4;
}
.maps .pharmacy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%) rotate(228deg);
  -webkit-transform: translate(-50%, -50%) rotate(228deg);
  -moz-transform: translate(-50%, -50%) rotate(228deg);
  -ms-transform: translate(-50%, -50%) rotate(228deg);
  -o-transform: translate(-50%, -50%) rotate(228deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 20px;
  height: 20px;
}
.maps-service-color2 {
  color: #00B3B4;
}
.maps .nursing {
  position: relative;
  display: block;
  width: 100%;
  background: #F00A6E;
}
.maps .nursing::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%) rotate(228deg);
  -webkit-transform: translate(-50%, -50%) rotate(228deg);
  -moz-transform: translate(-50%, -50%) rotate(228deg);
  -ms-transform: translate(-50%, -50%) rotate(228deg);
  -o-transform: translate(-50%, -50%) rotate(228deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 20px;
  height: 20px;
}
.maps-service-color3 {
  color: #F00A6E;
}
.maps-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.maps-logo img {
  width: 30%;
}
.maps-service {
  display: inline-block;
  background: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.4px;
  width: 50%;
  margin-top: 10px;
  padding: 3% 0;
}
.maps-user {
  margin-top: 4px;
}
.contact-bar {
  position: relative;
  display: block;
  width: 100%;
}
.contact-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%) rotate(228deg);
  -webkit-transform: translate(-50%, -50%) rotate(228deg);
  -moz-transform: translate(-50%, -50%) rotate(228deg);
  -ms-transform: translate(-50%, -50%) rotate(228deg);
  -o-transform: translate(-50%, -50%) rotate(228deg);
  border-bottom: 1px solid #003296;
  border-left: 1px solid #003296;
  width: 20px;
  height: 20px;
}
.contact-bar-title p {
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #003296;
}
.blue-bar {
  position: relative;
  display: block;
  width: 100%;
  background: #003296;
  height: 200px;
}
.blue-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%) rotate(228deg);
  -webkit-transform: translate(-50%, -50%) rotate(228deg);
  -moz-transform: translate(-50%, -50%) rotate(228deg);
  -ms-transform: translate(-50%, -50%) rotate(228deg);
  -o-transform: translate(-50%, -50%) rotate(228deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 20px;
  height: 20px;
}
.blue-bar-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 72%;
  margin: auto;
}
.blue-bar-title {
  text-align: center;
  font-family: "meiryo", sans-serif;
  padding-bottom: 10px;
}
.blue-bar-text p {
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
}
.dashed-wrap {
  background: #003296;
}
.dashed {
  width: 90%;
  margin: auto;
  border-top: 1px dashed #979696;
}
.header-box {
  position: fixed;
  width: 100%;
  z-index: 100;
}
/*-------------------------
CLINIC
-------------------------*/
.container {
  position: relative;
  display: block;
  width: 100%;
}
.background_color {
  background-color: #00C8FF;
}
.btn_anim {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
.btn_anim:hover {
  opacity: 0.5;
  cursor: pointer;
}
/* 共通 */
/* MAINVISUAL */
.mainvisual {
  position: relative;
  display: block;
  width: 100%;
}
.mainvisual_title_box {
  display: none;
  position: absolute;
  top: 22%;
  left: 8%;
  width: 150px;
}
.clinic .mainvisual_title_en p {
  background-color: #00C8FF;
  font-family: "Oswald", sans-serif;
  width: 150px;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
  padding: 3% 0;
}
.mainvisual_title_ja p {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}
/* MAINVISUAL */
/* WHAT IS THIS ? */
.whatIsThis {
  position: relative;
  display: block;
  width: 100%;
}
.whatIsThis_inner {
  width: 85%;
  margin: auto;
}
.section_title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 60px;
  text-align: center;
}
.section_subtitle {
  font-size: 14px;
  padding-top: 12px;
  text-align: center;
}
.whatIsThis_box {
  display: block;
  width: 100%;
  padding: 60px 0 40px;
}
.whatIsThis_left_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.whatIsThis_left_text p {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
}
.whatIsThis_box_right {
  margin: 40px auto;
}
.dashed_line_85 {
  border: 1px dashed #fff;
  width: 85%;
  margin: auto;
}
/* WHAT IS THIS ? */
/* POINT */
.point {
  position: relative;
  display: block;
  width: 100%;
}
.point_inner {
  width: 85%;
  margin: auto;
}
.point_img {
  margin-top: 30px;
}
.point_subtitle {
  padding-top: 20px;
  text-align: center;
}
.point_subtitle p {
  line-height: 1.6;
}
.point_text p {
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
  padding-top: 20px;
}
.point_btn {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
  margin: 60px auto 10px;
  padding: 5% 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.point_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}
.point_download_btn {
  position: relative;
  width: 100%;
  margin: 0 auto 120px;
  padding: 16px 0;
  border: 1px solid #fff;
  text-align: center;
}
.point_download_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%) rotate(228deg);
  -webkit-transform: translate(-50%, -50%) rotate(228deg);
  -moz-transform: translate(-50%, -50%) rotate(228deg);
  -ms-transform: translate(-50%, -50%) rotate(228deg);
  -o-transform: translate(-50%, -50%) rotate(228deg);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 12px;
  height: 12px;
}
.space {
  padding-right: 12px;
}
/* POINT */
/* PRODUCT */
.product {
  position: relative;
  display: block;
  width: 100%;
}
.product_inner {
  width: 85%;
  margin: 80px auto 0;
  padding-bottom: 60px;
}
.product_text p {
  padding-top: 20px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
}
.product_btn {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
  margin: 60px auto 80px;
  padding: 5% 0;
  text-align: center;
  color: #fff;
}
.product_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}
/* PRODUCT */
/* RINKBAR */
.linkbar {
  position: relative;
  display: block;
  width: 100%;
}
.contact_bar {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  line-height: 200px;
}
.contact_bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}
.clinic .contact_bar::after {
  border-right: 1px solid #00C8FF;
  border-bottom: 1px solid #00C8FF;
}
.clinic .contact_bar_title {
  text-align: center;
  color: #00c8ff;
  font-size: 16px;
}
.blue_bar {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  background-color: #003296;
}
.clinic .blue_bar {
  height: 280px;
}
.blue_bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}
.blue_bar_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 72%;
  margin: auto;
}
.blue_bar_title {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "meiryo", sans-serif;
  padding-bottom: 10px;
}
.blue_bar_text p {
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
}
.blue_bar_line_wrap {
  background: #003296;
}
/* RINKBAR */
/*-------------------------
PHARMACY
-------------------------*/
.pharmacy .background_color {
  background-color: #00B3B4;
}
.pharmacy .mainvisual_title_en p {
  background-color: #00B3B4;
  font-family: "Oswald", sans-serif;
  width: 150px;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
  padding: 3% 0;
}
/* SYSTEM */
.system {
  position: relative;
  display: block;
  width: 100%;
}
.system_inner {
  width: 85%;
  margin: 80px auto 0;
}
.point_system_list {
  padding: 0 0 80px;
}
.point_system_text p {
  padding-top: 20px;
  font-size: 14px;
  letter-spacing: 0;
  text-align: justify;
}
.point__banners__banner {
  display: block;
  max-width: 480px;
  width: 80vw;
  height: auto;
  margin: 20px auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.point__banners__banner:hover {
  opacity: 0.8;
}
.point__banners__banner__image {
  display: block;
  width: 100%;
  height: auto;
}
/* SYSTEM */
/* RINKBAR */
.pharmacy .contact_bar_title {
  text-align: center;
  color: #00B3B4;
  font-size: 16px;
}
.pharmacy .contact_bar::after {
  border-right: 1px solid #00B3B4;
  border-bottom: 1px solid #00B3B4;
}
/* RINKBAR */
/*-------------------------
NURSINGCARE
-------------------------*/
.nursing .background_color {
  background-color: #ff75b1;
}
.nursing .mainvisual_title_en p {
  background-color: #ff75b1;
  font-family: "Oswald", sans-serif;
  width: 150px;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
  padding: 3% 0;
}
.nursing .whatIsThis_left_title {
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1.6;
}
.nursing .contact_bar_title {
  text-align: center;
  color: #F00A6E;
  font-size: 16px;
}
.nursing .contact_bar::after {
  border-right: 1px solid #F00A6E;
  border-bottom: 1px solid #F00A6E;
}
.nursing .point-download-btn {
  width: 100%;
}
/*-------------------------
INFORMATION
-------------------------*/
.info .background_color {
  background-color: #0050EF;
}
.info .mainvisual {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.info .mainvisual_img_sp {
  width: 85%;
  margin: auto;
  padding: 20% 0 10%;
}
.info .mainvisual_title_box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}
.info .mainvisual_title_ja {
  font-size: 20px;
  letter-spacing: 1.6px;
  text-align: center;
}
.info .contact_bar_title {
  text-align: center;
  color: #0050EF;
  font-size: 16px;
}
.info .contact_bar::after {
  border-right: 1px solid #0050EF;
  border-bottom: 1px solid #0050EF;
}
/* PC STYLE */
@media screen and (min-width: 769px) {
  /*-------------------------
  
          MAPS
  
  -------------------------*/
  /* mainvisual */
  /* mainvisual */
  /* what is this */
  /* what is this */
  /* concept */
  /* concept */
  /* point */
  /* MAPs */
  /* MAPs */
  /*-------------------------
  
          CLINIC
  
  -------------------------*/
  /* MAINVISUAL */
  /* MAINVISUAL */
  /* WHAT IS THIS ? */
  /* WHAT IS THIS ? */
  /* POINT */
  /* POINT */
  /* PRODUCT */
  /* PRODUCT */
  /* RINKBAR */
  /* RINKBAR */
  /*-------------------------
  
          PHARMACY
  
  -------------------------*/
  /* SYSTEM */
  /* SYSTEM */
  /* PRODUCT */
  /* PRODUCT */
  /*-------------------------
  
          NURSINGCARE
  
  -------------------------*/
  /*-------------------------
  
          INFORMATION
  
  -------------------------*/
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .mainvisual-box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    padding: 11% 0;
  }
  .mainvisual-left {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 6%;
    padding-right: 3%;
  }
  .mainvisual-left img {
    width: 75%;
    float: right;
  }
  .mainvisual-right {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-left: 3%;
  }
  .mainvisual-right img {
    width: 55%;
  }
  .section-inner {
    max-width: 900px;
    width: 80%;
    margin: auto;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .what-box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    padding: 60px 0 80px;
  }
  .what-box-left {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
  }
  .left-title p {
    font-size: 24px;
  }
  .left-text p {
    font-size: 16px;
  }
  .what-box-right {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .right-img {
    margin: 0;
  }
  .border-box70 {
    width: 80%;
  }
  .concept-inner {
    margin: 80px 0 100px;
  }
  .concept-subtitle {
    font-size: 32px;
  }
  .initial {
    font-size: 40px;
  }
  .concept-subtext p {
    font-size: 16px;
    text-align: center;
  }
  .point-box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    padding: 40px 0 0;
  }
  .point-list {
    display: inline-block;
    width: 33.333%;
    box-sizing: border-box;
    padding-right: 2%;
    padding-left: 2%;
    vertical-align: top;
  }
  .point-text p {
    font-size: 16px;
  }
  .point-download-btn {
    position: relative;
    width: 50%;
    margin: 0 auto 120px;
    padding: 16px 0;
    border: 1px solid #fff;
    text-align: center;
  }
  .point-download-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%) rotate(228deg);
    -webkit-transform: translate(-50%, -50%) rotate(228deg);
    -moz-transform: translate(-50%, -50%) rotate(228deg);
    -ms-transform: translate(-50%, -50%) rotate(228deg);
    -o-transform: translate(-50%, -50%) rotate(228deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 12px;
    height: 12px;
  }
  .btn_anim {
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
  }
  .btn_anim:hover {
    opacity: 0.5;
  }
  .maps-bar {
    height: 350px;
  }
  .maps-service {
    width: 35%;
    font-size: 32px;
    letter-spacing: 5px;
    padding: 24px 0;
    margin-top: 20px;
  }
  .maps-logo img {
    width: 22%;
  }
  .maps-user p {
    margin-top: 10px;
    font-size: 20px;
  }
  .maps .clinic::after, .maps .pharmacy::after, .maps .nursing::after {
    width: 40px;
    height: 40px;
  }
  .contact-bar::after, .blue-bar::after {
    width: 40px;
    height: 40px;
  }
  .contact-bar-title p {
    height: 350px;
    line-height: 350px;
    font-size: 24px;
  }
  .blue-bar {
    height: 350px;
  }
  .blue-bar-inner {
    width: 55%;
    margin: auto;
  }
  .blue-bar-title p {
    text-align: center;
    font-size: 24px;
    font-family: "meiryo", sans-serif;
    padding-bottom: 30px;
  }
  .blue-bar-text p {
    font-size: 16px;
  }
  .mainvisual_title_box {
    top: 45%;
    left: 5%;
    width: 320px;
  }
  .clinic .mainvisual_title_en p {
    width: 320px;
  }
  .mainvisual_title_en p {
    top: 52%;
    left: 20%;
    width: 320px;
  }
  .mainvisual_title_ja p {
    top: 68%;
    left: 20%;
  }
  .whatIsThis_inner {
    max-width: 900px;
    width: 80%;
    margin: auto;
  }
  .section_subtitle {
    font-size: 16px;
    padding-top: 12px;
  }
  .whatIsThis_box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    padding: 60px 0 80px;
  }
  .whatIsThis_box_left {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
  }
  .nursing .whatIsThis_left_title {
    font-size: 24px;
  }
  .whatIsThis_left_text p {
    font-size: 16px;
  }
  .whatIsThis_box_right {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
  }
  .dashed_line_80 {
    border: 1px dashed #fff;
    width: 80%;
    margin: auto;
  }
  .point_inner {
    max-width: 900px;
    width: 80%;
    margin: auto;
  }
  .point_subtitle p {
    font-size: 24px;
    padding-top: 40px;
  }
  .point_text {
    padding-top: 30px;
  }
  .point_text p {
    font-size: 16px;
  }
  .point_btn {
    width: 55%;
    padding: 2% 0;
    margin: 80px auto 16px;
  }
  .point_btn::after {
    right: 22%;
  }
  .point_download_btn {
    position: relative;
    width: 55%;
    margin: 0 auto 120px;
    padding: 16px 0;
    border: 1px solid #fff;
    text-align: center;
  }
  .point_download_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%) rotate(228deg);
    -webkit-transform: translate(-50%, -50%) rotate(228deg);
    -moz-transform: translate(-50%, -50%) rotate(228deg);
    -ms-transform: translate(-50%, -50%) rotate(228deg);
    -o-transform: translate(-50%, -50%) rotate(228deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 12px;
    height: 12px;
  }
  .space {
    padding-right: 12px;
  }
  .product_inner {
    width: 80%;
    margin: 80px auto 0;
    padding-bottom: 160px;
  }
  .product_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    font-size: 0;
  }
  .product-item {
    position: relative;
    flex: 0 0 33.3%;
    height: auto;
    box-sizing: border-box;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 70px;
    margin: 30px 0;
    vertical-align: top;
  }
  .product_text p {
    padding: 20px 0;
    font-size: 16px;
  }
  .product_btn {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 93%;
    margin: 0;
    padding: 4.7% 0;
  }
  .contact_bar {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    line-height: 350px;
  }
  .contact_bar::after {
    width: 40px;
    height: 40px;
  }
  .clinic .contact_bar_title {
    font-size: 24px;
  }
  .clinic .blue_bar {
    height: 350px;
  }
  .blue_bar_inner {
    width: 55%;
  }
  .blue_bar::after {
    width: 40px;
    height: 40px;
  }
  .blue_bar_title {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .blue_bar_text p {
    font-size: 16px;
  }
  .system_inner {
    width: 80%;
    margin: 80px auto 0;
  }
  .pharmacy .mainvisual_title_en p {
    width: 320px;
  }
  .point_system_box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    margin-bottom: 120px;
  }
  .point_system_box .point_btn {
    width: 98%;
    float: left;
  }
  .point_system_box .point_system_left .point_btn {
    position: absolute;
    bottom: 0;
  }
  .point_system_list {
    padding: 0;
  }
  .point_system_left {
    position: relative;
    display: inline-block;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 2%;
  }
  .point_system_right {
    position: relative;
    display: inline-block;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding-left: 2%;
  }
  .point_system_img {
    margin-bottom: 20px;
  }
  .point_system_text p {
    font-size: 16px;
  }
  .product_item_line2 {
    margin-top: 60px;
  }
  .product .dashed_line_80 {
    width: 98%;
  }
  .pharmacy .contact_bar_title {
    font-size: 24px;
  }
  .blue_bar {
    height: 350px;
  }
  .nursing .contact_bar_title {
    font-size: 24px;
  }
  .nursing .mainvisual_title_en p {
    width: 320px;
  }
  .info .mainvisual {
    margin-bottom: 0;
  }
  .info .mainvisual_title_box {
    top: 60%;
  }
  .info .mainvisual_title_ja {
    font-size: 32px;
  }
  .info .product_btn_01 {
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: 0;
    padding: 4.7% 0;
  }
  .product_btn_03 {
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: 0;
    padding: 4.7% 0;
  }
  .info .contact_bar_title {
    font-size: 24px;
  }
}
.pharmacy-points, .pharmacy-systems, .pharmacy-products, .pharmacy-options {
  padding: 30px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width:960px) {
  .pharmacy-points, .pharmacy-systems, .pharmacy-products, .pharmacy-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.pharmacy-points__item, .pharmacy-systems__item, .pharmacy-products__item, .pharmacy-options__item {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pharmacy-points__item__text, .pharmacy-systems__item__text, .pharmacy-products__item__text, .pharmacy-options__item__text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 20px 0px;
  text-align: justify;
  font-size: 16px;
  line-height: 2em;
  font-feature-settings: "palt";
}
.pharmacy-points__item__button, .pharmacy-systems__item__button, .pharmacy-products__item__button, .pharmacy-options__item__button {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 8% 0px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  color: #fefefe;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.pharmacy-points__item__button.disabled, .pharmacy-systems__item__button.disabled, .pharmacy-products__item__button.disabled, .pharmacy-options__item__button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.pharmacy-points__item__button:hover, .pharmacy-systems__item__button:hover, .pharmacy-products__item__button:hover, .pharmacy-options__item__button:hover {
  opacity: 0.5;
}
.pharmacy-points__item__button::after, .pharmacy-systems__item__button::after, .pharmacy-products__item__button::after, .pharmacy-options__item__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 14px;
  height: 14px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #fefefe;
  border-bottom-color: #fefefe;
  transform: -webkit- translateX(-50%) translateY(-50%) rotateZ(-45deg);
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pharmacy-points__item__button__label__sup, .pharmacy-systems__item__button__label__sup, .pharmacy-products__item__button__label__sup, .pharmacy-options__item__button__label__sup {
  margin-left: 0.15em;
  font-size: 0.7em;
  vertical-align: 0.3em;
}
.pharmacy-points__item {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 420px;
}
.pharmacy-points__item__image {
  padding: 20px;
  height: 400px;
  background-color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pharmacy-points__item__image__img {
  display: block;
  width: auto;
  height: 80px;
}
.pharmacy-systems__item {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 420px;
}
.pharmacy-products__item {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 420px;
}
.pharmacy-options__item {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 310px;
}
/*# sourceMappingURL=./style.css.map */