/* =================================================================================
//
// STYLE
//
//================================================================================*/
/*
@mixin ft-14-sp{
    font-size: 12px;
    font-size:calc(12px + ((1vw - 5.99px) * 0.47));
}

@mixin ft-16-sp{
    font-size: 15px;
    font-size:calc(15px + ((1vw - 5.99px) * 0.235));
}

@mixin ft-17-sp{
    font-size: 14px;
    font-size:calc(14px + ((1vw - 5.99px) * 0.705));
}

@mixin ft-18-sp{
    font-size: 16px;
    font-size:calc(16px + ((1vw - 5.99px) * 0.47));
}

@mixin ft-20-sp{
    font-size: 18px;
    font-size:calc(18px + ((1vw - 5.99px) * 0.941));
}

@mixin ft-22-sp{
    font-size: 16px;
    font-size:calc(16px + ((1vw - 5.99px) * 0.941));
}

@mixin ft-24-sp{
    font-size: 20px;
    font-size:calc(20px + ((1vw - 5.99px) * 0.941));
}

@mixin ft-35-sp{
    font-size: 30px;
    font-size:calc(30px + ((1vw - 5.99px) * 1.176));
}
*/
.p-execution__head {
  height: 508px;
  background: url("../img/bg_head.jpg");
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: solid 15px #ffffff;
  position: relative; }
  .p-execution__head::after {
    content: "";
    width: 100%;
    height: 22px;
    background: url("../img/head_arr.png") no-repeat center;
    position: absolute;
    left: 0;
    bottom: -37px; }
  .p-execution__head .inner {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    background-color: #ffffff;
    border: solid 8px #ffffff;
    border-radius: 30px;
    padding-top: 38px;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
    .p-execution__head .inner::after {
      content: "";
      width: 211px;
      height: 212px;
      background: url("../img/head_img.png") no-repeat;
      position: absolute;
      bottom: 0px;
      right: -53px; }
    .p-execution__head .inner > h2 {
      width: 561px;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto; }
    .p-execution__head .inner > ul {
      padding-bottom: 12px; }
      .p-execution__head .inner > ul li {
        text-align: center;
        border-top: solid 1px #acc6e1;
        padding: 8px 0 5px; }
        .p-execution__head .inner > ul li p {
          font-family: "NotoSans",sans-serif;
          font-weight: 500;
          font-size: 20px;
          font-size: 2rem;
          color: #012C6D;
          display: inline-block;
          background-image: url("../../common/img/ico_hand.png");
          background-repeat: no-repeat;
          padding-left: 55px; }
    .p-execution__head .inner .shokai {
      padding: 13px 0 18px;
      text-align: center;
      background-color: #0C63BB;
      border-radius: 0 0 30px 30px / 0 0 30px 30px; }
.p-execution__lst {
  max-width: 976px;
  margin: 0 auto;
  padding-top: 20px; }
  .p-execution__lst > ul {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -32px; }
    .p-execution__lst > ul .card {
      width: 304px;
      background-color: #ffffff;
      border: solid 8px #ffffff;
      border-radius: 17px;
      padding-bottom: 26px;
      position: relative;
      overflow: hidden;
      margin-left: 32px;
      margin-top: 40px; }
      .p-execution__lst > ul .card:nth-of-type(-n + 3) {
        margin-top: 0; }
      .p-execution__lst > ul .card > a {
        display: block;
        text-decoration: none; }
        .p-execution__lst > ul .card > a:hover {
          opacity: 1; }
      .p-execution__lst > ul .card__img img {
        border-radius: 15px 15px 0 0 / 15px 15px 0 0; }
      .p-execution__lst > ul .card__exe {
        -webkit-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        background: url("../../common/img/bg_slash.gif");
        margin-bottom: 17px;
        position: relative; }
        .p-execution__lst > ul .card__exe::after {
          content: "";
          width: 94px;
          height: 79px;
          background: url("../img/img_exe.png") no-repeat;
          position: absolute;
          bottom: 0;
          right: -8px; }
        .p-execution__lst > ul .card__exe p {
          font-family: "NotoSans",sans-serif;
          font-weight: 500;
          line-height: 1;
          color: #ffffff; }
          .p-execution__lst > ul .card__exe p.exe {
            flex-basis: 90px;
            background-color: #f68b1e;
            padding-left: 8px;
            padding-bottom: 3px; }
            .p-execution__lst > ul .card__exe p.exe span {
              font-size: 35px;
              font-size: 3.5rem;
              margin-left: 5px; }
          .p-execution__lst > ul .card__exe p.type {
            flex: 1;
            padding-left: 10px; }
            .p-execution__lst > ul .card__exe p.type span {
              font-size: 14px;
              font-size: 1.4rem;
              display: inline-block;
              border: solid 1px #ffffff;
              padding: 2px 5px; }
      .p-execution__lst > ul .card__heading {
        font-family: "NotoSans",sans-serif;
        font-weight: 500;
        font-size: 20px;
        font-size: 2rem;
        color: #0C63BB;
        padding: 0 8px; }
        .p-execution__lst > ul .card__heading .small {
          font-size: 18px;
          font-size: 1.8rem; }
      .p-execution__lst > ul .card .on {
        width: 304px;
        border-radius: 17px;
        background-color: rgba(24, 72, 143, 0.95);
        position: absolute;
        top: -100%;
        left: -8px;
        padding: 30px 30px 50px 30px;
        transition: .3s top; }
        .p-execution__lst > ul .card .on p {
          font-size: 16px;
          font-size: 1.6rem;
          color: #ffffff; }
          .p-execution__lst > ul .card .on p.link {
            width: 100%;
            position: absolute;
            bottom: 23px;
            left: 0; }
            .p-execution__lst > ul .card .on p.link span {
              display: block;
              width: 244px;
              margin: 0 auto;
              text-align: center;
              border: solid 1px #ffffff; }

.p-exe {
  background-color: #ffffff;
  padding-bottom: 50px; }
  .p-exe__head {
    margin-bottom: 30px; }
    .p-exe__head .desc {
      font-family: "NotoSans",sans-serif;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 30px 50px; }
  .p-exe__price {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 30px; }
    .p-exe__price dl {
      -webkit-display: flex;
      -ms-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 20px;
      font-family: "NotoSans",sans-serif;
      border: double 4px #0C63BB; }
      .p-exe__price dl dt {
        font-weight: 500;
        padding-right: 30px; }
      .p-exe__price dl dd {
        font-weight: 700;
        font-size: 26px;
        font-size: 2.6rem; }
        .p-exe__price dl dd span {
          font-size: 14px;
          font-size: 1.4rem; }
  .p-exe__topbtn {
    padding-top: 50px;
    text-align: center; }

@media screen and (max-width: 1024px) {
  .p-execution__head {
    height: auto;
    padding: 30px 15px;
    background-size: contain; }
    .p-execution__head .inner {
      max-width: 650px;
      padding-top: 25px; }
      .p-execution__head .inner::after {
        display: none; }
      .p-execution__head .inner > h2 {
        width: 450px;
        margin-left: auto;
        margin-right: auto; }
      .p-execution__head .inner > ul {
        display: none; }
      .p-execution__head .inner .shokai {
        display: none; } }
@media screen and (max-width: 599px) {
  .p-execution__head .inner {
    padding-top: 15px; }
    .p-execution__head .inner > h2 {
      width: 80%;
      max-width: 220px; }
      .p-execution__head .inner > h2 img {
        margin-left: auto;
        margin-right: auto; } }
@media screen and (max-width: 1024px) {
  .p-execution__lst > ul {
    margin-left: -20px; }
    .p-execution__lst > ul .card {
      width: calc(33.33% - 20px);
      margin-left: 20px; }
      .p-execution__lst > ul .card__heading {
        font-size: 18px;
        font-size: calc(18px + ((1vw - 3.75px) * 0.308)); }
      .p-execution__lst > ul .card__exe p.exe span {
        font-size: 26px;
        font-size: calc(26px + ((1vw - 3.75px) * 1.38)); }
      .p-execution__lst > ul .card .on {
        display: none; } }
@media screen and (max-width: 899px) {
  .p-execution__lst > ul .card {
    width: calc(50% - 20px); }
    .p-execution__lst > ul .card:nth-of-type(3) {
      margin-top: 40px; }
    .p-execution__lst > ul .card__img img {
      width: 100%;
      height: auto; }
    .p-execution__lst > ul .card__exe::after {
      display: none; } }
@media screen and (max-width: 599px) {
  .p-execution__lst {
    margin-bottom: 50px; }
    .p-execution__lst > ul {
      margin-left: -15px; }
      .p-execution__lst > ul .card {
        width: calc(50% - 15px);
        margin-top: 15px;
        margin-left: 15px;
        border-width: 3px;
        padding-bottom: 15px; }
        .p-execution__lst > ul .card:nth-of-type(2) {
          margin-top: 0; }
        .p-execution__lst > ul .card:nth-of-type(3) {
          margin-top: 15px; }
        .p-execution__lst > ul .card__exe {
          margin-bottom: 8px; }
          .p-execution__lst > ul .card__exe p.exe {
            flex-basis: 70px; }
            .p-execution__lst > ul .card__exe p.exe span {
              font-size: 20px;
              font-size: 2rem; }
          .p-execution__lst > ul .card__exe p.type span {
            font-size: 10px;
            font-size: 1.0rem; }
        .p-execution__lst > ul .card__heading {
          font-size: 15px;
          font-size: calc(15px + ((1vw - 3.75px) * 0.308)); }
          .p-execution__lst > ul .card__heading .small {
            font-size: 15px;
            font-size: calc(15px + ((1vw - 3.75px) * 0.308)); } }

@media screen and (max-width: 1024px) {
  .p-exe__head .desc {
    font-size: 16px;
    font-size: calc(16px + ((1vw - 3.75px) * 0.308));
    padding: 20px 30px 0; }
  .p-exe__price dl dd {
    font-size: 20px;
    font-size: calc(20px + ((1vw - 3.75px) * 0.924)); } }
@media screen and (max-width: 599px) {
  .p-exe__price {
    padding-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 0; }
    .p-exe__price dl {
      display: block;
      text-align: center; } }
