/* ==== page fix  ==== */
.f-cE {
  color: #666666;
}
.l-mb20 {
  margin-bottom: 20px;
}
.l-mb40 {
  margin-bottom: 40px;
}
/* ==== page button fix  ==== */
div.buttonPhone:hover {
  background-color: #00be50;
}
.button2Line__naika {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: inherit;
}
.button2Line__naika span {
  width: 50%;
  display: block;
  text-align: left;
}
.button2Line__naika span:nth-child(1) {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.component__sinsatsu__buttons {
  display: flex;
  justify-content: space-between;
  width: 580px;
  flex-wrap: wrap;
}
.component__sinsatsu__buttons a {
  width: calc(33% - 5px);
}
.component__sinsatsu__buttons a:nth-child(1) {
  width: calc(67% - 5px);
}
.component__sinsatsu__buttons .button2Line span:nth-child(1) {
  font-weight: bold;
  font-size: 2.4rem;
}
/* ==== page fix hero  ==== */
.hero05__adult,
.hero05__senior {
  background: #f8f7f5 none;
}
.hero__template,
.hero__sitemap,
.hero__privacy,
.hero__profile,
.hero__comming {
  background-color: #f7f7f8;
}
.hero__pay {
  background-color: #faf6e8;
}
.hero__blue {
  background-color: #007DBE /*c-blue*/;
  color: #fff;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
}
.definitionList__wrap .headline {
  margin-bottom: 49px;
}
.parts--tiouarea {
  text-align: center;
}
.list--sitemap .item a {
  border-bottom: #E0DFDE 1px solid;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list--sitemap .item a:first-child {
  border-top: #E0DFDE 1px solid;
}
.list--sitemap .item a:before {
  content: '';
  width: 5px;
  height: 8px;
  display: inline-block;
  background: no-repeat 0 0 url("../img/icn/icn-arrow-blue-small.png");
  margin-right: 10px;
}
/* ==== page block etc ==== */
.section__sinsatsu .headline {
  text-align: center;
  color: #345678;
  display: flex;
  justify-content: space-around;
  align-content: center;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.section__sinsatsu .headline span {
  display: inline-block;
}
.section__sinsatsu .headline:before,
.section__sinsatsu .headline:after {
  content: '';
  border-bottom: 2px solid #345678;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
}
.section__sinsatsu .headline:before {
  left: 0;
}
.section__sinsatsu .headline:after {
  right: 0;
}
/* ==== page fix etc ==== */
.inspection__list__medicine .l-grid2 img {
  width: 170px;
  height: auto;
  display: block;
}
.inspection__list__medicine .cardBorder {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.inspection__list__medicine .cardBorder__clickarea {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
  padding: 24px;
}
.inspection__list__medicine .cardBorder__clickarea:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.inspection__list__medicine .cardBorder__more {
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.inspection__list__medicine .cardBorder__more__inner {
  background-color: #fff;
  width: 500px;
  padding: 0 30px 30px;
  position: relative;
  text-align: left;
  z-index: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.inspection__list__medicine .cardBorder__more__inner:before {
  display: block;
  content: '';
  position: absolute;
  background: 0 0 no-repeat url("../img/icn/btn-modal-close.svg");
  top: -34px;
  right: -34px;
  width: 68px;
  height: 68px;
  z-index: 1;
}
.inspection__list__medicine .cardBorder__more__title {
  background-color: #E4F3FB;
  color: #007DBE /*c-blue*/;
  font-size: 1.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
}
.inspection__list__medicine .cardBorder__more__text {
  margin-bottom: 20px;
}
.inspection__list__medicine .cardBorder__more__image {
  text-align: center;
}
.inspection__list__medicine .cardBorder__more__image img {
  margin-bottom: 10px;
}
.inspection__list__medicine .cardBorder__more__link {
  margin-bottom: 10px;
}
.inspection__list__medicine .cardBorder.js-active .cardBorder__more {
  display: flex;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* ==== page fix vue js ==== */
.fade-enter-active,
.fade-leave-active {
  position: relative;
  transition: opacity 0.4s;
  z-index: 100;
}
.fade-fast-enter-active,
.fade-fast-leave-active {
  position: relative;
  transition: opacity 0.2s;
  z-index: 100;
}
.fade-fast-enter,
.fade-fast-leave-to,
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.acf-relationship .list {
  height: 570px;
}

/*# sourceMappingURL=../maps/page-fix.css.map */
