@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 print,
screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.0rem;

    min-width: 1010px;
  }

  * {
    box-sizing: border-box;
  }

  body {
    word-wrap: break-word;
  }

  .u-sp {
    display: none;
  }

  .u-pc {
    display: block;
  }

  .wrapper {
    overflow: hidden;
  }

  header {
    position: relative;

    width: 100%;
    min-width: 950px;
    height: 585px;
    padding-bottom: 40px !important;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_mainvisual.jpg) no-repeat center bottom;
    background-size: auto 100%;
  }

  .in_head {
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
  }

  .grand_title {
    display: flex;
    flex-direction: row;

    width: 100%;

    text-align: right;

    justify-content: flex-end;
    align-items: normal;
    flex-wrap: nowrap;
  }

  .grand_title .logotop__01 {
    background-color: #000;
  }

  .grand_title .logotop__01 a {
    display: block;
  }

  .grand_title .logotop__01 {
    width: 106px;
    height: 70px;
  }

  .grand_title .logotop__01 a {
    margin-top: 10px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grand_title .logotop__01 a img {
    width: 86px;
    height: 51px;
  }

  .main_visual {
    position: relative;

    padding-left: 265px;
  }
}

@media print,
screen and (min-width: 768px) and (min-width: 949px) {
  .main_visual {
    position: relative;

    width: 950px;
    min-width: 950px;
    margin: 0 auto;
  }
}

