@charset "utf-8";

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
main {
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
}

figure {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

main #container {
  padding-bottom: 100px;
  padding: 0px;
  max-width: none;
}

main .title {
  background: url("../images/title_bg.jpg") center no-repeat;
  background-size: cover;
}

.page-inner {
  width: 1000px;
  margin: auto;
}

main .title h1 span {
  display: block;
  font-size: 20px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.text-c,
.text-c p {
  text-align: center;
}

.text-l,
.text-l p {
  text-align: left;
}

.f-s {
  font-size: 14px;
}

main #container h1 {
  font-size: 30px;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 90px;
  line-height: 1.5em;
}

.bg-container {
  background: #e4ebef;
}

.bg-container .inner {
  margin: 0 auto;
  padding: 0 0px 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contents_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents_list ul li {
  padding: 32px 20px;
  border: 2px solid #00b2d3;
  border-radius: 20px;
  width: 28%;
}

.choice .contents_list ul li {
  padding: 20px;
}

.contents_list ul li.g {
  border: 2px solid #00a65a;
}

.contents_list ul li figure {
  width: 170px;
  margin: 10px auto 20px;
  min-height: 80px;
  display: flex;
}

.contents_list ul li:nth-child(1) figure {
  width: 194px;
  height: 74px;
}

.overview .contents_list {
  margin-bottom: 40px;
}

.overview .contents_list ul li:nth-child(2) figure {
  width: 238px;
  height: 86px;
}

.overview .contents_list ul li:nth-child(3) figure {
  width: 240px;
  height: 100px;
}

.overview .contents_list ul li:nth-child(4) figure {
  width: 218px;
  display: flex;
  height: 93px;
}

.contents_list ul li figure img {
  width: 100%;
}

.contents_list ul li h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
}

.overview .contents_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.overview .contents_list ul li {
  width: calc(50% - 12px);
  box-sizing: border-box;
}

.overview {
  margin: 100px 0;
}

.overview .update {
  text-align: right;
}

.overview .list-dot {
  margin-bottom: 16px;
}

.overview .list-dot:last-child {
  margin-bottom: 0;
}

.overview .contents_list ul li br+.list-dot {
  margin-top: 0;
}

.overview .contents_list ul li p.list-dot+br {
  display: none;
}

.overview .title h2.h2_pagettl {
  font-size: 32px;
  margin-bottom: 64px;
}

.overview .overview_kaitei {
  display: flex;
  margin-top: 1em;
}

.overview .overview_kaitei h4 {
  width: 50%;
  background: #e4ebef;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.overview .overview_kaitei .txt {
  color: #00b2d3;
  font-weight: bold;
  font-size: 15px;
}

.point {
  margin: 100px 0;
}

.point .title {
  margin-bottom: 40px;
  margin-top: 50px;
}

.point .point-box h3 {
  margin: 30px 0 60px 0;
  background: #00b2d3;
  color: #fff;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  padding: 5px 0;
  position: relative;
}

.point .point-box h3::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00b2d3;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.point .point-box_list {
  display: flex;
  flex-wrap: wrap;
}

