@charset "UTF-8";
/*-------------------------------

	Reset

-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

	Foundation

-------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std", "Helvetica Neue", Arial, Meiryo, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

*:focus {
  outline: none;
}

p,
ul li,
ol li {
  text-align: justify;
  text-justify: inter-ideograph;
}

p + p {
  margin-top: 2em;
}

strong,
b {
  font-weight: bold;
}

img {
  display: block;
}

main {
  margin-top: 6rem;
}

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

	Layout

-------------------------------*/
/*
* wrapper
*/
.l-base {
  margin-right: 15px;
  margin-left: 15px;
}

.l-wide {
  width: min(calc(100% - (15px * 2)), 1200px);
  margin: 0 auto;
}

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

	Object

-------------------------------*/
/*---------- Component ----------*/
/*
 * 見出し
 */
.c-h1 {
  margin-bottom: 2rem;
  color: #267cb6;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
.c-h1 span {
  display: inline-block;
}
.c-h1.-top {
  margin-bottom: 2.8rem;
}
.c-h1__name {
  display: block;
  margin: 1rem 0;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: right;
}

.c-h1-line {
  padding: 3.5rem 1rem;
  background: #267cb6;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.c-h2 {
  padding-bottom: 2.8rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.c-h2.-pb0 {
  padding-bottom: 0;
}

.c-h3 {
  margin-bottom: 2.8rem;
  color: #ff0000;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

/*
 * 一覧
 */
.c-art {
  padding: 4rem 0 5.6rem;
}
.c-art.-pt0 {
  padding-top: 2rem;
}

.c-list {
  margin: 2em 0 2em 1em;
}
.c-list li {
  display: -ms-flexbox;
  display: flex;
}
.c-list li:before {
  width: 2rem;
  height: 2rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
  background: url("../images/icon_check.svg") no-repeat center/contain;
  content: "";
}
.c-list li + li {
  margin-top: 1em;
}

/*---------- Project ----------*/
/*
 * header
 */
.p-hdr {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(37, 106, 125, 0.16);
}
.p-hdr__logo {
  margin: 0 -15px;
  padding: 1.2rem 0;
  border-bottom: 1px solid #F2F6F7;
  font-size: 2rem;
}
.p-hdr__logo a {
  display: inline-block;
  color: #267cb6;
  font-weight: bold;
  transition: opacity 0.3s;
}
.p-hdr__logo a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.p-hdr__inner {
  text-align: center;
}
.p-hdr__btn {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 30px;
  height: 20px;
}
.p-hdr__btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #267cb6;
}
.p-hdr__btn span:first-of-type {
  top: 0;
  transition: transform 0.3s, top 0.3s;
}
.p-hdr__btn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
  transition: opacity 0.3s;
}
.p-hdr__btn span:last-of-type {
  bottom: 0;
  transition: transform 0.3s, bottom 0.3s;
}
.p-hdr__btn.open span:first-of-type {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.p-hdr__btn.open span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.p-hdr__btn.open span:last-of-type {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

.p-gnav {
  display: none;
  padding: 2rem 0;
  text-align: center;
}
.p-gnav ul {
  display: inline-block;
}
.p-gnav ul li {
  padding: 1rem;
}
.p-gnav ul a {
  display: inline-block;
  position: relative;
  color: #267cb6;
}
.p-gnav ul a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #267cb6;
  content: "";
  transition: width 0.3s;
}
.p-gnav ul a:hover:before {
  width: 100%;
}

.p-topview {
  display: block;
  margin-bottom: 2.8rem;
}
.p-topview img {
  width: 100%;
}
.p-topview__txt {
  margin-bottom: 2.8rem;
  color: #267cb6;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

/*
 * article
 */
.p-2col img {
  width: min(100%, 40rem);
  margin: 0 auto 2.8rem;
}

.p-2col + .c-h2 {
  margin-top: 5.6rem;
}

.c-h1 + .p-2col {
  margin-top: 5.6rem;
}

.p-video__h1 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #267cb6;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.p-video__h1:before {
  position: absolute;
  top: -4rem;
  left: 50%;
  width: 100%;
  height: 2rem;
  transform: translateX(-50%);
  background: url("../images/icon_arrow.svg") no-repeat center/contain;
  content: "";
}
.p-video__box {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 5.6rem;
  background: #dcdcdc;
}
.p-video__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  transform: translate(-50%, -50%);
  background: url("../images/icon_video.svg") no-repeat center/contain;
}

.p-media__item {
  margin: 2.6rem 0 5.8rem;
}
.p-media__name {
  font-weight: bold;
  font-size: 1.6rem;
}

.p-voice__h1 {
  position: relative;
  color: #267cb6;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-voice__h1:before {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  content: "VOICE";
  color: rgba(38, 124, 182, 0.2);
  font-size: 4.4rem;
}
.p-voice__item {
  position: relative;
  margin-top: 2.8rem;
  padding: 2.8rem;
  background: #fff;
}
.p-voice__item:before {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1.5rem solid #267cb6;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid #267cb6;
  content: "";
}
.p-voice__item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1.5rem solid transparent;
  border-right: 1.5rem solid #267cb6;
  border-bottom: 1.5rem solid #267cb6;
  border-left: 1.5rem solid transparent;
  content: "";
}
.p-voice__thumb {
  width: 100%;
  margin-bottom: 1rem;
}
.p-voice__thumb img {
  width: 100%;
}
.p-voice__thumb figure {
  margin-bottom: 2rem;
}
.p-voice__txt-box p {
  font-size: 1.4rem;
}
.p-voice__txt-box p + p {
  margin-top: 1em;
}
.p-voice__q {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.p-voice__ttl {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dotted #267cb6;
  color: #267cb6;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-voice__name {
  color: #646463;
  font-size: 1.4rem;
}
.p-voice__symptom {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dotted #267cb6;
  color: #646463;
  font-size: 1.4rem;
}
.p-voice__symptom span {
  display: inline-block;
  margin-right: 1.5rem;
  padding: 0 10px;
  border: 1px solid #267cb6;
  color: #267cb6;
  font-size: 1rem;
}
.p-voice__note {
  display: block;
  margin-top: 0.5rem;
  color: #646463;
  font-size: 1rem;
  text-align: right;
}
.p-voice__caption {
  display: block;
  margin-top: 0.5rem;
  color: #646463;
  font-size: 1rem;
}

p + .p-voice__q {
  margin-top: 4rem;
}

.p-price {
  text-align: center;
}
.p-price__box {
  padding: 2.8rem;
  background: #F2F6F7;
}
.p-price__h1 {
  color: #267cb6;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-price__table {
  display: inline-block;
}
.p-price__txt1 span {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, #333 40%, #333 50%, transparent 50%);
}
.p-price__txt2 {
  color: #ff0000;
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.5;
}
.p-price__txt2 small {
  font-size: 1.6rem;
}
.p-price__txt3 {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-price__arrow {
  height: 5rem;
  padding: 1rem 0;
}
.p-price__arrow img {
  height: 100%;
  margin: 0 auto;
}
.p-price__caution {
  border-top: 2px solid #267cb6;
  border-bottom: 2px solid #267cb6;
  border-radius: 2.5rem;
  background: #267cb6;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-price__ttl {
  margin: 2.8rem 0;
  color: #ff0000;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-price__note {
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(37, 106, 125, 0.16);
  line-height: 1.5;
}
.p-price__note span {
  margin-right: 1rem;
}

.p-access__2col {
  margin-top: 2.8rem;
  margin-bottom: 5.6rem;
}
.p-access__2col img {
  width: 100%;
}
.p-access__table {
  line-height: 1.3;
}
.p-access__table tr {
  border-top: 2px solid #EEF0F1;
  border-bottom: 2px solid #EEF0F1;
}
.p-access__table th {
  padding: 10px;
  border-top: 2px solid #EEF0F1;
  border-bottom: 2px solid #EEF0F1;
  background: #F2F6F7;
  color: #267cb6;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
.p-access__table td {
  padding: 10px 10px 10px 20px;
  font-size: 1.4rem;
  vertical-align: middle;
}
.p-access__map {
  position: relative;
  aspect-ratio: 4/3;
  margin-top: 2rem;
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-flow__h1 {
  margin-top: 5.6rem;
  margin-bottom: 2rem;
  color: #267cb6;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-flow__item {
  position: relative;
  margin-bottom: 5.6rem;
  padding: 2rem 2rem 3rem;
  background: #F2F6F7;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-flow__item:after {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 2rem solid #267cb6;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  content: "";
}
.p-flow__item:last-of-type:after {
  display: none;
}
.p-flow__item img {
  width: 100%;
  margin-bottom: 1rem;
  object-fit: contain;
}

.p-spacer {
  padding-top: 4rem;
}

/*
 * aside
 */
.p-aside {
  padding: 2.8rem 0 5.6rem;
  background: linear-gradient(30deg, #26a2b6, #264cb6);
  text-align: center;
}
.p-aside__txt {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-aside__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin: 3rem 0 0;
  padding: 1.5rem 0;
  border-radius: 5rem;
  background: #ffb428;
  box-shadow: 0 5px 0 #805a14;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.3s;
}
.p-aside__btn:before {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background: url("../images/icon_tel.svg") no-repeat center/contain;
  content: "";
}
.p-aside__btn.-mt0 {
  margin-top: 0.5rem;
}
.p-aside__btn.-line {
  background: #06c755;
  box-shadow: 0 5px 0 #023215;
}
.p-aside__btn.-line:before {
  background-image: url("../images/icon_line.svg");
}
.p-aside__btn.-mail {
  background: #ff3328;
  box-shadow: 0 5px 0 #400d0a;
}
.p-aside__btn.-mail:before {
  background-image: url("../images/icon_mail.svg");
}
.p-aside__btn:hover {
  transform: translateY(5px);
  box-shadow: none;
}
.p-aside__note {
  margin-top: 1rem;
  color: #fff;
  text-align: center;
}
.p-aside__table {
  margin: 4rem auto 0;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-aside__table th {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.p-aside__table th span {
  display: inline-block;
  width: 7rem;
  background: #fff;
  color: #267cb6;
}
.p-aside__table td {
  padding: 0.5rem 0 0 2rem;
  font-size: 1.4rem;
  text-align: left;
}

.p-caution__anchor {
  position: relative;
}
.p-caution__hukidashi {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  padding: 2rem 3rem 3rem;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 7px 0px rgba(37, 106, 125, 0.16);
  color: #fff;
  line-height: 1.5;
}
.p-caution__icon {
  display: inline-block;
  width: 3rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  animation: 0.5s bound-anime ease-in infinite alternate;
}

@keyframes bound-anime {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*
 * footer
 */
.p-ftr {
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
}
.p-ftr__inner {
  padding: 3rem 0;
}
.p-ftr__inner p {
  text-align: center;
}
.p-ftr__inner p + p {
  margin-top: 0;
}
.p-ftr__tel {
  color: inherit;
}

/*---------- Utility ----------*/
/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.u-tb {
  display: block;
}

/*
 * color
 */
.u-red {
  color: #ff0000;
}

.u-white {
  color: #fff;
}

.u-yerrow {
  color: #ffff4d;
}

.u-blue {
  color: #267cb6;
  font-weight: bold;
  font-size: 1.8rem;
}

.u-link {
  color: #267cb6;
  transition: opacity 0.3s;
}
.u-link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
 * 背景色
 */
.u-bg-gray {
  background-color: #F2F6F7;
}

.u-bg-black {
  background-color: #000;
}

.u-spacer {
  height: 2rem;
  margin: 4rem 0;
  background: url("../images/icon_arrow.svg") no-repeat center/contain;
}

.u-yerrow-marker {
  display: inline;
  padding: 0 0.2em;
  background: linear-gradient(transparent 60%, #ffff4d 0);
}

.u-blue-marker {
  display: inline;
  background: linear-gradient(transparent 50%, #267cb6 0%);
}

/*
 * weight
 */
.u-normal {
  font-weight: normal;
}
@media only screen and (min-width: 768px){
  /* middle-size */
  body{
    font-size: 1.8rem;
  }
  main{
    margin-top: 9rem;
  }
  .c-h1{
    font-size: 4rem;
  }
  .c-h1__name{
    font-size: 1.8rem;
  }
  .c-h1-line{
    font-size: 2.4rem;
  }
  .c-h2{
    font-size: 2.4rem;
  }
  .c-h2{
    padding-bottom: 5.6rem;
  }
  .c-h2.-pb0{
    padding-bottom: 0;
  }
  .c-h3{
    font-size: 2.4rem;
  }
  .c-h3{
    margin-bottom: 5.6rem;
  }
  .c-art{
    padding: 9.8rem 0;
  }
  .c-art.-pt0{
    padding-top: 5.6rem;
  }
  .p-hdr__logo{
    font-size: 3.2rem;
  }
  .p-hdr__logo{
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .p-hdr__inner{
    padding: 1.7rem 0;
  }
  .p-hdr__btn{
    top: 35px;
  }
  .p-gnav{
    padding: 2rem 0 0;
  }
  .p-gnav ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-gnav ul li{
    margin-left: 2rem;
    padding: 0;
  }
  .p-topview{
    margin-bottom: 5.6rem;
  }
  .p-topview__txt{
    font-size: 2.4rem;
  }
  .p-2col{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-2col.-start{
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .p-2col__txt-box{
    width: 57%;
  }
  .p-2col img{
    width: 40%;
    margin: 0;
  }
  .p-2col__img{
    width: 40%;
  }
  .p-2col__img img{
    width: 100%;
  }
  .p-2col.-rev .p-2col__txt-box{
    -ms-flex-order: 1;
        order: 1;
  }
  .p-2col.-rev img,
.p-2col.-rev .p-2col__img{
    -ms-flex-order: 2;
        order: 2;
  }
  .p-2col + .c-h2{
    margin-top: 9.8rem;
  }
  .p-video__h1{
    font-size: 2rem;
  }
  .p-video__h1:before{
    top: -5rem;
  }
  .p-video__play{
    width: 15rem;
    height: 15rem;
  }
  .p-media__item{
    margin: 9.8rem 0;
  }
  .p-media__name{
    font-size: 2rem;
  }
  .p-voice__h1{
    font-size: 2.4rem;
  }
  .p-voice__h1:before{
    font-size: 6rem;
  }
  .p-voice__h1:before{
    top: -5rem;
  }
  .p-voice__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: self-start;
        align-items: self-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 5.6rem;
  }
  .p-voice__thumb{
    width: 40%;
    margin-bottom: 0;
  }
  .p-voice__txt-box{
    width: 55%;
  }
  .p-voice__txt-box p{
    font-size: 1.6rem;
  }
  .p-voice__q{
    font-size: 1.6rem;
  }
  .p-voice__ttl{
    font-size: 2rem;
  }
  .p-voice__ttl{
    margin-bottom: 2rem;
  }
  .p-voice__name{
    font-size: 1.6rem;
  }
  .p-voice__symptom{
    font-size: 1.6rem;
  }
  .p-voice__symptom{
    margin-bottom: 2.8rem;
  }
  .p-voice__symptom span{
    font-size: 1.2rem;
  }
  .p-voice__note{
    font-size: 1.2rem;
  }
  .p-voice__caption{
    font-size: 1.2rem;
  }
  .p-price__box{
    padding: 5.6rem;
  }
  .p-price__h1{
    font-size: 3.6rem;
  }
  .p-price__txt2{
    font-size: 8.6rem;
  }
  .p-price__txt2 small{
    font-size: 2rem;
  }
  .p-price__txt3{
    font-size: 2.4rem;
  }
  .p-price__arrow{
    height: 6rem;
    padding: 2rem 0 0;
  }
  .p-price__caution{
    font-size: 2rem;
  }
  .p-price__caution{
    padding: 5px 0;
  }
  .p-price__ttl{
    font-size: 2.4rem;
  }
  .p-price__ttl{
    margin: 5.6rem 0 2.8rem;
  }
  .p-price__note{
    padding: 2rem 4rem;
  }
  .p-access__2col{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 5.6rem;
    margin-bottom: 9.8rem;
  }
  .p-access__2col img{
    -ms-flex-order: 2;
        order: 2;
    width: 40%;
  }
  .p-access__table{
    width: 47%;
  }
  .p-access__table th{
    font-size: 1.4rem;
  }
  .p-access__table td{
    font-size: 1.6rem;
  }
  .p-access__map{
    width: 50%;
    margin-top: 0;
  }
  .p-flow{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-flow__h1{
    font-size: 2.4rem;
  }
  .p-flow__item{
    font-size: 1.6rem;
  }
  .p-flow__item{
    width: calc((100% - 10rem) / 3);
    margin: 0 5rem 3.5rem 0;
  }
  .p-flow__item:after{
    top: 50%;
    right: -3.5rem;
    bottom: auto;
    left: auto;
    transform: translate(0, -50%);
    border-top: 2rem solid transparent;
    border-right: none;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid #267cb6;
  }
  .p-flow__item:nth-of-type(3n){
    margin-right: 0;
  }
  .p-flow__item:nth-of-type(3n):after{
    display: none;
  }
  .p-spacer{
    padding-top: 9.8rem;
  }
  .p-aside{
    padding: 5.6rem 0 8.6rem;
  }
  .p-aside__txt{
    font-size: 3.6rem;
  }
  .p-aside__btn{
    font-size: 3.6rem;
  }
  .p-aside__btn{
    width: 62rem;
    margin: 4rem 0 0;
    padding: 2rem 0;
  }
  .p-aside__btn:before{
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
  }
  .p-aside__btn.-mt0{
    margin-top: 0;
  }
  .p-aside__table th{
    font-size: 1.4rem;
  }
  .p-aside__table th span{
    width: 9rem;
  }
  .p-aside__table td{
    font-size: 1.8rem;
  }
  .p-caution__hukidashi{
    width: 50%;
  }
  .p-caution__hukidashi.-wide{
    width: 90%;
  }
  .p-caution__icon{
    font-size: 4rem;
  }
  .p-caution__icon{
    width: 4rem;
  }
  .p-ftr__inner{
    padding: 10rem 0;
  }
  .u-sp{
    display: none;
  }
  .u-pc{
    display: block;
  }
  .u-blue{
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 870px){
  /* large-size */
  .l-base{
    width: 840px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-hdr__inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-hdr__btn{
    display: none;
  }
  .p-gnav{
    display: block;
    padding: 0;
  }
  .p-gnav ul{
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .u-tb{
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */