@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 4px 0 #c12225;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c12225;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #c12225;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c12225;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #c12225;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 4px 0 #c12225;
  -moz-box-shadow: 0 4px 0 #c12225;
  box-shadow: 0 4px 0 #c12225;
  background: #ff2a2e;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 4.5vw;
    text-align: center;
    padding: 20px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #262626; }

.status_table {
  width: 90%;
  border-collapse: collapse; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #262626;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(45, 189, 74, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #2dbd4a;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  background: #fff;
  position: relative;
  z-index: 10; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 8px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .site_logo {
    width: 88px; }
  .header .note {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 10px;
    font-size: 1rem; }

.main_ttl {
  background: #2dbd4a;
  text-align: center;
  font-size: 3.7vw;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.3; }
  .main_ttl .large {
    font-size: 4.7vw;
    font-weight: 700; }

.remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.fv {
  position: relative; }
  .fv .fv_txt {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.8vw;
    color: #fff;
    font-weight: 700;
    background: #2dbd4a;
    display: inline-block;
    padding: 2px 10px; }

.disnone {
  display: none; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 13px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  .section01 .inner .btn {
    width: 90%;
    text-align: center;
    margin: 0 auto 17px; }
    .section01 .inner .btn .cta_btn4 {
      position: relative;
      -webkit-box-shadow: 0 5px 0 #c88214;
      -moz-box-shadow: 0 5px 0 #c88214;
      box-shadow: 0 5px 0 #c88214;
      background: #f09c18;
      border-radius: 80px;
      -moz-border-radius: 80px;
      -webkit-border-radius: 80px;
      -o-border-radius: 80px;
      -ms-border-radius: 80px;
      padding: 5px 5px 5px 30px; }
      .section01 .inner .btn .cta_btn4 h2 {
        font-weight: 700; }
        .section01 .inner .btn .cta_btn4 h2 a {
          color: #fff;
          font-size: 19px;
          font-size: 1.9rem;
          text-decoration: none; }
.section01 .top_txt {
  margin: auto;
  background: #f3fff5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
  padding: 10px; }
  .section01 .top_txt .wrap {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 25px; }
    .section01 .top_txt .wrap::before {
      content: "";
      position: absolute;
      width: 16px;
      height: 100%;
      background-image: url("../../pharmacist-ranking/img/section01_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 .top_txt .wrap span {
      font-weight: 500;
      color: #e73040; }
.section01 .tab {
  margin-top: 12px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .section01 .tab li {
    width: 50%;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    background: #e6fcef;
    text-align: center;
    font-size: 19px;
    font-size: 1.9rem;
    color: #2dbd4a;
    padding: 8px 0;
    letter-spacing: 0.1em;
    font-weight: 700;
    border: 1px solid #2dbd4a;
    cursor: pointer; }
    .section01 .tab li.select {
      color: #fff;
      background: #2dbd4a; }
.section01 .client_table table {
  width: 100%; }
  .section01 .client_table table th, .section01 .client_table table td {
    text-align: center;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    font-size: 1.3rem; }
  .section01 .client_table table thead th {
    background: #e6fcef;
    padding: 8px 0;
    font-weight: 400; }
  .section01 .client_table table tbody tr:first-child {
    background: #fffde4; }
  .section01 .client_table table tbody td {
    padding: 5px; }
    .section01 .client_table table tbody td .status-list {
      display: flex;
      flex-direction: column;
      gap: 3px;
      align-items: center; }
    .section01 .client_table table tbody td .status-btn {
      display: inline-block;
      min-width: 80%;
      padding: 1px 0;
      border-radius: 24px;
      border: 1px solid;
      font-size: 10px;
      font-weight: 500;
      text-align: center;
      background: #fff; }
      .section01 .client_table table tbody td .status-btn.seisyain {
        color: #009fe3;
        border-color: #009fe3; }
      .section01 .client_table table tbody td .status-btn.part {
        color: #f59c12;
        border-color: #f59c12; }
      .section01 .client_table table tbody td .status-btn.haken {
        color: #fc6ca2;
        border-color: #fc6ca2; }
  .section01 .client_table table tbody .image {
    position: relative;
    padding: 5px;
    padding-left: 16px; }
    .section01 .client_table table tbody .image::before {
      content: "";
      position: absolute;
      width: 21px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 2px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section01 .client_table table tbody .image a {
      display: block;
      color: #2256b2; }
      .section01 .client_table table tbody .image a p {
        margin-top: 3px;
        font-weight: 500; }
  .section01 .client_table table tbody tr:nth-child(1) .image::before {
    background-image: url("../../pharmacist-ranking/img/section01_rank_01.png"); }
  .section01 .client_table table tbody tr:nth-child(2) .image::before {
    background-image: url("../../pharmacist-ranking/img/section01_rank_02.png"); }
  .section01 .client_table table tbody tr:nth-child(3) .image::before {
    background-image: url("../../pharmacist-ranking/img/section01_rank_03.png"); }
  .section01 .client_table table tbody tr:nth-child(4) .image::before {
    background-image: url("../../pharmacist-ranking/img/section01_rank_04.png"); }
  .section01 .client_table table tbody tr:nth-child(5) .image::before {
    background-image: url("../../pharmacist-ranking/img/section01_rank_05.png"); }
  .section01 .client_table table .pr {
    margin-top: 7px;
    text-align: left;
    line-height: 1.4;
    font-size: 9px;
    font-size: 0.9rem; }
  .section01 .client_table table .ico {
    width: 18px;
    margin: 0 auto 3px; }
  .section01 .client_table table .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section01 .client_table table .cta_btn a {
      padding: 10px 0;
      font-size: 2.2vw; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .column .top_heading {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em; }
  .section02 .column .top_heading span {
    display: inline-block;
    padding-bottom: 1px;
    font-size: 23px;
    font-size: 2.3rem;
    color: #2dbd4a;
    border-bottom: 1px solid #2dbd4a; }
.section02 .column .wrap {
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .section02 .column .wrap .image {
    width: 160px; }
  .section02 .column .wrap .txt {
    width: calc(100% - 160px);
    padding-left: 15px;
    font-size: 18px;
    font-size: 1.8rem; }
.section02 .column .note {
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.7rem; }
  .section02 .column .note .green {
    font-weight: 700;
    color: #2dbd4a; }
  .section02 .column .note .red {
    color: #e73040;
    font-weight: 500; }
.section02 .recommend {
  margin-top: 35px; }
  .section02 .recommend .top_heading {
    width: 90%;
    margin: auto;
    text-align: center; }
    .section02 .recommend .top_heading span {
      display: block;
      font-weight: 700;
      color: #2dbd4a;
      font-size: 21px;
      font-size: 2.1rem;
      border: 1px solid #2dbd4a;
      padding: 6px 0;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px; }
  .section02 .recommend .tab {
    margin-top: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .section02 .recommend .tab li {
      width: calc(100% / 3);
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      background: #e6fcef;
      text-align: center;
      font-size: 3.5vw;
      color: #2dbd4a;
      padding: 10px 0 25px 0;
      font-weight: 700;
      border: 1px solid #2dbd4a;
      cursor: pointer;
      position: relative; }
      .section02 .recommend .tab li::before {
        content: "▼";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 8px; }
      .section02 .recommend .tab li.select {
        color: #fff;
        background: #2dbd4a; }
  .section02 .recommend .tab_item {
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    padding: 15px 10px; }
  .section02 .recommend .txt {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7; }
    .section02 .recommend .txt span {
      font-weight: 700; }
  .section02 .recommend .items {
    margin-top: 20px;
    background: #fffde4;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 15px 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .section02 .recommend .items .item {
      width: 47%;
      text-align: center; }
      .section02 .recommend .items .item a {
        display: block;
        color: #2256b2; }
        .section02 .recommend .items .item a p {
          font-weight: 700;
          margin-top: 4px; }
  .section02 .recommend .cta_btn {
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .section02 .recommend .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px 0; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }

.client_archive > ul > li {
  margin-top: 30px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 1px solid #dcdcdc;
  background: #fff; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 6px 10px 12px 64px;
    border-bottom: 1px solid #dcdcdc; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 58px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 2px;
      top: -15px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #2256b2;
      font-size: 4.5vw;
      font-weight: 700;
      text-decoration: none;
      border-bottom: 2px solid #2256b2; }
  .client_archive .client_card .client_inner {
    padding: 10px 10px 25px; }
.client_archive .top_heading {
  text-align: center;
  font-weight: 700;
  font-size: 4vw;
  color: #e73040; }
.client_archive .overview {
  margin-top: 10px; }
  .client_archive .overview .image {
    width: 195px;
    margin: auto; }
  .client_archive .overview .txt {
    margin-top: 10px; }
    .client_archive .overview .txt table {
      width: 100%;
      border: 1px solid #e7e7e7;
      background: #fff;
      font-size: 12px;
      font-size: 1.2rem; }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px 5px;
        border-left: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #fff;
        background: #2dbd4a;
        width: 21%;
        padding-right: 0;
        font-weight: 700; }
      .client_archive .overview .txt table td {
        width: 29%; }
      .client_archive .overview .txt table .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .overview .txt table .ico_wrap .ico {
          width: 17px; }
        .client_archive .overview .txt table .ico_wrap p {
          width: calc(100% - 17px);
          padding-left: 4px; }
.client_archive .point {
  margin-top: 8px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #dcdcdc; }
  .client_archive .point.min {
    padding-top: 30px; }
  .client_archive .point .ttl {
    background: #e6fceb;
    text-align: center;
    color: #2dbd4a;
    font-weight: 700;
    padding: 4px 0;
    font-size: 19px;
    font-size: 1.9rem; }
  .client_archive .point .point_inner {
    padding: 12px 10px 15px; }
  .client_archive .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    position: relative;
    padding-left: 15px; }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li::before {
      content: "";
      position: absolute;
      width: 10px;
      height: 100%;
      background-image: url("../../pharmacist-ranking/img/client_ico_check.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 6px;
      pointer-events: none; }
    .client_archive .point ul li span, .client_archive .point ul li strong {
      color: #e73040;
      font-weight: 700; }
.client_archive .reason {
  margin-top: 8px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #dcdcdc; }
  .client_archive .reason.min {
    padding-top: 30px; }
  .client_archive .reason .ttl {
    background: #bc9807;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 4px 0;
    font-size: 19px;
    font-size: 1.9rem; }
  .client_archive .reason .reason_inner {
    padding: 15px 20px 25px; }
  .client_archive .reason .items {
    padding-left: 8%;
    padding-right: 8%; }
    .client_archive .reason .items .item {
      width: 260px;
      border: 1px solid #bc9807;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 25px 10px;
      position: relative;
      padding-bottom: 45px; }
      .client_archive .reason .items .item .quote {
        position: absolute;
        text-align: right;
        bottom: 15px;
        right: 15px;
        font-size: 11px;
        font-size: 1.1rem; }
  .client_archive .reason .slide_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 14px; }
    .client_archive .reason .slide_arrow.prev_arrow {
      left: 0px; }
    .client_archive .reason .slide_arrow.next_arrow {
      right: 0px; }
  .client_archive .reason .slick-dots {
    bottom: -35px;
    width: 87%;
    margin: auto; }
    .client_archive .reason .slick-dots > li {
      margin: 0 2px; }
      .client_archive .reason .slick-dots > li button::before {
        content: "";
        width: 12px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        height: 12px;
        background: #fff;
        border: 1px solid #bc9807;
        opacity: 1; }
      .client_archive .reason .slick-dots > li.slick-active button:before {
        opacity: 1;
        background: #bc9807; }
  .client_archive .reason .ico {
    width: 75px;
    margin: auto; }
  .client_archive .reason .heading {
    color: #e73040;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 8px; }
  .client_archive .reason p {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem; }
  .client_archive .reason .wrap {
    margin-top: 15px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .client_archive .reason .wrap .before, .client_archive .reason .wrap .after {
      width: 45%;
      font-size: 13px;
      font-size: 1.3rem; }
    .client_archive .reason .wrap .lead {
      text-align: center;
      background: #e8e8e8;
      padding: 2px 0;
      margin-bottom: 6px; }
    .client_archive .reason .wrap .after .lead {
      background: #2dbd4a;
      color: #fff; }
    .client_archive .reason .wrap ul li {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      position: relative;
      line-height: 1.3;
      margin-top: 5px; }
      .client_archive .reason .wrap ul li:first-child {
        margin-top: 0; }
      .client_archive .reason .wrap ul li div {
        width: 50%;
        font-weight: 500; }
      .client_archive .reason .wrap ul li span {
        font-size: 80%;
        display: inline-block;
        padding-top: 3px; }
    .client_archive .reason .wrap .before ul li::after {
      content: '';
      width: 8px;
      height: 8px;
      border: 0px;
      border-top: solid 1px #bc9807;
      border-right: solid 1px #bc9807;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: -13px;
      margin-top: -4px; }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #ceca98;
  background: #fffde4; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #ceca98; }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("../../pharmacist-ranking/img/ico_rank_01.png"); }
.client_archive > ul > li:nth-child(1) .overview .txt table th {
  background: #bc9807; }
.client_archive > ul > li:nth-child(1) .point .ttl {
  background: #bc9807;
  color: #fff; }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("../../pharmacist-ranking/img/ico_rank_02.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("../../pharmacist-ranking/img/ico_rank_03.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("../../pharmacist-ranking/img/ico_rank_04.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("../../pharmacist-ranking/img/ico_rank_05.png"); }
.client_archive .cta {
  margin-top: 50px;
  text-align: center;
  position: relative; }
  .client_archive .cta .txt {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #ff2a2e;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -37px;
    z-index: 20;
    pointer-events: none; }
    .client_archive .cta .txt span {
      display: inline-block;
      background: #fff;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      border: 2px solid #f30000;
      padding: 5px 25px;
      color: #ff2a2e;
      font-weight: 700;
      position: relative;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15); }
      .client_archive .cta .txt span::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5.5px 0 5.5px;
        border-color: #f30000 transparent transparent transparent; }
      .client_archive .cta .txt span::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4.5px 0 4.5px;
        border-color: #fff transparent transparent transparent; }
  .client_archive .cta .cta_btn a {
    padding: 8px 0;
    line-height: 1.3; }
  .client_archive .cta .sponsor {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 20px 10px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .wrap {
  width: 100%;
  overflow: scroll; }
.section04 .scroll_txt {
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  background: #f3f3f3;
  font-weight: 500;
  padding-right: 10px; }
.section04 table {
  width: 1000px;
  border: 1px solid #e4e4e4; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 1em;
    border: 1px solid #e4e4e4;
    padding: 8px 5px;
    width: 110px;
    background: #fff;
    font-size: 15px;
    font-size: 1.5rem; }
  .section04 table thead th {
    background: #e6fceb;
    color: #2dbd4a;
    padding: 5px; }
  .section04 table tbody tr:first-child {
    background: #fffde4; }
    .section04 table tbody tr:first-child td {
      background: #fffde4; }
  .section04 table thead tr th:first-child,
  .section04 table tbody tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100px; }
    .section04 table thead tr th:first-child::after,
    .section04 table tbody tr td:first-child::after {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 1px;
      height: 100%;
      border-right: 1px solid #e4e4e4;
      z-index: -1; }
  .section04 table a {
    text-decoration: none; }
  .section04 table a p {
    color: #04a8e5;
    text-decoration: underline; }
.section04 .ico {
  width: 28px;
  margin: 0 auto 5px; }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section04 .cta_btn a {
  line-height: 1.3;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem; }

.section05 {
  padding: 20px 10px 30px; }
  .section05 .container {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #0ba82b;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .section05 .container {
        width: 100%; } }
  .section05 h2 {
    background: #0ba82b;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem;
    padding: 10px 0;
    line-height: 1.3; }
    .section05 h2 span {
      display: inline-block;
      margin: 0 5px;
      color: #fff251;
      font-size: 22px;
      font-size: 2.2rem; }
  .section05 .client {
    background: #e6fceb;
    padding: 12px; }
    .section05 .client .wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .section05 .client .wrap .image {
        width: 210px;
        width: 40.29%; }
      .section05 .client .wrap .txt {
        width: 59.7%;
        padding-left: 10px; }
        .section05 .client .wrap .txt .heading {
          text-align: center;
          font-weight: 700;
          color: #e73040;
          font-size: 2.8vw; }
        .section05 .client .wrap .txt .cta_btn {
          margin-top: 5px; }
          .section05 .client .wrap .txt .cta_btn a {
            font-size: 3vw;
            padding: 6px 0; }
    .section05 .client .sponsor {
      margin-top: 6px;
      text-align: center;
      font-size: 10px;
      font-size: 1rem; }
  .section05 .inner {
    padding: 20px 10px 30px; }
    .section05 .inner .image {
      width: 85%;
      margin: auto; }
    .section05 .inner .note {
      margin-top: 15px;
      font-size: 18px;
      font-size: 1.8rem; }
      .section05 .inner .note span {
        font-weight: 700;
        color: #e73040; }
    .section05 .inner .matome {
      margin-top: 20px; }
      .section05 .inner .matome .heading {
        text-align: center; }
        .section05 .inner .matome .heading span {
          display: inline-block;
          padding-bottom: 3px;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          border-bottom: 1px solid #333; }
      .section05 .inner .matome .items {
        margin-top: 20px;
        padding: 0 15px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; }
        .section05 .inner .matome .items .item {
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          border: 1px solid #2dbd4a;
          text-align: center;
          width: 48%;
          padding: 10px 0 5px; }
          .section05 .inner .matome .items .item:nth-child(3), .section05 .inner .matome .items .item:nth-child(4) {
            margin-top: 15px; }
          .section05 .inner .matome .items .item .txt {
            font-weight: 700;
            color: #2dbd4a;
            font-size: 17px;
            font-size: 1.7rem;
            line-height: 1.3; }
          .section05 .inner .matome .items .item .ico {
            margin-top: 10px; }

.example {
  overflow: hidden;
  /*max-width: 80%;*/
  margin: 0px auto 50px;
  padding-left: 45px;
  padding-right: 45px; }
  .example .sub_ttl {
    margin-bottom: 50px;
    text-align: center; }
    .example .sub_ttl span {
      display: inline-block;
      padding: 0 74px;
      background: #e6fceb;
      border: 1px solid #2dbd4a;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 48px;
      color: #2dbd4a; }
  .example .swiper-wrapper {
    align-items: stretch;
    align-items: flex-start; }
  .example a.underline {
    font-size: 17px;
    font-size: 1.7rem;
    text-decoration: none; }
    .example a.underline:hover {
      text-decoration: none; }
  .example .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3; }
  .example .slide {
    overflow: hidden;
    webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s; }
  .example .swiper {
    overflow: visible; }
    .example .swiper article {
      border: 2px solid #2dbd4a;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .example .swiper article .image {
        padding: 15px 20px 0 24px; }
      .example .swiper article .txt {
        padding: 0px 20px 20px; }
        .example .swiper article .txt .details {
          margin-bottom: 10px;
          text-align: center; }
          .example .swiper article .txt .details table {
            margin-top: 15px;
            width: 100%;
            font-size: 13px;
            font-size: 1.3rem; }
            .example .swiper article .txt .details table th, .example .swiper article .txt .details table td {
              border-bottom: 4px solid #fff;
              padding: 3px; }
            .example .swiper article .txt .details table th {
              width: 90px;
              background: #2dbd4a;
              color: #fff;
              font-size: 12px;
              font-size: 1.2rem;
              text-align: center; }
            .example .swiper article .txt .details table td {
              padding: 3px 5px; }
      .example .swiper article .cta_btn {
        width: 85%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 20px;
        text-align: center;
        color: #fff;
        font-weight: 700; }
  .example .swiper-button-prev, .example .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition); }
  .example .swiper-button-prev::before, .example .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow); }
  .example .swiper-button-prev::after, .example .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .example .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .example .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .example .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .example .swiper-button-prev,
  .example .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
  .example .swiper-button-prev::before,
  .example .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark); }
  .example .swiper-button-prev::after,
  .example .swiper-button-next::after {
    border-color: #fff; }
  .example .swiper-button-prev {
    left: -30px; }
  .example .swiper-button-next {
    right: -30px; }

.scroll_btn {
  width: 600px;
  margin: 40px auto 0; }
  .scroll_btn a {
    display: block;
    position: relative;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    background: #2dbd4a;
    border-bottom: 4px solid #4b4b6f;
    text-align: center;
    text-decoration: none;
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 700;
    line-height: 56px; }
    .scroll_btn a::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      width: 30px;
      height: 30px;
      background: url("img/ico_arrow.png") no-repeat left top/100% auto;
      pointer-events: none; }
    .scroll_btn a:hover {
      opacity: .75; }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 50;
  width: 100%;
  left: 0;
  bottom: 0; }
  .fixed_cta .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24%;
    left: 30.67%; }
  .fixed_cta .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    right: 5px; }
    .fixed_cta .btn .cta_btn {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; }
      .fixed_cta .btn .cta_btn a {
        font-size: 3vw;
        padding: 5px 0; }

aside .privacy_section .wrap .image {
  width: 90px; }
aside .privacy_section .wrap .txt {
  width: calc(100% - 90px); }

.ft_nav {
  margin: 0 auto 10px;
  text-align: center; }
  .ft_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around; }
    .ft_nav ul li {
      margin: 2px 0; }

.footer {
  background: #163d83;
  margin-top: 15px; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      position: relative;
      padding-left: 10px;
      margin-left: 15px; }
      .footer .f_nav ul li::before {
        content: "｜";
        position: absolute;
        top: 0;
        left: -10px;
        color: #fff; }
      .footer .f_nav ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
  .footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }
