﻿@charset "utf-8";

/*----------------------------------------------------------------------------------------------------

  ページタイトル
  
----------------------------------------------------------------------------------------------------*/

.p-pgTtl {
  border: 1px solid #c8c8c8;
  border-bottom: 3px solid #a4d661;
  line-height: 1.4;
  border-radius: 4px;
}

@media print,
screen and (min-width:641px) {
  .p-pgTtl {
    font-size: 1.55em;
    padding: 1.8rem 2rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width:640px) {
  .p-pgTtl {
    font-size: 1.25em;
    padding: 1.4rem 1.5rem;
    margin-bottom: 3rem;
  }
}

.p-pgTtll p {
    font-size: 0.7em;
	text-align: right;
	margin-top: -1em;
	margin-bottom: -0.5em;
}

@media print,
screen and (min-width:641px) {
  .p-pgTtl p {
    font-size: 0.6em;
	text-align: right;
	margin-top: 0em;
	margin-bottom: -0.5em;
  }
}

@media screen and (max-width:640px) {
  .p-pgTtl p {
    font-size: 0.6em;
	text-align: right;
	margin-top: 0em;
	margin-bottom: -0.5em;
  }
}

/*----------------------------------------------------------------------------------------------------

  見出し
  
----------------------------------------------------------------------------------------------------*/

.p-hdLine {
  background-color: #f1f9e7;
  border-bottom: 1px solid #d9edbc;
  line-height: 1.4;
  position: relative;
}

.p-hdLine:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #b3e273;
}

.p-hdLine-line {
  color: #93c84c;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.4;
  padding-bottom: 1.5rem;
}

.p-hdLine-bg {
  background-color: #b3e273;
  color: #fff;
  line-height: 1.4;
  border-radius: 3px;
}

@media print,
screen and (min-width:641px) {
  .p-hdLine {
    font-size: 1.11em;
    padding: 1.3rem 2rem;
    margin-bottom: 2.5rem;
  }

  .p-hdLine-line {
    font-size: 1.15em;
    margin-bottom: 2.5rem;
  }

  .p-hdLine-bg {
    font-size: 1.11em;
    padding: 1.2rem 1.5rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width:640px) {
  .p-hdLine {
    padding: 1.1rem 1.75rem;
    margin-bottom: 2rem;
  }

  .p-hdLine-line {
    font-size: 1.1em;
    margin-bottom: 2rem;
  }

  .p-hdLine-bg {
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
  }
}


/*----------------------------------------------------------------------------------------------------

  Block
  
----------------------------------------------------------------------------------------------------*/


@media print,
screen and (min-width:641px) {
  .p-block {
    padding-bottom: 2.5em;
  }
}

@media screen and (max-width:640px) {
  .p-block:not(:last-of-type) {
    padding-bottom: 2em;
  }
}

.margintop {
  padding-top: 2.5em;
}


/*--------------------------------------------------------------------------------
  写真・コメントセット
--------------------------------------------------------------------------------*/

.p-setBlock:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.p-setBlock__photo {
  display: inline-block;
  float: right;
  margin-left: 3rem;
  margin-bottom: 2rem;
  text-align: center;
  padding-top: 0.5em;
}

@media print,
screen and (min-width:641px) {
  .p-setBlock__photo {
    max-width: 240px;
  }
}

@media screen and (max-width:640px) {
  .p-setBlock:not([setBlock-sp="M"]) .p-setBlock__photo {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    display: block;
    margin-left: inherit;
    float: none;
    text-align: center;
  }

  .p-setBlock:not([setBlock-sp="M"]) .p-setBlock__photo img {
    max-width: 70%;
  }

  .p-setBlock[setBlock-sp="M"] .p-setBlock__photo {
    max-width: 40%;
  }
}

@media screen and (max-width:480px) {
  .p-setBlock[setBlock-sp="M"] .p-setBlock__photo {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    display: block;
    margin-left: inherit;
    float: none;
    text-align: center;
  }

  .p-setBlock[setBlock-sp="M"] .p-setBlock__photo img {
    max-width: 70%;
  }
}


/*----------------------------------------------------------------------------------------------------

  Box
  
----------------------------------------------------------------------------------------------------*/

.p-box {
  border: 2px solid #f0f095;
  background-color: #fdfdea;
  border-radius: 4px;
}

@media print,
screen and (min-width:641px) {
  .p-box {
    padding: 2rem 2.5rem;
  }
}

@media screen and (max-width:640px) {
  .p-box {
    padding: 1.5rem 2rem;
  }
}


/* オレンジ
----------------------------------------------------------------------*/

.p-box[box-color="orange"] {
  border-color: #fad59b;
  background-color: #fef8ee;
}


/* 水色
----------------------------------------------------------------------*/

.p-box[box-color="lblue"] {
  border-color: #a0def1;
  background-color: #f5fafe;
}


/*----------------------------------------------------------------------------------------------------

  ページの目次
  
----------------------------------------------------------------------------------------------------*/

.p-mokuzi {
  border: 2px solid #a0def1;
  background-color: #f5fafe;
  border-radius: 4px;
}

.p-mokuzi__ttl {
  padding-bottom: 0.5em;
}

.p-mokuzi ul {
  margin-left: 1.15em;
  list-style: none;
}

.p-mokuzi ul li:not(:first-of-type),
.p-mokuzi ul li ul {
  padding-top: 0.25em;
}

.p-mokuzi li a {
  display: inline-block;
  position: relative;
  padding-left: 0.2em;
}

.p-mokuzi li a:before {
  content: "";
  margin-left: -2.6rem;
  margin-right: 0.2rem;
  width: 2.6rem;
  height: 1em;
  background: url(../image/icon/arC_lblue.svg) no-repeat center center;
  background-size: auto 1.4rem;
  vertical-align: middle;
  margin-bottom: 0.2em;
  display: inline-block;
  transform: rotate(90deg);
}

.p-mokuzi ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-mokuzi ul.cols>li {
  padding-right: 2.5em;
  white-space: normal;
}

@media print,
screen and (min-width:641px) {
  .p-mokuzi {
    padding: 2rem 2.5rem;
  }

  .p-mokuzi__ttl {
    font-size: 1.1em;
  }

  .p-mokuzi ul {
    font-size: 0.95em;
  }

  .p-mokuzi ul.cols--2>li {
    min-width: 50%;
  }

  .p-mokuzi ul.cols--3>li {
    min-width: 33.3%;
  }

  .p-mokuzi ul.cols--4>li {
    min-width: 25%;
  }
}

@media screen and (max-width:640px) {
  .p-mokuzi {
    padding: 1.5rem 2rem;
  }

  .p-mokuzi ul {
    font-size: 0.9em;
  }

  .p-mokuzi li a {
    display: block;
  }

  .p-mokuzi ul.cols--2>li {
    min-width: 100%;
  }

  .p-mokuzi ul.cols--3>li,
  .p-mokuzi ul.cols--4>li {
    min-width: 50%;
  }
}

/*----------------------------------------------------------------------------------------------------

  Tab
  
----------------------------------------------------------------------------------------------------*/

.p-tab ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.88em;
  line-height: 1.4;
  background-color: #fbc96e;
  padding-bottom: 3px;
}

.p-tab li {
  padding: 0 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
}

.p-tab li:first-child {
  padding-left: 0;
}

.p-tab li:last-child {
  padding-right: 0;
}

.p-tab li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 1rem;
  text-align: center;
  border-left: 1px solid #fbc96e;
  border-right: 1px solid #fbc96e;
  border-top: 1px solid #fbc96e;
  border-radius: 4px 4px 0 0;
}

.ua-pc .p-tab li a {
  transition: background 0.1s ease, color 0.1s ease;
}

.p-tab li .p-tab__txt {
  display: inline-block;
  position: relative;
  padding-left: 2.2rem;
}

.p-tab li .p-tab__txt:before {
  content: "";
  width: 1.4rem;
  height: 1em;
  background: url(../image/icon/arC_orange.svg) no-repeat center center;
  background-size: auto 1.4rem;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.2em;
  transform: rotate(90deg);
}

.p-tab li.is-active .p-tab__txt:before {
  background-image: url(../image/icon/arC_white.svg);
}

.p-tab li a,
.p-tab li a:visited,
.p-tab li a:hover {
  color: inherit;
  text-decoration: none;
}

.ua-pc .p-tab li:not(.is-active) a:hover {
  background-color: #fef5e7;
  color: #f5a523;
}

.p-tab li.is-active a {
  background-color: #fbc96e;
  color: #fff;
}

@media print,
screen and (min-width:641px) {
  .p-tab {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width:640px) {
  .p-tab {
    margin-bottom: 2.5rem;
    white-space: nowrap;
  }

  .p-tab ul {
    white-space: nowrap;
    overflow-x: scroll;
  }
}


/*----------------------------------------------------------------------------------------------------

  Table
  
----------------------------------------------------------------------------------------------------*/

.p-tbl {
  font-size: 0.95em;
  width: 100%;
  min-width: 360px;
  border: 0;
  border-collapse: collapse;
}

.p-tbl th,
.p-tbl td {
  padding: 1.25rem;
  line-height: 1.4;
}

.p-tbl th {
  border: 1px solid #c8c8c8;
  background-color: #fafad6;
  white-space: nowrap;
  text-align: center;
}

.p-tbl td {
  background-color: #fff;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

@media screen and (max-width:640px) {
  .p-tbl {
    font-size: 0.9em;
  }
}

.p-tbl02 {
  font-size: 0.95em;
  width: 100%;
  min-width: 360px;
  border: 0;
  border-collapse: collapse;
  border-left: 1px solid #c8c8c8;
}

.p-tbl02 th,
.p-tbl02 td {
  padding: 1rem;
  line-height: 1.4;
  vertical-align: middle;
}

.p-tbl02 thead th,
.p-tbl02 thead td,
.p-tbl02 tbody th {
  background-color: #fafad6;
  white-space: nowrap;
  text-align: center;
}

.p-tbl02 tbody td {
  background-color: #fff;
  text-align: center;
}

.p-tbl02 thead th,
.p-tbl02 thead td {
  border: 1px solid #c8c8c8;
  font-weight: bold;
}

.p-tbl02 tbody th {
  border: 1px solid #c8c8c8;
}

.p-tbl02 tbody th,
.p-tbl02 tbody td {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

@media screen and (max-width:640px) {
  .p-tbl02 {
    font-size: 0.9em;
  }
}

.p-tbl .rHline,
.p-tbl02 .rHline {
  border-right-style: dotted;
}

.p-tbl .bgLight,
.p-tbl02 .bgLight {
  background-color: #fdfdea;
}

.p-tbl[th-align="left"] tbody th,
.p-tbl02[th-align="left"] tbody th {
  text-align: left;
}

.p-tbl[th-nowrap="no"] tbody th,
.p-tbl02[th-nowrap="no"] tbody th {
  white-space: inherit;
}


/*--------------------------------------------------------------------------------
  問い合わせ
--------------------------------------------------------------------------------*/

.p-tbl-contact {
  font-size: 0.95em;
  width: 100%;
  border: 0;
  border-collapse: separate;
}

.p-tbl-contact th,
.p-tbl-contact td {
  line-height: 1.4;
  vertical-align: middle;
}

.p-tbl-contact thead th {
  border: 2px solid #f6bb5c;
  background-color: #f6bb5c;
  font-weight: bold;
  color: #fff;
  font-size: 1.1em;
  border-radius: 4px 4px 0 0;
  padding: 1rem 1.5rem;
}

.p-tbl-contact thead th,
.p-tbl-contact tbody th {
  white-space: nowrap;
  text-align: center;
}

.p-tbl-contact tbody th {
  background-color: #fef5e7;
  border-left: 2px solid #f9d395;
  border-right: 1px solid #f9d395;
}

.p-tbl-contact tbody td {
  background-color: #fff;
  border-right: 2px solid #f9d395;
}

.p-tbl-contact tbody th,
.p-tbl-contact tbody td {
  border-bottom: 1px solid #f9d395;
  padding: 1.25rem;
}

.p-tbl-contact tbody tr:last-child th,
.p-tbl-contact tbody tr:last-child td {
  border-bottom: 2px solid #f9d395;
}

.p-tbl-contact tbody tr:last-child th {
  border-radius: 0 0 0 4px;
}

.p-tbl-contact tbody tr:last-child td {
  border-radius: 0 0 4px 0;
}

@media screen and (max-width:640px) {
  .p-tbl-contact {
    font-size: 0.9em;
  }
}


/*----------------------------------------------------------------------------------------------------

  List
  
----------------------------------------------------------------------------------------------------*/

ul.p-list {
  margin-left: 1.15em;
}
ol.p-list {
  margin-left: 2.5em;
}

ul.p-list02 {
  margin-left: 0.15em;
  list-style:none; 
}
ul.p-list02  li{
  padding-bottom: 5px
}

ul.p-list li,
ol.p-list li {
  line-height: 1.4;
}

.p-list>li:not(:first-of-type),
.p-list>li>ul,
.p-list[list-aki="S"]>li:not(:first-of-type),
.p-list[list-aki="S"]>li:not(:first-of-type)>ul,
.p-list[list-aki="S"]>li:not(:first-of-type)>ol,
ul[list-aki="S"]>li:not(:first-of-type),
ul[list-aki="S"]>li:not(:first-of-type)>ul,
ul[list-aki="S"]>li:not(:first-of-type)>ol,
ol[list-aki="S"]>li:not(:first-of-type),
ol[list-aki="S"]>li:not(:first-of-type)>ul,
ol[list-aki="S"]>li:not(:first-of-type)>ol {
  padding-top: 0.25em;
}

ul[list-aki="M"]>li:not(:first-of-type),
ul[list-aki="M"]>li:not(:first-of-type)>ul,
ul[list-aki="M"]>li:not(:first-of-type)>ol,
ul[list-aki="L"]>li:not(:first-of-type)>ul,
ul[list-aki="L"]>li:not(:first-of-type)>ol,
ol[list-aki="M"]>li:not(:first-of-type),
ol[list-aki="M"]>li:not(:first-of-type)>ul,
ol[list-aki="M"]>li:not(:first-of-type)>ol,
ol[list-aki="L"]>li:not(:first-of-type)>ul,
ol[list-aki="L"]>li:not(:first-of-type)>ol {
  padding-top: 0.5em;
}

ul[list-aki="L"]>li:not(:first-of-type),
ol[list-aki="L"]>li:not(:first-of-type) {
  padding-top: 0.75em;
}


/*--------------------------------------------------------------------------------
  マーク
--------------------------------------------------------------------------------*/

ul.p-listMk {
  list-style: none;
}

ul.p-listMk[listmk="maru"] li:before,
:not(ul).p-listMk[listmk="maru"]:before {
  content: "●";
  font-size: 1.4em;
  color: #93c84c;
}

ul.p-listMk[listmk="shikaku"] li:before,
:not(ul).p-listMk[listmk="shikaku"]:before {
  content: "■";
  font-size: 1.4em;
  color: #93c84c;
}

ul.p-listMk[listmk="shikaku"] li,
:not(ul).p-listMk[listmk="shikaku"],
ul.p-listMk[listmk="maru"] li,
:not(ul).p-listMk[listmk="maru"] {
  padding-left: 1.2em;
}

ul.p-listMk[listmk="shikaku"] li:before,
:not(ul).p-listMk[listmk="shikaku"]:before,
ul.p-listMk[listmk="maru"] li:before,
:not(ul).p-listMk[listmk="maru"]:before {
  margin-left: -0.8em;
  margin-right: 0.2em;
  display: inline-block;
}

ul.p-listMk[listmk="dot"] li:before,
:not(ul).p-listMk[listmk="dot"]:before {
  content: "・";
}

ul.p-listMk[listmk="annot"] li:before,
:not(ul).p-listMk[listmk="annot"]:before {
  content: "※";
}

ul.p-listMk[listmk="dot"] li,
:not(ul).p-listMk[listmk="dot"],
ul.p-listMk[listmk="annot"] li,
:not(ul).p-listMk[listmk="annot"] {
  padding-left: 1.2em;
}

ul.p-listMk[listmk="dot"] li:before,
:not(ul).p-listMk[listmk="dot"]:before,
ul.p-listMk[listmk="annot"] li:before,
:not(ul).p-listMk[listmk="annot"]:before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  display: inline-block;
}


/*----------------------------------------------------------------------------------------------------

  Icon
  
----------------------------------------------------------------------------------------------------*/

/* 新しいウインドウ */
.p-gLink:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background: url(../image/icon/gLink.svg) no-repeat center top;
  background-size: auto 1rem;
  margin-left: 0.25rem;
}


/*--------------------------------------------------------------------------------
  SVG
--------------------------------------------------------------------------------*/

.p-icon:not([icon-ps="right"]):not([icon-txt="none"]) {
  display: inline-block;
  padding-left: 4rem;
}

.p-icon[icon-ps="right"]:not([icon-txt="none"]) {
  display: inline-block;
}

.p-icon:before,
.p-icon[icon-ps="right"]:after {
  content: "";
  width: 3rem;
  height: 3rem;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.2em;
}

.p-icon:not([icon-ps="right"]):not([icon-txt="none"]):before {
  margin-left: -4rem;
  margin-right: 1rem;
}

.p-icon[icon-ps="right"]:not([icon-txt="none"]):after {
  margin-left: 1rem;
}

.p-icon[icon-ps="right"]:before {
  display: none;
}

.p-icon[icon-txt="none"] {
  font-size: 0;
}

/* Facebook */
.p-icon[icon="fb"]:before,
.p-icon[icon="fb"]:after {
  height: 2.4rem;
  background-image: url(../image/icon/fb.svg);
}

.p-icon[icon="fb_white"]:before,
.p-icon[icon="fb_white"]:after {
  height: 2.4rem;
  background-image: url(../image/icon/fb_white.svg);
}

/* PDF */
.p-icon[icon="pdf"]:before,
.p-icon[icon="pdf"]:after {
  background-image: url(../image/icon/pdf.svg);
}

/* Excel */
.p-icon[icon="xls"]:before,
.p-icon[icon="xls"]:after {
  background-image: url(../image/icon/xls.svg);
}

/* Word */
.p-icon[icon="doc"]:before,
.p-icon[icon="doc"]:after {
  background-image: url(../image/icon/doc.svg);
}

/* PowerPoint */
.p-icon[icon="ppt"]:before,
.p-icon[icon="ppt"]:after {
  background-image: url(../image/icon/ppt.svg);
}

/* Mail */
.p-icon[icon="mail"]:before,
.p-icon[icon="mail"]:after {
  background-image: url(../image/icon/mail.svg);
}

/* Car */
.p-icon[icon="car"]:before,
.p-icon[icon="car"]:after {
  background-image: url(../image/icon/car.svg);
}

/* TEL */
.p-icon[icon="tel"]:before,
.p-icon[icon="tel"]:after {
  background-image: url(../image/icon/telC.svg);
}

/* FAX */
.p-icon[icon="fax"]:before,
.p-icon[icon="fax"]:after {
  background-image: url(../image/icon/faxC.svg);
}

/* Search_color */
.p-icon[icon="src_color"]:before,
.p-icon[icon="src_color"]:after {
  background-image: url("../image/icon/search_color.svg");
}

/* heart */
.p-icon[icon="heart"]:before,
.p-icon[icon="heart"]:after {
  background-image: url("../image/icon/heart.svg");
}

/* lamp */
.p-icon[icon="lamp"]:before,
.p-icon[icon="lamp"]:after {
  background-image: url("../image/icon/lamp.svg");
}

/* checkmark */
.p-icon[icon="checkmark"]:before,
.p-icon[icon="checkmark"]:after {
  background-image: url("../image/icon/checkmark.svg");
}

/* caution */
.p-icon[icon="caution"]:before,
.p-icon[icon="caution"]:after {
  background-image: url("../image/icon/caution.svg");
}


/*--------------------------------------------------------------------------------
  矢印
--------------------------------------------------------------------------------*/

.p-arrow {
  display: inline-block;
  position: relative;
}

.p-arrow:not([icon-ps="right"]) {
  padding-left: 3rem;
}

.p-arrow:before,
.p-arrow[icon-ps="right"]:after {
  content: "";
  width: 1.4rem;
  min-height: 1.4rem;
  background: url(../image/icon/arC_blue.svg) no-repeat left center;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.2em;
  display: inline-block;
}

.p-arrow:not([icon-ps="right"]):before {
  margin-left: -3rem;
  margin-right: 0.8rem;
}

.p-arrow[icon-ps="right"]:before {
  display: none;
}

.p-arrow[icon-ps="right"]:after {
  margin-left: 0.8rem;
}

.p-arrow[icon-dlc="prev"]:before {
  transform: rotate(-180deg);
}

.p-arrow[icon-dlc="up"]:before {
  transform: rotate(-90deg);
}

.p-arrow[icon-dlc="down"]:before {
  transform: rotate(90deg);
}


/*----------------------------------------------------------------------------------------------------

  Button
  
----------------------------------------------------------------------------------------------------*/

.p-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin: 0;
  outline: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  padding: 1.25rem 2rem;
  border-radius: 3px;
}

.p-btn[btn-size="S"] {
  padding: 1rem 1.5rem;
  font-size: 0.8em;
}

.p-btn:not([btn-shadow="none"]):before {
  content: "";
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
}

.ua-pc .p-btn {
  transition: border 0.1s ease, background 0.1s ease, color 0.1s ease;
}

.p-btn,
.p-btn:visited,
.p-btn:hover,
.ua-pc .p-btn:hover,
.p-btn a,
.p-btn a:visited,
.p-btn a:hover,
.ua-pc .p-btn a:hover,
.ua-pc .js__linkBox:hover .p-btn,
.ua-pc .js__linkBox:hover .p-btn a {
  color: inherit;
  text-decoration: none !important;
}


/*--------------------------------------------------------------------------------
  矢印アイコン
--------------------------------------------------------------------------------*/

.p-btn .p-arrow:before,
.p-btn .p-arrow:after {
  background-image: url(../image/icon/arC_white.svg);
}


/*--------------------------------------------------------------------------------
  Color
--------------------------------------------------------------------------------*/

.p-btn,
.p-btn:visited,
.p-btn:hover,
.p-btn a,
.p-btn a:visited,
.p-btn a:hover {
  color: #fff;
  background-color: #589cdf;
}

.ua-pc .p-btn:hover,
.ua-pc .p-btn a:hover,
.ua-pc .js__linkBox:hover .p-btn,
.ua-pc .js__linkBox:hover .p-btn a {
  color: #fff;
  background-color: #69acef;
}


