/* h2 {
  padding: 0.2em 0.5em; }

h3 {
  font-size: 22px;
  padding: 0.2em 0.5em; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; } */

.top-text__lede {
  padding: 0 20px;
  max-width: calc(948px + 40px);
  margin: 60px auto; }
  .top-text__lede__title {
    font-size: 24px;
    padding: 0;
    border-left: 0;
    text-align: center; }
  .top-text__lede__text {
    margin-bottom: 0; }

.top-text__service-title {
  border-left: none;
  border-bottom: 2px solid;
  border-bottom-color: #c80000;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-size: 20px; }

.page-header .page-title {
  font-size: 30px; }

.breadcrumb {
  margin-bottom: 24px; }

.c-btn > a {
  background: #c80000;
  color: #fff;
  display: inline-block;
  padding: 1em;
  line-height: 1;
  border-radius: 6px; }
  .c-btn > a:hover {
    color: #fff; }

#door-page .c-block {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border: 1px solid #ccc; }
  #door-page .c-block:not(:last-of-type) {
    margin-bottom: 2em; }
  #door-page .c-block:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    bottom: 1em;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #c80000)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #c80000 50.5%) no-repeat top left/100% 100%;
    width: 15px;
    height: 15px; }
  #door-page .c-block:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #c80000;
    -webkit-box-shadow: inset 0px 0px 72px 0px rgba(200, 0, 0, 0.2);
    box-shadow: inset 0px 0px 72px 0px rgba(200, 0, 0, 0.2); }
  #door-page .c-block > a {
    width: 100%;
    display: block;
    padding: 1em; }
  #door-page .c-block__title {
    font-size: 20px; }
  #door-page .c-block__text {
    color: #212121;
    margin-bottom: 0; }

#service-under .half-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  #service-under .half-wrap__item {
    width: 50%;
    padding: 1em;
    margin: 0;
    background: #212121; }
    #service-under .half-wrap__item:first-child {
      background: #c00000; }
    #service-under .half-wrap__item__list {
      margin: 0 0 0 1em; }

#service-under .note-wrap {
  background: #efefef;
  padding: 1em; }
  #service-under .note-wrap__list {
    margin: 0 0 0 1em; }

#service-under .l-2col {
  margin: 0; }
  #service-under .l-2col__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em; }
    #service-under .l-2col__item__text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding-left: 1em; }
    #service-under .l-2col__item__img {
      width: 20%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      text-align: center;
      margin: 0 auto; }

#service-under .c-system-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #service-under .c-system-list li {
    width: calc((100% - 1em) / 2);
    margin-bottom: 1em;
    list-style: none;
    background: #212121;
    color: #fff;
    padding: 1em; }

#service-under .c-system-dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #212121; }
  #service-under .c-system-dlist dt {
    width: 20%;
    background: #212121;
    color: #fff;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff; }
    #service-under .c-system-dlist dt:last-of-type {
      border-bottom: 0; }
  #service-under .c-system-dlist dd {
    width: 80%;
    padding: 1em;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #212121; }
    #service-under .c-system-dlist dd:last-child {
      border-bottom: 0; }

#service-under .c-system-flow {
  margin: 0; }
  #service-under .c-system-flow > li {
    list-style-position: inside;
    padding: 1em;
    background: #efefef;
    margin-bottom: 2em;
    position: relative; }
    #service-under .c-system-flow > li:not(:last-child):after {
      content: "";
      display: block;
      background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #c80000)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #c80000)) no-repeat top right/50% 100%;
      background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #c80000 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #c80000 50.5%) no-repeat top right/50% 100%;
      width: 16px;
      height: 16px;
      position: absolute;
      bottom: -1.5em;
      right: 50%;
      left: 50%; }
  #service-under .c-system-flow__title {
    display: inline-block; }
  #service-under .c-system-flow__text {
    margin-bottom: 0; }

