@charset "utf-8";
/* Updated date: 2020/09/7 */
.red-text {
  color: red;
}
@media (min-width: 600px) {
  .sp {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .left {
    float: left;
  }
  .right {
    float: right;
  }
}
.bold {
  font-weight: bold;
}
.under-line {
  text-decoration: underline;
}
.blue {
  color: #0071cc;
}
.darkblue {
  color: #0071cc;
}
p.justify {
  text-align: justify;
}
span.smalltt {
  font-size: 80%;
}
section.mainvisual {
  background-color: #beedff;
  padding: 2em 0;
}
section.mainvisual .container-fluid {
}
.mv-floor2 {
  margin-bottom: 1em;
}
.mv-floor1 {
}
.mv-floor1 p {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 0.3em;
}
.left.mv-textbox {
  width: 100%;
}
.right.mv-photobox {
  width: 36%;
}
h1.pcr-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
h1.pcr-title span {
  font-size: 80%;
}
.container-fluid.clearfix {
  max-width: 1000px;
}
ul.yellow-mmidashi {
  margin-bottom: 1.1em;
}
ul.yellow-mmidashi li {
  background-color: #ffeb3b;
  display: table;
  padding: 0.2em 1.2em;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-radius: 26px;
}
p.black-midashi {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .left.mv-textbox,
  .right.mv-photobox {
    width: 100%;
  }
  h1.pcr-title {
    /* text-align: center; */
    font-size: 29px;
    /* margin-bottom: 0; */
  }
  h1.pcr-title span {
    /* display: block; */
    /* text-align: right; */
  }
  ul.yellow-mmidashi li {
    font-size: 19px;
  }
  p.black-midashi {
    margin-bottom: 0.6em;
  }
}
/**/
section#gaiyou {
  padding: 2em 0;
}
.wrapper-narrow {
  max-width: 1000px;
  margin: auto;
}
section#gaiyou p {
  font-size: 18px;
}
.pcr-price {
  font-size: 130%;
}
dl.gaiyou-main {
  margin-bottom: 1em;
}
dl.gaiyou-main dt {
}
dl.gaiyou-main dd {
}
dt.bluedaen {
  background-color: #0065b5;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  padding: 0.1em 1em;
  border-radius: 17px;
  margin-bottom: 0.4em;
}
.yellow-udline {
  background: linear-gradient(transparent 50%, #ffeb3b 0%);
  padding-bottom: 5px;
}
h2.pcr-midashi {
  background-color: #2a86cc;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.6em;
  padding: 0.5em;
  margin-bottom: 1em;
}
section#pcr-flow {
  background-color: #e7f5fd;
}
section#pcr-flow .wrapper-narrow {
  max-width: 900px;
}
ul.flow-list {
  background-image: url("../../images/pcr/line-flow.svg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 2px;
  margin-top: 1em;
}
ul.flow-list li {
  background-color: #fff;
  margin-bottom: 2em;
  border: 2px solid #0876ce;
  border-radius: 15px;
  position: relative;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
dl.flow-contents {
  /* position: absolute; */
  /* display: block; */
  margin-top: -15px;
}
dl.flow-contents dt,
dl.flow-contents dd {
  text-align: center;
}
dl.flow-contents dt {
  max-width: 150px;
  margin: auto;
  margin-bottom: 0.5em;
}
dl.flow-contents dd {
}
dl.flow-contents dd p {
}
p.flow-midashi {
  color: #1473bc;
  font-weight: bold;
  font-size: 135%;
  margin-bottom: 0.2em;
}
/**/
section#pcr-qanda {
  background-color: #fffccc;
}
ul.qa-list {
}
ul.qa-list li {
  background-color: #fff;
  margin-bottom: 2em;
  padding: 2em;
  padding-bottom: 1em;
  border-radius: 1em;
}
ul.qa-list li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2a86cc;
  margin-bottom: 0.5em;
}
dl.qanda-contents {
  margin-bottom: 1em;
}
dl.qanda-contents dt,
dl.qanda-contents dd {
}
dl.qanda-contents dt {
}
dl.qanda-contents dd {
}
dl.qanda-contents dt h4 {
  font-weight: bold;
  font-size: 105%;
}

.poster-box {
  text-align: center;
  margin-top: 5%;
}

.poster-box img {
  width: 200px;
}

.lb {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s opacity ease;
  pointer-events: none;
  z-index: 100;
}

.lb img {
  width: auto !important;
  max-height: 100% !important;
  cursor: pointer;
}

.lb img,
.lb iframe {
  transform: scale(0.85);
  transition: 0.3s all ease;
}

.lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 101;
}

.lb:target img,
.lb:target iframe {
  transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.lb::before,
.lb::after {
  display: block;
  position: fixed;
  content: "";
  width: 24px;
  height: 3px;
  top: 24px;
  right: 12px;
  background: #fff;
  border-radius: 4px;
}
.lb::before {
  transform: rotate(-315deg);
}
.lb::after {
  transform: rotate(315deg);
}

@media (max-width: 599px) {
  dl.flow-contents dt {
    max-width: 130px;
  }
  dl.flow-contents dd p {
    text-align: justify;
  }
  p.flow-midashi {
    font-size: 18px;
  }
  ul.qa-list li h3 {
    text-align: left;
  }

  .lb::before,
  .lb::after {
    display: none;
  }
}

/**/
section#pcr-caution {
  padding: 2em;
}
section#pcr-caution h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.3em;
}
section#pcr-caution p {
  margin-bottom: 0.5em;
}