/* 赤
----------------------------------------------------------------------*/

.p-btn[btn-color="red"],
.p-btn[btn-color="red"]:visited,
.p-btn[btn-color="red"]:hover,
.p-btn[btn-color="red"] a,
.p-btn[btn-color="red"] a:visited,
.p-btn[btn-color="red"] a:hover {
  color: #fff;
  background-color: #f26868;
}

.ua-pc .p-btn[btn-color="red"]:hover,
.ua-pc .p-btn[btn-color="red"] a:hover,
.ua-pc .js__linkBox:hover .p-btn[btn-color="red"] a {
  color: #fff;
  background-color: #ff7d7d;
}


/* ピンク
----------------------------------------------------------------------*/

.p-btn[btn-color="pink"],
.p-btn[btn-color="pink"]:visited,
.p-btn[btn-color="pink"]:hover,
.p-btn[btn-color="pink"] a,
.p-btn[btn-color="pink"] a:visited,
.p-btn[btn-color="pink"] a:hover {
  color: #fff;
  background-color: #f39ec2;
}

.ua-pc .p-btn[btn-color="pink"]:hover,
.ua-pc .p-btn[btn-color="pink"] a:hover,
.ua-pc .js__linkBox:hover .p-btn[btn-color="pink"] a {
  color: #fff;
  background-color: #f8aecf;
}


