@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&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 5px 0 #d02e07;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d02e07;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d02e07;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d02e07;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d02e07;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #d02e07;
  -moz-box-shadow: 0 5px 0 #d02e07;
  box-shadow: 0 5px 0 #d02e07;
  background: #f0360a;
  max-width: 700px;
  margin: auto;
  -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: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 20px 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.animation2 {
    animation: animationbtn2 2s infinite; }
  .cta_btn.other {
    -webkit-box-shadow: 0 5px 0 #bf6607;
    -moz-box-shadow: 0 5px 0 #bf6607;
    box-shadow: 0 5px 0 #bf6607;
    background: #f0810a; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

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

.wrapper {
  overflow: hidden; }

.br_sp {
  display: block; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    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(0, 0, 102, 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: #000066;
    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 {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  z-index: 10; }
  .header .inner {
    position: relative;
    padding: 5px 10px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .site_logo {
    width: 140px; }
  .header .note {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #787878; }

.fv {
  position: relative; }
  .fv .fv_txt {
    position: absolute;
    z-index: 5;
    background: #000066;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
    font-size: 1.4rem; }

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

.remarks {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem; }

.pr {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }

.main_ttl {
  background: #000066;
  text-align: center;
  font-size: 3.6vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 0; }
  .main_ttl span {
    display: block;
    font-size: 4.5vw;
    color: #fff;
    font-weight: 700; }
  .main_ttl .link {
    background: #fff;
    width: 80%;
    margin: 5px auto 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px; }
    .main_ttl .link a {
      display: block;
      color: #000066;
      font-weight: 700;
      padding: 5px 0; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .ranking_section .tabs {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex; }
  .section01 .ranking_section .tabs li {
    width: 50%; }
    .section01 .ranking_section .tabs li:first-child a {
      border-radius: 10px 0 0 0; }
    .section01 .ranking_section .tabs li.active a {
      background: #000066;
      color: #fff; }
    .section01 .ranking_section .tabs li a {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      height: 100%;
      padding: 18px 5px;
      text-align: center;
      text-decoration: none;
      border-radius: 0 10px 0 0;
      background: #E6EBFC;
      border: #000066 1px solid;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      color: #000066;
      transition: 0; }
      .section01 .ranking_section .tabs li a:hover {
        background: #000066;
        color: #fff; }
.section01 .ranking_section .tab_content {
  display: none; }
  .section01 .ranking_section .tab_content.active {
    display: block; }
.section01 .ranking_section .wrap {
  width: 100%; }
.section01 .ranking_section .scroll_txt {
  padding: 5px 10px 5px 5px;
  background: #E6EBFC;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500; }
.section01 .ranking_section table {
  width: 100%;
  border: 1px solid #e4e4e4; }
  .section01 .ranking_section table th, .section01 .ranking_section 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; }
  .section01 .ranking_section table thead th {
    background: #E6EBFC;
    padding: 5px;
    font-weight: 600; }
  .section01 .ranking_section table tbody tr:first-child {
    background: #FFFDE4; }
    .section01 .ranking_section table tbody tr:first-child td {
      background: #FFFDE4; }
  .section01 .ranking_section table tbody tr td:first-child {
    position: relative;
    padding-top: 30px; }
    .section01 .ranking_section table tbody tr td:first-child::before {
      content: '';
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(-50%);
      width: 26px;
      height: 22px;
      background: url("/pharmacist/img/ico_rank01.png") no-repeat left top/100% auto; }
  .section01 .ranking_section table tbody tr:nth-child(2) td:first-child::before {
    background-image: url("/pharmacist/img/ico_rank02.png"); }
  .section01 .ranking_section table tbody tr:nth-child(3) td:first-child::before {
    background-image: url("/pharmacist/img/ico_rank03.png"); }
  .section01 .ranking_section table tbody tr:nth-child(4) td:first-child::before {
    background-image: url("/pharmacist/img/ico_rank04.png"); }
  .section01 .ranking_section table tbody tr:nth-child(5) td:first-child::before {
    background-image: url("/pharmacist/img/ico_rank05.png"); }
  .section01 .ranking_section table thead tr th:first-child,
  .section01 .ranking_section table tbody tr td:first-child {
    /*position: sticky;
    top: 0;
    left: 0;
    z-index: 100;*/
    width: 100px;
    /*&::after {
    	content: '';
    	position: absolute;
    	top: -1px;
    	right: -1px;
    	width: 1px;
    	height: 100%;
    	border-right: 1px solid #e4e4e4;
    	z-index: -1;
    }*/ }
  .section01 .ranking_section table a {
    text-decoration: none; }
  .section01 .ranking_section table a p {
    color: #0E62B0;
    font-weight: 500;
    text-decoration: underline;
    font-size: 12px;
    font-size: 1.2rem; }
  .section01 .ranking_section table .in_b {
    display: inline-block;
    text-align: left; }
  .section01 .ranking_section table .ico {
    width: 28px;
    margin: 0 auto 5px; }
  .section01 .ranking_section table .cta_btn a {
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .section01 .ranking_section table .pr {
    font-size: 11px;
    font-size: 1.1rem; }
.section01 .example {
  overflow: hidden;
  padding-left: 45px;
  padding-right: 45px;
  margin: 40px auto 0; }
  .section01 .example .sub_ttl {
    margin: 0 -45px 30px;
    text-align: center; }
    .section01 .example .sub_ttl span {
      display: inline-block;
      padding: 0 74px;
      background: #E6EBFC;
      border: 1px solid #000066;
      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: #000066; }
  .section01 .example .swiper-wrapper {
    align-items: stretch;
    align-items: flex-start; }
  .section01 .example .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3; }
  .section01 .example .slide {
    overflow: hidden;
    webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s; }
  .section01 .example .swiper {
    overflow: visible; }
    .section01 .example .swiper article {
      border: 2px solid #000066;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .section01 .example .swiper article .lead {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        height: 50px;
        background: #E6EBFC;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem;
        color: #000; }
      .section01 .example .swiper article .txt {
        padding: 10px 20px 15px; }
        .section01 .example .swiper article .txt .tag {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          margin-bottom: 10px;
          padding: 0 25px; }
          .section01 .example .swiper article .txt .tag li {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            min-width: 100px;
            height: 34px;
            padding: 0 5px;
            background: #E6EBFC;
            border: 1px solid #000066;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 700;
            color: #000066;
            text-align: center;
            line-height: 1.2; }
            .section01 .example .swiper article .txt .tag li + li {
              margin-left: 10px; }
        .section01 .example .swiper article .txt .details {
          margin-bottom: 20px;
          text-align: center; }
          .section01 .example .swiper article .txt .details dl {
            display: inline-block;
            text-align: left; }
            .section01 .example .swiper article .txt .details dl dt {
              position: relative;
              margin-bottom: 3px;
              padding-left: 30px;
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1; }
              .section01 .example .swiper article .txt .details dl dt::before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                width: 24px;
                height: 24px;
                background: url("/pharmacist/img/ico_salary.png") no-repeat left top/100% auto; }
              .section01 .example .swiper article .txt .details dl dt.point::before {
                background-image: url("/pharmacist/img/ico_point.png"); }
              .section01 .example .swiper article .txt .details dl dt.area::before {
                background-image: url("/pharmacist/img/ico_area.png"); }
              .section01 .example .swiper article .txt .details dl dt.facility::before {
                background-image: url("/pharmacist/img/ico_facility.png"); }
            .section01 .example .swiper article .txt .details dl dd {
              font-size: 22px;
              font-size: 2.2rem;
              font-weight: 700; }
            .section01 .example .swiper article .txt .details dl dd + dt {
              margin-top: 15px; }
      .section01 .example .swiper article .cta_btn {
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .section01 .example .swiper article .cta_btn a {
          font-size: 17px;
          font-size: 1.7rem; }
  .section01 .example .swiper-button-prev, .section01 .example .swiper-button-next {
    display: grid;
    place-content: center;
    width: 64px;
    height: 64px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition); }
  .section01 .example .swiper-button-prev::before, .section01 .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); }
  .section01 .example .swiper-button-prev::after, .section01 .example .swiper-button-next::after {
    width: 1.8rem;
    height: 1.8rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0; }
  .section01 .example .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .section01 .example .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .section01 .example .swiper-button-disabled {
    pointer-events: none;
    opacity: 0; }
  .section01 .example .swiper-button-prev,
  .section01 .example .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
  .section01 .example .swiper-button-prev::before,
  .section01 .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); }
  .section01 .example .swiper-button-prev::after,
  .section01 .example .swiper-button-next::after {
    border-color: #fff; }
  .section01 .example .swiper-button-prev {
    left: -35px; }
  .section01 .example .swiper-button-next {
    right: -35px; }
  .section01 .example .cta_btn {
    margin-top: 10px; }
    .section01 .example .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem; }
.section01 .scroll_btn {
  width: 95%;
  margin: 40px auto 0; }
  .section01 .scroll_btn a {
    display: block;
    position: relative;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    background: #000066;
    border-bottom: 3px solid #4b4b6f;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    line-height: 50px; }
    .section01 .scroll_btn a::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      width: 20px;
      height: 20px;
      background: url("/pharmacist/img/ico_arrow.png") no-repeat left top/100% auto;
      pointer-events: none; }
    .section01 .scroll_btn a:hover {
      opacity: .75; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 20px 40px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .sub_ttl {
  margin: 0 -20px 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #000066;
  text-align: center; }
  .section02 .sub_ttl span {
    font-size: 30px;
    font-size: 3rem;
    text-decoration: underline; }
.section02 .fukidashi {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px; }
  .section02 .fukidashi .img {
    width: 200px;
    margin-right: 30px; }
  .section02 .fukidashi .text {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: #E6EBFC;
    border: 1px solid #000066;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem; }
    .section02 .fukidashi .text::before, .section02 .fukidashi .text::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -15px;
      border-top: 10px solid transparent;
      border-right: 15px solid #000066;
      border-bottom: 10px solid transparent; }
    .section02 .fukidashi .text::after {
      left: calc( 2.5px - 15px );
      border-right: solid 15px #E6EBFC; }
    .section02 .fukidashi .text strong {
      color: #F0360A; }
.section02 .txt dl dt {
  margin-top: 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700; }
  .section02 .txt dl dt span {
    text-decoration: underline; }
.section02 .txt dl dd strong {
  color: #F0360A;
  font-weight: 700; }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 50px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 .idx_list {
  margin-bottom: 40px; }
  .section03 .idx_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px; }
    .section03 .idx_list ul li {
      position: relative;
      width: calc(33.333333% - 10px);
      margin: 0 5px 20px;
      padding-top: 30px; }
      .section03 .idx_list ul li a {
        display: block;
        text-decoration: none; }
        .section03 .idx_list ul li a p {
          margin-top: 5px;
          padding: 2px;
          background: #000066;
          font-size: 11px;
          text-align: center;
          color: #fff; }
      .section03 .idx_list ul li::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 26px;
        height: 22px;
        background: url("/pharmacist/img/ico_rank01.png") no-repeat left top/100% auto; }
      .section03 .idx_list ul li:nth-child(2)::before {
        background-image: url("/pharmacist/img/ico_rank02.png"); }
      .section03 .idx_list ul li:nth-child(3)::before {
        background-image: url("/pharmacist/img/ico_rank03.png"); }
      .section03 .idx_list ul li:nth-child(4)::before {
        background-image: url("/pharmacist/img/ico_rank04.png"); }
      .section03 .idx_list ul li:nth-child(5)::before {
        background-image: url("/pharmacist/img/ico_rank05.png"); }
.section03 .client_archive > ul > li + li {
  margin-top: 30px; }
.section03 .client_archive .client_card {
  border: 2px solid #e8e8e8; }
  .section03 .client_archive .client_card .client_name {
    position: relative;
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: underline; }
    .section03 .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      width: 30px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: 0;
      pointer-events: none; }
    .section03 .client_archive .client_card .client_name a {
      color: #0E62B0;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      text-decoration: underline; }
  .section03 .client_archive .client_card .client_inner {
    padding: 15px 10px 25px; }
.section03 .client_archive .top_heading {
  font-size: 4.3vw;
  text-align: center;
  color: #F0360A;
  line-height: 1.4;
  font-weight: 700; }
.section03 .client_archive .point {
  overflow: hidden;
  margin-top: 10px;
  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 #e4e4e4; }
  .section03 .client_archive .point .ttl {
    background: #E6EBFC;
    text-align: center;
    color: #000066;
    font-weight: 700;
    padding: 3px 0;
    font-size: 16px;
    font-size: 1.6rem; }
  .section03 .client_archive .point .wrap .txt {
    padding: 10px; }
    .section03 .client_archive .point .wrap .txt ul li {
      font-size: 14px;
      position: relative;
      padding-left: 15px; }
      .section03 .client_archive .point .wrap .txt ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        height: 100%;
        background: url("/pharmacist/img/ico_check.png") no-repeat left top/100% auto;
        pointer-events: none; }
      .section03 .client_archive .point .wrap .txt ul li strong {
        color: #F0360A;
        font-weight: 700; }
.section03 .client_archive .overview .image {
  width: 195px;
  margin: 10px auto 0; }
.section03 .client_archive .overview table {
  width: 100%;
  border: 1px solid #e4e4e4;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px; }
  .section03 .client_archive .overview table th, .section03 .client_archive .overview table td {
    vertical-align: middle;
    padding: 10px 5px;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
  .section03 .client_archive .overview table th {
    width: 18%;
    font-weight: 500;
    color: #fff;
    background: #000066; }
  .section03 .client_archive .overview table td {
    width: 28%;
    line-height: 1.4; }
    .section03 .client_archive .overview table td.number span, .section03 .client_archive .overview table td.support span {
      vertical-align: middle; }
    .section03 .client_archive .overview table td.number .ico, .section03 .client_archive .overview table td.support .ico {
      display: inline-block;
      width: 17px;
      margin-right: 2px; }
  .section03 .client_archive .overview 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; }
    .section03 .client_archive .overview table .ico_wrap .ico {
      width: 17px; }
    .section03 .client_archive .overview table .ico_wrap .txt {
      width: calc(100% - 17px);
      padding-left: 5px; }
.section03 .client_archive > ul > li:nth-child(1) .client_card {
  border-color: #CECA98;
  background: #FFFDE4; }
  .section03 .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #CECA98; }
    .section03 .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("/pharmacist/img/ico_rank01.png"); }
.section03 .client_archive > ul > li:nth-child(1) .overview table th {
  background: #BC9807; }
.section03 .client_archive > ul > li:nth-child(1) .point {
  border-color: #CECA98; }
  .section03 .client_archive > ul > li:nth-child(1) .point .ttl {
    background: #BC9807;
    color: #fff; }
.section03 .client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("/pharmacist/img/ico_rank02.png"); }
.section03 .client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("/pharmacist/img/ico_rank03.png"); }
.section03 .client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("/pharmacist/img/ico_rank04.png"); }
.section03 .client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("/pharmacist/img/ico_rank05.png"); }
.section03 .client_archive .cta {
  margin-top: 10px; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 40px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .container {
  padding-left: 10px;
  padding-right: 0; }
.section04 .wrap {
  width: 100%;
  overflow-x: scroll; }
.section04 .scroll_txt {
  background: #E6EBFC;
  text-align: right;
  padding: 5px 10px 5px 5px;
  font-size: 12px;
  font-size: 1.2rem; }
.section04 table {
  width: 1000px;
  border: 1px solid #e4e4e4; }
  .section04 table th, .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #e4e4e4;
    padding: 8px 5px;
    width: 110px;
    background: #fff; }
  .section04 table thead th {
    background: #000066;
    color: #fff; }
  .section04 table tbody tr:first-child {
    background: #FFFDEA; }
    .section04 table tbody tr:first-child td {
      background: #FFFDEA; }
  .section04 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem; }
  .section04 table tbody a p {
    color: #0E62B0;
    font-weight: 500;
    text-decoration: underline;
    font-size: 12px;
    font-size: 1.2rem; }
  .section04 table thead tr th:first-child,
  .section04 table tbody tr td:first-child {
    /*position: sticky;
    top: 0;
    left: 0;
    z-index: 100;*/
    width: 120px;
    /*&::after {
    	content: '';
    	position:absolute;
    	top:-1px;
    	right:-1px;
    	width:1px;
    	height:100%;
    	border-right:1px solid #e4e4e4;
    	z-index:-1;
    }*/ }
  .section04 table thead tr th:nth-child(2),
  .section04 table tbody tr td:nth-child(2) {
    width: 80px; }
  .section04 table thead tr th:nth-child(3),
  .section04 table tbody tr td:nth-child(3) {
    width: 80px; }
  .section04 table thead tr th:nth-child(5),
  .section04 table tbody tr td:nth-child(5) {
    width: 80px; }
  .section04 table thead tr th:last-child,
  .section04 table tbody tr td:last-child {
    width: 80px; }
.section04 .in_b {
  display: inline-block;
  text-align: left; }
.section04 .ico {
  width: 30px;
  margin: 0 auto; }
.section04 .cta_btn a {
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }
.section04 .pr {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }

.section05 .container {
  padding: 0;
  position: relative;
  box-shadow: 0 0 5px #e4e4e4; }
  .section05 .container > .remarks {
    padding: 0 10px 10px; }
.section05 .ttl {
  width: 100%;
  background: #000066;
  font-size: 4.5vw;
  font-weight: 700;
  text-align: center;
  padding: 0.8em 0;
  color: #fff; }
  .section05 .ttl strong {
    font-weight: 700;
    color: #FFF57B; }
.section05 .recommend {
  background: #F5F6FF;
  padding: 20px 10px; }
  .section05 .recommend .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;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start; }
    .section05 .recommend .wrap .image {
      width: 35%; }
    .section05 .recommend .wrap .txt {
      width: 65%;
      padding-left: 20px;
      text-align: center; }
      .section05 .recommend .wrap .txt .heading {
        font-size: 3vw;
        font-weight: 700;
        color: #F0360A; }
  .section05 .recommend .cta_btn {
    margin-top: 10px; }
    .section05 .recommend .cta_btn a {
      font-size: 2.8vw; }
.section05 .inner + .recommend {
  padding-top: 20px; }
.section05 .inner {
  margin: 0 auto;
  padding: 20px 10px; }
.section05 .note {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 15px;
  font-size: 1.5rem; }
  .section05 .note strong {
    font-weight: 700;
    color: #F0360A; }
  .section05 .note sup {
    font-size: 11px;
    font-size: 1.1rem; }
.section05 .matome {
  margin-top: 30px; }
  .section05 .matome .heading {
    text-align: center; }
    .section05 .matome .heading span {
      display: inline-block;
      padding-bottom: 5px;
      font-weight: 700;
      border-bottom: 1px solid #333;
      font-size: 20px;
      font-size: 2rem; }
  .section05 .matome ul {
    margin-top: 30px;
    -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 .matome ul li {
      width: calc((100% - 4%) / 2);
      margin: 1%;
      border: 1px solid #000066;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 12px 5px 5px;
      text-align: center; }
      .section05 .matome ul li:nth-child(3n+1) {
        margin-left: 1%; }
      .section05 .matome ul li:nth-child(1), .section05 .matome ul li:nth-child(2), .section05 .matome ul li:nth-child(3) {
        margin-top: 0; }
      .section05 .matome ul li .lead {
        line-height: 1.3;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #000066; }
        .section05 .matome ul li .lead span {
          display: block;
          height: 1.4em; }
      .section05 .matome ul li .image {
        margin-top: 5px;
        padding: 0 10px; }
    .section05 .matome ul li.wtds {
      margin: 0.9%; }

.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; }

/* ft_btn */
.footer {
  margin-bottom: 98px; }

.ft_btn {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 102, 0.7); }

.ft_btn .inner a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  text-decoration: none; }

.ft_btn .img {
  width: 100px;
  margin-right: 10px; }

.ft_btn .txt {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
  padding: 10px;
  background: #fff;
  border-radius: 8px; }

.ft_btn .txt li {
  position: relative;
  width: 50%;
  padding-left: 16px;
  font-size: 14px; }

.ft_btn .txt li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 18px;
  background: url(../../pharmacist/img/ico_check.png) no-repeat left top/100% auto; }

.page_top {
  bottom: 103px; }