@media print,
screen and (min-width: 768px) {
  .main_visual .c-banner {
    position: absolute;
    bottom: -115px;
    left: 0;
  }

  .main_visual_title {
    width: 349px;
    margin-top: -27px;
  }

  .main_visual_title h1 {
    margin-bottom: 35px;
  }

  .main_visual_title h1 img {
    width: 349px;
    min-width: 100%;
  }

  .main_visual_title h1 .logo_img img {
    margin-bottom: 0;
  }

  .main_visual_txt {
    position: absolute;
    width: 148px;
    right: 48px;
    top: 120px;
  }

  .main_visual_txt img {
    width: 100%;
  }

  .parent_box {
    min-width: 950px;
  }

  .parent_box .child_box {
    min-width: 950px;
  }

  .parent_box .child_box .in_box {
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
  }

  .parent_box .child_box .in_box .txt_explain {
    font-size: 1.8rem;
    line-height: 1.7;

    margin-bottom: 35px;
  }


  .appeal_box {
    padding: 15px 0 40px;
    background: #252525;
  }

  .wrapper+.appeal_box {
    padding: 40px 0;
  }

  .appeal_box .child_box {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
  }

  .appeal_box .child_box .visual_box {
    position: relative;

    width: 100%;
    height: 263px;
    margin-bottom: 40px;
    padding: 30px 0 0 38px;

    background: #fff;
  }

  .appeal_box .child_box .visual_box .txt {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.7368;
  }

  .appeal_box .child_box .visual_box .txt span {
    color: #c9003e;
  }

  .appeal_box .child_box .visual_box .visual_box__img {
    position: absolute;
    right: -1px;
    bottom: -2px;

    display: inline-block;

    width: 407px;
  }

  .appeal_box .child_box .visual_box .visual_box__img img {
    width: 100%;
    min-width: 100%;
  }

  .appeal_box .side_by_side {
    flex-wrap: wrap;
  }

  .appeal_box .side_by_side li {
    width: 50%;
  }

  .appeal_box .tel_box {
    width: 100%;
    margin-top: 20px;

    text-align: center;
  }

  .appeal_box .tel_box:before {
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-top: 4px;
    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.6rem;
    font-weight: bold;

    margin-right: 10px;

    color: #fff;
  }

  .appeal_box .tel_box .number {
    font-size: 2rem;
    font-weight: bold;

    color: #fff;
  }

  .appeal_box .tel_box .time {
    font-size: 1.4rem;

    margin-top: 10px;

    color: #fff;
  }

  /* add 20190130 */
  .appeal_box .otherLink_box {
    font-weight: bold;

    width: 100%;
    margin: 0 0 40px;

    text-align: center;
  }

  .appeal_box .otherLink_box a {
    font-size: 1.6rem;

    text-decoration: none;

    color: #fff;
  }

  .appeal_box .otherLink_box a[target='_blank'] {
    padding-right: 24px;

    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink.svg) no-repeat right center;
    background-size: 18px 16px;
  }

  .appeal_box .otherLink_box a:hover {
    text-decoration: underline;

    color: #ccc;
  }

  .appeal_box .otherLink_box a,
  .appeal_box .otherLink_box a:link,
  .appeal_box .otherLink_box a:visited {
    font-size: 1.6rem;

    text-decoration: none;

    color: #fff;
  }

  /* end add 20190130 */
  .spbr {
    display: none;
  }

  .pcbr {
    display: block;
  }

  .side_by_side {
    display: flex;
    flex-direction: row;

    width: 950px;
    margin: 0 auto 0;

    justify-content: space-between;
    align-items: normal;
    flex-wrap: nowrap;
  }

  .side_by_side li {
    width: 455px;
  }

  .btn_area {
    width: 455px;
    margin: 0 auto 0;
    margin-left: 0;
  }

  .btn_area .btn {
    font-size: 2.2rem;
    font-weight: bold;

    display: block;

    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 19px 20px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border: none;
    border-radius: 4px;
    background: linear-gradient(#d00041, #b6001f);
  }

  .btn_area .btn:hover {
    position: relative;

    cursor: pointer;
  }

  .btn_area .btn:hover:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

  }

  .btn_area span {
    /* font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
    font-size: 2rem;

    padding-right: 30px;

    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink.svg) no-repeat right center;
    background-size: 18px 16px;
  }

  .child_box .tit_box h3:nth-of-type(1) {
    font-size: 1.8rem;

    position: relative;

    height: 40px;
    margin: 0 auto 30px;

    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 {
    font-weight: bold;
    line-height: 40px;

    padding: 0 15px;

    vertical-align: middle;
  }

  .child_box .tit_box h3:nth-of-type(1) .tit_txt {
    display: inline-block;

    box-sizing: border-box;

    background: #000;
  }

  .child_box .tit_box h3:nth-of-type(1) .part {
    display: inline-block;

    background: #c9003e;
  }

  .child_box .tit_box h3:nth-of-type(1) .part .number {
    font-size: 2.8rem;
    line-height: 1;

    display: inline-block;

    transform: translateY(3px);
  }

  .child_box .tit_box h3:nth-of-type(2) {
    font-size: 2.4rem;
    font-weight: bold;

    text-align: center;

    color: #fff;
  }

  .child_box .txt {
    font-size: 1.8rem;
    line-height: 1.7;

    margin-bottom: 40px;
  }

  .hd_01 {
    font-size: 2.0rem;

    height: 50px;
    margin-bottom: 30px;
    padding-top: 15px;

    text-align: center;

    color: #fff;
    background-color: #7e4ec0;
  }

  .hd_01__em {
    font-weight: bold;
  }

  .hd_02 {
    font-size: 2.6rem;

    height: 65px;
    margin-bottom: 30px;
    padding-top: 19px;

    text-align: center;

    color: #9754f4;
    background-color: #efe3ff;
  }

  .hd_02__em {
    font-weight: bold;
  }

  .hd_03 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.6;

    position: relative;

    margin-bottom: 40px;
    padding-bottom: 20px;

    text-align: center;

    color: #7e4ec0;
    border-bottom: 6px solid #d0d0d0;
  }

  .hd_03_pattern {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.6;

    position: relative;

    margin-bottom: 40px;
    padding-bottom: 20px;

    text-align: center;

    color: #7e4ec0;
  }

  .hd_03:after,
  .hd_03_pattern:after {
    position: absolute;
    bottom: -6px;
    left: 50%;

    width: 316px;
    height: 6px;

    content: '';
    transform: translateX(-50%);

    background-color: #7e4ec0;
  }

  .hd_04 {
    font-size: 2rem;
    font-weight: bold;

    margin-bottom: 30px;
    padding: 17px;

    text-align: center;

    color: #fff;
    background: #666;
  }

  footer {
    min-width: 950px;

    background: #000;
  }

  footer .in_foot {
    display: flex;
    flex-direction: row;

    width: 100%;
    max-width: 950px;
    margin: 0 auto -15px;
    padding: 15px 0;

    justify-content: space-between;
    align-items: normal;
    flex-wrap: nowrap;
  }

  footer .in_foot .foot_nav ul {
    display: flex;
    flex-direction: row;

    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }

  footer .in_foot .foot_nav ul li a {
    font-size: 1.2rem;

    text-decoration: none;

    color: #fff;
  }

  footer .in_foot .foot_nav ul li a:hover {
    text-decoration: underline;
  }

  footer .in_foot .foot_nav ul li a:after {
    display: inline-block;

    width: 12px;
    height: 10px;
    margin-left: 10px;

    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 {
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:first-child:after {
		content: none;
	}
	footer .in_foot .foot_nav ul li:before {
		content: "|";
		color: #fff;
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:last-child:after {
		content: "|";
		color: #fff;
		margin-left: 20px;
	}

  footer .in_foot .copy {
    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;
  }

  #totop .pdf {
    position: fixed;
    right: 0;

    width: 100%;
    padding: 30px 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 {
    display: none;

    transition: .5s all;

    opacity: 0;
  }

  #totop .pdf__close {
    position: absolute;
    z-index: 1;
    top: -15px;
    right: 15px;

    display: block;

    width: 20px;
    height: 20px;
  }

  #totop .pdf__close__inner {
    display: block;

    width: 20px;
    height: 20px;
  }

  #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: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }

  #totop .pdf__inner {
    position: relative;

    display: flex;
    flex-direction: row;

    width: 950px;
    margin: 0 auto 0;

    justify-content: space-between;
    align-items: normal;
    flex-wrap: nowrap;
  }

  #totop .pdf .btn_area {
    width: 298px;
    margin-left: auto;

    align-self: center;
  }

  #totop .pdf .btn_area .btn {
    padding: 7px 0 10px;

    background: #cf0040;
  }

  #totop .pdf .btn_area .btn span {
    font-size: 1.6rem !important;
    line-height: 1;

    padding-right: 18px;

    background-image: url(/svcsol/campaign/images/omnibus_201810/common/icon_externallink_white.svg);
    background-position: top 2px right 1px;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
  }
}

@media print,
screen and (min-width: 768px) {
  main .post_body {
    overflow: scroll;

    word-wrap: normal;
  }
}

/*#########################################################

各種ページファイル読み込み

#########################################################*/
@media print,
screen and (min-width: 768px) {
  .about_box {
    position: relative;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_about.png) repeat-x center top;
  }

  .about_box .outline {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.8;

    position: relative;

    margin-bottom: 50px;

    text-align: center;

    color: #7e4ec0;
  }

  .about_box .child_box {
    box-sizing: border-box;
    width: 950px;
    margin: 0 auto 0;
    padding: 70px 0;
  }

  .about_box .child_box figure {
    margin-bottom: 20px;
    padding: 0 30px;
  }

  .about_box .child_box figure img {
    width: 100%;
  }

  .about_box .child_box .side_by_side li .txt {
    margin-bottom: 0;
  }

  .about_box .child_box:nth-of-type(1) {
    padding-bottom: 50px;
  }

  .about_box .child_box:nth-of-type(2) {
    padding-top: 0;
  }

  .about_box .child_box:nth-of-type(2) .outline {
    font-size: 2.8rem;
  }

  .about_box .child_box:nth-of-type(2) .outline span {
    display: inline-block;

    padding: 0 20px 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: 60px 0 70px;

    border-top: 10px solid #a3a3a3;
    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_problem.png) repeat-x center top;
    background-size: 100% 100%;
  }

  .problem_box::before {
    position: absolute;
    top: -10px;
    left: 50%;

    width: 950px;
    height: 10px;

    content: '';
    transform: translateX(-50%);

    background-color: #7e4ec0;
  }

  .problem_box h2 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.7;

    margin-bottom: 40px;

    text-align: center;

    color: #fff;
  }

  .problem_box .sub_tit {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.7;

    position: relative;

    margin-bottom: 60px;

    text-align: center;

    color: #fff;
  }

  .problem_box .sub_tit .txt {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .problem_box figure {
    width: 950px;
    margin: 0 auto 0;
    padding: 30px 0;

    text-align: center;

    background: #fff;
  }

  .problem_box figure img {
    width: 768px;
    margin: 0 auto 0;
  }

  .movie_box {
    padding: 0 0 70px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_other.png) repeat-x center top;
  }

  .movie_box .child_box {
    padding-top: 70px;
  }

  .movie_box h2 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.8;

    margin-bottom: 30px;

    text-align: center;

    color: #7e4ec0;
  }

  .movie_box .txt_explain {
    margin-bottom: 40px !important;

    text-align: center;
  }

  .movie_box .wrapper {
    width: 550px;
    margin: 0 auto;
  }

  .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: 60px 0 70px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_solve.png) repeat-x center top;
    background-size: 100% 100%;
  }

  .solve_box .child_box {
    width: 950px;
    margin: 0 auto 0;
    padding: 40px 0;

    background: #fff;
  }

  .solve_box h2 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.7;

    margin-bottom: 40px;
    margin-bottom: 35px;

    text-align: center;

    color: #7e4ec0;
  }

  .solve_box .side_by_side {
    width: 870px;
    margin-bottom: 40px;
  }

  .solve_box .other__inner {
    width: 870px;
    padding-top: 10px;
  }

  .solve_box .side_by_side li {
    width: 415px;

    background-color: #fff;
  }

  .solve_box .side_by_side li figure {
    display: flex;
    flex-direction: column;

    height: 126px;
    margin-bottom: 30px;

    justify-content: flex-end;
    align-items: normal;
    flex-wrap: nowrap;
  }

  .solve_box .side_by_side li .txt {
    font-size: 1.8rem;
    line-height: 1.7;
  }

  .solve_box .side_by_side li .txt~.txt {
    margin-top: 35px;
  }

  .solve_box .side_by_side li .txt:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .solve_box .desc {
    font-size: 2rem;
    line-height: 1.7;

    width: 870px;
    margin: 0 auto 0;
    padding: 20px 0;

    text-align: center;

    color: #7e4ec0;
    border: 4px solid #7e4ec0;
  }

  .package {
    padding: 70px 0 0;
  }

  .package__inner {
    position: relative;

    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px 0;

    background-color: #fff;
  }

  .package .lead {
    font-size: 1.8rem;
    line-height: 1.7;

    margin-bottom: 30px;
  }

  .package .figure {
    margin-bottom: 80px;

    text-align: center;
  }

  .package .figure__img {
    width: 561px;
    height: 397px;
  }

  .package .figure:nth-last-of-type(1) img {
    width: 100%;
  }

  .pattern {
    padding: 50px 0 80px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_pattern.jpg) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .pattern__inner {
    position: relative;

    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px 0;
  }

  .pattern .lead {
    font-size: 20px;

    margin-bottom: 40px;

    text-align: center;
  }

  .pattern__item {
    padding: 0 40px 35px;

    border: 3px solid #7d47bf;
    border-top: 0;
  }

  .pattern__item:last-child {
    margin-top: 40px;
  }

  .pattern__hd {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;

    width: calc(100% + 86px);
    margin: 0 0 0 -43px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #7e4ec0;
  }

  .pattern__label {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;

    width: calc(100% + 80px);
    margin: 0 0 35px -40px;
    padding: 30px;

    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: 18px;

    margin-bottom: 30px;
  }

  .pattern__item .note {
    font-size: 14px;

    text-align: right;
  }

  .pattern__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    margin-bottom: 30px;

    justify-content: space-between;
  }

  .pattern__list__item {
    width: 210px;
  }

  .pattern__list__img {
    width: 100%;
  }

  .pattern__price {
    font-weight: 500;
    line-height: 1;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    margin-bottom: 20px;

    -ms-align-items: center;
    align-items: center;
  }

  .pattern__price__label {
    font-size: 16px;
    line-height: 1;

    width: 140px;
    margin-right: 30px;
    padding: 19px;

    text-align: center;

    border: 2px solid #666;
  }

  .pattern__price__txt {
    font-size: 16px;

    margin-bottom: 5px;

    white-space: nowrap;
  }

  .pattern__price__pm {
    font-size: 20px;
  }

  .pattern__price__ypm {
    font-size: 28px;

    color: #bd003d;
  }

  .pattern__price__small {
    font-size: 18px;
  }

  .pattern__price__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -ms-align-items: center;
    align-items: center;
  }

  .pattern__price__inner:not(:last-child) {
    margin-right: 25px;
    padding-right: 25px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_price_pc.svg) repeat-y right top;
    -webkit-background-size: 3px auto;
    background-size: 3px auto;
  }

  .pattern__price__example {
    text-align: center;
  }

  .pattern__price__example:last-child {
    position: relative;

    padding-left: 50px;
  }

  .pattern__price__example:last-child::before {
    position: absolute;
    top: 50%;
    left: 18px;

    width: 13px;
    height: 26px;
    margin-top: -13px;

    content: '';

    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;
  }

  /*----------------------------------------
  キャンペーンバナー追記ここから　2020/03/19
  ----------------------------------------*/
  .p-bnr {
    margin-bottom: 20px;
    padding-top: 30px;
    background: #252525;
    text-align: center;
  }

  .p-bnr .btn_area {
    position: relative;
  }

  .p-bnr img {
    width: 950px;
  }

  .p-bnr .btn:hover {
    opacity: .8;
    transition: all .3s;
  }

  .p-bnr .btn,
  .p-bnr .btn:hover {
    display: inline-block;
    position: absolute;
    left: calc(50% - 450px/2);
    bottom: 15px;
    padding: 12px;
    font-size: 1.8rem;
    color: #ce023e !important;
    background: linear-gradient(#ffffff, #dfdfdf);
    max-width: 450px;
  }

  .p-bnr .btn_area span {
    background-image: url(/svcsol/campaign/images/fxm_202002/common/icon_externallink_red.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px 14px;
  }

  .wrapper+.parent_box.appeal_box .p-bnr {
    padding-top: 0;
  }

  /*----------------------------------------
  キャンペーンバナー追記ここまで　2020/03/19
  ----------------------------------------*/
  .download_box {
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
  }

  .download_box .p-download {
    margin-bottom: 40px;
    padding: 30px;

    border: 2px solid #cf0040;
    background: #fff;
  }

  .download_box .p-download .outline {
    font-size: 2.4rem;
    font-weight: bold;

    margin-bottom: 30px;

    text-align: center;

    color: #cf0040;
  }

  .download_box .p-download .c-tit {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 2.005rem;
    letter-spacing: -0.04em;
    position: relative;
  }

  .download_box .p-download .c-tit span {
    font-size: 1.4rem;
    font-weight: normal;
    display: inline-block;
    letter-spacing: 0.05em;
  }

  .download_box .p-download li:last-child .c-tit span {
    margin-left: 1rem;
  }

  .download_box .p-download .btn_area {
    width: 448px !important;
    margin: 30px auto 0 auto;
  }

  .download_box .p-download .btn_area span {
    font-size: 1.8rem;

    padding-right: 0;
    padding-right: 30px;

    background-image: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink_white.svg);
    background-position: top 4px right 1px;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
  }

  .download_box .p-download__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .download_box li div.p-download__inner .p-download__figure {
    max-width: 50%;
  }

  .download_box li div.p-download__inner .p-download__figure img {
    max-width: 100%;
  }

  .download_box li:first-child .p-download__inner .p-download__figure img {
    width: 102px;
    height: auto;
  }

  .download_box li:last-child .p-download__inner .p-download__figure img {
    width: 150px;
    height: auto;
    box-shadow: 0 0 0 1px #999, 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .download_box .p-download__desc {
    flex: 1 0 1%;
  }

  .download_box .side_by_side {
    position: relative;
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 20px;
  }

  .download_box .side_by_side li {
    width: auto;
  }

  .download_box .side_by_side li:first-child {
    width: 348px;
  }

  .download_box .side_by_side li:last-child {
    width: 408px;
  }

  .download_box .side_by_side li.icon_more {
    max-width: 86px;
    height: auto;
    /* align-self: center; */
  }

  .download_box .side_by_side li.icon_more img {
    width: 86px;
    height: auto;
  }

  .download_box .side_by_side li .c-txt {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }

  .download_box+.side_by_side li:last-child .tel_box {
    margin-top: 0;
  }

  .download_box+.side_by_side li:last-child .time {
    display: block;

    margin-top: 13px;
  }

  .example_box {
    padding: 70px 0;

    color: #fff;
    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_example.jpg) no-repeat center top;
    background-size: cover;
  }

  .example_box .title_box {
    margin-bottom: 70px;

    background: none;
  }

  .example_box .title_box h2 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.4;

    padding-bottom: 15px;

    text-align: center;
  }

  .example_box .title_box h2 span {
    font-size: 4rem;
  }

  .example_box__inner {
    display: flex;
    flex-direction: row;

    width: 950px;
    margin: 0 auto 0;

    justify-content: space-between;
    align-items: normal;
    flex-wrap: wrap;
  }

  .example_box__item {
    width: 296px;
  }

  .example_box__item--02 {
    width: 460px;
  }

  .example_box__img {
    width: 296px;
  }

  .example_box__vertical .example_box__img {
    margin-bottom: 20px;
  }

  .example_box__horizon {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }

  .example_box__horizon .example_box__img {
    margin-right: 25px;
  }

  .example_box__horizon .example_box__txt {
    flex: 1 0 1%;
  }

  .example_box__title {
    font-size: 1.8rem;
    font-weight: bold;

    position: relative;

    height: 43px;
    margin-bottom: 20px;
    padding-top: 10px;

    text-align: center;

    color: #7e4ec0;
  }

  .example_box__title:before {
    position: absolute;
    bottom: -12px;
    left: 50%;

    width: 0;
    height: 0;

    content: '';
    transform: translateX(-50%);

    border-width: 12px 7.5px 0 7.5px;
    border-style: solid;
  }

  .example_box__title--bg01 {
    position: relative;

    border: #7e4ec0 2px solid;
    background-color: #fff;
  }

  .example_box__title--bg01:before {
    content: none;
  }

  .example_box__title--bg01:after {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 5px);

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);

    border-width: 2px;
    border-top: solid 2px #7e4ec0;
    border-right: solid 2px #7e4ec0;
    background-color: #fff;
    /* .txtのborderを地の色で打ち消す */
  }

  .example_box__title--bg02 {
    background-color: #eee2ff;
  }

  .example_box__title--bg02::before {
    border-color: #eee2ff transparent transparent transparent;
  }

  .example_box__txt {
    font-size: 1.6rem;
    line-height: 1.6;

    margin-bottom: 30px;

    text-align: justify;

    align-self: flex-start;
    font-feature-settings: 'palt';
  }

  .scene_box {
    padding: 70px 0;

    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: 40px;

    background: none;
  }

  .scene_box .title_box h2 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.4;

    text-align: center;
  }

  .scene_box .title_box h2 span {
    font-size: 4rem;
  }

  .scene_box__inner {
    width: 950px;
    margin: 0 auto 0;
  }

  .scene_box .scene_list {
    width: 440px;
    margin: 0 auto 0;
    margin-bottom: 40px;
  }

  .scene_box .scene_list__item {
    font-size: 1.8rem;

    margin-bottom: 20px;
    padding-left: 24px;

    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_check.svg) no-repeat left center;
    background-size: 14px 11px;
  }

  .scene_box .c-txt {
    font-size: 1.8rem;

    margin-bottom: 60px;

    text-align: center;
  }

  .scene_box .c-txt span {
    font-weight: bold;
  }

  .scene_box .c-sample__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .scene_box .c-sample__wrap .c-sample {
    width: 455px;
  }
  .scene_box .c-sample a {
    display: flex;
    flex-direction: row;

    text-decoration: none;
    height: 100%;

    color: #fff;

    justify-content: flex-start;
    align-items: normal;
    flex-wrap: nowrap;
  }

  .scene_box .c-sample a:hover {
    text-decoration: underline;
  }

  .scene_box .c-sample figure {

    margin-right: 20px;
    padding: 28px 10px;

    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 196px;
  }

  .scene_box .c-sample figure img {
    width: 100%;
  }

  .scene_box .c-sample dl {
    align-self: center;
    width: 239px;
  }

  .scene_box .c-sample dl dt {
    font-size: 1.6rem;
    font-weight: bold;

    margin-bottom: 17px;
    line-height: 1.3;
  }

  .scene_box .c-sample dl dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .scene_box .c-sample dl dd:after {
    display: inline-block;

    width: 18px;
    height: 16px;
    margin-left: 10px;

    content: '';

    background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink.svg) no-repeat right bottom;
    background-size: contain;
  }

  .other {
    position: relative;

    padding: 0 0 70px;

    background: url(/svcsol/campaign/images/omnibus_2018102/top/bg_other.png) repeat-x center top;
  }

  .other__inner {
    width: 950px;
    margin: 0 auto 0;
    padding-top: 70px;
  }

  .other__inner__txt {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  .other__title {
    font-size: 2.4rem;
    font-weight: bold;

    height: 50px;
    margin-bottom: 40px;
    padding-top: 12px;

    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: 2.2rem;
    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;
    margin:0 10px;
  }

  /* end add 20201001 */

  .other .side_by_side .txt {
    font-size: 1.8rem;
    line-height: 1.7;
  }

  .other_box {
    width: 100%;
    height: 100%;
    padding: 30px 20px 20px;

    border: 1px solid #dedede;
  }

  .other_box__title {
    font-size: 1.8rem;
    font-weight: bold;

    margin-bottom: 22px;

    text-align: center;

    color: #7e4ec0;
  }

  .other_box__txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .other_box__txt:not(:first-of-type) {
    margin-top: 38px;
  }
}

.newsbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  width: 950px;
  margin: 0 auto 20px;

  -webkit-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
}

.newsbox__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;

  width: 120px;

  text-align: center;

  background-color: #fff;

  -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;
}

.newsbox__body {
  width: 830px;
  padding: 15px 20px;

  border: 1px solid #fff;
  border-left: none;
}

.newsbox__item {
  font-size: 14px;
  line-height: 1.5;

  position: relative;

  padding-left: 20px;

  color: #fff;
}

.newsbox__item:not(:first-child) {
  margin-top: 10px;
}

.newsbox__item::before {
  position: absolute;
  top: 3px;
  left: 0;

  width: 9px;
  height: 16px;

  content: '';

  background: url(/svcsol/campaign/images/omnibus_2018102/common/ico_newsbox.png) no-repeat left top;
  -webkit-background-size: 9px 16px;
  background-size: 9px 16px;
}

.newsbox__link {
  text-decoration: none;

  color: #fff !important;
}

.newsbox__link:hover {
  text-decoration: underline;
}

.newsbox__link[target='_blank']::after {
  display: inline-block;

  width: 16px;
  height: 14px;
  margin-left: 5px;

  content: '';

  background: url(/svcsol/campaign/images/omnibus_2018102/common/icon_externallink_white.svg) no-repeat left top;
  -webkit-background-size: 16px 14px;
  background-size: 16px 14px;
}