.point .point-box h4 {
  font-size: 18px;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.point .point-box h4 span {
  display: inline-block;
  margin-right: 0px;
  margin-left: 18px;
  align-items: center;
}

.point .point-box_list li {
  width: 49.8%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.point .point-box_list li:first-child,
.point .point-box_list li:nth-child(3) {
  border-left: none;
}

.point .point-box_list li:nth-child(6) {
  border-left: none;
}

.point .point-box_list li:nth-child(n + 3) {
  padding: 24px 0 0;
  border-bottom: none;
}

.point .point-box_list li.col1 {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #fff;
  border-left: none;
  border-bottom: none;
}

.point .point-box_list .point-table-box {
  padding: 10px 18px 20px;
}

.point .point-box_list .point-table-box--type2 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.point .point-box_list .point-table-box .point-table {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  flex: 1;
}

.point li.point-box-item-type1 {
  width: 100%;
  border-top: 1px solid #fff;
  border-left: none;
  border-bottom: 1px solid #fff !important;
  padding: 24px 0px !important;
}

.point .point-box-item-type1 .point-table-box {
  padding-inline: 0;
  padding: 14px 18px 0;
}

.point li.point-box-item-type2 {
  width: 100%;
  border-top: 1px solid #fff;
  border-left: none;
  padding-block: 24px !important;
}

.point .point-box_list .point-table-box .point-table dt,
.point .point-box_list .point-table-box .point-table dd {
  width: 21%;
  padding: 5px 0;
  background: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0px;
  justify-content: center;
  align-items: center;
}

.point .point-box_list .point-table-box .point-table dt {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1px 10px;
}

.point .point-box_list .point-table-box .point-table dt:nth-child(1) {
  border-radius: 5px 0 0 0;
}

.point .point-box_list .point-table-box .point-table dd:nth-child(3) {
  border-radius: 0 5px 0 0;
}

.point .point-box_list .point-table-box .point-table dd:last-child {
  border-radius: 0 0 5px 0;
}

.point .point-box_list .point-table-box .point-table dt:nth-last-child(3) {
  border-radius: 0 0 0 5px;
}

.point .point-box_list .point-table-box .point-table-col2 {
  display: flex;
  justify-content: space-between;
}

.point .point-box_list .point-table-box .point-table-dl {
  width: 165px;
}

.point .point-box_list .point-table-box .point-table-dl dt,
.point .point-box_list .point-table-box .point-table-dl dd {
  font-feature-settings: "palt";
  letter-spacing: 0px;
  background-color: #fff;
  padding: 5px 10px;
}

.point .point-box_list .point-table-box .point-table-dl dt {
  color: #009dd3;
  font-size: 12px;
  font-weight: bold;
  height: 64px;
  margin-top: 2px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.point .point-box_list .point-table-box .point-table-dl dd {
  font-size: 12px;
  margin-top: 2px;
  height: 36px;
  text-align: center;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.point .point-box_list .point-table-box .point-table-scroll {
  width: calc(100% - 167px);
  overflow-x: auto;
}

.point .point-box_list .point-table-box .point-table-table {
  position: relative;
  top: 0;
  left: -2px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-collapse: separate;
  border-spacing: 2px;
}

.point .point-box_list .point-table-box .point-table-table th,
.point .point-box_list .point-table-box .point-table-table td {
  font-feature-settings: "palt";
  letter-spacing: 0px;
  background-color: #fff;
  padding: 5px 10px;
}

.point .point-box_list .point-table-box .point-table-table th {
  font-size: 12px;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.point .point-box_list .point-table-box .point-table-table td {
  color: #009dd3;
  font-size: 15px;
  font-weight: bold;
  height: 36px;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.point .point-box_list .point-table-box .point-table-table .blue {
  color: #009dd3;
  font-weight: bold;
}

.point .point-table-txt.topborder {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}

.point .point-box_list .point-table-box .point-2col-tables {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.point .point-table .point-table-title {
  color: #009dd3;
  font-size: 12px;
  font-weight: bold;
}

.point .point-table .point-after {
  color: #009dd3;
  font-weight: bold;
}

.point .point-table .point-after span,
.point .point-table .point-before span {
  font-size: 11px;
}

.point .point-box_list .point-table-box .point-table dt {
  font-size: 12px;
  width: 52%;
}

.point .point-box_list .point-table-box .point-table dd {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
}

.point .point-box_list .point-table-box .point-table--type1 dt {
  width: calc((264 - 20) / 463 * 100%);
}

.point .point-box_list .point-table-box .point-table--type1 dd {
  width: calc((97 - 20) / 463 * 100%);
  padding-inline: 10px;
}

.point .point-box_list .point-table-box .point-table--type2 dt {
  flex-basis: 155px;
  flex-grow: 1;
}

/* 地域支援・医薬品供給対応体制加算のテーブル */
/* 改定前 */
.point .point-box_list .point-table-box .point-table--type2 dd:nth-child(3n + 2) {
  width: 38%;
  line-height: 1.4;
}

/* 改定後 */
.point .point-box_list .point-table-box .point-table--type2 dd:nth-child(3n) {
  width: 12%;
}

.point .point-box_list .point-table-box .point-table--type3 dt {
  width: calc((179 - 20) / 463 * 100%);
  padding: 5px 10px;
  box-sizing: border-box;
}

.point .point-box_list .point-table-box .point-table--type3 dd {
  width: calc((190 - 20) / 463 * 100%);
  padding-inline: 10px;
}

.point .point-box_list .point-table-box .point-table--type3 dd:nth-child(3n + 2) {
  width: calc((109 - 20) / 463 * 100%);
}


/* かかりつけ薬剤師テーブル （服用薬剤調整支援料2） */
.point .point-box_list .point-table-box .point-table--type3 dt:nth-last-child(3),
.point .point-box_list .point-table-box .point-table--type3 dd:nth-last-child(2),
.point .point-box_list .point-table-box .point-table--type3 dd:nth-last-child(1) {
  min-height: 70px;
}

.point .point-box_list .point-table-box .point-table--type4 dt {
  width: 34%;
  box-sizing: border-box;
}

.point .point-box_list .point-table-box .point-table--type4 dd {
  width: 25.5%;
  padding-inline: 11px;
}

/* 調剤時残薬 右テーブル（薬学的有害事象等防止加算） */
.point .point-box_list .point-table-box .point-table--type4-right dt {
  width: calc((188 - 10)/463 * 100%);
}

.point .point-box_list .point-table-box .point-table--type8 dt {
  width: calc((183 - 20)/463 * 100%);
}

.point .point-box_list .point-table-box .point-table--type8 dd {
  width: calc((138 - 20) / 463 * 100%);
  padding-inline: 10px;
}

.list-dot {
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.3px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.list-dot::before {
  content: "";
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #00b2d3;
  border-radius: 50%;
  margin-top: 10px;
  flex-shrink: 0;
}

.point .point-box .hosoku {
  border-top: 1px solid #fff;
  border-bottom: none;
  margin-top: 0;
}

.point .point-box_list .point-table-box .point-table--type5 dt {
  width: calc((184 - 20) / 462 * 100%);
}

.point .point-box_list .point-table-box .point-table--type5 dd {
  width: calc((137 - 20) / 462 * 100%);
  padding-inline: 10px;
}

.point .point-box_list .point-table-box .point-table--type6 dt {
  width: calc((264 - 20) / 462 * 100%);
}


.point .point-box_list .point-table-box .point-table--type6 dd {
  width: calc((97 - 20) / 462 * 100%);
  padding-inline: 10px;
}

.point .point-box_list .point-table-box .point-table--type7 dt {
  width: calc((182 - 20)/462 * 100%);
}

.point .point-box_list .point-table-box .point-table--type7 dd {
  width: calc((138 - 20)/462 * 100%);
  padding-inline: 10px;
}

.point .point-box_list .point-table-box .point-table--type dd {
  width: 18%;
  padding-inline: 12px;
}

.hosoku {
  margin-bottom: 100px;
}

.hosoku h4.list-dot {
  font-size: 15px;
  font-weight: 700;
  padding-top: 14px;
}

.hosoku .hosoku-title {
  font-size: 15px;
  font-weight: 500;
  padding-top: 24px;
}

.hosoku>p:not(.hosoku-title) {
  font-size: 12px;
}

.hosoku>p:not(.hosoku-title):last-child {
  margin-bottom: 0;
}

.point .point-table-txt {
  font-weight: normal;
  margin-top: 14px;
  text-align: left;
  font-size: 15px;
}

.focus {
  position: relative;
  margin-bottom: 100px;
}

.focus::after {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 100px;
  background: url("../images/bg_arrow2.svg") center top repeat-y;
  display: block;
  z-index: 1;
}

section.focus .title h2.h2_pagettl {
  margin-bottom: 50px;
}

.focus .contents_list ul li {
  display: flex;
  flex-direction: column;
}

.focus .contents_list ul li figure {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.focus .contents_list ul li figure img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.focus .contents_list ul li:nth-child(1) figure {
  width: 223px;
}

.focus .contents_list ul li:nth-child(2) figure {
  width: 200px;
}

.focus .contents_list ul li:nth-child(3) figure {
  width: 245px;
}

.focus .contents_list ul li h3 {
  font-size: 20px;
  background: #00a65a;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6em;

}

.choice.bg {
  padding: 80px 0;
}

.choice.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 190px;
  background: url("../images/bg_arrow.svg") center top no-repeat;
  display: block;
  z-index: 1;
}

.choice.bg .page-inner {
  position: relative;
  z-index: 2;
}

.choice .contents_list ul li h3 {
  font-size: 20px;
  background: #00b2d3;
  color: #fff;
  border-radius: 10px;
  padding: 7px 24px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choice .contents_list ul li .blue {
  color: #00b2d3;
  font-weight: bold;
}

.choice .contents_list ul li>p {
  flex: 1;
  margin-bottom: 20px;
}

.choice .contents_list ul li {
  border: none;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.choice .contents_list ul li:last-child {
  margin-bottom: 0;
}


.choice .choice .contents_list {
  margin-top: 20px;
}

.choice .choice_iconbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.choice .choice_ph {
  background: #e4ebef;
  padding: 25px 0;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 110px;
}


.choice .choice_ph .choice_icon {
  text-align: center;
  margin-bottom: 10px;
  max-height: 100px;
}

.choice .choice_ph .choice_icon img {
  width: 80%;
  max-height: 70px;
  min-width: 80px;
}

.choice .choice_ph .choice_txt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.choice .choice_ph .choice_txt .green {
  color: #00a65a;
}

.choice .title {
  margin-bottom: 50px;
}

/*セミナー*/
.seminar_list dl {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #b3b3b3;
}

.seminar .title h2.h2_pagettl {
  margin-bottom: 40px;
}

.seminar {
  margin: 70px 0;
}

.seminar_list a {
  color: #000;
  text-decoration: none;
}

.seminar_list a:hover {
  opacity: 0.8;
}

.seminar .thumb {
  position: relative;
  width: 150px;
  margin-right: 40px;
}

.seminar .thumb img {
  max-width: 150px;
  height: auto;
  width
  /***/
  : auto;
}

.seminar .seminar_title {
  display: block;
  margin-bottom: 10px;
}

/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  main .title {
    background: url("../images/title_bg_sp.jpg") center no-repeat;
    background-size: cover;
  }

  /* -----------------------------------------------------------------------------
	 Contents
	----------------------------------------------------------------------------- */
  main #container {
    padding-bottom: 40px;
    padding: 0 5%;
  }

  .text-c,
  .text-c p {
    text-align: left;
  }

  main #container h1 {
    font-size: 24px;
    padding-top: 35px;
  }

  .bg-container .inner {
    max-width: 100%;
    padding: 0 30px 50px;
  }

  .contents_list ul {
    display: block;
  }

  .overview .contents_list ul li {
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .focus .contents_list ul li {
    width: calc(100% - 40px);
    margin-left: 0px;
    margin-right: 0px;
  }

  .contents_list ul li {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    padding: 20px;
  }

  .hosoku {
    width: 100%;
    margin-bottom: 40px;
  }

  .point .point-box_list>li:last-child {
    padding-bottom: 25px;
  }

  .hosoku .hosoku-title {
    font-size: 15px;
    display: block;
    padding-top: 24px;
  }

  .hosoku h4.list-dot,
  h4.list-dot {
    font-size: 15px;
    margin-bottom: 9px;
    font-weight: 700;
  }

  .hosoku h4.list-dot:first-of-type {
    margin-top: 0;
    font-weight: 700;
  }

  .hosoku>p:not(.hosoku-title) {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .hosoku>p:not(.hosoku-title):last-child {
    margin-bottom: 0;
  }
}

/*contact*/

#contact-box-02.contact-box {
  background: linear-gradient(90deg,
      rgba(0, 178, 211, 1) 60%,
      rgba(0, 113, 255, 1) 100%);
  position: relative;
  padding: 60px 0 100px;
}

#contact-box-02.contact-box h2 {
  color: #00b2d3;
  opacity: 0.5;
}

#contact-box-02.contact-box p.txt {
  font-size: 18px;
  margin-bottom: 30px;
}

#contact-box-02.contact-box .contact-box_btn {
  position: relative;
  color: #009dd3;
  padding: 0.6em 2.5em;
  display: block;
  background: #fff000;
  border: none;
  text-decoration: none;
  border-radius: 40px;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.3s;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 10px 10px 10px 0px rgb(0 140 177 / 50%);
  width: 426px;
  margin: 0 20px;
}

#contact-box-02.contact-box .contact-box_btn:hover {
  background: #fff;
  text-decoration: none;
  color: #009dd3;
}

#contact-box-02.contact-box .contact-box_btn::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
  content: "";
  width: 15px;
  height: 20px;
  background: url(https://psft.co.jp/pharmacy/images/contact_arrow_blue.svg) no-repeat;
  background-size: contain;
  display: block;
  transition: 0.3s;
}

#contact-box-02.contact-box::after {
  content: "";
  background: url(https://psft.co.jp/pharmacy/images/contact_chara_mother.svg);
  width: 162px;
  height: 290px;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 35px;
  transform: translate(-385%, 0%);
}

#contact-box-02.contact-box::before {
  content: "";
  background: url(https://psft.co.jp/pharmacy/images/contact_chara_father.svg);
  width: 165px;
  height: 268px;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 35px;
  transform: translate(295%, 0%);
}

/*common*/
#wrapper {
  overflow: hidden;
}

section .title {
  background: none;
  color: #000;
  width: auto;
  height: auto;
  min-height: inherit;
  text-align: left;
  display: block;
}

section .title h2 {
  position: relative;
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: -0.9em;
  letter-spacing: 0;
  z-index: 1;
  filter: alpha(opacity=20);
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-align: center;
}

section .title h2+p {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  /*padding-left: 0.4em;*/
  padding-left: 0em;
  text-align: center;
  line-height: 1.3em;
  z-index: 2;
}

section.follow {
  padding-top: 50px;
}

section.follow .text {
  font-size: 17px;
}

section.follow .title {
  text-align: center;
  margin-top: 30px;
}

.bg {
  background: #e4ebef;
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}

.bg::after {
  content: "";
  background: #e4ebef;
  width: 200%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: -50%;
  z-index: -1;
}

.benefits_box {
  background: #e4ebef;
  border-radius: 10px;
}

.btn_cen {
  text-align: center;
  margin: 30px;
}

.btn_cen a {
  min-width: 300px;
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}

.btn_cen a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_cen.blue a {
  background: #00b2d3;
  border: 1px solid #00b2d3;
}

.btn_cen.blue a:hover {
  background: #fff;
  color: #00b2d3;
}

.btn_cen a:hover::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  border-top: 2px solid #00b2d3;
  border-right: 2px solid #00b2d3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kotei_bnr {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 238px;
  z-index: 10000;
  transition: 0.3s;
  opacity: 0;
  height: 0px;
}

.kotei_bnr img {
  width: 100%;
}

.kotei_bnr.active {
  opacity: 1;
  display: block;
  height: auto;
}

section .title h2.h2_pagettl {
  font-size: 32px;
  color: #00a65a;
  margin-bottom: 20px;
  opacity: 1;
}


section .title h2.h2_pagettl.blue {
  color: #00b2d3;
}

.t-center {
  text-align: center;
  margin-top: 64px;
}

.thumb .t-center {
  margin-left: 0;
}


.thumb.t-center img {
  width: 1080px;
  height: 300px;
  max-width: 100%;
}

@media screen and (max-width: 769px) {


  .bg {
    padding: 20px 0px;
  }

  main .title h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 45px;
  }

  main .title p {
    text-align: center;
  }

  section.follow .title {
    margin-top: 0px;
  }

  .btn_cen a {
    min-width: 90%;
  }

  .kotei_bnr {
    max-width: 742px;
    width: 95%;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }

  section .title h2.h2_pagettl {
    font-size: 25px;
  }

  .overview {
    margin: 40px 0;
  }

  .overview .title h2.h2_pagettl {
    margin-bottom: 40px;
    font-size: 30px;
  }


  .point .title {
    margin-top: 20px;
  }

  .page-inner {
    width: 100%;
  }

  .contents_list ul li:nth-child(1) figure {
    width: 80%;
  }

  .contents_list ul li figure {
    width: 65%;
  }

  .li:nth-of-type(3) .choice_iconbox .choice_ph {
    width: calc(50% - 7px);
    height: 160px;
  }

  .point {
    margin: 100px 0 50px 0;
  }

  .point .point-table-txt {
    margin-bottom: 25px;
  }

  .point .point-box h3 {
    margin-bottom: 20px;
  }

  .point .point-box h3::after {
    bottom: -15px;
  }

  .point .point-box_list li {
    width: 100%;
  }

  .point .point-box_list .point-table-box .point-table dt {
    width: calc(118 / 351 * 100%);
  }

  .point .point-box_list li:nth-child(3) {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px;
  }

  .point .point-box_list li:nth-child(6) {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
  }

  .point .point-box h4 span:nth-child(1) {
    margin-left: 0;
  }

  .point .point-box_list li {
    border-left: none;
    border-bottom: 1px solid #fff;
    padding-top: 24px;
  }

  .point .point-box_list .point-table-box {
    padding: 10px 0px 0;
  }

  .point .point-box_list li:nth-child(3) {
    border-bottom: 1px solid #fff;
  }

  .point li.point-box-item-type1 {
    padding-inline: 0 !important;
  }

  .point .point-box_list .point-table-box .point-2col-tables {
    flex-direction: column;
    gap: 24px;
  }

  .point .point-box_list .point-table-box .point-table--type1 dt {
    width: calc((136 - 20) / 351 * 100%);
    flex-grow: 1;
  }

  .point .point-box_list .point-table-box .point-table--type1 dd {
    width: calc((104 - 20) / 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type2 dt {
    flex-basis: 33%;
    flex-grow: 1;
  }

  .point .point-box_list .point-table-box .point-table--type2 dd:nth-child(n) {
    width: 23%;
    padding-inline: 11px;
  }

  .point .point-box_list .point-table-box .point-table--type3 dt {
    width: calc(138 / 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type3 dd {
    width: calc(83 / 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type3 dd:nth-child(3n + 2) {
    width: calc(84 / 351 * 100%);
  }

  .point-table .point-table--type4 .point-table--type4-right dt {
    width: calc(138 / 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type4 {
    width: 100%;
  }

  .point .point-box_list .point-table-box .point-table--type4 dt {
    width: calc(135 / 350 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type4 dd {
    width: calc(82 / 350 * 100%)
  }


  .point .point-box_list .point-table-box .point-table--type5 dt {
    width: calc((115 - 20) / 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type5 dd {
    width: calc(125 / 464 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type6 dt {
    width: calc((136 - 20) / 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type6 dd {
    width: calc((108 - 24)/ 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type7 dt {
    width: calc((136 - 20) / 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type7 dd {
    width: calc((103 - 20) / 351 * 100%);
    padding-inline: 10px;
  }

  .point .point-box_list .point-table-box .point-table--type8 dt {
    width: calc((135 - 20) / 351 * 100%);
  }

  .point .point-box_list .point-table-box .point-table--type8 dd {
    width: calc(84 / 350 * 100%);
  }

  .focus {
    margin-bottom: 50px;
  }

  .focus .contents_list ul li:nth-child(2) figure {
    width: 264px;
  }

  .focus .contents_list ul li figure {
    width: 45%;
  }

  .focus .contents_list ul li:nth-child(3) figure {
    width: 330px;
  }

  .focus .contents_list ul li h3 {
    justify-content: center;
    border-radius: 5px;
    background: #00a65a;
    font-size: 20px;
  }

  .choice.bg {
    padding: 40px 0;
  }

  .choice .title {
    margin-bottom: 24px;
  }

  .choice .contents_list ul li h3 {
    font-size: 20px;
    padding: 0;
  }

  .choice .contents_list ul li:nth-of-type(2) h3 {
    margin-bottom: 20px;
  }

  .choice .contents_list ul li:nth-of-type(3) h3 {
    margin-bottom: 20px;
  }

  .choice .contents_list ul li>p {
    min-height: auto;
  }

  .choice .choice_iconbox {
    display: grid;
  }

  .choice .choice_ph {
    padding-bottom: 24px;
  }

  .choice .choice_ph .choice_icon {
    margin-bottom: 0;
  }

  .choice .choice_ph .choice_icon img {
    width: 100%;
    max-height: 80px;
    min-width: 120px;
  }

  #contact-box-02.contact-box .contact-box_btn {
    font-size: 20px;
    width: auto;
    display: block;
  }

  #contact-box-02.contact-box .contact-box_btn+.contact-box_btn {
    margin-top: 20px;
  }

  #contact-box-02.contact-box {
    overflow: hidden;
    padding: 40px 0 100px;
  }

  #contact-box-02.contact-box::after {
    content: "";
    background: url(https://psft.co.jp/pharmacy/images/contact_chara_mother.svg);
    width: 85px;
    height: 150px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -60px;
    transform: translate(-170%, 0%);
  }

  #contact-box-02.contact-box::before {
    content: "";
    width: 87px;
    height: 140px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -50px;
    transform: translate(60%, 0%);
  }

  .seminar_list {
    width: 90%;
    margin: auto;
  }

  .seminar .thumb {
    position: relative;
    width: 90px;
    margin-right: 20px;
  }

  .seminar .thumb img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
  }

  .hosoku {
    width: 100%;
  }

  .hosoku .hosoku-title {
    font-size: 15px;
    padding-bottom: 14px;
    display: block;
    padding-top: 24px;
  }

  .hosoku h4.list-dot,
  h4.list-dot {
    font-size: 15px;
    margin-bottom: 9px;
    font-weight: 700;
  }

  .hosoku h4.list-dot:first-of-type {
    margin-top: 0;
    font-weight: 700;
  }

  .hosoku>p:not(.hosoku-title) {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .hosoku>p:not(.hosoku-title):last-child {
    margin-bottom: 0;
  }

  .thumb.t-center {
    margin-top: 24px;
  }

  .thumb.t-center img {
    width: 280px;
    height: 78px;
  }
}

@media screen and (max-width: 495px) {
  .focus::after {
    bottom: -50px;
    height: 50px;
    background: url("../images/bg_arrow2_sp.svg") center top repeat-y;
    background-size: 100% auto;
  }

  .choice.bg::before {
    height: auto;
    padding-top: 52%;
    background: url("../images/bg_arrow_sp.svg") center top no-repeat;
  }
}