/*
* 基本スタイル
* ┗共通スタイル
* ヘッダー
* ┗グローバルナビゲーション
* フッター
* 汎用
* パーツ
*/
/* LESS Document */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.8rem;
  font-feature-settings: "pwid";
  background: #F5F0E9;
}
p {
  margin-bottom: 1em;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  border-top: #999 1px dotted;
  margin: 30px 0;
}
/* -------------------------------- テーブル */
table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}
table.table1Line thead th {
  padding: 15px 10px 10px;
  border-bottom: none;
  border-top: #EC5C03 3px solid;
}
.page--facility table.table1Line thead th {
  border-color: #77AD41;
}
.page--clinic table.table1Line thead th {
  border-color: #3C6BB3;
}
.page--pharmacy table.table1Line thead th {
  border-color: #C9256A;
}
table.table1Line tbody tr:nth-of-type(1) td {
  padding: 0 10px;
}
table thead th {
  padding: 15px 10px;
  border-bottom: #EC5C03 3px solid;
  text-align: center;
}
.page--facility table thead th {
  border-color: #77AD41;
}
.page--clinic table thead th {
  border-color: #3C6BB3;
}
.page--pharmacy table thead th {
  border-color: #C9256A;
}
table tbody th {
  padding: 22px 38px 8px 12px;
  border-bottom: #000 1px dotted;
  vertical-align: top;
  position: relative;
  background-clip: padding-box;
}
table tbody th .req {
  display: block;
  width: 32px;
  padding: 2px 0;
  background: #FF0000;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 24px;
  right: 5px;
}
table tbody tr:nth-of-type(1) td {
  padding-top: 15px;
}
table td {
  padding: 10px 10px 8px;
  border-bottom: #000 1px dotted;
  vertical-align: middle;
}
table td i {
  margin: 0 10px;
  font-size: 2.4rem;
}
/* -------------------------------- リスト */
ul {
  padding: 0 0 0 2rem;
  list-style: disc;
}
ul li::marker {
  color: #EC5C03;
}
.page--facility ul li::marker {
  color: #77AD41;
}
.page--clinic ul li::marker {
  color: #3C6BB3;
}
.page--pharmacy ul li::marker {
  color: #C9256A;
}
ul li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 {
  padding: 0 0 0 2rem;
}
.listDisc_02 li:not(:last-child) {
  margin: 0 0 5px;
}
.listDisc_02 li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  width: 1.8rem;
  margin: 0 0 0 -1.8rem;
  text-align: center;
}
.listDisc_03 {
  padding: 0 0 0 1.5rem;
}
.listDisc_03 li:not(:last-child) {
  margin: 0 0 0;
}
.listDisc_03 li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #EC5C03;
  margin-right: -8px;
  font-size: 1rem;
  text-align: center;
  vertical-align: 2px;
  position: relative;
  left: -12px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding: 0 0 0 2.5rem;
}
.listDecimal_02 > li {
  counter-increment: number;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  display: inline-block;
  width: 2.5rem;
  margin: 0 0 0 -2.5rem;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_01…PC横並び、SP以下改行
dl_02…PC、SP共に横並びリスト
*/
.dlList_01 > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.dlList_01 > div dt {
  min-width: 0;
}
.dlList_01 > div dd {
  flex: 1;
}
.dlList_01.dlBorder > div {
  border-bottom: #666 1px dotted;
}
.dlList_02 > div {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.dlList_02 > div dt {
  min-width: 0;
}
.dlList_02 > div dd {
  flex: 1;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	共通スタイル
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
main h1 {
  margin: 0 0 10px;
  color: #EC5C03;
  font-size: 3.2rem;
}
.page--facility main h1 {
  color: #77AD41;
}
.page--clinic main h1 {
  color: #3C6BB3;
}
.page--pharmacy main h1 {
  color: #C9256A;
}
main h1 .sub {
  display: inline-block;
  padding: 1px 4px;
  margin: 0 0 0 5px;
  border: #EC5C03 1px solid;
  line-height: 1;
}
.page--facility main h1 .sub {
  border-color: #77AD41;
}
.page--clinic main h1 .sub {
  border-color: #3C6BB3;
}
.page--pharmacy main h1 .sub {
  border-color: #C9256A;
}
main .header {
  gap: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
main .header.ai_fs {
  align-items: flex-start;
}
main .header.ai_c {
  align-items: center;
}
main .header.ai_fe {
  align-items: flex-end;
}
main .header.jc_fs {
  justify-content: flex-start;
}
main .header.jc_c {
  justify-content: center;
}
main .header .flexText {
  flex: 1;
}
main .header .flexRight {
  order: 1;
}
main .header .btn {
  width: 286px;
  height: 36px;
}
main .header .headerBtnInner > * {
  margin-left: 5px;
}
main .header .headerBtnInner label {
  padding-right: 5px;
}
article {
  width: 1240px;
  margin: 35px auto;
  padding: 18px 30px 46px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
article.small {
  width: 640px;
}
article.loginArea {
  margin-top: 135px;
  padding-top: 33px;
}
article.menuArea {
  padding-top: 33px;
  padding-bottom: 56px;
  text-align: center;
}
article.menuArea h1 {
  margin: 0 0 25px;
}
article.menuArea .btn {
  width: 480px;
}
article.menuArea ul {
  margin: 0 0 72px;
  list-style: none;
}
article.menuArea ul:nth-last-of-type(1) {
  margin-bottom: 0;
}
article.menuArea ul li {
  margin: 0 0 21px;
}
article.messageArea,
article.listArea {
  margin-bottom: 0;
  padding-bottom: 26px;
  position: relative;
  z-index: 1;
}
article.messageArea + .footerMessageBtn,
article.listArea + .footerMessageBtn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  top: -17px;
}
article.messageArea + .footerMessageBtn .btn,
article.listArea + .footerMessageBtn .btn {
  width: 223px;
  padding-top: 17px;
  line-height: 1.1;
}
article.messageArea + .footerMessageBtn .btn.current,
article.listArea + .footerMessageBtn .btn.current {
  flex-direction: column;
  padding-top: 10px;
  background: #88CE20;
  pointer-events: none;
}
.page--facility article.messageArea + .footerMessageBtn .btn.current,
.page--facility article.listArea + .footerMessageBtn .btn.current {
  background: #88CE20;
}
.page--clinic article.messageArea + .footerMessageBtn .btn.current,
.page--clinic article.listArea + .footerMessageBtn .btn.current {
  background: #1863d7;
}
.page--pharmacy article.messageArea + .footerMessageBtn .btn.current,
.page--pharmacy article.listArea + .footerMessageBtn .btn.current {
  background: #ed0164;
}
article.messageArea + .footerMessageBtn .btn.current::before,
article.listArea + .footerMessageBtn .btn.current::before {
  display: block;
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.2rem;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ログイン
+++++++++++++++++++++++++++++++++++++++++++ */
.loginBox {
  width: 420px;
  margin: 0 auto;
}
.loginBox dl {
  margin: 0 0 38px;
}
.loginBox dl div {
  margin: 0 0 20px;
  line-height: 1.2;
}
.loginBox dl div dt {
  padding: 0 0 7px;
  color: #EC5C03;
  font-weight: bold;
  font-size: 2rem;
}
.page--facility .loginBox dl div dt {
  color: #77AD41;
}
.page--clinic .loginBox dl div dt {
  color: #3C6BB3;
}
.page--pharmacy .loginBox dl div dt {
  color: #C9256A;
}
.loginBox dl div dd input {
  width: 100%;
  font-size: 2rem;
}
/* -------------------------------- pagenation */
.pagenation {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: center;
  margin: 32px 0 0;
  text-align: left;
}
.pagenation a,
.pagenation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 4px;
  border: #EC5C03 2px solid;
  color: #EC5C03;
}
.page--facility .pagenation a,
.page--facility .pagenation span {
  border-color: #77AD41;
  color: #77AD41;
}
.page--clinic .pagenation a,
.page--clinic .pagenation span {
  border-color: #3C6BB3;
  color: #3C6BB3;
}
.page--pharmacy .pagenation a,
.page--pharmacy .pagenation span {
  border-color: #C9256A;
  color: #C9256A;
}
.pagenation a.prev,
.pagenation span.prev,
.pagenation a.next,
.pagenation span.next {
  border: none;
  font-size: 2.4rem;
}
.pagenation a:hover,
.pagenation span:hover,
.pagenation a.current,
.pagenation span.current {
  background: #EC5C03;
  color: #FFF;
  text-decoration: none;
}
.page--facility .pagenation a:hover,
.page--facility .pagenation span:hover,
.page--facility .pagenation a.current,
.page--facility .pagenation span.current {
  background: #77AD41;
}
.page--clinic .pagenation a:hover,
.page--clinic .pagenation span:hover,
.page--clinic .pagenation a.current,
.page--clinic .pagenation span.current {
  background: #3C6BB3;
}
.page--pharmacy .pagenation a:hover,
.page--pharmacy .pagenation span:hover,
.page--pharmacy .pagenation a.current,
.page--pharmacy .pagenation span.current {
  background: #C9256A;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フォーム
+++++++++++++++++++++++++++++++++++++++++++ */
.errorMessage {
  text-align: center;
  color: #FF0000;
  font-weight: bold;
}
input {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"] {
  padding: 7px;
  border: #EC5C03 2px solid;
  border-radius: 4px;
  background: #FFFEE2;
}
.page--facility input[type="text"],
.page--facility input[type="email"],
.page--facility input[type="password"],
.page--facility input[type="tel"],
.page--facility input[type="date"],
.page--facility input[type="time"] {
  border-color: #77AD41;
}
.page--clinic input[type="text"],
.page--clinic input[type="email"],
.page--clinic input[type="password"],
.page--clinic input[type="tel"],
.page--clinic input[type="date"],
.page--clinic input[type="time"] {
  border-color: #3C6BB3;
}
.page--pharmacy input[type="text"],
.page--pharmacy input[type="email"],
.page--pharmacy input[type="password"],
.page--pharmacy input[type="tel"],
.page--pharmacy input[type="date"],
.page--pharmacy input[type="time"] {
  border-color: #C9256A;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  padding: 3px 20px 3px 36px;
  background: url("/common/img/input_radio.png") no-repeat;
  font-weight: bold;
  position: relative;
}
.page--facility input[type="radio"] + label,
.page--facility input[type="checkbox"] + label {
  background: url("/common/img/input_radio_2.png") no-repeat;
}
.page--clinic input[type="radio"] + label,
.page--clinic input[type="checkbox"] + label {
  background: url("/common/img/input_radio_3.png") no-repeat;
}
.page--pharmacy input[type="radio"] + label,
.page--pharmacy input[type="checkbox"] + label {
  background: url("/common/img/input_radio_4.png") no-repeat;
}
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: 2px;
  color: #EC5C03;
}
.page--facility input[type="radio"]:checked + label::before,
.page--facility input[type="checkbox"]:checked + label::before {
  color: #77AD41;
}
.page--clinic input[type="radio"]:checked + label::before,
.page--clinic input[type="checkbox"]:checked + label::before {
  color: #3C6BB3;
}
.page--pharmacy input[type="radio"]:checked + label::before,
.page--pharmacy input[type="checkbox"]:checked + label::before {
  color: #C9256A;
}
input[type="checkbox"] + label {
  background: url("/common/img/input_checkbox.png") no-repeat;
}
.page--facility input[type="checkbox"] + label {
  background: url("/common/img/input_checkbox_2.png") no-repeat;
}
.page--clinic input[type="checkbox"] + label {
  background: url("/common/img/input_checkbox_3.png") no-repeat;
}
.page--pharmacy input[type="checkbox"] + label {
  background: url("/common/img/input_checkbox_4.png") no-repeat;
}
input[type="checkbox"]:checked + label::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
textarea,
select {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 7px;
  border: #EC5C03 2px solid;
  border-radius: 4px;
  background: #FFFEE2;
}
.page--facility textarea,
.page--facility select {
  border-color: #77AD41;
}
.page--clinic textarea,
.page--clinic select {
  border-color: #3C6BB3;
}
.page--pharmacy textarea,
.page--pharmacy select {
  border-color: #C9256A;
}
label {
  display: inline-block;
  cursor: pointer;
  line-height: 1.2;
}
button {
  -webkit-appearance: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
::-webkit-input-placeholder {
  color: #DDD;
}
::-moz-placeholder {
  color: #DDD;
}
.inputL {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .inputL {
    width: 100%;
  }
}
.inputM {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .inputM {
    width: 80%;
  }
}
.inputS {
  width: 100px;
}
.inputSS {
  width: 60px;
}
.help {
  display: inline-block;
  margin: 5px 0 0;
  color: #535353;
  font-size: 1.4rem;
  vertical-align: middle;
}
.submit {
  text-align: center;
  margin: 30px 0 10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header {
  gap: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  min-width: 1240px;
  height: 48px;
  padding: 0 15px 0 10px;
  background: #EC5C03;
}
header.ai_fs {
  align-items: flex-start;
}
header.ai_c {
  align-items: center;
}
header.ai_fe {
  align-items: flex-end;
}
header.jc_fs {
  justify-content: flex-start;
}
header.jc_c {
  justify-content: center;
}
header .flexText {
  flex: 1;
}
header .flexRight {
  order: 1;
}
.page--facility header {
  background: #77AD41;
}
.page--clinic header {
  background: #3C6BB3;
}
.page--pharmacy header {
  background: #C9256A;
}
header .siteLogo {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
}
header .siteLogo img {
  margin: 0 10px 0 0;
  vertical-align: -12px;
}
header .headerMenu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 38px;
}
header .headerMenu li {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
}
header .headerMenu li a {
  color: #FFF;
  text-decoration: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a {
  color: #EC5C03;
  text-underline-offset: 3px;
  text-decoration: none;
}
.page--facility a {
  color: #77AD41;
}
.page--clinic a {
  color: #3C6BB3;
}
.page--pharmacy a {
  color: #C9256A;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a:hover img.noOpacity {
  opacity: 1;
}
a.link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7.5px;
  border-color: transparent transparent transparent #2DA7E0;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: inherit;
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  color: #F00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
@media screen and (max-width: 767px) {
  .texCenter_sp {
    text-align: center!important;
  }
  .texLeft_sp {
    text-align: left!important;
  }
  .texRight_sp {
    text-align: right!important;
  }
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.9;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.colorRed {
  color: #FF0000;
}
.colorOrange {
  color: #EC5C03;
}
.colorGreen {
  color: #77AD41;
}
.colorBlue {
  color: #3C6BB3;
}
.colorPurple {
  color: #C9256A;
}
.colorEmerald {
  color: #00A3A5;
}
.colorDel {
  color: #D82C14;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs15 {
  font-size: 1.5rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs17 {
  font-size: 1.7rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs19 {
  font-size: 1.9rem !important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs23 {
  font-size: 2.3rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs25 {
  font-size: 2.5rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs27 {
  font-size: 2.7rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs29 {
  font-size: 2.9rem !important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs34 {
  font-size: 3.4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs38 {
  font-size: 3.8rem !important;
}
.fs40 {
  font-size: 4rem!important;
}
.fs42 {
  font-size: 4.2rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs46 {
  font-size: 4.6rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
@media screen and (max-width: 767px) {
  .fs10 {
    font-size: 2vw!important;
  }
  .fs11 {
    font-size: 2.2vw !important;
  }
  .fs12 {
    font-size: 2.4vw !important;
  }
  .fs13 {
    font-size: 2.6vw !important;
  }
  .fs14 {
    font-size: 2.8vw !important;
  }
  .fs15 {
    font-size: 3vw!important;
  }
  .fs16 {
    font-size: 3.2vw !important;
  }
  .fs17 {
    font-size: 3.4vw !important;
  }
  .fs18 {
    font-size: 3.6vw !important;
  }
  .fs19 {
    font-size: 3.8vw !important;
  }
  .fs20 {
    font-size: 4vw!important;
  }
  .fs21 {
    font-size: 4.2vw !important;
  }
  .fs22 {
    font-size: 4.4vw !important;
  }
  .fs23 {
    font-size: 4.6vw !important;
  }
  .fs24 {
    font-size: 4.8vw !important;
  }
  .fs25 {
    font-size: 5vw!important;
  }
  .fs26 {
    font-size: 5.2vw !important;
  }
  .fs27 {
    font-size: 5.4vw !important;
  }
  .fs28 {
    font-size: 5.6vw !important;
  }
  .fs29 {
    font-size: 5.8vw !important;
  }
  .fs30 {
    font-size: 6vw!important;
  }
  .fs32 {
    font-size: 6.4vw !important;
  }
  .fs34 {
    font-size: 6.8vw !important;
  }
  .fs36 {
    font-size: 7.2vw !important;
  }
  .fs38 {
    font-size: 7.6vw !important;
  }
  .fs40 {
    font-size: 8vw!important;
  }
  .fs42 {
    font-size: 8.4vw !important;
  }
  .fs44 {
    font-size: 8.8vw !important;
  }
  .fs46 {
    font-size: 9.2vw !important;
  }
  .fs48 {
    font-size: 9.6vw !important;
  }
  .fs10_sp {
    font-size: 2vw!important;
  }
  .fs11_sp {
    font-size: 2.2vw !important;
  }
  .fs12_sp {
    font-size: 2.4vw !important;
  }
  .fs13_sp {
    font-size: 2.6vw !important;
  }
  .fs14_sp {
    font-size: 2.8vw !important;
  }
  .fs15_sp {
    font-size: 3vw!important;
  }
  .fs16_sp {
    font-size: 3.2vw !important;
  }
  .fs17_sp {
    font-size: 3.4vw !important;
  }
  .fs18_sp {
    font-size: 3.6vw !important;
  }
  .fs19_sp {
    font-size: 3.8vw !important;
  }
  .fs20_sp {
    font-size: 4vw!important;
  }
  .fs21_sp {
    font-size: 4.2vw !important;
  }
  .fs22_sp {
    font-size: 4.4vw !important;
  }
  .fs23_sp {
    font-size: 4.6vw !important;
  }
  .fs24_sp {
    font-size: 4.8vw !important;
  }
  .fs25_sp {
    font-size: 5vw!important;
  }
  .fs26_sp {
    font-size: 5.2vw !important;
  }
  .fs27_sp {
    font-size: 5.4vw !important;
  }
  .fs28_sp {
    font-size: 5.6vw !important;
  }
  .fs29_sp {
    font-size: 5.8vw !important;
  }
  .fs30_sp {
    font-size: 6vw!important;
  }
  .fs32_sp {
    font-size: 6.4vw !important;
  }
  .fs34_sp {
    font-size: 6.8vw !important;
  }
  .fs36_sp {
    font-size: 7.2vw !important;
  }
  .fs38_sp {
    font-size: 7.6vw !important;
  }
  .fs40_sp {
    font-size: 8vw!important;
  }
  .fs42_sp {
    font-size: 8.4vw !important;
  }
  .fs44_sp {
    font-size: 8.8vw !important;
  }
  .fs46_sp {
    font-size: 9.2vw !important;
  }
  .fs48_sp {
    font-size: 9.6vw !important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}
@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px!important;
  }
  .mt5_sp {
    margin-top: 5px!important;
  }
  .mt10_sp {
    margin-top: 10px!important;
  }
  .mt15_sp {
    margin-top: 15px!important;
  }
  .mt20_sp {
    margin-top: 20px!important;
  }
  .mt25_sp {
    margin-top: 25px!important;
  }
  .mt30_sp {
    margin-top: 30px!important;
  }
  .mt35_sp {
    margin-top: 35px!important;
  }
  .mt40_sp {
    margin-top: 40px!important;
  }
  .mt45_sp {
    margin-top: 45px!important;
  }
  .mt50_sp {
    margin-top: 50px!important;
  }
  .mb0_sp {
    margin-bottom: 0px!important;
  }
  .mb5_sp {
    margin-bottom: 5px!important;
  }
  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb15_sp {
    margin-bottom: 15px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb25_sp {
    margin-bottom: 25px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb35_sp {
    margin-bottom: 35px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb45_sp {
    margin-bottom: 45px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mr0_sp {
    margin-right: 0px!important;
  }
  .mr5_sp {
    margin-right: 5px!important;
  }
  .mr10_sp {
    margin-right: 10px!important;
  }
  .mr15_sp {
    margin-right: 15px!important;
  }
  .mr20_sp {
    margin-right: 20px!important;
  }
  .mr25_sp {
    margin-right: 25px!important;
  }
  .mr30_sp {
    margin-right: 30px!important;
  }
  .mr35_sp {
    margin-right: 35px!important;
  }
  .mr40_sp {
    margin-right: 40px!important;
  }
  .mr45_sp {
    margin-right: 45px!important;
  }
  .mr50_sp {
    margin-right: 50px!important;
  }
  .ml0_sp {
    margin-left: 0px!important;
  }
  .ml5_sp {
    margin-left: 5px!important;
  }
  .ml10_sp {
    margin-left: 10px!important;
  }
  .ml15_sp {
    margin-left: 15px!important;
  }
  .ml20_sp {
    margin-left: 20px!important;
  }
  .ml25_sp {
    margin-left: 25px!important;
  }
  .ml30_sp {
    margin-left: 30px!important;
  }
  .ml35_sp {
    margin-left: 35px!important;
  }
  .ml40_sp {
    margin-left: 40px!important;
  }
  .ml45_sp {
    margin-left: 45px!important;
  }
  .ml50_sp {
    margin-left: 50px!important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	TB用、SP用
+++++++++++++++++++++++++++++++++++++++++++ */
.tb_show,
.sp_show {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tb_hide {
    display: none;
  }
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（色々なページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box {
  background: #EEE;
  padding: 15px;
}
.photoFrame {
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
}
.btn {
  background: #EC5C03;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  position: relative;
  width: 420px;
  height: 62px;
  border: none;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: bold;
}
.btn .fa {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.btn:hover {
  opacity: 0.7;
}
.page--facility .btn {
  background: #77AD41;
  color: #FFF;
}
.page--clinic .btn {
  background: #3C6BB3;
  color: #FFF;
}
.page--pharmacy .btn {
  background: #C9256A;
  color: #FFF;
}
.btn:hover {
  text-decoration: none;
}
.btn.btnDel {
  background: #D82C14;
}
.btn.btnReturn {
  background: #777;
}
.columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.columnBox > * {
  display: block;
  width: 49%;
}
.columnBox::before,
.columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 49%;
}
.columnBox.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.columnBox.col3 > * {
  display: block;
  width: 32%;
}
.columnBox.col3::before,
.columnBox.col3::after {
  content: '';
  order: 1;
  display: block;
  width: 32%;
}
.columnBox.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.columnBox.col4 > * {
  display: block;
  width: 24%;
}
.columnBox.col4::before,
.columnBox.col4::after {
  content: '';
  order: 1;
  display: block;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .columnBox.col1_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .columnBox.col1_sp > * {
    display: block;
    width: 100%;
  }
  .columnBox.col1_sp::before,
  .columnBox.col1_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 100%;
  }
  .columnBox.col2_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .columnBox.col2_sp > * {
    display: block;
    width: 49%;
  }
  .columnBox.col2_sp::before,
  .columnBox.col2_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 49%;
  }
  .columnBox.col3_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .columnBox.col3_sp > * {
    display: block;
    width: 32%;
  }
  .columnBox.col3_sp::before,
  .columnBox.col3_sp::after {
    content: '';
    order: 1;
    display: block;
    width: 32%;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
}
.flex.ai_fs {
  align-items: flex-start;
}
.flex.ai_c {
  align-items: center;
}
.flex.ai_fe {
  align-items: flex-end;
}
.flex.jc_fs {
  justify-content: flex-start;
}
.flex.jc_c {
  justify-content: center;
}
.flex .flexText {
  flex: 1;
}
.flex .flexRight {
  order: 1;
}
.ellipsis {
  display: block;
  width: 336px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