/* 20210205 add */
.logo_box__inner {
  width: 100%;
  max-width: 950px;
  margin: 40px auto 0;
  /* padding-bottom: 40px; */
  background-color: #fff;
}

.logo_box__inner > .other__title__jirei {
  margin-bottom: 30px;
  padding-top: 40px;
  color: #000;
}
/* end added 20210205 */

/* 20210308 add */
.example__inner {
  background-color: #fff;
  padding: 0 50px 30px;
}
.example__info {
  border-bottom: 1px solid #ccc;
  padding: 28px 55px 5px;
  margin-bottom: 20px;
  display: flex;
  /* width: 100%; */
  justify-content: space-between;
  align-items: flex-end;
}
.example__figure {
  text-align: center;
}
.percent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  width: 100%;
}
.percent__item {
  text-align: center;
}
.percent__label {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
}
.example__inner .percent__number {
  color: #bd203d;
  font-size: 90px;
  margin-bottom: 15px;
  line-height: 1;
}
.percent__number__small {
  font-size: 50px;
  font-weight: bold;
}
.percent__number__min {
  font-size: 18px;
  font-weight: bold;
}
.percent__number__txt {
  font-size: 23px;
  color: #333;
  font-weight: bold;
}
.example__inner .percent__txt {
  font-size: 14px;
  line-height: 1.64;
  color: #333;
}
.percent__txt__note {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  margin-top: 8px;
}

.example_box__item--02 {
  margin-bottom: 30px;
}
.example_box__txt {
  margin-bottom: 0;
}
/* end added 20210308 */

/*#########################################################

print.css読み込み

#########################################################*/
@media print and (min-width: 100px) {

  header,
  .in_head,
  footer {
    width: 100%;
    min-width: 100%;

    text-align: center;
  }

  header .in_head {
    width: 100%;
    margin: 0 auto;

    text-align: center;
  }

  .grand_title {
    text-align: center;
  }

  .btn_area .btn {
    border: 1px solid #ccc;
  }

  .title_box {
    width: 100%;

    text-align: center;
  }

  .main_visual_title {
    left: 50%;

    transform: translateX(-50%);
  }

  .appeal_box .child_box .visual_box figure figcaption {
    position: static;

    width: 423px;
  }
}

/* add 20220117 start */
.tbl {
  font-size: 16px;
  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 */
