@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;
}

body {
  font-family: 'Noto Sans Japanese', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.0rem;
  }

  * {
    box-sizing: border-box;
  }

  .u-sp {
    display: block;
  }

  .u-pc {
    display: none;
  }

  body {
    word-wrap: break-word;
  }

  img {
    width: 100%;
  }

  .wrapper {
    overflow: hidden;
  }

  header {
    position: relative;

    width: 100%;
    height: 146.875vw;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_mainvisual_sp.jpg) no-repeat right bottom;
    background-size: cover;
  }

  .in_head {
    position: absolute;
    top: 0;
    right: 5px;

    margin: 0 auto;
  }

  .grand_title {
    display: flex;
    flex-direction: row;

    width: 98%;
    margin: 0 auto 0;

    text-align: right;

    justify-content: space-between;
    align-items: normal;
    flex-wrap: nowrap;
  }

  .grand_title .logotop__01 {
    width: 74.5px;
    height: 49.5px;

    background-color: #000;
  }

  .grand_title .logotop__01 a {
    display: block;

    margin-top: 10px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grand_title .logotop__01 a img {
    width: 56.5px;
    height: 32px;
  }

  .main_visual {
    padding-top: 19.062vw;
  }

  .main_visual .main_visual_title h1 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 25px 0 25px;
  }

  .main_visual .main_visual_title h1 .logo_img img {
    margin-bottom: 0;
  }

  .main_visual .c-banner {
    position: absolute;
    bottom: 10px;
    left: 10px;

    width: 160px;
    height: 25px;
  }

  .main_visual_txt {
    position: absolute;
    width: 27.812vw;
    right: 7.343vw;
    top: 88.812vw;
  }

  .main_visual_txt img {
    width: 100%;
  }

  .parent_box .txt_explain {
    font-size: 1.4rem;
    line-height: 1.7;

    margin-bottom: 20px;
  }

  .spbr {
    display: block;
  }

  .pcbr {
    display: none;
  }

  .side_by_side .btn_area {
    margin-bottom: 20px;
  }

  .btn_area {
    margin-bottom: 10px;

    text-align: center;
  }

  .btn_area .btn {
    display: block;

    margin: 0 auto;
    padding: 20px 10px;

    text-decoration: none;

    border: none;
    border-radius: 4px;
    background: linear-gradient(#d00041, #b6001f);
  }

  .btn_area .btn.btn01,
  .btn_area .btn.btn02,
  .btn_area .btn.btn03,
  .btn_area .btn.btn04 {
    width: 96%;
  }

  .btn_area .btn.btn04 {
    background: linear-gradient(#6193de, #4471d4);
  }

  .btn_area span {
    font-size: 1.8rem;
    font-weight: bold;

    padding-right: 20px;

    color: #fff;
    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink.svg) no-repeat right center;
    background-size: 15px 15px;
  }
}