#service-under .c-case-box {
  position: relative;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  #service-under .c-case-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em; }
  #service-under .c-case-box__textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1.5em; }
  #service-under .c-case-box__img {
    width: 20%;
    margin: 0 0 0 0; }
  #service-under .c-case-box__title {
    font-size: 22px;
    padding: 0;
    border: 0;
    margin-bottom: 0.5em; }
  #service-under .c-case-box__text {
    margin-bottom: 0;
    color: #333; }
  #service-under .c-case-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    bottom: 1em;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #c80000)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #c80000 50.5%) no-repeat top left/100% 100%;
    width: 15px;
    height: 15px; }
  #service-under .c-case-box:hover {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #c80000;
    -webkit-box-shadow: inset 0px 0px 72px 0px rgba(200, 0, 0, 0.2);
    box-shadow: inset 0px 0px 72px 0px rgba(200, 0, 0, 0.2); }

#service-under .c-profile-dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #212121; }
  #service-under .c-profile-dlist dt {
    width: 20%;
    padding: 0.5em 1em;
    background: #212121;
    color: #fff; }
    #service-under .c-profile-dlist dt:not(:last-of-type) {
      border-bottom: 1px solid #fff; }
  #service-under .c-profile-dlist dd {
    width: 80%;
    padding: 0.5em 1em;
    margin-bottom: 0; }
    #service-under .c-profile-dlist dd:not(:last-of-type) {
      border-bottom: 1px solid #212121; }
  #service-under .c-profile-dlist ul {
    list-style-position: inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin: 0; }

.full-content {
  max-width: 100%;
  margin: auto; }
  .full-content .breadcrumb {
    margin: 0 auto 2em;
    max-width: 1170px;
    padding: 0 1em;
    position: relative; }
  .full-content .page-header {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 1em;
    margin-bottom: 3.5em;
    position: relative; }
  .full-content #primary {
    width: auto;
    float: none;
    max-width: 1170px;
    padding: 0 1em;
    margin: auto; }
  .full-content .l-full-section {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%); }
  .full-content .l-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .full-content .l-col2__item {
      width: calc((100% - 2em) / 2); }
  .full-content .l-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .full-content .l-col3__item {
      width: calc((100% - 4em) / 3); }
  .full-content .l-center {
    margin: 0 auto; }

#system-top #service-under .c-case-box {
  width: 80%; }

#system-top .c-title {
  border: 0;
  padding: 0;
  font-size: 30px;
  margin-bottom: 1em;
  line-height: 1.7; }
  #system-top .c-title__sub {
    font-size: 18px;
    display: block; }
  #system-top .c-title--center {
    text-align: center; }

#system-top .c-text {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 2.0; }

#system-top .p-section-01 {
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 500px; }
  #system-top .p-section-01__img {
    margin: auto;
    max-width: 320px; }

#system-top .p-section-02 {
  background: url(../image/system-bg-01@2x.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 500px; }
  #system-top .p-section-02__wrap {
    width: 500px; }

#system-top .p-section-03 {
  background: url(../image/system-bg-02@2x.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 500px; }

#system-top .p-section-04 {
  background: url(../image/system-bg-03@2x.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 500px; }

#system-top .p-section-05 {
  background: url(../image/system-bg-04@2x.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 500px; }
  #system-top .p-section-05 .c-title {
    color: #fff;
    white-space: nowrap; }
  #system-top .p-section-05 .c-text {
    color: #fff; }

#system-top .p-section-06 {
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px dotted #404040; }
  #system-top .p-section-06__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px; }
  #system-top .p-section-06__block {
    padding: 1em;
    width: calc((100% - 5em) / 3); }
  #system-top .p-section-06__title {
    white-space: nowrap;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 1.5em;
    line-height: 2.4; }
    #system-top .p-section-06__title > span {
      vertical-align: middle; }
    #system-top .p-section-06__title--2 {
      line-height: 1.2; }
  #system-top .p-section-06__balloon {
    width: 50%;
    margin: auto;
    margin-bottom: calc(42px + 1em);
    padding: 1em;
    border: 1px solid #333;
    font-size: 24px;
    text-align: center;
    position: relative; }
    #system-top .p-section-06__balloon:after {
      position: absolute;
      bottom: -42px;
      right: 0;
      left: 0;
      margin: auto;
      content: "";
      display: block;
      width: 100px;
      height: 42px;
      background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #333)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #333)) no-repeat top right/50% 100%;
      background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #333 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #333 50.5%) no-repeat top right/50% 100%; }
    #system-top .p-section-06__balloon__text {
      margin-bottom: 0; }
  #system-top .p-section-06__balloon-btm {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0; }