/* オレンジ
----------------------------------------------------------------------*/

.p-btn[btn-color="orange"],
.p-btn[btn-color="orange"]:visited .p-btn[btn-color="orange"]:hover,
.p-btn[btn-color="orange"] a,
.p-btn[btn-color="orange"] a:visited .p-btn[btn-color="orange"] a:hover {
  color: #fff;
  background-color: #f6bb5c;
}

.ua-pc .p-btn[btn-color="orange"]:hover,
.ua-pc .p-btn[btn-color="orange"] a:hover,
.ua-pc .js__linkBox:hover .p-btn[btn-color="orange"],
.ua-pc .js__linkBox:hover .p-btn[btn-color="orange"] a {
  color: #fff;
  background-color: #f2cb66;
}


/* 緑
----------------------------------------------------------------------*/

.p-btn[btn-color="green"],
.p-btn[btn-color="green"]:visited .p-btn[btn-color="green"]:hover,
.p-btn[btn-color="green"] a,
.p-btn[btn-color="green"] a:visited .p-btn[btn-color="green"] a:hover {
  color: #fff;
  background-color: #61c46c;
}

.ua-pc .p-btn[btn-color="green"]:hover,
.ua-pc .p-btn[btn-color="green"] a:hover,
.ua-pc .js__linkBox:hover .p-btn[btn-color="green"],
.ua-pc .js__linkBox:hover .p-btn[btn-color="green"] a {
  color: #fff;
  background-color: #6dd079;
}


/* 黄緑
----------------------------------------------------------------------*/