@media screen and (max-width: 767px) and (min-width: 769px) {
  .btn_area span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .child_box .tit_box h3:nth-of-type(1) {
    font-size: 1.2rem;

    margin-bottom: 20px;

    text-align: center;

    color: #fff;
  }

  .child_box .tit_box h3:nth-of-type(1) .tit_txt,
  .child_box .tit_box h3:nth-of-type(1) .part {
    padding: 13px 15px 9px;
  }

  .child_box .tit_box h3:nth-of-type(1) .tit_txt {
    background: #000;
  }

  .child_box .tit_box h3:nth-of-type(1) .part {
    background: #c9003e;
  }

  .child_box .tit_box h3:nth-of-type(1) .part .number {
    font-size: 1.7rem;
  }

  .child_box .tit_box h3:nth-of-type(2) {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;

    padding: 0 20px;

    text-align: center;

    color: #fff;
  }

  .child_box .txt {
    font-size: 1.4rem;
    line-height: 1.7;

    margin-bottom: 20px;
  }

  .appeal_box {
    padding: 25px 0;

    background: #252525;
  }

  .appeal_box .otherLink_box {
    font-weight: bold;

    width: 85%;
    margin: 1.25rem auto;
    padding-left: 1em;

    text-indent: -1em;
  }

  .appeal_box .otherLink_box a {
    font-size: 1.2rem;

    text-decoration: none;

    color: #fff;
  }

  .appeal_box .otherLink_box a[target='_blank'] {
    line-height: 1.5;

    padding-right: 18px;

    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink.svg) no-repeat right center;
    background-size: 9px 8px;
  }

  .appeal_box .otherLink_box a:link,
  .appeal_box .otherLink_box a:visited {
    font-size: 1.2rem;

    text-decoration: none;

    color: #fff;
  }

  .appeal_box .child_box {
    padding: 0 10px;
  }

  .appeal_box .child_box .visual_box {
    position: relative;

    overflow: hidden;

    width: 100%;
    margin-bottom: 20px;
    padding: 20px 5px 0 18px;

    background: #fff;
  }

  .appeal_box .child_box .visual_box .txt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 50px;
  }

  .appeal_box .child_box .visual_box .txt span {
    color: #c9003e;
  }

  .appeal_box .child_box .visual_box .visual_box__img {
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 135px;
    height: 95px;
  }

  .appeal_box .child_box .outline {
    font-size: 1.6rem;
    font-weight: bold;

    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;

    color: #fff;
  }

  .appeal_box>.side_by_side {
    display: flex;
    flex-direction: row;
    flex-direction: column;

    margin-top: 10px;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .appeal_box>.side_by_side li {
    width: 100%;
    margin-top: 20px;
  }

  .appeal_box>.side_by_side li:first-child {
    margin-top: 0;
  }

  .appeal_box>.side_by_side li .btn_area {
    width: 100%;
    margin-bottom: 0;
  }

  .appeal_box>.side_by_side li .btn_area button {
    width: 100%;
  }

  .appeal_box>.side_by_side li:nth-child(3) {
    margin-top: 0;
  }

  .appeal_box .tel_box {
    width: 100%;
    margin-top: 10px;

    text-align: center;
  }

  .appeal_box .tel_box:before {
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 10px;

    content: '';
    vertical-align: top;

    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_tel_white.svg) no-repeat center center;
    background-size: cover;
  }

  .appeal_box .tel_box .txt {
    font-size: 1.2rem;
    font-weight: bold;

    margin-right: 0;

    color: #fff;
  }

  .appeal_box .tel_box .number {
    font-size: 1.4rem;
    font-weight: bold;

    color: #fff;
  }

  .appeal_box .tel_box .time {
    font-size: 1rem;

    display: block;

    color: #fff;
  }

  .hd_01 {
    font-size: 1.5rem;
    font-weight: bold;

    height: 35px;
    margin-bottom: 20px;
    padding-top: 10px;

    text-align: center;

    color: #fff;
    background-color: #7e4ec0;
  }

  .hd_02 {
    font-size: 1.5rem;

    margin-bottom: 20px;
    padding: 6px 0;
    line-height: 1.5;

    text-align: center;

    color: #9754f4;
    background-color: #efe3ff;
  }

  .hd_02__em {
    font-weight: bold;
  }

  .hd_03 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;

    position: relative;

    margin-bottom: 20px;
    padding-bottom: 10px;

    text-align: center;

    color: #7e4ec0;
    border-bottom: 6px solid #d0d0d0;
  }

  .hd_03_pattern {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;

    position: relative;

    margin-bottom: 20px;
    padding-bottom: 10px;

    text-align: center;

    color: #7e4ec0;
  }

  .hd_03:after,
  .hd_03_pattern:after {
    position: absolute;
    bottom: -6px;
    left: 50%;

    width: 100px;
    height: 6px;

    content: '';
    transform: translateX(-50%);

    background-color: #7e4ec0;
  }

  .hd_04 {
    font-size: 1.5rem;
    font-weight: bold;

    margin-bottom: 15px;
    padding: 12px 10px;

    text-align: center;

    color: #fff;
    background: #666;
  }

  footer {
    background: #000;
  }

  footer .in_foot {
    width: 100%;
    padding: 20px 20px;
  }

  footer .in_foot .foot_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.6;
  }

  footer .in_foot .foot_nav ul li a {
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
  }

  footer .in_foot .foot_nav ul li a:after {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 0.5em;
    content: '';
    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink.svg) no-repeat center top;
    background-size: cover;
  }

  footer .in_foot .foot_nav ul li:before,
  footer .in_foot .foot_nav ul li:last-child:after {
    margin-inline: 0.5em;
    content: '|';
    color: #fff;
  }


  /* footer .in_foot .foot_nav ul li:first-child {
    margin-right: 8px;
    content: '|';
    color: #fff;
  } */

  /* footer .in_foot .foot_nav ul li:first-child:after {
    content: none;
  }

  footer .in_foot .foot_nav ul li:before {
    margin-right: 8px;
    content: '|';
    color: #fff;
  }

  footer .in_foot .foot_nav ul li:after {
    margin-left: 8px;
    content: '|';
    color: #fff;
  } */

  footer .in_foot .copy {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
  }

  #totop a[href='#'] {
    display: none;
  }

  #totop .pdf {
    position: fixed;
    right: 0;

    width: 100%;
    padding: 30px 10px 0;

    -webkit-transform: translateZ(0);

    border-top: 1px solid #bababa;
    background-color: rgba(236, 236, 236, .95);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  #totop .pdf.close {
    transition: .5s all;

    opacity: 0;
  }

  #totop .pdf__close {
    position: absolute;
    z-index: 1;
    top: -15px;
    right: 15px;

    display: block;

    width: 16px;
    height: 16px;
  }

  #totop .pdf__close__inner {
    position: relative;

    display: block;

    width: 16px;
    height: 16px;
  }

  #totop .pdf__close__inner span {
    position: absolute;
    left: 0;

    display: inline-block;

    box-sizing: border-box;
    width: 100%;
    height: 1px;

    transition: all .4s;

    background-color: #333;
  }

  #totop .pdf__close__inner span:nth-of-type(1) {
    top: 0;

    -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
    transform: translate3d(-1px, 0, 0) rotate(-45deg);
  }

  #totop .pdf__close__inner span:nth-of-type(2) {
    top: 0;

    -webkit-transform: translate3d(-1px, 0, 0) rotate(45deg);
    transform: translate3d(-1px, 0, 0) rotate(45deg);
  }

  #totop .pdf__item {
    align-self: center;
  }

  #totop .pdf__title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;

    margin-bottom: 10px;
    padding: 0 10px;

    text-align: center;
  }

  #totop .pdf__inner {
    position: relative;

    width: 100%;
    margin: 0 auto 0;
  }

  #totop .pdf .btn_area .btn {
    padding: 10px;
  }

  #totop .pdf .btn_area .btn span {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 767px) {
  main .post_body {
    overflow: scroll;

    word-wrap: normal;
  }
}

/*#########################################################

各種ページファイル読み込み

#########################################################*/
@media screen and (max-width: 767px) {
  .about_box {
    position: relative;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_about.png) repeat-x center top;
    background-size: auto 84px;
  }

  .about_box .outline {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;

    margin-bottom: 20px;

    text-align: center;

    color: #7e4ec0;
  }

  .about_box .child_box {
    padding: 25px 10px 35px;
  }

  .about_box .child_box figure {
    margin: 0 auto 20px;
    padding: 0 20px;
  }

  .about_box .child_box figure img {
    width: 100%;
    min-width: 100%;
  }

  .about_box .child_box:nth-of-type(1) {
    padding-bottom: 10px;
  }

  .about_box .child_box:nth-of-type(2) {
    padding-top: 0;
  }

  .about_box .child_box:nth-of-type(2) .outline {
    font-size: 1.6rem;
  }

  .about_box .child_box:nth-of-type(2) .outline span {
    display: inline-block;

    padding: 0 0 10px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_example_ttl.png) no-repeat left bottom;
    background-size: contain;
  }

  .problem_box {
    position: relative;

    padding: 20px 10px 30px;

    border-top: 10px solid #a3a3a3;
    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_problem.png) repeat center top;
    background-size: 1000px auto;
  }

  .problem_box::before {
    position: absolute;
    top: -10px;
    left: 50%;

    width: 93.75%;
    height: 10px;

    content: '';
    transform: translateX(-50%);

    background-color: #7e4ec0;
  }

  .problem_box h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.7;

    margin-bottom: 20px;

    text-align: center;

    color: #fff;
  }

  .problem_box .sub_tit {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;

    position: relative;

    margin-bottom: 30px;

    text-align: center;

    color: #fff;
  }

  .problem_box .sub_tit .txt {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .problem_box figure {
    padding: 15px;

    text-align: center;

    background: #fff;
  }

  .problem_box figure img {
    width: 100%;
    height: auto;
  }

  .movie_box {
    padding: 0 10px 30px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_other.png) repeat-x center top;
  }

  .movie_box .child_box {
    padding-top: 30px;
  }

  .movie_box h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;

    margin-bottom: 10px;

    text-align: center;

    color: #7e4ec0;
  }

  .movie_box .txt_explain {
    text-align: center;
  }

  .movie_box .wrapper {
    width: 100%;
  }

  .movie_box .c-movie {
    position: relative;

    width: 100%;
    padding-top: 56.25%;
  }

  .movie_box .c-movie iframe {
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
  }

  .solve_box {
    position: relative;

    padding: 30px 10px 20px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_solve.png) repeat center top;
    background-size: 1000px auto;
  }

  .solve_box .other__inner .hd_02 {
    margin: 0 20px 20px;
  }

  .solve_box .child_box {
    width: 100%;
    margin: 0 auto 0;
    padding: 20px 0;

    background: #fff;
  }

  .solve_box h2 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 10px;

    text-align: center;

    color: #7e4ec0;
  }

  .solve_box .side_by_side li {
    padding: 10px 20px 10px;

    background-color: #fff;
  }

  .solve_box .side_by_side li figure {
    margin-bottom: 15px;
    padding: 0 7px;
  }

  .solve_box .side_by_side li .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .solve_box .side_by_side li .txt~.txt {
    margin-top: 30px;
  }

  .solve_box .side_by_side li .txt:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .solve_box .desc {
    font-size: 1.6rem;
    line-height: 1.5;

    width: 90%;
    margin: 0 auto 0;
    padding: 10px 15px;

    color: #7e4ec0;
    border: 4px solid #7e4ec0;
  }

  .package {
    padding: 30px 0 0;
  }

  .package__inner {
    position: relative;

    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px 0;

    background-color: #fff;
  }

  .package .lead {
    font-size: 1.4rem;
    line-height: 1.7;

    margin-bottom: 30px;
  }

  .package .figure {
    margin-bottom: 20px;

    text-align: center;
  }

  .package .figure__img {
    width: 100%;
  }

  .pattern {
    padding: 30px 0 40px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_pattern.jpg) no-repeat center top;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
  }

  .pattern__inner {
    position: relative;

    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px 0;
  }

  .pattern .lead {
    font-size: 14px;

    margin-bottom: 20px;

    text-align: center;
  }

  .pattern__item {
    padding: 0 10px 15px;

    border: 2px solid #7d47bf;
    background-color: #fff;
  }

  .pattern__item:last-child {
    margin-top: 20px;
  }

  .pattern__hd {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;

    width: calc(100% + 22px);
    margin: 0 0 0 -11px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #7e4ec0;
  }

  .pattern__label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;

    width: calc(100% + 20px);
    margin: 0 0 20px -10px;
    padding: 20px;

    text-align: center;

    background-color: rgba(230, 230, 230, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(235, 235, 235, 1) 10px, rgba(235, 235, 235, 1) 20px);
    background-size: auto auto;
  }

  .pattern__item .c-txt {
    font-size: 14px;
    line-height: 1.5;

    margin-bottom: 20px;
  }

  .pattern__item .note {
    font-size: 12px;

    text-align: right;
  }

  .pattern__column__item:first-child {
    margin-bottom: 20px;
  }

  .pattern__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pattern__list__item {
    width: 48%;
    margin-bottom: 10px;
  }

  .pattern__list__img {
    width: 100%;
  }

  .pattern__price {
    font-weight: 500;
    line-height: 1;

    text-align: center;
  }

  .pattern__price__label {
    font-size: 14px;

    padding: 10px;

    border: 2px solid #666;
  }

  .pattern__price__txt {
    font-size: 16px;
  }

  .pattern__price__pm {
    font-size: 18px;
  }

  .pattern__price__ypm {
    font-size: 22px;

    color: #bd003d;
  }

  .pattern__price__small {
    font-size: 64.285%;
  }

  .pattern__price__inner {
    position: relative;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    padding: 15px 0;

    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .pattern__price__inner::before {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 13px;
    height: 26px;

    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    background: url(/svcsol/campaign/images/omnibus_2018102/top/icon_arrow_pattern.svg) no-repeat left top;
    -webkit-background-size: 13px 26px;
    background-size: 13px 26px;
  }

  .pattern__price__inner:not(:last-child) {
    padding-bottom: 20px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_price_sp.svg) repeat-x left bottom;
    -webkit-background-size: auto 3px;
    background-size: auto 3px;
  }

  .pattern__price__example {
    text-align: center;
  }

  /*----------------------------------------
  キャンペーンバナー追記ここから　2020/03/19
  ----------------------------------------*/
  .p-bnr {
    padding: 15px 0 0;
    background: #252525;
    text-align: center;
  }

  .p-bnr .btn_area {
    position: relative;
  }

  .p-bnr .btn {
    position: absolute;
    left: calc(50% - 90%/2);
    bottom: 6%;
    padding: 9px 10px;
    font-size: 1.5rem;
    width: 90%;
    background: linear-gradient(#ffffff, #dfdfdf);
  }

  .p-bnr .btn_area span {
    color: #ce023e !important;
    background-image: url(/svcsol/campaign/images/fxm_202002/common/icon_externallink_red.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 13px 11px;
  }


  /*----------------------------------------
  キャンペーンバナー追記ここまで　2020/03/19
  ----------------------------------------*/

  .download_box {
    font-size: 1.5rem;

    margin: 0;
  }

  .download_box .child_box {
    padding: 0;
  }

  .download_box .p-download {
    margin: 0 0 20px 0;
    padding: 20px 10px 10px;

    border: 2px solid #cf0040;
    background: #fff;
  }

  .download_box .p-download__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    justify-content: space-between;
  }

  .download_box .p-download__figure {
    margin-right: 10px;
  }

  .download_box .p-download__figure,
  .download_box .p-download__figure img {
    width: 93px;
  }

  .download_box .p-download__desc {
    flex: 1 0 1%;
  }

  .download_box .p-download .outline {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75;

    margin: 0 20px 20px 20px;

    text-align: center;

    color: #cf0040;
  }

  .download_box .p-download .c-tit {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 5px;
  }

  .download_box .p-download .c-tit span {
    font-weight: normal;
    font-size: 1.2rem;
    display: block;
  }

  .download_box .p-download .c-txt {
    font-size: 1.4rem;
    line-height: 1.71;

    color: #333;
  }

  .download_box .p-download .side_by_side {
    margin-bottom: 20px;
  }

  .download_box .p-download .btn_area {
    margin-bottom: 0;
  }

  .download_box .p-download .btn_area .btn {
    padding: 16px;
  }

  .download_box .p-download .btn_area .btn span {
    font-size: 1.3rem;

    padding-right: 0;
    padding-right: 20px;

    white-space: nowrap;

    background-image: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink_white.svg);
    background-position: top 2px right 1px;
    -webkit-background-size: 13px 11px;
    background-size: 13px 11px;
  }

  .download_box .side_by_side li.icon_more {
    width: 58px;
    height: auto;
    margin: 12px auto;
  }

  .download_box .side_by_side li.icon_more img {
    width: 58px;
    height: auto;
  }

  /*
  .download_box+.side_by_side .btn_area .btn {
    border: 1px solid #fff !important;
    background: none;
  }

  .download_box+.side_by_side .btn_area span {
    font-size: 1.4rem;

    width: 268px;
    padding: 11px;
    padding-right: 20px;

    background-image: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink_white.svg);
    background-position: center right 1px;
    -webkit-background-size: 13px 11px;
    background-size: 13px 11px;
  } */

  .example_box {
    padding: 15px 0 30px;

    color: #fff;
    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_example_sp.jpg) no-repeat center top;
    background-size: cover;
  }

  .example_box .title_box {
    margin-bottom: 15px;

    background: none;
  }

  .example_box .title_box h2 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;

    padding-bottom: 10px;

    text-align: center;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_example_ttl_sp.png) no-repeat center bottom;
    background-size: 105px 5px;
  }

  .example_box .title_box h2 span {
    font-size: 2.2rem;
  }

  .example_box__inner {
    padding: 0;
  }

  .example_box__item:not(:first-child) {
    margin-top: 20px;
  }

  .example_box__img {
    width: 142px;
    margin-right: 15px;
  }

  .example_box__vertical,
  .example_box__horizon {
    display: flex;
    flex-direction: row;

    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }

  .example_box__title {
    font-size: 1.5rem;
    font-weight: bold;

    position: relative;

    margin-bottom: 15px;
    padding-top: 10px;

    text-align: center;

    color: #7e4ec0;
  }

  .example_box__title::before {
    position: absolute;
    bottom: -6px;
    left: 50%;

    width: 0;
    height: 0;

    content: '';
    transform: translateX(-50%);

    border-width: 6px 4px 0 4px;
    border-style: solid;
  }

  .example_box__title--bg01 {
    position: relative;

    height: 35px;

    border: #7e4ec0 1px solid;
    background-color: #fff;
  }

  .example_box__title--bg01:before {
    content: none;
  }

  .example_box__title--bg01:after {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 5px);

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);

    border-width: 1px;
    border-top: solid 1px #7e4ec0;
    border-right: solid 1px #7e4ec0;
    background-color: #fff;
    /* .txtのborderを地の色で打ち消す */
  }

  .example_box__title--bg02 {
    padding: 5px 10px;

    background-color: #eee2ff;
  }

  .example_box__title--bg02::before {
    border-color: #eee2ff transparent transparent transparent;
  }

  .example_box__txt {
    font-size: 1.3rem;
    line-height: 1.5;

    align-self: flex-start;
  }

  .scene_box {
    padding: 30px 10px;

    color: #fff;
    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_example.jpg) no-repeat center top;
    background-size: cover;
  }

  .scene_box .title_box {
    margin-bottom: 20px;

    background: none;
  }

  .scene_box .title_box h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;

    text-align: center;
  }

  .scene_box .title_box h2 span {
    font-size: 4rem;
  }

  .scene_box .title_box .other__title {
    margin-bottom: 10px;
  }

  .scene_box__inner {
    width: 100%;
    margin: 0 auto 0;
  }

  .scene_box .scene_list {
    width: 100%;
    margin: 0 auto 0;
    margin-bottom: 20px;
  }

  .scene_box .scene_list__item {
    font-size: 1.4rem;
    line-height: 1.5;

    margin-bottom: 10px;
    padding-left: 24px;

    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_check.svg) no-repeat left 5px;
    background-size: 14px 11px;
  }

  .scene_box .c-txt {
    font-size: 1.4rem;

    margin-bottom: 20px;
  }

  .scene_box .c-txt span {
    font-weight: bold;
  }

  .scene_box .c-sample:not(:last-child) {
    margin-bottom: 25px;
  }

  .scene_box .c-sample a {
    display: flex;
    flex-direction: row;

    text-decoration: none;

    color: #fff;

    justify-content: space-between;
    align-items: normal;
    flex-wrap: nowrap;
  }

  .scene_box .c-sample a:hover {
    text-decoration: underline;
  }

  .scene_box .c-sample figure {
    width: 107px;
    margin-right: 10px;
    padding: 24px 15px;

    background: #fff;

    flex-basis: 107px;
    align-self: flex-start;
  }
  .scene_box .c-sample figure img {
    width: 100%;
  }

  .scene_box .c-sample dl {
    align-self: center;
    width: calc(100% - 117px);
  }

  .scene_box .c-sample dl dt {
    font-size: 1.4rem;
    font-weight: bold;

    margin-bottom: 8px;
    line-height: 1.3;
  }

  .scene_box .c-sample dl dd {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .scene_box .c-sample dl dd:after {
    display: inline-block;

    width: 9px;
    height: 8px;
    margin-left: 5px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink.svg) no-repeat right top;
    background-size: contain;
  }

  .other {
    position: relative;

    padding: 0 10px 30px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_other.png) repeat-x center top;
    background-size: auto 70px;
  }

  .other__inner {
    padding-top: 30px;
  }

  .other__title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 30px;
    padding: 10px 0 8px;

    text-align: center;

    color: #fff;
    background-color: #7e4ec0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #8355c2), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #8355c2), color-stop(.75, #8355c2), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #8355c2 25%, transparent 25%, transparent 50%, #8355c2 50%, #8355c2 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #8355c2 25%, transparent 25%, transparent 50%, #8355c2 50%, #8355c2 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #8355c2 25%, transparent 25%, transparent 50%, #8355c2 50%, #8355c2 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #8355c2 25%, transparent 25%, transparent 50%, #8355c2 50%, #8355c2 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #8355c2 25%, transparent 25%, transparent 50%, #8355c2 50%, #8355c2 75%, transparent 75%, transparent);
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
  }

  /* add 20201001 */

  .other__title__jirei {
    font-size: 1.6rem;
    font-weight: bold;
    height: 50px;
    margin-bottom: 60px;
    padding-top: 60px;
    text-align: center;
    color: #fff;
  }

  .table_jirei {
    width:100%;
    text-align: center;
  }

  .table_jirei img {
    display: inline-flex;
    width:44%;
    margin:5px;
  }

  /* end add 20201001 */

  .other__inner__txt {
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .other .side_by_side li:first-child {
    margin-bottom: 20px;
  }

  .other .side_by_side .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .other_box {
    width: 100%;
    height: 100%;
    padding: 20px 15px 20px;

    border: 1px solid #dedede;
  }

  .other_box__title {
    font-size: 1.4rem;
    font-weight: bold;

    margin-bottom: 15px;

    text-align: center;

    color: #7e4ec0;
  }

  .other_box__txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .other_box__txt:not(:first-of-type) {
    margin-top: 25px;
  }

  /* 20210308 add */
  .example__inner {
    padding: 20px;
  }
  .example__info {
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .example__logo {
    width: 100%;
  }
  .percent {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .percent__item {
    margin-bottom: 25px;
  }
  .example_box__item--02 {
    margin-bottom: 0;
  }
  /* end added 20210308 */

  .newsbox {
    display: block;

    width: calc(100% - 40px);
    margin: 0 20px 20px;
  }

  .newsbox__title {
    font-size: 18px;

    display: block;

    width: 100%;
    padding: 10px;
  }

  .newsbox__body {
    width: 100%;
    padding: 10px 20px;

    border: 1px solid #fff;
    border-top: none;
  }

  /* add 20220117 start */
  .fee__wrap {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .tbl {
    width: 100%;
    font-size: 14px;
    line-height: 1.75;
  }
  .tbl th,
  .tbl td {
    padding: 15px 5px;
    text-align: center;
    vertical-align: middle;
  }
  .th-green {
    color: #fff;
  	background-color: #4e9750;
  }
  .th-orange {
    color: #fff;
  	background-color: #d1791a;
  }
  .th-blue {
    color: #fff;
  	background-color: #2f65a0;
  }
  /* add 20220117 end */

}