#system-top .p-section-07 {
  padding-top: 120px;
  padding-bottom: 120px; }
  #system-top .p-section-07__top-wrap {
    margin-bottom: 4em; }
  #system-top .p-section-07__list-wrap {
    padding: 0 2em;
    margin-bottom: 120px; }
  #system-top .p-section-07__list2-wrap {
    padding: 0 2em;
    margin-bottom: 120px; }
  #system-top .p-section-07__bottom-wrap {
    padding: 0 2em; }
    #system-top .p-section-07__bottom-wrap__text {
      margin-bottom: 3em; }
    #system-top .p-section-07__bottom-wrap__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #system-top .p-section-07__bottom-wrap__logo__img {
        margin-right: 2em; }
  #system-top .p-section-07__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none; }
    #system-top .p-section-07__list > li {
      width: calc((100% - 2em) / 2);
      font-size: 18px;
      padding: 1em;
      background: #333;
      color: #fff;
      margin-bottom: 1em;
      text-align: center; }
  #system-top .p-section-07__list2 {
    list-style: none; }
    #system-top .p-section-07__list2 > li {
      display: table;
      border: 1px solid #333;
      width: 100%;
      margin-bottom: 1em; }
    #system-top .p-section-07__list2__title {
      display: table-cell;
      background: #333;
      color: #fff;
      vertical-align: middle;
      padding: 1em;
      font-size: 18px;
      text-align: center;
      width: 30%; }
    #system-top .p-section-07__list2__text {
      display: table-cell;
      vertical-align: middle;
      padding: 1em; }
  #system-top .p-section-07__subtitle {
    border-left: 0;
    font-size: 24px;
    padding: 0;
    margin-bottom: 1em; }
  #system-top .p-section-07__subtitle2 {
    border-left: 0;
    font-size: 18px;
    padding: 0;
    margin-bottom: 1em; }

#system-top .p-section-08 {
  background: url(../image/system-bg-05@2x.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 500px; }
  #system-top .p-section-08 .c-title {
    color: #fff;
    white-space: nowrap; }
  #system-top .p-section-08 .c-text {
    color: #fff; }

#system-top .p-section-09 {
  padding-top: 120px;
  padding-bottom: 120px; }
  #system-top .p-section-09__wrap {
    margin-bottom: 4em;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal; }
    #system-top .p-section-09__wrap:last-child {
      margin-bottom: 0; }
      #system-top .p-section-09__wrap:last-child .p-section-09__left:after {
        display: none; }
  #system-top .p-section-09__left {
    border: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    position: relative; }
    #system-top .p-section-09__left:after {
      position: absolute;
      bottom: -2.5em;
      left: calc((35% - 40px) / 2);
      content: "";
      display: block;
      width: 40px;
      height: 18px;
      background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #333)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #333)) no-repeat top right/50% 100%;
      background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #333 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #333 50.5%) no-repeat top right/50% 100%; }
    #system-top .p-section-09__left__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      background: #333;
      font-size: 18px;
      padding: 1em;
      width: 35%;
      margin-bottom: 0; }
    #system-top .p-section-09__left__sub {
      display: block; }
    #system-top .p-section-09__left__text {
      padding: 1em;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  #system-top .p-section-09__right {
    width: 45%; }
    #system-top .p-section-09__right__title {
      font-size: 14px;
      text-align: center;
      font-weight: 700;
      margin-bottom: 1em;
      position: relative; }
      #system-top .p-section-09__right__title:before, #system-top .p-section-09__right__title:after {
        content: "";
        display: block;
        width: 27px;
        height: 27px;
        background: #333;
        position: absolute;
        background: url("../image/system-deco-01@2x.png") top left no-repeat; }
      #system-top .p-section-09__right__title:before {
        top: 0;
        left: 0; }
      #system-top .p-section-09__right__title:after {
        top: 0;
        right: 0;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
    #system-top .p-section-09__right__text {
      position: relative;
      padding: 0 2em 2em; }
      #system-top .p-section-09__right__text:before, #system-top .p-section-09__right__text:after {
        content: "";
        display: block;
        width: 27px;
        height: 27px;
        background: #333;
        position: absolute;
        background: url("../image/system-deco-01@2x.png") top left no-repeat; }
      #system-top .p-section-09__right__text:before {
        bottom: 0;
        left: 0;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      #system-top .p-section-09__right__text:after {
        bottom: 0;
        right: 0;
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg); }

