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

各種ファイル読み込み

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

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

  .u-adujst--mobile {
    margin-bottom: 33px !important;
  }

  img {
    width: 100%;
  }

  .c-header {
    position: relative;

    height: 0;
    padding-top: 160.9345%;

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

    width: 100%;

    text-align: right;
  }
  .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: 11%;
    left: 50%;

    transform: translateX(-50%);
  }

  .c-mainvisual__img {
    min-width: 85vw;
    max-width: 86vw;
    max-height: 279px;
    margin-bottom: 0;
    display: none;
  }

  .c-title {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
            flex-direction: column;

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

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

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

    position: relative;

    margin-right: 24px;
    margin-bottom: 10px;
    padding: 5px 18px 3px;

    letter-spacing: .1em;

    color: #fff;
    background-color: #47a603;
  }

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

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

    content: '';
    transform: rotate(180deg);

    border-width: 0 7px 9px 7px;
    border-style: solid;
    border-color: transparent transparent #47a603 transparent;
  }

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

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

    margin: 0 auto 20px;

    text-align: center;

    color: #70a706;
  }

  .c-hd--02 {
    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, #6fa805 25%, #79b114 25%, #79b114 50%, #6fa805 50%, #6fa805 75%, #79b114 75%, #79b114 100%);
    -webkit-background-size: 15px 15px;
            background-size: 15px 15px;
  }

  .c-hd--03 {
    font-size: 2.2rem;
    font-weight: 700;

    position: relative;

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

    text-align: center;

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

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

    width: 100px;
    height: 6px;

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

    background-color: #70a706;
  }

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

    margin-bottom: 10px;

    text-align: center;
  }

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

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

    text-align: center;

    color: #fff;
  }

  .c-label--red {
    background-color: #cc1e39;
  }

  .c-label--blue {
    background-color: #0f0f6a;
  }

  .c-label--green {
    background-color: #70a706;
  }

  .c-label--gray {
    color: #333;
    background-color: #dbdbdb;
  }

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

    margin-bottom: 0;
    padding: 13px 0 7px;

    text-align: center;

    color: #333;
    background-color: #ccc;
  }

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

    margin-bottom: 0;
    padding: 13px 0 7px;

    text-align: center;

    color: #fff;
    background-color: #8fb347;
  }
  .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';

    color: #cf0040;
  }

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

    text-align: center;
  }

  .c-figure--about {
    padding: 5px 20px;

    background-color: #fff;
  }

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

  .c-figure--more02_01 {
    padding: 10px;

    border: 4px solid #ccc;
  }

  .c-figure--more02_02 {
    padding: 10px;

    border: 4px solid #8fb247;
  }

  .c-figure--realization {
    margin-top: 20px;
  }

  .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: #464646;
  }

  .c-parent--bg02 {
    background: #fff;
  }

  .c-parent--bg03 {
    color: #fff;
    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--bg04 {
    background: url(/svcsol/campaign/images/omnibus_201911/top/bg_scene_sp.png) no-repeat center top, url(/svcsol/campaign/images/omnibus_201911/top/bg_scene_layer_sp.png) repeat-x center top;
    background-color: #f5f9ed;
    -webkit-background-size: 320px 140px, 5px 140px;
            background-size: 320px 140px, 5px 140px;
  }

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

  .c-parent--bg06 {
    padding-top: 15px;

    background: url(/svcsol/campaign/images/omnibus_201911/top/bg_more.png) no-repeat center top;
    -webkit-background-size: 300% auto;
            background-size: 300% auto;
  }

  .c-parent--bg07 {
    background: #eef6fb url(/svcsol/campaign/images/omnibus_201911/top/bg_realization.png) no-repeat center center;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }

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

    border-top: 10px solid #a3a3a3;
  }

  .c-parent--border01::before {
    position: absolute;
    top: -10px;
    left: 50%;

    display: inline-block;

    width: 300px;
    height: 10px;

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

    background: #70a706;
  }

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

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

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

  .c-check {
    margin-bottom: 20px;
  }

  .c-check__list {
    text-align: left;
  }

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

    position: relative;

    padding-left: 25px;
  }

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

    width: 17px;
    height: 20px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201911/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 {
    margin-top: 20px;

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

  .c-table,
  .c-table__tbody,
  .c-table__tr,
  .c-table__th,
  .c-table__td {
    display: block;

    width: 100%;
  }

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

    padding: 8px 15px;

    text-align: left;
    vertical-align: top;

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

  .c-table__th {
    background-color: #fafafa;
  }

  .c-table__indent {
    display: block;

    padding: 5px 0 0 10px;
  }

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

    position: relative;

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

    text-align: center;

    color: #70a706;
    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: #70a706;
  }

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

    background: url(/svcsol/campaign/images/omnibus_201911/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: bold;

    margin-bottom: 15px;
  }

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

    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: 5.333vw;
    font-weight: 700;
    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_201911/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-box {
    height: 100%;
    padding: 10px 0;

    background-color: #eff2ce;
  }

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

    margin-bottom: 15px;

    text-align: center;

    color: #70a706;
  }

  .c-box__txt {
    padding: 0 20px;
  }

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

    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__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_201911/common/icon_externallink_white.svg);
  }

  .c-btn--03[target='_blank'] .c-btn__inner {
    background-image: url(/svcsol/campaign/images/omnibus_201911/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: bold;
    line-height: 1.4;

    margin-bottom: 18px;

    text-align: center;

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

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

  .c-download__img {
    width: 100%;
  }

  .c-download__box {
    flex: 1 0 1%;
  }

  .c-download__txt {
    font-size: 1.3rem;

    margin-bottom: 20px;
  }

  .c-download__name {
    font-size: 1.5rem;
    font-weight: bold;

    margin-bottom: 5px;
  }

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

  .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_201911/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_201911/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-comment {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    justify-content: space-between;
  }

  .p-comment__avator {
    width: 70px;
    margin-right: 20px;
  }

  .p-comment__img {
    width: 100%;
  }

  .p-comment__ballon {
    position: relative;

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

    text-align: center;

    border-radius: 4px;
    background-color: #70a706;

    -webkit-flex: 1;
       -moz-flex: 1;
        -ms-flex: 1;
         -o-flex: 1;
            flex: 1;
    -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-comment__ballon::before {
    position: absolute;
    top: 50%;
    left: -15px;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: rotate(-119deg);
        -ms-transform: rotate(-119deg);
         -o-transform: rotate(-119deg);
            transform: rotate(-119deg);

    border-width: 0 8px 24px 8px;
    border-style: solid;
    border-color: transparent transparent #71a706 transparent;
  }

  .p-comment__txt {
    font-size: 1.8rem;
    font-weight: 700;

    color: #fff;
  }

  .p-comment__txt--min {
    font-size: 1.6rem;

    color: #fff;
  }

  .p-package {
    position: relative;

    width: 100%;
    margin: 0 auto;

    background-color: #fff;
  }

  .p-package__title {
    width: calc(100% + 40px);
    height: 200px;
    margin: 0 0 0 -20px;
    padding: 30px 0 0 20px;

    background-color: #f5f9ed;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
  }

  .p-package__title--scene01 {
    background-image: url(/svcsol/campaign/images/omnibus_201911/top/bg_scene01_sp.png);
  }

  .p-package__title--scene02 {
    background-image: url(/svcsol/campaign/images/omnibus_201911/top/bg_scene02_sp.png);
  }

  .p-package__title--scene03 {
    background-image: url(/svcsol/campaign/images/omnibus_201911/top/bg_scene03_sp.png);
  }

  .p-package__label {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;

    width: 100px;
    margin-bottom: 10px;
    padding: 6px 0 4px;

    text-align: center;

    color: #70a706;
    border: 2px solid #70a706;
    background-color: #fff;
  }

  .p-package__hd {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .p-package__inner {
    position: relative;

    margin-top: -50px;
    padding: 10px 10px 10px;

    background-color: #fff;
  }

  .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 {
    padding-right: 20px;

    -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: 20px;
    height: 17px;

    content: '';

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

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

  .p-possible__em {
    color: #70a706;
  }

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

    width: calc(100% + 40px);
    margin-left: -20px;

    justify-content: space-between;
  }

  .p-tab__nav--top {
  }

  .p-tab__nav--bottom {
    margin-top: 10px;
  }

  .p-tab__item {
    position: relative;

    width: calc(33.333% - 1px);

    cursor: pointer;
  }

  .p-tab__item:hover .p-tab__txt,
  .p-tab__item.is_current .p-tab__txt {
    color: #70a706;
  }

  .p-tab__nav--top .p-tab__item:hover .p-tab__txt,
  .p-tab__nav--top .p-tab__item.is_current .p-tab__txt {
    background-color: #f5f9ed;
  }

  .p-tab__nav--bottom .p-tab__item:hover .p-tab__txt,
  .p-tab__nav--bottom .p-tab__item.is_current .p-tab__txt {
    background-color: #fff;
  }

  .p-tab__nav--bottom .p-tab__item:hover::before,
  .p-tab__nav--bottom .p-tab__item.is_current::before {
    position: absolute;
    top: -10px;
    left: 0;

    width: 100%;
    height: 10px;

    content: '';

    background-color: #fff;
  }

  .p-tab__item:hover .p-tab__txt,
  .p-tab__item.is_current .p-tab__txt {
    color: #70a706;
    background-color: #fff;
  }

  .p-tab__item:hover .p-tab__txt::before,
  .p-tab__item.is_current .p-tab__txt::before {
    background-image: url(/svcsol/campaign/images/omnibus_201911/top/icon_tab_on.png);
  }

  .p-tab__txt {
    font-size: 1.3rem;
    line-height: 1.4;

    position: relative;

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

    height: 60px;

    text-align: center;

    color: #fff;
    background-color: #70a706;

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

  .p-tab__txt::before {
    position: absolute;
    left: 50%;

    width: 11px;
    height: 6px;
    margin-left: -3px;

    content: '';

    background-image: url(/svcsol/campaign/images/omnibus_201911/top/icon_tab_off.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 11px 6px;
            background-size: 11px 6px;
  }

  .p-tab__txt--top {
    padding: 5px 0 15px;
  }

  .p-tab__txt--top::before {
    bottom: 5px;
  }

  .p-tab__txt--bottom {
    padding: 15px 0 5px;
  }

  .p-tab__txt--bottom::before {
    top: 5px;

    transform: rotate(-180deg);
  }

  .p-tab__inner {
    display: none;
  }

  .p-tab__inner.is_start {
    display: block;
  }

  .p-example__item {
    position: relative;

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

    padding: 10px 30px 10px 10px;

    background-color: rgba(255,255,255,.8);
  }

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

  .p-example__item:hover .p-example__link::before {
    background-color: rgba(255,255,255,.3);
  }

  .p-example__pic {
    width: 100px;
    margin-right: 15px;
  }

  .p-example__img {
    width: 100%;
  }

  .p-example__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-example__name {
    font-size: 1.6rem;
    font-weight: 700;

    margin-bottom: 5px;
  }

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

    text-decoration: none !important;

    color: #333 !important;
  }

  .p-example__link::before,
  .p-example__link::after {
    position: absolute;

    content: '';
  }

  .p-example__link::before {
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
  }

  .p-example__link::after {
    top: 50%;
    right: 10px;

    width: 10px;
    height: 9px;
    margin-top: -4.5px;

    background: url(/svcsol/campaign/images/omnibus_201911/common/icon_externallink_blue.svg) no-repeat left top;
    -webkit-background-size: 10px 9px;
            background-size: 10px 9px;
  }

  .p-boxlink {
    padding: 15px 20px 10px;

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

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

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

    text-align: center;

    color: #fff;
    background-color: #70a706;
  }

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

  .p-boxlink__link {
    font-size: 1.4rem;

    padding-left: 16px;

    text-decoration: none !important;

    color: #333 !important;
    background: url(/svcsol/campaign/images/omnibus_201911/common/icon_arrow.svg) no-repeat left 6px;
    -webkit-background-size: 8px 9px;
            background-size: 8px 9px;
  }

  .p-boxlink__link::after {
    display: inline-block;

    width: 10px;
    height: 9px;
    margin-left: 5px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201911/common/icon_externallink_blue.svg) no-repeat left top;
    -webkit-background-size: 10px 9px;
            background-size: 10px 9px;
  }

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

    width: 100%;
    height: 100%;

    content: '';
  }

  /* added ランダムMV 20210521 start */
  .c-mainvisual__img--sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .c-mainvisual__title {
    position: inherit;
    transform: none;
  }
  /* added ランダムMV 20210521 end */

  /* 20240510 */
  .share-no1 {
    width: 100%;
  }
  /* emblem image */
  .mw100 {
    max-width: 100%;
  }

  /* 20240816 */
  .scroll-table {
    display: block;
    overflow-x: scroll;
  }

  .c-table--mobile {
    margin-top: 0;
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }

}