@charset 'UTF-8';
/*#########################################################

各種ファイル読み込み

#########################################################*/

@media only screen and (max-width: 767px) {
  .u-use--pc {
    display: none !important;
  }

  .c-link {
    color: inherit;
  }

  .c-link[target='_blank'] {
    position: relative;
  }

  .c-link[target='_blank']::after {
    display: inline-block;

    width: 11px;
    height: 10px;
    margin: 0 2px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201810/common/icon_externallink_white.svg) no-repeat left top;
    -webkit-background-size: 11px 10px;
            background-size: 11px 10px;
  }

  img {
    width: 100%;
  }

  .c-header {
    position: relative;

    height: 0;
    padding-top: 166.9375%;

    background: url(/svcsol/campaign/images/omnibus_201810/top/bg_mainvisual_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .c-header__title {
    position: absolute;
    top: 0;
    right: 5px;

    width: 100%;

    text-align: left;
  }
  .c-logotop {
    display: inline-block;

    width: 75px;
    height: 50px;
    margin-bottom: 45px;

    background: #000;
  }
  .c-logotop__link {
    display: block;

    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-logotop__img {
    min-width: 100%;
  }

  .c-mainvisual__title {
    position: absolute;
    top: 12%;
    /* left: 50%;

    transform: translateX(-50%); */
  }

  .c-mainvisual__img {
    width: 100vw;
    margin-bottom: 0;
  }

  .c-title {
    position: relative;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    margin-bottom: 20px;

    text-align: center;

    -ms-align-items: center;
        align-items: center;
    justify-content: center;
  }

  .c-title--badge {
    padding-top: 80px;
  }

  .c-title__hd {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.25;

    padding-bottom: 15px;

    text-align: center;

    background: url(/svcsol/campaign/images/omnibus_201810/common/bg_underline.svg) repeat-x left bottom;
    -webkit-background-size: 14px 5px;
            background-size: 14px 5px;
  }

  .c-title__color {
    color: #ce223c;
  }

  .c-title__min {
    font-size: 1.8rem;
  }

  .c-title__big {
    font-size: 2.4rem;
  }

  .c-title__badge {
    position: absolute;
    top: 0;
    left: 50%;

    width: 70px;
    height: 70px;
    margin-left: -35px;
  }

  .c-title__badge__img {
    width: 100%;
  }

  .c-title--label {
    padding-top: 45px;
  }

  .c-title__label {
    font-size: 1.8rem;
    font-weight: 700;

    position: absolute;
    top: 0;
    left: 50%;

    width: 126px;
    height: 30px;
    margin-left: -63px;

    text-align: center;

    color: #fff;
    background-color: #ce223c;
  }

  .c-title__label::before {
    position: absolute;
    bottom: -14px;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -15px;

    content: '';

    border-width: 14px 15px 0 15px;
    border-style: solid;
    border-color: #ce223c transparent transparent transparent;
  }

  .c-hd--01 {
    font-size: 2rem;
    font-weight: 700;

    position: relative;

    margin: 0 auto 20px;

    text-align: center;
  }

  .c-hd--01:not(.c-hd--01_noborder) {
    padding-top: 20px;

    border-top: 6px solid #d0d0d0;
  }

  .c-hd--01:not(.c-hd--01_noborder)::before {
    position: absolute;
    top: -6px;
    left: 50%;

    width: 100px;
    height: 6px;
    margin-left: -50px;

    content: '';

    background-color: #ce223c;
  }

  .c-hd--01__color {
    color: #ce223c;
  }

  .c-hd--02 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;

    margin-bottom: 20px;

    text-align: center;
  }

  .c-hd--03 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;

    margin-bottom: 20px;
    padding: 6px 6px 4px;

    text-align: center;

    color: #fff;
    background-image: linear-gradient(135deg, #cf3434 25%, #cd213c 25%, #cd213c 50%, #cf3434 50%, #cf3434 75%, #cd213c 75%, #cd213c 100%);
    -webkit-background-size: 15px 15px;
            background-size: 15px 15px;
  }

  .c-hd--04 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;

    margin-bottom: 20px;

    text-align: center;
  }

  .c-hd--04__min {
    font-size: 1.6rem;
    line-height: 1;

    display: block;
  }

  .c-hd--05 {
    font-size: 2.0rem;
    font-weight: 700;

    margin-bottom: 10px;

    text-align: center;

    color: #ce223c;
  }

  .c-hd--06 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
            flex-direction: column;

    padding: 5px 0;

    text-align: center;

    color: #fff;
    background-color: #ce223c;

    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
    -ms-align-items: center;
        align-items: center;
    justify-content: center;
  }

  .c-label {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;

    text-align: center;

    color: #fff;
  }

  .c-label--red {
    margin-bottom: 15px;
    padding: 15px 8px 13px;

    background-color: #cc1e39;
  }

  .c-label--difference {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    line-height: 1.5;

    position: relative;

    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0;

    text-align: center;

    color: #fff;
    background: url(/svcsol/campaign/images/omnibus_201810/top/bg_difference.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .c-label--difference::before {
    position: absolute;
    bottom: -14px;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -14px;

    content: '';

    border-width: 15px 14px 0 14px;
    border-style: solid;
    border-color: #d00d2a transparent transparent transparent;
  }

  .c-txt {
    font-size: 1.4rem;
    line-height: 1.5;

    margin-bottom: 10px;
  }

  .c-txt--center {
    text-align: center;
  }

  .c-txt--triale {
    font-size: 1.2rem;
    font-weight: 700;

    margin-bottom: 5px;

    text-align: center;

    color: #cf0040;
  }

  .c-lead {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;

    margin-bottom: 20px;

    text-align: center;
  }

  .c-lead--small {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;

    margin-bottom: 20px;

    text-align: center;
  }

  .c-note {
    font-size: 1.2rem;
    line-height: 1.3;

    position: relative;

    margin-top: 5px;
    padding-left: 14px;
  }

  .c-note::before {
    position: absolute;
    left: 0;

    content: '\203B';
  }

  .c-figure {
    margin-bottom: 20px;

    text-align: center;
  }

  .c-figure--example {
    margin-bottom: 0;
    padding: 5px;

    border: 4px solid #ccc;
    background-color: #fff;
  }

  .c-figure--people {
    height: 99px;

    text-align: center;
  }

  .c-figure--people__img {
    height: 99px;

    vertical-align: bottom;
  }

  .c-figure--solve01 {
    margin: 15px auto 30px;
  }

  .c-figure--flow {
    margin: 20px auto 40px;
  }

  .c-figure--capture {
    padding: 10px 20px;
  }

  .c-figure--movie {
    padding: 30px 20px;
  }

  .c-figure--solve02 {
    padding: 5px 10px;

    background-color: #fff;
  }

  .c-figure--solution {
    margin-top: 15px;
    padding: 10px;

    background-color: #fff;
  }

  .c-figure--more01 {
    margin-bottom: 0;
  }

  .c-figure--more02 {
    margin: 20px 0 0;
    padding: 15px 20px;
  }

  .c-figure--more__caption {
    font-size: 1.4rem;

    text-align: left;
  }

  .c-figure__img {
    max-width: 100%;
  }

  .c-list__item {
    font-size: 1.4rem;
    line-height: 1.4;

    position: relative;

    padding-left: 14px;
  }

  .c-list__item::before {
    position: absolute;
    left: 0;

    content: '\30FB';
  }

  .c-list__item:not(:first-child) {
    margin-top: 8px;
  }

  .c-parent--contact {
    background-color: #252525;
  }

  .c-parent--bg01 {
    background-image: linear-gradient(135deg, #232122 25%, #262425 25%, #262425 50%, #232122 50%, #232122 75%, #262425 75%, #262425 100%);
    background-size: 15px 15px;
  }

  .c-parent--bg02 {
    padding-top: 0;
  }

  .c-parent--bg03 {
    background: #fccfd5 url(/svcsol/campaign/images/omnibus_201810/top/bg_solve.jpg) no-repeat center top;
    -webkit-background-size: 400% auto;
            background-size: 400% auto;
  }

  .c-parent--bg04 {
    background: #464646;
  }

  .c-parent--bg05 {
    background: url(/svcsol/campaign/images/omnibus_201810/top/bg_voice.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .c-parent--border01 {
    position: relative;

    padding-top: 20px;

    border-top: 10px solid #a3a3a3;
  }

  .c-child {
    padding: 25px 20px;
  }

  .c-child .c-child {
    padding: 0;
  }

  .c-child .c-child:not(:last-child) {
    margin-bottom: 30px;
  }

  .c-child:not(:first-child) {
    padding-top: 0;
  }

  .c-check__item {
    font-size: 1.6rem;
    line-height: 1.4;

    position: relative;

    padding-left: 25px;
  }

  .c-check__item::before {
    position: absolute;
    top: 2px;
    left: 0;

    width: 17px;
    height: 20px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201810/common/icon_check.svg) no-repeat left top;
    -webkit-background-size: 17px 20px;
            background-size: 17px 20px;
  }

  .c-check__item:not(:first-child) {
    margin-top: 10px;
  }

  .c-table__wrap {
    overflow-x: scroll;

    width: 100%;
    margin-bottom: 40px;
    padding: 10px 0;
  }

  .c-table__wrap::-webkit-scrollbar {
    height: 5px;
  }
  .c-table__wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .c-table__wrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .c-table {
    width: 100%;

    border-top: 1px solid #ddd9db;
    border-left: 1px solid #ddd9db;
  }

  .c-table__th,
  .c-table__td {
    font-size: 1.6rem;
    line-height: 1.3;

    vertical-align: middle;
    white-space: nowrap;
  }

  .c-table__th {
    padding: 10px 15px;

    border-right: 1px solid #ddd9db;
    border-bottom: 1px solid #ddd9db;
  }

  .c-table__td {
    padding: 15px 10px;

    text-align: center;
  }

  .c-table__thead .c-table__th {
    vertical-align: middle;
  }

  .c-table__thead .c-table__th:not(:empty) {
    width: 240px;
  }

  .c-table__thead .c-table__th:empty {
    width: 180px;
  }

  .c-table__th:not(.c-table__th--color) {
    font-weight: 700;

    text-align: left;

    background-color: #f9f9f9;
  }

  .c-table__th--color {
    font-weight: 700;

    text-align: center;

    color: #fff;
    background-color: #d84f64;
  }

  .c-table__td:not(.c-table__td--left) {
    text-align: center;
  }

  .c-table__td:not(.c-table__td--color) {
    border-right: 1px solid #ddd9db;
    border-bottom: 1px solid #ddd9db;
  }

  .c-table__td--color {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f7d4dd;
  }

  .c-faq__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;

    position: relative;

    margin-bottom: 10px;
    padding-bottom: 10px;

    text-align: center;

    color: #ce223c;
    border-bottom: 6px solid #d0d0d0;
  }

  .c-faq__title::after {
    position: absolute;
    bottom: -6px;
    left: 50%;

    width: 100px;
    height: 6px;

    content: '';
    transform: translateX(-50%);

    background-color: #ce223c;
  }

  .c-faq__dl {
    margin-bottom: 20px;
    padding-bottom: 15px;

    background: url(/svcsol/campaign/images/omnibus_201810/common/bg_faq.gif) repeat-x left bottom;
  }
  .c-faq__dl:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;

    background: none;
  }
  .c-faq__dt,
  .c-faq__dd {
    font-size: 1.4rem;
    line-height: 1.3;

    position: relative;

    padding-left: 30px;
  }
  .c-faq__dt {
    font-weight: 700;

    margin-bottom: 15px;
  }

  .c-faq__q,
  .c-faq__a {
    font-weight: 700;

    position: absolute;
    top: 0;
    left: 0;
  }
  .c-faq__q {
    color: #f05408;
  }
  .c-faq__a {
    color: #4873a9;
  }

  .c-operator {
    position: relative;

    margin-bottom: 25px;
    padding: 20px;

    background-color: #fff;
  }

  .c-operator__txt {
    font-size: 4.833vw;
    line-height: 1.8;
  }

  .c-operator__em {
    color: #c9003e;
  }

  .c-operator__pic {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100%;
  }

  .c-operator__pic::before {
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 46%;
    padding-top: 47%;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201810/common/img_appeal_sp.png) no-repeat left top;
    -webkit-background-size: cover;
            background-size: cover;
  }

  .c-operator__img {
    display: none;
  }

  .c-outline {
    font-size: 1.6rem;
    font-weight: 700;

    margin: 20px 0;

    text-align: center;

    color: #fff;
  }

  .c-outline--triale {
    font-size: 1.4rem;
    font-weight: 700;

    margin-bottom: 5px;

    text-align: center;

    color: #fff;
  }

  .c-column {
  }

  .c-column__item {
    position: relative;
  }

  .c-column__item:not(:first-child) {
    margin-top: 20px;
  }

  .c-btn {
    font-size: 4.375vw;
    font-weight: 700;

    display: block;

    width: 84%;
    margin: 0 auto;
    padding: 10px 5px;

    text-align: center;
    text-decoration: none;

    color: #fff !important;
    border: none;
    border-radius: 4px;
  }

  .c-btn--01 {
    background: -webkit-linear-gradient(#ce0040, #b3001c);
    background:      -o-linear-gradient(#ce0040, #b3001c);
    background:         linear-gradient(#ce0040, #b3001c);
  }
  .c-btn--02 {
    background: -webkit-linear-gradient(#6492de, #466ed3);
    background:      -o-linear-gradient(#6492de, #466ed3);
    background:         linear-gradient(#6492de, #466ed3);
  }

  .c-btn--03 {
    border: 2px solid #fff;
    background: transparent;
  }

  .c-btn--04 {
    position: static;

    padding: 11px 10px 12px;

    background-color: #c51d32;
  }

  .c-btn__inner {
    position: relative;

    display: inline-block;

    padding-right: 25px;

    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 15px 14px;
            background-size: 15px 14px;
  }

  .c-btn:not(.c-btn--03)[target='_blank'] .c-btn__inner {
    background-image: url(/svcsol/campaign/images/omnibus_201810/common/icon_externallink_white.svg);
  }

  .c-btn--03[target='_blank'] .c-btn__inner {
    background-image: url(/svcsol/campaign/images/omnibus_201810/common/icon_externallink.svg);
  }

  .c-download {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-bottom: 20px;
    padding: 15px;

    border: 1px solid #dedede;
    border: 2px solid #cf0040;
    background: #fff;
  }
  .c-download__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;

    margin-bottom: 18px;

    text-align: center;

    color: #cf0040;
  }
  .c-download__item--single {
    display: flex;

    margin-bottom: 15px;

    justify-content: space-between;
    align-items: flex-start;
  }
  .c-download__thumb {
    width: 92px;
  }

  .c-download__img {
    width: 100%;
  }

  .c-download__box {
    width: calc(100% - (92.5px + 10px));
  }

  .c-download__txt {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;

    margin: 0 0 5px;
  }


  .c-download__txt--mini {
    font-size: 1.3rem;
    font-weight: normal;

    display: block;
  }

  .c-download .c-btn {
    width: 100%;
  }

  .c-telbox {
    font-weight: 700;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    margin-top: 25px;

    color: #fff;

    justify-content: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-align-items: center;
        align-items: center;
  }

  .c-telbox--operator {
    font-weight: 700;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    margin-top: 25px;

    color: #fff;

    justify-content: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .c-telbox--triale {
    margin-bottom: 15px;
  }

  .c-telbox__txt {
    font-size: 1.2rem;

    position: relative;

    margin-right: 10px;
    padding-left: 30px;
  }

  .c-telbox__txt::before {
    position: absolute;
    top: -3px;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201810/common/icon_tel_white.svg) no-repeat left top;
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
  }

  .c-telbox__number {
    font-size: 1.4rem;

    margin-left: 10px;
  }

  .c-telbox__time {
    font-size: 1.0rem;
    font-weight: normal;

    width: 100%;
    margin-top: 10px;

    text-align: center;
  }

  .c-footer {
    background: #000;
  }

  .c-footer__inner {
    width: 100%;
    padding: 20px 0;
  }

  .c-fnav__list {
    display: flex;

    justify-content: center;
    align-items: center;
  }

  .c-fnav__link {
    font-size: 1rem;

    text-decoration: none;

    color: #fff;
  }
  .c-fnav__link:after {
    display: inline-block;

    width: 12px;
    height: 10px;
    margin-left: 10px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201810/common/icon_externallink.svg) no-repeat center top;
    background-size: cover;
  }
  .c-fnav__item:first-child {
    margin-right: 20px;
  }
  .c-fnav__item:first-child:after {
    content: none;
  }
  .c-fnav__item:before {
    margin-right: 20px;

    content: '|';

    color: #fff;
  }
  .c-fnav__item:after {
    margin-left: 20px;

    content: '|';

    color: #fff;
  }

  .c-copyright {
    display: block;

    margin-top: 20px;

    text-align: center;

    color: #fff;
  }

  #totop {
    position: fixed;
    right: 0;
    bottom: 0;

    width: 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  #totop a[href='#'] {
    display: none;
  }

  .p-lnav {
    padding: 0 10px;

    border-bottom: 6px solid #252525;
  }

  .p-lnav__list {
  }

  .p-lnav__item:not(:last-child) {
    position: relative;

    padding-bottom: 1px;
  }

  .p-lnav__item:not(:last-child)::before {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #d0d0d0;
  }

  .p-lnav__link {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;

    position: relative;

    width: 100%;
    height: 100%;
    padding: 23px 0 27px;

    text-align: center;
    text-decoration: none;

    color: #333;

  }

  .p-lnav__link::before {
    position: absolute;
    bottom: 12px;
    left: 50%;

    width: 12px;
    height: 7px;

    content: '';
    transform: translateX(-50%);

    background-image: url(/svcsol/campaign/images/omnibus_201810/top/icon_arrow_lnav.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 12px 7px;
            background-size: 12px 7px;
  }

  .p-feature {
    padding: 10px;

    border: 4px solid #d1d1d1;
  }

  .p-feature__wrap {
    margin-bottom: 20px;
  }

  .p-feature__label {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;

    margin-bottom: 10px;
    padding: 8px 0;

    text-align: center;

    color: #fff;
    background-color: #ce223c;
  }

  .p-feature__label--task {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;

    width: 100px;
    margin: 0 auto 20px;
    padding: 3px 0 6px;

    text-align: center;

    color: #ce223c;
    border: 4px solid #ce223c;
  }

  .p-feature__title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.3;

    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
            flex-direction: column;

    padding: 15px 0;

    text-align: center;

    color: #ce223c;

    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
    -ms-align-items: center;
        align-items: center;
    justify-content: center;
  }

  .p-feature__title--min {
    font-size: 1.4rem;
  }

  .p-feature__txt {
    margin-bottom: 15px;
  }

  .p-feature__item {
    font-size: 1.4rem;
    line-height: 1.5;

    position: relative;

    width: 100%;
    padding-left: 20px;
  }

  .p-feature__item::before {
    position: absolute;
    top: 5px;
    left: 0;

    width: 15px;
    height: 14px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201810/common/icon_check.svg) no-repeat left top;
    -webkit-background-size: 15px 14px;
            background-size: 15px 14px;
  }

  .p-feature__pic {
    margin-top: 20px;
  }

  .p-feature__img {
    vertical-align: bottom;
  }

  .p-navbox {
    display: flex;

    margin-top: 40px;
    padding: 20px 20px 1px;

    background: url(/svcsol/campaign/images/omnibus_201810/top/bg_navbox.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;

    justify-content: space-between;
  }

  .p-navbox__item {
    position: relative;

    width: 48%;
    margin-bottom: 20px;
    padding: 10px 5px 40px;

    border: 4px solid #d0d0d0;
    background-color: #fff;
  }

  .p-navbox__item::before {
    position: absolute;
    bottom: 14px;
    left: 50%;

    width: 30px;
    height: 15px;
    margin-left: -15px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201810/common/icon_arrow.svg) no-repeat center bottom;
    -webkit-background-size: 50px 25px;
            background-size: 30px 15px;
  }

  .p-navbox__label {
    font-size: 1.4rem;
    font-weight: 700;

    text-align: center;
  }

  .p-navbox__number {
    font-size: 2.0rem;

    margin-left: 0;
  }

  .p-navbox__hd {
    font-size: 1.6rem;
    font-weight: 700;

    position: relative;

    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;

    text-align: center;

    color: #cf0040;
  }

  .p-navbox__hd::before,
  .p-navbox__hd::after {
    position: absolute;
    bottom: 0;
    left: 50%;

    height: 4px;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .p-navbox__hd::before {
    width: 100%;

    background-color: #d0d0d0;
  }

  .p-navbox__hd::after {
    width: 40px;

    background-color: #ce1e33;
  }

  .p-navbox__link {
    font-size: 1.6rem;
    font-weight: 700;

    display: block;

    text-align: center;
    text-decoration: none !important;

    color: #333 !important;
  }

  .p-navbox__link::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
  }

  .p-navbox__link:hover::before {
    background-color: rgba(255,255,255,.4);
  }

  .p-package {
    position: relative;

    width: 100%;
    margin: 0 auto;
    padding: 40px 10px 20px;

    border-top: 10px solid #ce223c;
    background-color: #fff;
  }

  .p-package:not(:first-child) {
    margin-top: 40px;
  }

  .p-package__label {
    font-size: 1.4rem;
    font-weight: 700;

    position: absolute;
    top: -10px;
    left: 50%;

    width: 210px;
    height: 35px;

    transform: translateX(-50%);
    text-align: center;

    color: #fff;
    background-color: #3f3f3f;
  }

  .p-package__number {
    font-size: 2rem;
  }

  .p-package__title {
    font-size: 2rem;
    font-weight: 700;

    margin-bottom: 20px;

    text-align: center;

    color: #ce223c;
  }

  .p-point {
    margin-bottom: 40px;
    padding: 15px 10px 20px;

    background-image: linear-gradient(135deg, #f5f5f5 25%, #f2f2f2 25%, #f2f2f2 50%, #f5f5f5 50%, #f5f5f5 75%, #f2f2f2 75%, #f2f2f2 100%);
    -webkit-background-size: 15px 15px;
            background-size: 15px 15px;
  }

  .p-point__hd {
    font-size: 2.0rem;
    font-weight: 700;

    margin-bottom: 20px;

    text-align: center;
  }

  .p-point__txt {
    font-size: 1.4rem;
    line-height: 1.5;

    margin-bottom: 20px;
  }

  .p-point__list {
    padding: 0;

    list-style: none;

    counter-reset: my-counter;
  }

  .p-point__item {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;

    position: relative;

    padding-left: 20px;
  }

  .p-point__item:not(:first-child) {
    margin-top: 5px;
  }

  .p-point__item::before {
    position: absolute;
    left: 0;

    content: counter(my-counter)'.';
    counter-increment: my-counter;

    color: #ce223c;
  }

  .p-trouble {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
  }

  .p-trouble__pic {
    width: 100px;
  }

  .p-trouble__img {
    width: 100%;
  }

  .p-trouble__inner {
    -webkit-flex: 1 0 1%;
       -moz-flex: 1 0 1%;
        -ms-flex: 1 0 1%;
         -o-flex: 1 0 1%;
            flex: 1 0 1%;
  }

  .p-possible {
    margin: 20px auto;
  }

  .p-possible__list {
  }

  .p-possible__item {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;

    position: relative;

    padding-left: 25px;
  }

  .p-possible__item::before {
    position: absolute;
    top: 3px;
    left: 0;

    width: 18px;
    height: 18px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201810/common/icon_circle.svg) no-repeat left top;
    -webkit-background-size: 18px 18px;
            background-size: 18px 18px;
  }

  .p-possible__item:not(:first-child) {
    margin-top: 5px;
  }

  .p-possible__em {
    color: #ce223c;
  }

  .p-voice {
  }

  .p-voice__item {
    width: 100%;
    padding: 15px 25px;

    background-color: #fff;
  }

  .p-voice__item:not(:first-child) {
    margin-top: 15px;
  }

  .p-voice__avator {
    margin-bottom: 16px;

    text-align: center;
  }

  .p-voice__img {
    width: 63px;
  }

  .p-voice__comment {
    font-size: 1.3rem;
    line-height: 1.5;

    position: relative;
  }

  .p-plusbox {
    padding: 15px 20px 20px;

    border: 4px solid #ce223c;
  }

  .p-plusbox__hd {
    margin-bottom: 20px;
  }

  .p-boxlink {
    position: relative;

    height: 100%;
    padding-bottom: 15px;

    background-color: #eee;
  }

  .p-boxlink__hd {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;

    margin-bottom: 20px;
    padding: 5px 0;

    text-align: center;

    color: #fff;
    background-color: #5a5a5a;
  }

  .p-boxlink__txt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;

    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;

    text-align: center;
  }

  .p-boxlink__txt--min {
    font-size: 1.2rem;
    line-height: 1.5;

    display: block;
  }

  .p-boxlink__link {
    margin: 0 auto;
  }

  .p-boxlink__link::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
  }

    /* added DL 20200731 start */
    .u-pc {
        display: none !important;
    }

    .download_box .p-download {
        margin: 25px 20px;
        padding: 20px 10px 10px;
        border: 2px solid #cf0040;
        background: #fff;
    }

    .download_box .p-download .outline {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.75;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
        color: #cf0040;
    }

    .download_box .p-download .side_by_side {
        margin-bottom: 10px;
    }

    .download_box .p-download .side_by_side li.icon_more {
        width: 98px;
        height: 85px;
        margin: 20px auto;
    }

    .download_box .p-download__inner {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .download_box .p-download__figure,
    .download_box .p-download__figure img {
        width: 93px;
    }

    .download_box .download_box .p-download__desc {
        padding-top: 5px;
        -webkit-box-flex: 1;
        flex: 1 0 1%;
    }

    .download_box .c-tit {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .download_box .c-tit span {
        font-weight: normal;
        display: block;
    }

    .download_box .p-download__txt {
        font-size: 1.4rem;
        line-height: 1.71;
        color: #333;
    }

    .in_appeal_box .side_by_side li {
        width: 100%;
    }

    .in_appeal_box .side_by_side li:first-child {
        margin-bottom: 20px;
    }

    .in_appeal_box .tel_box {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .in_appeal_box .tel_box:before {
        display: inline-block;
        width: 15px;
        height: 15px;
        content: '';
        vertical-align: middle;
        background: url(/svcsol/campaign/images/fxm_202002/common/icon_tel_white.svg) no-repeat center center;
        background-size: cover;
    }

    .in_appeal_box .tel_box .txt {
        font-size: 1.2rem;
        font-weight: bold;
        margin-right: 10px;
        color: #fff;
    }

    .in_appeal_box .tel_box .number {
        font-weight: bold;
        color: #fff;
    }

    .in_appeal_box .tel_box .time {
        font-size: 1rem;
        display: block;
        margin-top: 5px;
        color: #fff;
    }

    .in_appeal_box {
        padding: 10px 0;
        background: #1d1d1d;
    }

    .in_appeal_box .child_box {
        padding: 0 10px;
    }

    .link_box {
        padding: 0 10px;
    }

    .link_box .btn_area [class^='btn'] {
        box-sizing: border-box;
        width: 100%;
    }

    .link_box .side_by_side:last-child {
        margin-top: 15px;
    }

    .link_box .side_by_side:last-child {
        margin-top: 15px;
    }

    .c-btn--01 {
        font-size: 3.75vw;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#ce0040), to(#b3001c));
        background: linear-gradient(#ce0040, #b3001c);
    }

    /* 2025/11 共通フッタ差し替えによる調整 */
    .p-download__figure img {
      max-width: none;
    }
  
    .c-column .p-feature {
      padding: 10px;
    }
  
    .c-column .p-feature__txt {
      margin-bottom: 15px;
    }
  
    .p-feature__txt.c-txt {
      font-size: 1.4rem;
      line-height: 1.5;
    }

}
