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

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  border: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;

  color: #333;
}

html *:not([class*='cta']) {
  line-height: 1.5;

  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans Japanese', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.0rem;

  word-wrap: break-word;
}

.c-wrapper {
  overflow: hidden;
}

.u-fw--normal {
  font-weight: normal !important;
}

.u-color--white {
  color: #fff !important;
}

.u-color--red {
  color: #900 !important;
}

.u-color--lg {
  color: #8bcc08 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

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

.u-pt0 {
  padding-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .u-use--sp {
    display: none !important;
  }

  .c-header {
    position: relative;
    z-index: 3;

    width: 100%;
    min-width: 950px;
    height: 585px;

    background: #fff url(/svcsol/campaign/images/omnibus_201911/top/bg_mainvisual.jpg) no-repeat center bottom;
    background-size: auto 100%;
  }

  .c-header__inner {
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .c-header__logo {
    width: 100%;

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

    width: 106px;
    height: 70px;
    margin-right: 20px;
    margin-bottom: 50px;

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

    width: 106px;
    height: 70px;
    margin-top: 10px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-logotop__img {
    width: 100%;
    height: auto;
  }
  .c-mainvisual {
    position: relative;

    width: 950px;
    min-width: 950px;
    margin: 0 auto;
  }
  .c-mainvisual__title {
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -320.5px;

    width: 641px;
  }

  .c-mainvisual__img {
    width: 100%;
    height: auto;
  }

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

    margin-bottom: 40px;
    padding: 25px 0;

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

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

    position: relative;

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

    letter-spacing: .1em;

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

  .c-title__label::before {
    position: absolute;
    top: 50%;
    right: -9px;

    width: 0;
    height: 0;
    margin-top: -3.5px;

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

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

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

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

    margin: 0 auto 30px;

    text-align: center;

    color: #70a706;
  }

  .c-hd--02 {
    font-size: 2.6rem;
    font-weight: 700;

    height: 53px;
    margin-bottom: 35px;
    padding-top: 9px;

    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: 30px 30px;
            background-size: 30px 30px;
  }

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

    position: relative;

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

    text-align: center;

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

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

    width: 316px;
    height: 6px;

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

    background-color: #70a706;
  }

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

    margin-bottom: 10px;

    text-align: center;
  }

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

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

    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--lan {
    font-size: 2.0rem;
    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: 2.0rem;
    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.6rem;
    line-height: 1.5;

    margin-bottom: 16px;
  }

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

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

    margin-bottom: 8px;

    text-align: center;
    text-align: center;

    color: #cf0040;
  }

  .c-lead {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.75;

    margin-bottom: 40px;

    text-align: center;
  }

  .c-lead--small {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.75;

    margin-bottom: 35px;

    text-align: center;
  }

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

    position: relative;

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

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

    content: '\203B';

    color: #cf0040;
  }

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

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

  .c-figure--about {
    padding: 25px 65px;

    background-color: #fff;
  }

  .c-figure--scene01 {
    padding: 0 20px;
  }

  .c-figure--scene02 {
    padding: 0 70px;
  }

  .c-figure--scene03 {
    padding: 0 20px;
  }

  .c-figure--more {
    margin-bottom: 40px;
    padding: 10px 20px 0;
  }

  .c-figure--more02_01 {
    padding: 30px 20px;

    border: 4px solid #ccc;
  }

  .c-figure--more02_02 {
    padding: 30px 20px;

    border: 4px solid #8fb247;
  }

  .c-figure--realization {
    margin-top: 40px;
    padding: 0 50px;
  }

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

    position: relative;

    padding-left: 16px;
  }

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

    content: '\30FB';
  }

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

  .c-parent {
    min-width: 950px;
    padding: 70px 0;
  }

  .c-parent--contact {
    min-width: 950px;
    padding: 30px 0 40px;

    background-color: #252525;
  }

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

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

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

  .c-parent--bg04 {
    background: url(/svcsol/campaign/images/omnibus_201911/top/bg_scene.png) no-repeat center top, url(/svcsol/campaign/images/omnibus_201911/top/bg_scene_layer.png) repeat-x center top;
    background-color: #f5f9ed;
    -webkit-background-size: 1480px 266px, 10px 266px;
            background-size: 1480px 266px, 10px 266px;
  }

  .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: 50px;

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

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

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

    border-top: 10px solid #a3a3a3;
  }

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

    display: inline-block;

    width: 950px;
    height: 10px;

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

    background: #70a706;
  }

  .c-child {
    max-width: 950px;
    margin: 0 auto;
  }

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

  .c-check {
    display: block;

    margin-bottom: 40px;

    text-align: center;
  }

  .c-check__list {
    display: inline-block;

    text-align: left;
  }

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

    position: relative;

    padding-left: 34px;
  }

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

    width: 26px;
    height: 23px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_201911/common/icon_check.svg) no-repeat left top;
    -webkit-background-size: 26px 23px;
            background-size: 26px 23px;
  }

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

  .c-table {
    width: 100%;
    margin-top: 35px;

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

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

    padding: 18px 15px;

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

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

  .c-table__th {
    min-width: 180px;

    white-space: nowrap;

    background-color: #fafafa;
  }

  .c-table__td {
    width: 100%;
    max-width: calc(100% - 180px);
  }

  .c-table__indent {
    display: block;

    padding: 10px 0 0 24px;
  }

  .c-faq__title {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.6;

    position: relative;

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

    text-align: center;

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

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

    width: 316px;
    height: 6px;

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

    background-color: #70a706;
  }

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

    border-bottom: 1px dotted #b5b5b5;
  }
  .c-faq__dl:nth-last-of-type(1) {
    padding-bottom: 0;

    border: none;
  }
  .c-faq__dt,
  .c-faq__dd {
    font-size: 18px;
    font-size: 1.8rem;

    position: relative;

    padding-left: 40px;
  }
  .c-faq__dt {
    font-weight: bold;

    margin-bottom: 15px;
  }
  .c-faq__dd {
    line-height: 1.5;
  }

  .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: 60px 30px;

    background-color: #fff;
  }

  .c-operator__txt {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.6;
  }

  .c-operator__em {
    color: #c9003e;
  }

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

    display: inline-block;

    width: 407px;
  }

  .c-operator__img {
    width: 100%;

    vertical-align: bottom;
  }

  .c-outline {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2;

    margin-bottom: 15px;

    text-align: center;

    color: #fff;
  }

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

    margin-bottom: 5px;

    text-align: center;

    color: #fff;
  }

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

    justify-content: space-between;
  }

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

    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
    justify-content: space-between;
  }

  .c-column__item {
    position: relative;

    width: 47.890%;
  }

  .c-box {
    height: 100%;
    padding: 15px 0;

    background-color: #eff2ce;
  }

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

    margin-bottom: 10px;

    text-align: center;

    color: #70a706;
  }

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

  .c-btn {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: block;

    width: 100%;
    max-width: 448px;
    margin: 0 auto;
    padding: 17px 20px 15px;

    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:not(.c-btn--03):hover::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

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

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

  .c-btn--03:hover {
    transition: .5s all;

    opacity: .8;
    color: #252525 !important;
    background: #fff;
  }

  .c-btn--middle {
    width: 70%;
  }
  .c-btn__inner {
    position: relative;

    display: inline-block;
  }

  .c-btn__inner::before {
    position: absolute;
    top: 9px;
    right: -20px;

    width: 15px;
    height: 14px;

    content: '';

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

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

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

  .c-download {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px 70px 20px 30px;

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

    margin-bottom: 15px;

    text-align: center;

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

    justify-content: space-between;
    align-items: flex-start;
  }

  .c-download__inner--single {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    justify-content: center;
  }

  .c-download__item {
    display: flex;

    width: 415px;

    justify-content: space-between;
    align-items: flex-start;
  }

  .c-download__item--single {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

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

    justify-content: center;
  }

  .c-download__thumb {
    width: 192px;
    margin-right: 30px;
  }

  .c-download__img {
    width: 100%;
  }

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

  .c-download__box .c-btn {
    margin: 0;
  }

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

    margin-bottom: 20px;
  }

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

    margin-bottom: 10px;
  }

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

    display: block;
  }

  .c-telbox {
    font-weight: 700;

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

    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;

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

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

    position: relative;

    padding-left: 30px;
  }

  .c-telbox__txt::before {
    position: absolute;
    top: -1px;
    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: 2.0rem;

    margin: 0 15px;
  }

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

  .c-footer {
    width: 100%;
    min-width: 950px;

    background: #000;
  }

  .c-footer__inner {
    display: flex;
    flex-direction: row;

    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 0;

    align-items: normal;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .c-fnav__list {
    display: flex;
    flex-direction: row;

    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .c-fnav__link {
    font-size: 1.2rem;

    text-decoration: none;

    color: #fff !important;
  }
  .c-fnav__link:hover {
    text-decoration: underline;
  }
  .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: '';
  }
  .c-fnav__item:last-child:after {
    margin-left: 20px;

    content: '|';

    color: #fff;
  }

  .c-copyright {
    color: #fff;
  }

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

    width: 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #totop a[href='#'] {
    position: fixed;
    right: 0;

    display: block;

    width: 63px;
    margin-left: auto;
  }

  #totop a[href='#']:hover {
    transition: .8s;

    opacity: .7;
  }

  .p-package {
    position: relative;

    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;

    background-color: #fff;
  }

  .p-package__title {
    width: 950px;
    height: 208px;
    margin: 0 0 25px -20px;
    padding: 70px 0 0 20px;

    background-repeat: no-repeat;
    background-position: right center;
  }

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

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

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

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

    width: 160px;
    margin-bottom: 17px;
    padding: 6px 0 4px;

    text-align: center;

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

  .p-package__hd {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
  }

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

    justify-content: space-between;
  }

  .p-comment__avator {
    width: 92px;
  }

  .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;

    width: 337px;

    text-align: center;

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

    -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: 2.4rem;
    font-weight: 700;

    color: #fff;
  }

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

    color: #fff;
  }

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

  .p-trouble__pic {
    width: 125px;
  }

  .p-trouble__img {
    width: 100%;
  }

  .p-trouble__inner {
    margin-left: -10px;
    padding-right: 10px;

    -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: 35px auto;

    text-align: center;
  }

  .p-possible__list {
    display: inline-block;

    text-align: left;
  }

  .p-possible__item {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;

    position: relative;

    padding-left: 32px;
  }

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

    width: 26px;
    height: 23px;

    content: '';

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

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

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

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

    justify-content: space-between;
  }

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

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

  .p-tab__item {
    position: relative;

    width: 310px;

    cursor: pointer;
  }

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

  .p-tab__item:hover::before,
  .p-tab__item.is_current::before {
    position: absolute;
    left: 0;

    width: 100%;
    height: 10px;

    content: '';
  }

  .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--top .p-tab__item:hover::before,
  .p-tab__nav--top .p-tab__item.is_current::before {
    bottom: -10px;

    background-color: #f5f9ed;
  }

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

    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.8rem;
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: block;

    padding: 22px 0 20px;

    text-align: center;

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

  .p-tab__txt::before {
    position: absolute;
    top: 50%;
    right: 20px;

    width: 22px;
    height: 12px;
    margin-top: -6px;

    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: 22px 12px;
            background-size: 22px 12px;
  }

  .p-tab__txt--top::before {
  }

  .p-tab__txt--bottom::before {
    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: 20px 48px 20px 20px;

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

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


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

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

  .p-example__pic {
    width: 180px;
    margin-right: 16px;
  }

  .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: 2.0rem;
    font-weight: 700;

    margin-bottom: 10px;
  }

  .p-example__link {
    font-size: 1.6rem;
    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: 20px;

    width: 12px;
    height: 11px;
    margin-top: -5.5px;

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

  .p-boxlink {
    position: relative;

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

    height: 100%;
    padding: 30px 20px 20px;

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

    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
    justify-content: space-between;
  }

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

    width: 100%;
    height: 100%;

    content: '';

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

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

    margin-bottom: 30px;
    padding: 25px 10px 23px;

    text-align: center;

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

  .p-boxlink__txt {
    margin-bottom: auto;
  }

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

    margin-top: 16px;
    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: 12px;
    height: 11px;
    margin-left: 5px;

    content: '';

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

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

    width: 100%;
    height: 100%;

    content: '';
  }
}

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

print.css読み込み

#########################################################*/
@media print and (min-width: 100px) {
  .c-header,
  .c-header__inner,
  .c-footer {
    width: 100%;
    min-width: 100%;

    text-align: center;
  }
  .c-header .c-header__inner {
    width: 100%;
    margin: 0 auto;

    text-align: center;
  }

  .c-header__logo {
    text-align: center;
  }
  .c-btn {
    border: 1px solid #ccc;
  }

  .c-mainvisual__title {
    left: 50%;

    transform: translateX(-50%);
  }
  .visual_box__img {
    position: static;

    width: 407px;
  }
}

/* 20240510 */
.share-no1 {
  width: 80%;
  margin: 40px auto 0;
  text-align: center;
}
/* emblem image */
.mw100 {
	max-width: 100%;
}

/* 20240816 */
.c-table--mobile {
  width: 100%;
  margin-top: 35px;
  border-top: 1px solid #ddd9db;
  border-left: 1px solid #ddd9db;
}

.c-table--mobile__th,
.c-table--mobile__td {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 18px 15px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ddd9db;
  border-bottom: 1px solid #ddd9db;
}
.c-table--mobile__th {
  background-color: #fafafa;
}

.c-table--mobile__th:first-child {
  min-width: 180px;
  white-space: nowrap;
}

.c-table--mobile .col1 {
  width: 180px;
}
.c-table--mobile .col2 {
  width: calc((100% - 180px) / 3);
}
.note-list03 {
  font-size: 14px;
}