#system-top .p-section-10 {
  padding-bottom: 120px; }
  #system-top .p-section-10 .c-case-box {
    width: 80%;
    margin: auto; }
  #system-top .p-section-10 .c-contact-box {
    width: 80%;
    margin: auto;
    text-align: center; }

.page-template-width100-template .c-system-navi-wrap {
  position: fixed;
  right: 0;
  bottom: 2em;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }

.page-template-width100-template .c-system-navi-title {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  margin-bottom: 0; }

.page-template-width100-template .c-system-navi {
  list-style: none;
  text-align: center;
  color: #333;
  padding: 1em; }
  .page-template-width100-template .c-system-navi li:not(:last-child) {
    margin-bottom: 1em; }
  .page-template-width100-template .c-system-navi li a {
    font-size: 14px;
    color: #333; }

.page-template-width100-template .c-system-navi-btn {
  padding: 1em;
  text-align: center; }
  .page-template-width100-template .c-system-navi-btn a {
    display: block;
    padding: 0.5em;
    font-size: 14px;
    color: #fff;
    background: #f44647;
    border-radius: 0.3em; }

@media only screen and (max-width: 768px) {
  .page-header .page-title {
    width: 100%;
    max-width: 100%; }
  #service-under .c-system-list li {
    width: 100%; }
  .full-content .breadcrumb {
    padding: 0 2em; }
  .full-content .page-header {
    padding: 0 2em;
    margin-bottom: 2em; }
  .full-content .page-title {
    font-size: 24px; }
  .full-content #primary {
    padding: 0 2em; }
  .full-content .l-col2__item {
    width: 100%; }
  #system-top {
    width: 100%;
    max-width: none; }
    #system-top .c-title {
      font-size: 18px;
      text-align: center; }
    #system-top .c-text {
      font-size: 12px;
      padding: 0; }
    #system-top .p-section-01 {
      padding-top: 2em;
      padding-bottom: 4em; }
      #system-top .p-section-01 .c-text {
        margin-bottom: 2em; }
    #system-top .p-section-02 {
      min-height: auto;
      padding-top: 4em;
      padding-bottom: 4em;
      background: url(../image/system-bg-01sp.jpg) no-repeat center center;
      background-size: cover; }
      #system-top .p-section-02__wrap {
        width: 100%; }
    #system-top .p-section-03 {
      min-height: auto;
      padding-top: 4em;
      padding-bottom: 4em;
      background: url(../image/system-bg-02sp.jpg) no-repeat center center;
      background-size: cover; }
      #system-top .p-section-03__wrap {
        width: 100%; }
    #system-top .p-section-04 {
      min-height: auto;
      padding-top: 4em;
      padding-bottom: 4em;
      background: url(../image/system-bg-03sp.jpg) no-repeat center center;
      background-size: cover; }
      #system-top .p-section-04__wrap {
        width: 100%; }
    #system-top .p-section-05 {
      min-height: auto;
      padding-top: 4em;
      padding-bottom: 4em;
      background: url(../image/system-bg-04sp.jpg) no-repeat center center;
      background-size: cover; }
      #system-top .p-section-05 .c-title {
        white-space: normal; }
        #system-top .p-section-05 .c-title br {
          display: none; }
      #system-top .p-section-05__wrap {
        width: 100%; }
    #system-top .p-section-06 {
      min-height: auto;
      padding-top: 4em;
      padding-bottom: 4em; }
      #system-top .p-section-06__wrap {
        width: 100%;
        margin-bottom: 4em; }
      #system-top .p-section-06__block {
        padding: 0;
        width: 100%; }
        #system-top .p-section-06__block:not(:last-child) {
          margin-bottom: 4em; }
      #system-top .p-section-06__title {
        white-space: normal;
        margin-bottom: 0.5em;
        font-size: 18px;
        line-height: 1.7; }
        #system-top .p-section-06__title br {
          display: none; }
        #system-top .p-section-06__title > span {
          vertical-align: middle; }
        #system-top .p-section-06__title--2 {
          line-height: 1.7; }
      #system-top .p-section-06__balloon {
        width: 100%;
        font-size: 18px;
        margin-bottom: calc(21px + 1em); }
        #system-top .p-section-06__balloon:after {
          bottom: -21px;
          width: 50px;
          height: 21px; }
      #system-top .p-section-06__balloon-btm {
        font-size: 18px; }
    #system-top .p-section-07 {
      min-height: auto;
      padding-top: 4em;
      padding-bottom: 4em; }
      #system-top .p-section-07__wrap {
        width: 100%; }
      #system-top .p-section-07__subtitle {
        font-size: 18px; }
      #system-top .p-section-07__list-wrap {
        margin-bottom: 4em;
        padding: 0; }
      #system-top .p-section-07__list2-wrap {
        margin-bottom: 4em;
        padding: 0; }
      #system-top .p-section-07__bottom-wrap {
        padding: 0; }
      #system-top .p-section-07__list2__title {
        width: 100%;
        padding: 0.5em;
        display: block; }
      #system-top .p-section-07__list2__text {
        display: block; }
      #system-top .p-section-07__list > li {
        width: 100%;
        font-size: 12px; }
    #system-top .p-section-08 {
      min-height: auto;
      padding-top: 4em;
      padding-bottom: 4em;
      background: #333; }
      #system-top .p-section-08__wrap {
        width: 100%; }
    #system-top .p-section-09 {
      min-height: auto;
      padding-top: 4em;
      padding-bottom: 4em; }
      #system-top .p-section-09__wrap {
        width: 100%; }
        #system-top .p-section-09__wrap:last-child .p-section-09__right:after {
          display: none; }
      #system-top .p-section-09__left {
        width: 100%;
        display: block;
        margin-bottom: 1em; }
        #system-top .p-section-09__left:after {
          display: none; }
        #system-top .p-section-09__left__title {
          width: 100%;
          padding: 0.5em; }
        #system-top .p-section-09__left__sub {
          display: inline;
          margin-right: 1em; }
        #system-top .p-section-09__left__text {
          padding: 1em; }
      #system-top .p-section-09__right {
        width: 100%;
        position: relative; }
        #system-top .p-section-09__right:after {
          position: absolute;
          bottom: -1em;
          left: calc((100% - 20px) / 2);
          content: "";
          display: block;
          width: 20px;
          height: 9px;
          background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #333)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #333)) no-repeat top right/50% 100%;
          background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #333 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #333 50.5%) no-repeat top right/50% 100%; }
        #system-top .p-section-09__right__title {
          margin-bottom: 0; }
        #system-top .p-section-09__right__text {
          padding: 2em; }
    #system-top .p-section-10 {
      padding-bottom: 4em; }
  .page-template-width100-template .c-system-navi-wrap {
    display: none; } }

@media only screen and (max-width: 480px) {
  #service-under .half-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #service-under .half-wrap__item {
      width: 100%; }
  #service-under .l-2col__item__text {
    width: 100%;
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }
  #service-under .l-2col__item__img {
    width: 80%;
    margin-bottom: 1em; }
  #service-under .c-system-dlist dt {
    width: 100%; }
  #service-under .c-system-dlist dd {
    width: 100%; }
  #service-under .c-case-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  #service-under .c-case-box__textarea {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 0;
    width: 100%; }
  #service-under .c-case-box__img {
    margin-bottom: 1em; }
  #service-under .c-profile-dlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #service-under .c-profile-dlist dt {
      width: 100%; }
      #service-under .c-profile-dlist dt:not(:last-of-type) {
        border-bottom: 0; }
    #service-under .c-profile-dlist dd {
      width: 100%; }
  .c-btn {
    text-align: center; }
  #system-top #service-under .c-case-box {
    width: 100%;
    margin: auto; }
  #system-top #service-under .c-contact-box {
    width: 100%;
    margin: auto;
    text-align: center; } }