.p-btn[btn-color="lgreen"],
.p-btn[btn-color="lgreen"]:visited,
.p-btn[btn-color="lgreen"]:hover,
.p-btn[btn-color="lgreen"] a,
.p-btn[btn-color="lgreen"] a:visited,
.p-btn[btn-color="lgreen"] a:hover {
  color: #fff;
  background-color: #a4d661;
}

.ua-pc .p-btn[btn-color="lgreen"]:hover,
.ua-pc .p-btn[btn-color="lgreen"] a:hover,
.ua-pc .js__linkBox:hover .p-btn[btn-color="lgreen"],
.ua-pc .js__linkBox:hover .p-btn[btn-color="lgreen"] a {
  color: #fff;
  background-color: #b0e070;
}


/* 紺
----------------------------------------------------------------------*/

.p-btn[btn-color="dblue"],
.p-btn[btn-color="dblue"]:visited,
.p-btn[btn-color="dblue"]:hover,
.p-btn[btn-color="dblue"] a,
.p-btn[btn-color="dblue"] a:visited,
.p-btn[btn-color="dblue"] a:hover {
  color: #fff;
  background: #395694;
}

.ua-pc .p-btn[btn-color="dblue"]:hover,
.ua-pc .p-btn[btn-color="dblue"] a:hover,
.ua-pc .js__linkBox:hover .p-btn[btn-color="dblue"],
.ua-pc .js__linkBox:hover .p-btn[btn-color="dblue"] a {
  color: #fff;
  background-color: #597bc4;
}


/* 水色
----------------------------------------------------------------------*/

.p-btn[btn-color="lblue"],
.p-btn[btn-color="lblue"]:visited,
.p-btn[btn-color="lblue"]:hover,
.p-btn[btn-color="lblue"] a,
.p-btn[btn-color="lblue"] a:visited,
.p-btn[btn-color="lblue"] a:hover {
  color: #fff;
  background-color: #66c9e9;
}

.ua-pc .p-btn[btn-color="lblue"]:hover,
.ua-pc .p-btn[btn-color="lblue"] a:hover,
.ua-pc .js__linkBox:hover .p-btn[btn-color="lblue"],
.ua-pc .js__linkBox:hover .p-btn[btn-color="lblue"] a {
  color: #fff;
  background-color: #7fd7f2;
}


/* 薄グレー（線有）
----------------------------------------------------------------------*/

.p-btn[btn-color="lgrayLine"],
.p-btn[btn-color="lgrayLine"]:visited,
.p-btn[btn-color="lgrayLine"]:hover,
.p-btn[btn-color="lgrayLine"] a,
.p-btn[btn-color="lgrayLine"] a:visited,
.p-btn[btn-color="lgrayLine"] a:hover {
  color: inherit;
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
}

.ua-pc .p-btn[btn-color="lgrayLine"]:hover,
.ua-pc .p-btn[btn-color="lgrayLine"] a:hover,
.ua-pc .js__linkBox:hover .p-btn[btn-color="lgrayLine"],
.ua-pc .js__linkBox:hover .p-btn[btn-color="lgrayLine"] a {
  color: #3c90e4;
  background-color: #fff;
}

/* 矢印アイコン */
.p-btn[btn-color="lgrayLine"] .p-arrow:before {
  background-image: url(../image/icon/arC_blue.svg);
}



/* ===============================================
 診療科と診療日・受付時間
=============================================== */

.p_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px;
}

.p_wrap p {
  font-size: 17px;
}

.p_wrap a {
  display: inline-block;
  width: 56%;
  font-size: 13px;
  line-height: 1.5;
  color: #ed5d5d;
}

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

  .p_wrap {
    flex-direction: column;
    align-items: baseline;
  }

  .p_wrap p {
    font-size: 17px;
  }

  .p_wrap a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
  }

}


/*mriボタン*/
a.btn_01 {
	display: block;
	width: 440px;
	margin: 12px auto 0;
	padding: 1rem 3rem;
	border: 2px solid #27acd9;
  box-sizing: border-box;
	color: #27acd9;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
  line-height: 1.4;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #27acd9;
}

 .m-txt  {
   margin-left: -180px;  
}
@media screen and (max-width: 641px) {
  a.btn_01 {
    width: 100%;
	  margin: 20px auto 0;
    font-size: 96%;
	  padding: 1rem 2rem;
    white-space: nowrap;
  }
  .m-txt  {
     margin-left: -165px;  
  }
}
