@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;
}

a:link,
a:hover,
a:active,
a:visited {
  color: #333;
}

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

/* p {
  @include fz_vw(13);
@media print, screen and (min-width: 769px) {
    font-size: 30px;
  }
} */



@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html * {
    line-height: 1.5;

    box-sizing: border-box;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.0rem;
  }
  body {
    word-wrap: break-word;
  }
  .spimg {
    display: none;
  }
  .wrapper {
    overflow: hidden;
  }
  img[src$='.svg'] {
    width: 100%;
  }
  header {
    position: relative;

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

    background: #6da500 url(/svcsol/campaign/images/endpoint_202008/top/bg_mainvisual.jpg) no-repeat center bottom;
    background-size: auto 100%;
  }
  .in_head {
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
  }
  .grand_title {
    width: 100%;

    text-align: right;
  }
  .grand_title .logotop {
    display: inline-block;

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

    background: #000;
  }
  .grand_title .logotop a {
    display: block;

    margin-top: 10px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grand_title .logotop a img {
    width: 100%;
    height: auto;
  }
  .c-child {
    max-width: 950px;
    margin: 0 auto;
  }

  .c-child:not(:first-child) {
    margin-top: 80px;
  }
  .c-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 15px;
  }

  .c-note {
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px;
  }
  .u-use--sp {
    display: none !important;
  }

  .u-mb5 {
    margin-bottom: 5px;
  }
  .c-btn {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: flex;

    width: 100%;
    margin: 0 auto;
    padding: 18px 20px;

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

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

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

  .c-btn--01 {
    font-size: 1.8rem;

    max-width: 448px;

    background: -webkit-linear-gradient(#ce0040, #b3001c);
    background:      -o-linear-gradient(#ce0040, #b3001c);
    background:         linear-gradient(#ce0040, #b3001c);
  }

  .c-btn--02 {
    height: 90px;

    background: -webkit-linear-gradient(#cf0040, #b6001e);
    background:      -o-linear-gradient(#cf0040, #b6001e);
    background:         linear-gradient(#cf0040, #b6001e);
  }

  .c-btn--03 {
    height: 90px;

    background: -webkit-linear-gradient(#cf0040, #b6001e);
    background:      -o-linear-gradient(#cf0040, #b6001e);
    background:         linear-gradient(#cf0040, #b6001e);
  }

  .c-btn:hover::after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

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

  .c-btn__inner {
    position: relative;

    display: inline-block;
  }

  .c-btn--01 .c-btn__inner::before {
    position: absolute;
    top: 50%;
    right: -20px;

    width: 15px;
    height: 14px;

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

    background-image: url(/svcsol/campaign/images/endpoint_202008/common/icon_externallink_white.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 15px 14px;
            background-size: 15px 14px;
  }

  .c-btn--02 .c-btn__inner {
    padding-left: 50px;
  }
  .c-btn--02 .c-btn__inner::before {
    position: absolute;
    top: 50%;
    left: -28px;

    width: 68px;
    height: 75px;

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

    background: url(/svcsol/campaign/images/endpoint_202008/top/icon_contact.svg) no-repeat left top;
    -webkit-background-size: 68px 75px;
            background-size: 68px 75px;
  }

  .c-btn--02::before,
  .c-btn--03::before {
    position: absolute;
    top: 10px;
    right: 10px;

    width: 15px;
    height: 14px;

    content: '';

    background-image: url(/svcsol/campaign/images/endpoint_202008/common/icon_externallink.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 15px 14px;
            background-size: 15px 14px;
  }


  .c-column {
    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;
  }

  .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-column__inner {
    padding-top: 15px;
  }

  .c-column__inner .tel_box {
    line-height: 1.5;
  }
  .c-column__txt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.55;

    text-align: center;

    color: #fff;
  }
  .c-download {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px 40px;

    border: 2px solid #cf0040;
    background: #fff;
  }
  .c-download__title {
    font-size: 2.2rem;
    font-weight: 700;
    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;
    margin-bottom: 20px;
  }

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

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

  .c-download__item:first-child {
    width: 410px;
  }

  .c-download__item:last-child {
    width: 442px;
  }

  .c-download__thumb {
    margin-right: 12px;
  }

  .c-download__thumb--01 {
    width: 130px;
  }

  .c-download__more {
    width: 98px;
    position: relative;
    left: -5px;
  }

  .c-download__img {
    width: 100%;
  }

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

  .c-download__txt {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;

    margin-bottom: 10px;
  }

  .c-download__txt--pdf {
    font-size: 1.4rem;
    font-weight: normal;

    position: relative;
  }
  .c-download__txt--mini {
    font-size: 1.4rem;
    line-height: 1.7;

    display: block;
  }

  .c-download__btn {
    margin: 0 auto;
  }

  .download_box .p-download {
    margin-bottom: 40px;
    padding: 20px 30px;
    border: 2px solid #d70d3b;
    background: #fff;
  }

  .download_box .p-download .outline {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #d70d3b;
  }

  .download_box .p-download__column ,
  .download_box .p-download__column--inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .download_box .p-download__column {
    margin-bottom: 20px;
  }

  .download_box .p-download__item:first-child {
    width: 320px;
  }

  .download_box .p-download__item:last-child {
    width: 540px;
  }

  .download_box .p-download__item--inner:nth-child(2) ,
  .download_box .p-download__item--inner:nth-child(3) {
    width: 260px;
  }

  .download_box .p-download__item--inner:nth-child(2).p-download__item--inner--02 {
    width: 280px;
  }

  .download_box .p-download__item--inner:nth-child(3).p-download__item--inner--03 {
    width: 240px;
  }

  .download_box .p-download__item {
    position: relative;
  }

  .download_box .p-download__item--label {
    width: 100%;
    height: 26px;
    position: relative;
    margin: 0 0 18px;
    background-size: auto auto;
    background-color: rgba(214, 214, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(204, 204, 255, 1) 2px, rgba(204, 204, 255, 1) 4px )
  }

  .download_box .p-download__pdf {
    font-size: 13px;
    line-height: 1.8;
    font-weight: normal;
  }

  .download_box .p-download__txt {
    font-size: 14px;
    line-height: 1.7;
  }

  .download_box .p-download__item > .p-download__figure--01 ,
  .download_box .p-download__item > .p-download__figure--03 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .download_box .p-download__item > .p-download__figure--01 img ,
  .download_box .p-download__item .p-download__figure--02 img ,
  .download_box .p-download__item .p-download__figure--03 img {
    width: 100%;
  }

  .download_box .p-download__item > .p-download__figure--01 {
    width: 132px;
  }

  .download_box .p-download__item > .p-download__desc .p-download__tit {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding: 10px 0 0 150px;
    padding-left: 150px;
    margin-bottom: 38px;
    word-break: break-all;
  }

  .download_box .p-download__item > .p-download__desc .p-download__tit--secondary {
    padding: 15px 0 0 105px;
    margin-bottom: 30px;
  }

  .download_box .p-download__item--inner {
    display: flex;
    justify-content: space-between;
  }

  .download_box .p-download__item--inner .p-download__figure--01 {
    width: 82px;
    margin-right: 10px;
  }

  .download_box .p-download__item--inner .p-download__figure--02 {
    width: 92px;
    margin-right: 18px;
  }

  .download_box .p-download__item--inner .p-download__figure--03 {
    width: 63px;
    margin-right: 18px;
  }

  .download_box .p-download__item--inner .p-download__tit {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-all;
    font-feature-settings : "palt";
  }

  .download_box .p-download__twomore {
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
  }

  .download_box .p-download .c-tit {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .download_box .p-download .c-tit__min {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .download_box .p-download .c-tit .p-download__pdf {
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    left: -5px;
    display: block;
    margin-top: 7px;
  }
  .download_box .p-download .btn_area {
    width: 450px !important;
    margin: 0 auto;
  }
  .download_box .p-download__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .download_box .p-download__desc {
    flex: 1 0 1%;
  }
  .download_box .side_by_side {
    position: relative;
    width: 927px;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .download_box .side_by_side li.icon_more {
    position: absolute;
    top: 0;
    left: 495px;
    width: 98px;
    height: 85px;
  }
  .download_box .side_by_side li.icon_more img {
    width: 98px;
    height: 85px;
  }
  .download_box .side_by_side li:first-child {
    width: 475px;
  }
  .download_box .side_by_side li:last-child {
    width: 315px;
    padding-right: 35px;
  }
  .download_box .side_by_side li .c-txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .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;
  }


}

@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_title {
    position: absolute;
    top: -50px;
    left: 0;

    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 767px) and (max-width: 949px) {
  .main_visual_title {
    top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .main_visual_title h1 img {
    width: 601.5px;
    min-width: 100%;
    height: 447px;
  }
  .parent_box {
    min-width: 950px;
  }

  .parent_box--center {
    width: 950px;
    margin: auto;
    padding: 70px 0;
  }
  .parent_box .title_box {
    padding: 50px 0;
  }
  .parent_box .title_box h2 {
    font-size: 3.4rem;
    font-weight: bold;

    margin: 0 auto;

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

    color: #70a706;
  }
  .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 .mini_title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;

    margin-bottom: 40px;

    text-align: center;
  }
  .parent_box .child_box .lead {
    font-size: 1.8rem;
    line-height: 1.7;

    margin-bottom: 30px;
  }
  .parent_box .child_box .lead .u-small {
    display: block;
  }
  .parent_box .child_box .lead__em {
    font-weight: bold;
  }
  .parent_box .child_box .lead__box {
    display: flex;

    margin-bottom: 40px;

    justify-content: space-between;
    align-items: flex-start;
  }
  .parent_box .child_box .lead__box .lead {
    flex: 1 0 1%;
  }
  .parent_box .child_box .lead__thumb {
    width: 280px;
    margin-left: 30px;
  }
  .parent_box .child_box .lead__img {
    width: 100%;
  }
  .parent_box .child_box .lead--big {
    font-size: 2rem;
    font-weight: bold;

    margin-bottom: 30px;

    text-align: center;
  }
  .img_explain img {
    width: 100%;
    height: auto;
  }
  .appeal_box,
  .in_appeal_box,
  #extensinon_box,
  #faq_box,
  #solution,
  #support_box,
  .package,
  #office365 {
    padding: 50px 0;

    background: #1d1d1d;
  }
  .appeal_box .child_box,
  .in_appeal_box .child_box,
  #extensinon_box .child_box,
  #faq_box .child_box,
  #solution .child_box,
  #support_box .child_box,
  .package .child_box,
  #office365 .child_box {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
  }
  .appeal_box .child_box .visual_box,
  .in_appeal_box .child_box .visual_box,
  #extensinon_box .child_box .visual_box,
  #faq_box .child_box .visual_box,
  #solution .child_box .visual_box,
  #support_box .child_box .visual_box,
  .package .child_box .visual_box,
  #office365 .child_box .visual_box {
    margin-bottom: 40px;
  }
  .appeal_box .child_box .visual_box figure,
  .in_appeal_box .child_box .visual_box figure,
  #extensinon_box .child_box .visual_box figure,
  #faq_box .child_box .visual_box figure,
  #solution .child_box .visual_box figure,
  #support_box .child_box .visual_box figure,
  .package .child_box .visual_box figure,
  #office365 .child_box .visual_box figure {
    position: relative;

    width: 100%;
    height: 263px;

    background: #fff;
  }
  .appeal_box .child_box .visual_box figure figcaption,
  .in_appeal_box .child_box .visual_box figure figcaption,
  #extensinon_box .child_box .visual_box figure figcaption,
  #faq_box .child_box .visual_box figure figcaption,
  #solution .child_box .visual_box figure figcaption,
  #support_box .child_box .visual_box figure figcaption,
  .package .child_box .visual_box figure figcaption,
  #office365 .child_box .visual_box figure figcaption {
    position: absolute;
    top: 40px;
    left: 40px;

    width: 463px;
  }
  .appeal_box .child_box .visual_box figure figcaption img,
  .in_appeal_box .child_box .visual_box figure figcaption img,
  #extensinon_box .child_box .visual_box figure figcaption img,
  #faq_box .child_box .visual_box figure figcaption img,
  #solution .child_box .visual_box figure figcaption img,
  #support_box .child_box .visual_box figure figcaption img,
  .package .child_box .visual_box figure figcaption img,
  #office365 .child_box .visual_box figure figcaption img {
    width: 100%;
    min-width: 100%;
  }
  .appeal_box .child_box .visual_box figure span,
  .in_appeal_box .child_box .visual_box figure span,
  #extensinon_box .child_box .visual_box figure span,
  #faq_box .child_box .visual_box figure span,
  #solution .child_box .visual_box figure span,
  #support_box .child_box .visual_box figure span,
  .package .child_box .visual_box figure span,
  #office365 .child_box .visual_box figure span {
    position: absolute;
    right: -1px;
    bottom: -2px;

    display: inline-block;

    width: 407px;
  }
  .appeal_box .child_box .visual_box figure span img,
  .in_appeal_box .child_box .visual_box figure span img,
  #extensinon_box .child_box .visual_box figure span img,
  #faq_box .child_box .visual_box figure span img,
  #solution .child_box .visual_box figure span img,
  #support_box .child_box .visual_box figure span img,
  .package .child_box .visual_box figure span img,
  #office365 .child_box .visual_box figure span img {
    width: 100%;
    min-width: 100%;
  }
  .appeal_box .child_box .outline,
  .in_appeal_box .child_box .outline,
  #extensinon_box .child_box .outline,
  #faq_box .child_box .outline,
  #solution .child_box .outline,
  #support_box .child_box .outline,
  .package .child_box .outline,
  #office365 .child_box .outline {
    font-size: 2.6rem;
    font-weight: bold;

    margin-top: 40px;
    margin-bottom: 40px;

    text-align: center;

    color: #fff;
  }
  .c-image {
    margin: 0 auto;
  }
  .side_by_side {
    flex-wrap: wrap;
  }
  .side_by_side > li {
    width: 455px;
  }
  .side_by_side > li:nth-child(1) {
    order: 1;
  }
  .side_by_side > li:nth-child(2) {
    order: 2;
  }
  .side_by_side > li:nth-child(3) {
    width: 100%;

    order: 3;
  }
  .in_appeal_box {
    padding: 40px 0;
  }
  .in_appeal_box .c-txt {
    font-size: 1.8rem;
    font-weight: bold;

    margin-bottom: 20px;

    text-align: center;

    color: #fff;
  }
  .in_appeal_box .side_by_side {
    margin-bottom: 20px;
  }
  .in_appeal_box .side_by_side li:first-child {
    width: 563px;
  }
  .in_appeal_box .side_by_side li:last-child {
    width: 356px;
  }
  .tel_box {
    width: 100%;
    margin-bottom: 0 !important;

    text-align: center;
  }
  .tel_box:before {
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 5px;

    content: '';
    vertical-align: middle;

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_tel_white.svg) no-repeat center center;
    background-size: cover;
  }
  .tel_box .txt {
    font-size: 1.6rem;
    font-weight: bold;

    margin-right: 20px;

    color: #fff;
  }
  .tel_box .number {
    font-size: 2rem;
    font-weight: bold;

    color: #fff;
  }
  .tel_box .time {
    font-size: 1.4rem;

    color: #fff;
  }
  .spbr {
    display: none;
  }
  .pcbr {
    display: block;
  }
  .side_by_side {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
  }
  .question_box .side_by_side {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
  }
  .btn_area {
    position: relative;
  }
  .btn_area:after {
    position: absolute;
    top: 10px;
    right: 20px;

    width: 18px;
    height: 16px;

    content: '';

        background-size: contain;
  }
  .btn_area .btn {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;

    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 span {
    position: relative;
    padding-right: 30px;
  }

  .btn_area .btn span:after {
    position: absolute;
    top: 5px;
    right: 0px;

    width: 18px;
    height: 16px;

    content: '';

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_externallink.svg) no-repeat right center;
    background-size: contain;
  }

  .btn_area .btn.btn01 {
    display: flex;

    justify-content: center;
    align-items: flex-start;
    align-items: center;
  }
  .btn_area .btn.btn01 img {
    width: 68px;
    height: 75px;
    margin-right: 20px;
  }
  .btn_area .btn.btn01 span {
    line-height: 1.7;
  }
  .btn_area .btn.btn01 .u-small {
    font-size: 1.4rem;
    font-weight: normal;

    display: block;
  }
  .btn_area .btn.btn03 {
    line-height: 45px;

    width: 96%;

    background: linear-gradient(#6193de, #4471d4);
  }
  .btn_area .btn.btn04 {
    font-size: 2rem !important;

    background: linear-gradient(#74aa06, #599505);
  }
  .btn_area .btn.btn04 span {
    width: 100%;
  }
  .btn_area .btn:hover {
    position: relative;

    cursor: pointer;
  }
  .btn_area .btn:hover:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: background 1s linear;

    opacity: .1;
    background: #fff;
  }

  .plus_link {
    text-align: center;
  }
  .plus_link a {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: inline-block;

    padding: 5px 0;

    text-decoration: none;

    color: #fff;
  }
  .plus_link a::before,
  .plus_link a::after {
    display: inline-block;

    content: '';

    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .plus_link a::before {
    width: 9px;
    height: 17px;
    margin-right: 8px;

    background-image: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_r_02.svg);
  }
  .plus_link a::after {
    width: 18px;
    height: 16px;
    margin-left: 10px;

    background-image: url(/svcsol/campaign/images/endpoint_202008/common/icon_externallink_white.svg);
  }
  .c-link {
    width: 711px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .c-link__item {
    font-size: 1.8rem;

    margin-bottom: 20px;

    text-align: left;
  }
  .c-link__item a {
    font-weight: bold;

    display: block;

    padding: 15px;

    text-decoration: none;

    color: #333;
    border: 1px solid #f05408;
    border-radius: 6px;
  }
  .c-link__item a:before {
    display: inline-block;

    width: 18px;
    height: 10px;
    margin-right: 10px;

    content: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_orange.svg);
  }
  .c-link__item a:hover {
    transition: .5s all;

    color: #fff;
    background: #f05408;
  }
  .c-link__item a:hover:before {
    display: inline-block;

    width: 18px;
    height: 10px;
    margin-right: 10px;

    content: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_r_03.svg);
  }
  .check_mark {
    padding-left: 25px;

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_check.svg) left center no-repeat;
    background-size: 18px 14px;
  }
  .h_sub {
    padding: 0 10px 8px;

    background-image: url(/svcsol/campaign/images/endpoint_202008/top/bg_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
  .hd_01,
  .hd_02,
  .hd_05 span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;

    margin-bottom: 30px;

    text-align: center;
  }
  .hd_01__em {
    display: block;
  }
  .hd_02 {
    font-size: 3.4rem;
    line-height: 1.6;

    position: relative;

    padding-bottom: 25px;

    color: #70a706;
    border-bottom: 6px solid #d0d0d0;
  }
  .hd_02::after {
    position: absolute;
    bottom: -6px;
    left: 50%;

    width: 316px;
    height: 6px;

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

    background-color: #70a706;
  }
  .hd_03,
  .hd_04 {
    font-size: 2.4rem;
    font-weight: bold;

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

    text-align: center;
  }
  .hd_04 {
    color: #fff;
    background: #c70044;
  }
  .hd_05 {
    position: relative;

    margin-bottom: 30px;
  }
  .hd_05:before,
  .hd_05:after {
    position: absolute;
    z-index: 1;
    top: 50%;

    display: block;

    width: 326px;
    height: 0;

    content: '';

    border: 1px dashed #ccc;
  }
  .hd_05:before {
    left: 0;
  }
  .hd_05:after {
    right: 0;
  }
  .hd_05 span {
    font-size: 2rem;

    position: relative;
    z-index: 2;

    display: block;

    width: 280px;
    margin: 0 auto;
    padding: 15px 0;

    color: #70a706;
    border: 1px solid #70a706;
  }
  .hd_05 span:after {
    position: absolute;
    bottom: -7px;
    left: calc(50% - 6px);

    width: 12px;
    height: 12px;

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

    border-top: solid 1px #70a706;
    border-right: solid 1px #70a706;
    background-color: #fff;
    /* .txtのborderを地の色で打ち消す */
  }
  .hd_06,
  .hd_07,
  .hd_08,
  .hd_09 {
    font-size: 2rem;
    font-weight: bold;

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

    text-align: center;

    color: #fff;
    background: #797979;
  }
  .hd_07 {
    background-image: linear-gradient(135deg, #70a706 25%, #70a706 25%, #70a706 50%, #70a706 50%, #70a706 75%, #70a706 75%, #70a706 100%);
    background-size: 10px 10px;
  }
  .hd_08 {
    color: #70a706;
    border: 2px solid #70a706;
    background: none;
  }
  .hd_09 {
    color: #fff;
    background: #70a706;
  }
  .hd_10 {
    font-size: 1.8rem;
    font-weight: bold;

    padding: 15px;

    color: #fff;
    background: #f05408;
  }
  .u-red {
    color: #c70044;
  }
  .u-green {
    color: #70a706;
  }
  .u-right {
    text-align: right;
  }
  .u-small {
    font-size: 1.4rem;
  }

  .link_sytle01 {
    font-weight: bold;

    position: relative;

    display: inline-block;

    padding: 0 0 0 25px;
  }
  .link_sytle01 span {
    line-height: 1;

    display: inline-block;

    padding: 0 0 2px 0;

    border-bottom: 1px solid #a1a1a1;
  }
  .link_sytle01::before {
    position: absolute;
    top: 4px;
    left: 0;

    width: 12px;
    height: 22px;

    content: '';

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_r_01.svg) no-repeat left top;
    background-size: 12px 22px;
  }
  .link_sytle01:hover span {
    border-bottom-color: transparent;
  }
  .table_type02 {
    width: 484px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .table_type02 th,
  .table_type02 td {
    padding: 15px;

    vertical-align: middle;

    border-right: 2px solid #c5c5c5;
    border-bottom: 2px solid #c5c5c5;
  }
  .table_type02 thead th {
    font-weight: bold;

    width: 484px;

    text-align: center;

    border-top: 2px solid #c5c5c5;
  }
  .table_type02 thead th:nth-of-type(2) {
    width: 257px;
  }
  .table_type02 tbody {
    border-left: 2px solid #c5c5c5;
  }
  .table_type02 tbody th {
    text-align: left;
    text-align: center;

    background-color: #f3f3f3;
  }
  .table_type02 tbody td {
    font-size: 14px;
    font-size: 1.4rem;

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

    background: #fff;
  }
  footer {
    min-width: 950px;

    background: #000;
  }
  footer .in_foot {
    display: flex;

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

    justify-content: space-between;
    align-items: flex-start;
  }
  footer .in_foot .foot_nav ul {
    display: flex;

    justify-content: flex-start;
    align-items: center;
  }
  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/endpoint_202008/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;

    width: 63px;

    background: #030733;
  }
  #totop a {
    display: block;
  }
  #totop a:hover {
    transition: .8s;

    opacity: .7;
  }
}

@media print, screen and (min-width: 768px) {
  main .post_body {
    overflow: scroll;

    word-wrap: normal;
  }
}

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

各種ページファイル読み込み

#########################################################*/
@media print, screen and (min-width: 768px) {
  .about_box {
    padding-bottom: 60px;
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_about.png) no-repeat center top;
  }
  .about_box .title_box {
    margin-bottom: 30px;
    padding-top: 70px;
    padding-bottom: 30px;

    background-color: transparent;
    text-align: center;
  }

  .about_box .title_box h2 {
    font-size: 3.6rem;
    color: #333;
  }
  .about_box .title_box .c-txt {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px 0 0;
  }

  .about_box .child_box {
    font-size: 1.8rem;

    width: 950px;
    margin: 0 auto;
  }
  .about_box .side_by_side h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;

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

    text-align: center;

    color: #fff;
    background: #70a706;
  }
  .about_box .side_by_side h3 span {
    font-size: 2rem;
    font-weight: normal;

    display: block;
  }
  .about_box .side_by_side > li {
    width: 290px;
  }
  .about_box .side_by_side > li .c-img {
    margin: 0 auto;
  }
  .about_box .side_by_side > li:nth-of-type(1) .c-txt {
    margin-bottom: 40px;
  }
  .about_box .side_by_side > li:nth-of-type(1) .c-img {
    width: 254px;
  }
  .about_box .side_by_side > li:nth-of-type(2) .c-img {
    width: 254px;
  }
  .about_box .side_by_side > li:nth-of-type(3) .c-img {
    width: 245px;
  }
  #solution {
    position: relative;

    padding: 70px 0 80px;

    text-align: center;

    color: #fff;
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_solution.png) no-repeat center bottom;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  #solution .title_box {
    padding: 0;
  }
  #solution .title_box h2 {
    font-size: 3.6rem;
    font-size: 36px;

    display: block;

    margin-bottom: 10px;
  }
  #solution h3 {
    font-size: 2.4rem;
    font-weight: bold;

    margin-bottom: 35px;
    color: #333;

    text-align: center;
  }

  #solution .lead {
    color: #333;
  }
  #solution figure img {
    width: 834px;
    height: 458px;
  }

  .p-seminor {
    background: #23405f;
    padding: 30px 0 30px;
  }

  .p-seminor__inner {
    width: 950px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .p-seminor__body {
    padding-left: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .p-seminor__head {
    color: #fff;
    font-weight: bold;
    font-size: 3.6rem;
    margin-bottom: 30px;
  }

  .p-seminor__head::before ,
  .p-seminor__head::after {
    position: relative;
    content: '';
    display: inline-block;
  }

  .p-seminor__head::before {
    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_r_02.svg) no-repeat left top;
    width: 17px;
    height: 31px;
    -webkit-background-size: 17px 31px;
    background-size: 17px 31px;
    left: -16px;
    margin-left: -18px;
  }

  .p-seminor__head::after {
    background: url(/svcsol/campaign/images/endpoint_202008/top/icon_seminor_mark.png) no-repeat left top;
    width: 58px;
    height: 58px;
    -webkit-background-size: 58px;
    background-size: 58px;
    top: 15px;
    margin: -30px 0 0 26px;
  }

  .p-seminor__link {
    color: #fff !important;
    display: inline-block;
  }

  .p-seminor__link::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
  }

  .p-seminor__link::after {
    content: '';
    display: inline-block;
    margin-left: 22px;
    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_externallink.svg) no-repeat left top;
    width: 18px;
    height: 16px;
    -webkit-background-size: 18px 16px;
    background-size: 18px 16px;
    position: relative;
    top: -6px;
  }

  .p-seminor__title {
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    color: #ff0;
    margin-bottom: 10px;
  }

  .p-seminor__subtitle {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-seminor__meta {
    margin-left: 35px;
    padding: 10px 0 15px 35px;
    position: relative;
  }

  .p-seminor__meta::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 90px;
    background-color: rgba(255,255,255,.3);
    left: 0;
    top: 0;
  }

  .p-seminor__date {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    font-size: 4.0rem;
    margin-bottom: 15px;
  }

  .p-seminor__week {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-seminor__time {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-seminor__bottom {
    width: 100%;
    padding-left: 100px;
    margin-top: 20px;
  }

 .parent_box.three_feature {
    position: relative;
    padding: 50px 0 70px;
  }

  .parent_box.three_feature::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 256px;
    content: '';
    background-color: #70a706;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #6ea406 10px, #6ea406 20px);
    background-size: auto auto;
  }

  .three_feature__hd {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.45;
    position: relative;
    text-align: center;
    z-index: 2;
    margin-bottom: 25px;
    color: #fff;
  }

  .three_feature__hd__color {
    font-size: 2.8rem;
  }

  .navbox {
    width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: normal;
    align-items: normal;
  }
  .navbox__item {
    position: relative;
    width: 290px;
    height: 226px;
    padding: 17px 0 47px;
    cursor: pointer;
    border: 4px solid #d0d0d0;
    background-color: #fff;
  }
  .navbox__item::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 51px;
    height: 27px;
    margin-left: -25.5px;
    content: '';
    background-image: url(/svcsol/campaign/images/endpoint_202008/top/icon_arrow_feature.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 51px 27px;
  }
  .navbox__link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: inherit !important;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -o-flex-direction: column;
  }
  .navbox__link:hover::before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.4);
  }
  .navbox__hd {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 24px;
    text-align: center;
  }
  .navbox__txt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    background-color: #e28603;
    width: 172px;
    height: 32px;
  }
  .navbox__number {
    font-size: 2.0rem;
    margin-left: 5px;
  }

  .tit_box {
    position: relative;

    padding: 50px 0 80px;

    background-size: cover;
    background-image: url(/svcsol/campaign/images/endpoint_202008/top/bg_titbox.png);
  }

  .tit_box:after {
    position: absolute;
    bottom: -19px;
    left: 50%;

    width: 0;
    height: 0;

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

    border-width: 20px 20px 0 20px;
    border-style: solid;
    border-color: #66a21c transparent transparent transparent;
  }

  .tit_box h2:nth-of-type(1) {
    font-size: 1.8rem;
    background-color: #e28603;
    width: 194px;
    height: 40px;

    position: relative;

    height: 40px;
    margin: 0 auto 30px;

    text-align: center;

    color: #fff;
  }
  .tit_box h2:nth-of-type(1) .tit_txt,
  .tit_box h2:nth-of-type(1) .part {
    font-weight: bold;
    line-height: 40px;

    vertical-align: middle;
  }
  .tit_box h2:nth-of-type(1) .tit_txt {
    display: inline-block;
    font-size: 2.4rem;
    color: #fff;

  }
  .tit_box h2:nth-of-type(1) .part {
    display: inline-block;
    font-size: 1.8rem;

    color: #fff;
  }
  .tit_box h2:nth-of-type(1) .part .number {
    font-size: 2.8rem;
    line-height: 1;

    display: inline-block;

    transform: translateY(3px);
  }
  .tit_box h2:nth-of-type(2) {
    font-size: 3.6rem;
    font-weight: bold;

    text-align: center;

    color: #fff;
  }

  .p-features .in_content {
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_features.png) no-repeat center bottom,-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,251,217,1) 25%, rgba(231,250,207,1) 100%);
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_features.png) no-repeat center bottom,-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(25%, rgba(236,251,217,1)), color-stop(100%, rgba(231,250,207,1)));
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_features.png) no-repeat center bottom,-webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,251,217,1) 25%, rgba(231,250,207,1) 100%);
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_features.png) no-repeat center bottom,-o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,251,217,1) 25%, rgba(231,250,207,1) 100%);
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_features.png) no-repeat center bottom,-ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(236,251,217,1) 25%, rgba(231,250,207,1) 100%);
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_features.png) no-repeat center bottom,linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(236,251,217,1) 25%, rgba(231,250,207,1) 100%);
  }

  .p-features.feature02 .in_content {
    background-position: center bottom -200px, center top;
  }

  .p-features .in_content .in_box {
    width: 950px;
    margin: 0 auto;
    padding: 60px 0 85px;
  }

  .p-features__figure--01 {
    background-color: #fff;
    margin-bottom: 40px;
  }

  .p-features__figure--02 {
    margin: 40px 0;
  }

  .p-features__figure--03 {
    margin-top: 40px;
  }
  .p-features-lead {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
  }

  .p-features-lead__figure {
    width: 300px;
    text-align: center;
  }

  .p-features-lead__caption {
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 18px;
  }

  .p-features-lead__logo--01 {
    width: 258px !important;
  }

  .p-features-lead__logo--02 {
    width: 231px !important;
  }

  .p-features-lead__txt {
    width: 610px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .p-flow {
    margin-bottom: 40px;
  }

  .p-flow > h2 {
    font-size: 2rem;

    position: relative;

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

    text-align: center;

    color: white;
    background: #70a706;
  }
  .p-flow > h2 span {
    font-size: 1.8rem;

    position: absolute;
    right: 10px;
    bottom: 10px;

    display: inline-block;

    padding: 18px;

    text-decoration: none;

    color: #70a706;
    border-radius: 4px;
    background: white;
  }
  .p-flow > h2 span:before {
    font-size: 1.8rem;

    display: inline-block;

    margin-right: 10px;

    content: 'すべて開く';
  }
  .p-flow > h2 span:hover {
    cursor: pointer;
    transition: .5s all;

    background: #ecffc7;
  }
  .p-flow > h2 span:after {
    display: inline-block;

    width: 35px;
    height: 19px;

    content: '';

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_down.svg) no-repeat center center;
    background-size: contain;
  }
  .p-flow > h2.-open span:before {
    content: 'すべて閉じる';
  }
  .p-flow > h2.-open span:after {
    display: inline-block;

    width: 35px;
    height: 19px;

    content: '';

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_top.svg) no-repeat center center;
    background-size: contain;
  }
  .p-flow .c-flowList__item {
    position: relative;

    margin-bottom: 10px;

    border: 2px solid #70a706;
    background: #fff;
  }
  .p-flow .c-flowList__item.-open h2:after {
    position: absolute;
    top: 35px;
    right: 30px;

    display: inline-block;

    width: 35px;
    height: 19px;

    content: '';

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_top.svg) no-repeat center center;
    background-size: contain;
  }
  .p-flow .c-flowList__item h2 {
    font-size: 2rem;
    font-weight: bold;

    padding: 30px;

    color: #70a706;
  }
  .p-flow .c-flowList__item h2 span {
    font-size: 1.4rem;

    display: inline-block;

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

    color: #fff;
    background: #70a706;
  }
  .p-flow .c-flowList__item h2:after {
    position: absolute;
    top: 35px;
    right: 30px;

    display: inline-block;

    width: 35px;
    height: 19px;

    content: '';

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_down.svg) no-repeat center center;
    background-size: contain;
  }
  .p-flow .c-flowList__item h2:hover {
    cursor: pointer;
    transition: .5s all;

    background: #ecffc7;
  }
  .p-flow .c-flowList__item h2.-open:after {
    position: absolute;
    top: 35px;
    right: 30px;

    display: inline-block;

    width: 35px;
    height: 19px;

    content: '';

    background: url(/svcsol/campaign/images/endpoint_202008/common/icon_arrow_top.svg) no-repeat center center;
    background-size: contain;
  }
  .p-flow .c-flowList__item .c-inner .flowContents {
    display: flex;

    padding: 10px 30px 30px;

    justify-content: space-between;
    align-items: flex-start;
  }
  .p-flow .c-flowList__item .c-inner .flowContents .c-image {
    width: 600px;
    margin: 0;
  }
  .p-flow .c-flowList__item .c-inner .flowContents .c-txt {
    font-size: 1.6rem;
    line-height: 1.7;

    width: calc(100% - 630px);
  }

  .movie-area {
    margin: 60px auto;
  }
  .movie-area__txt {
    margin: 0;
    font-size: 20px !important;
    font-size: 2.0rem !important;

    text-align: center;
  }
  .movie-wrap {
    width: 560px;
    max-width: 560px;
    margin: 40px auto;
  }
  .movie-wrap .c-movie {
    position: relative;

    width: 100%;
    padding-top: 56.25%;
  }
  .movie-wrap .c-movie iframe {
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
  }

  .p-safety {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0 0;
  }
  .p-safety .c-image {
    display: block;

    margin-bottom: 60px;
  }

  .tit_box--more {
    position: relative;

    padding: 50px 0 80px;

    background-size: cover;
    background-image: url(/svcsol/campaign/images/endpoint_202008/top/bg_titbox-more.png);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    min-height: 233px;
  }

  .tit_box--more:after {
    position: absolute;
    bottom: -19px;
    left: 50%;

    width: 0;
    height: 0;

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

    border-width: 20px 20px 0 20px;
    border-style: solid;
    border-color: #3677b8 transparent transparent transparent;
  }

  .tit_box--more h2 {
    color: #fff;
    font-weight: bold;
    font-size: 3.6rem;
    font-size: 36px;
    text-align: center;
  }

  .tit_box--more h2 span {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 5px;
    width: 194px;
    height: 40px;
    background-color: #000;
    text-align: center;
    margin: 0 auto 30px;
  }

  .p-more .in_content {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,238,245,1) 25%, #d9ebf4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(25%, rgba(224,238,245,1)), color-stop(100%, #d9ebf4));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,238,245,1) 25%, #d9ebf4 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,238,245,1) 25%, #d9ebf4 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,238,245,1) 25%, #d9ebf4 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,238,245,1) 25%, #d9ebf4 100%);
    padding: 80px 0 90px;
  }

  .p-more .in_content .in_box {
    width: 950px;
    margin: 0 auto;
  }

  .p-box {
    background-color: #fff;
    border-top: 3px solid #3677b8;
    padding: 30px 40px 40px;
    margin: 30px 0 80px;
  }

  .p-box__hd {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .p-box__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .p-box__figure {
    width: 320px;
    text-align: center;
  }

  .p-box__img {
    width: 282px;
  }

  .p-box__content {
    width: 528px;
  }

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

  .p-function__hd {
    font-size: 3.4rem;
    text-align: center;
    color: #3677b8;
    line-height: 1.6;

    position: relative;
    font-weight: bold;

    padding-bottom: 20px;
    border-bottom: 6px solid #d0d0d0;
    margin-bottom: 45px;

  }

  .p-function__hd::after {
    position: absolute;
    bottom: -6px;
    left: 50%;

    width: 316px;
    height: 6px;

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

    background-color: #3677b8;
  }

  .p-function__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-function__item {
    width: 180px;
    margin: 0 50px 30px;
  }

  .p-fucntion__img {
    width: 180px;
    margin-bottom: 20px;
  }

  .p-function__txt {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .p-merit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .p-merit__item {
    background-color: #fff;
    width: 290px;
    border: 4px solid #d0d0d0;
    padding: 15px 15px 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
  }

  .p-merit__hd {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    background-color: #3677b8;
    line-height: 1;
    height: 50px;
    padding-top: 15px;
    margin-bottom: 16px;
  }

  .p-merit__txt {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: auto;
  }

  .p-merit__img {
    width: 210px !important;
    margin: 20px auto 0;
  }

  .p-partner {
    background: url(/svcsol/campaign/images/endpoint_202008/top/bg_partner.png) no-repeat top center;
    background-size: cover;
  }
  .p-partner .child_box {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0;
  }

  .p-partner__hd {
    font-size: 3.6rem;
    font-weight: bold;

    margin-bottom: 50px;

    text-align: center;

    color: #fff;
  }

  .p-partner__item {
    width: 950px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #fff;
    padding: 30px 50px;
  }

  .p-partner__figure {
    width: 150px;
  }

  .p-partner__img {
    width: 104px !important;
  }

  .p-partner__inner {
    width: calc(100% - 150px);
    border-left: 1px solid #999;
    padding-left: 30px;
    position: relative;
  }

  .p-partner__inner::before ,
  .p-partner__inner::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
  }

  .p-partner__inner::before {
    top: 40px;
    left: -16px;
    border-width: 7.5px 16px 7.5px 0;
    border-color: transparent #999999 transparent transparent;
    z-index: 1;
  }
  .p-partner__inner::after {
    top: 41px;
    left: -14px;
    border-width: 6.5px 14px 6.5px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
  }

  .p-partner__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 25px;
    font-weight: 300;
    margin-top: -5px;
  }

  .p-partner__name {
    color: #6da500;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  #faq_box {
    background: #fff;
    padding-top: 20px;
  }
  #faq_box .faq {
    margin-bottom: 25px;
    padding-bottom: 20px;

    border-bottom: 1px dotted #b5b5b5;
  }
  #faq_box .faq dt,
  #faq_box .faq dd {
    font-size: 18px;
    font-size: 1.8rem;

    position: relative;

    padding-left: 40px;
  }
  #faq_box .faq dt {
    font-weight: bold;

    margin-bottom: 15px;
  }
  #faq_box .faq dd {
    line-height: 1.5;
  }
  #faq_box .faq dd .mini {
    font-size: 14px;
    font-size: 1.4rem;

    margin-bottom: 0;
    padding-left: 1em;

    text-indent: -1em;
  }
  #faq_box .faq dd h5 {
    font-size: 1.6rem;

    margin-top: 30px;
    margin-bottom: 10px;
  }
  #faq_box .faq dd .side_by_side {
    font-size: 1.6rem;
  }
  #faq_box .faq dd .side_by_side > li:first-child {
    display: flex;

    width: auto;

    justify-content: space-between;
    align-items: flex-start;
  }
  #faq_box .faq dd .side_by_side > li figure {
    display: block;
  }
  #faq_box .faq dd .side_by_side > li figure img {
    outline: 2px solid #dedede;
  }
  #faq_box .faq dd .side_by_side .check_list li {
    margin-bottom: 10px;
  }
  #faq_box .faq dd .side_by_side .check_list li:before {
    display: inline-block;

    width: 14px;
    height: 11px;
    margin-right: 10px;

    content: url(/svcsol/campaign/images/endpoint_202008/common/icon_check.svg);
  }
  #faq_box .faq dd .side_by_side .check_list li:first-child {
    margin-right: 40px;
  }
  #faq_box .faq .faq-q,
  #faq_box .faq .faq-a {
    font-weight: bold;

    position: absolute;
    top: 0;
    left: 0;
  }
  #faq_box .faq .faq-q {
    color: #f05408;
  }
  #faq_box .faq .faq-a {
    color: #4873a9;
  }

  /*----------------------------------------
  キャンペーンバナー追記ここから　2020/11/05
  ----------------------------------------*/
  .p-bnr {
    padding-top: 30px;
    background: #1d1d1d;
    text-align: center;
  }

  .p-bnr .child_box {
    position: relative;
  }

  .p-bnr img {
    width: 950px;
  }

  .p-bnr a:hover {
    opacity: .8;
    transition: all .3s;
  }

  .p-bnr .c-btn {
    position: absolute;
    left: calc(50% - 450px/2);
    bottom: 15px;
    padding: 12px;
    font-size: 1.8rem;
    color: #ce023e !important;
  }

  .c-btn--06 {
    max-width: 450px;
    background: linear-gradient(#ffffff, #dfdfdf);
  }

  .c-btn--06 .c-btn__inner::before {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 15px;
    height: 14px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/svcsol/campaign/images/endpoint_202008/common/icon_externallink_red.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 15px 14px;
  }

  /*----------------------------------------
  キャンペーンバナー追記ここまで　2020/11/05
  ----------------------------------------*/

  /* 20210401 add
  多くのお客様にご採用いただいています ロゴ追加*/
  .p-partner .child_box:not(:first-of-type) {
    padding: 20px 5px 70px;
  }
  .example__inner {
    background-color: #fff;
    padding: 40px 80px;
  }
  .example__figure {
    text-align: center;
  }
  .example__logo {
    width: 100%;
    height: auto;
  }
  /* end added 20210308 */

}

.newsbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  width: 950px;
  margin: 15px auto;
 }

.newsbox__title {
  font-size: 16px;
  color: #6da500;
  font-weight: bold;
  line-height: 1.2;

  width: 80px;
}

.newsbox__body {
  width: 870px;
}

.newsbox__item {
  font-size: 14px;
  line-height: 1.5;

  position: relative;

  padding-left: 20px;
}

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

.newsbox__item::before {
  position: absolute;
  top: 5px;
  left: 0;

  width: 9px;
  height: 10px;

  content: '';

  background: url(/svcsol/campaign/images/endpoint_202008/common/ico_newsbox.png) no-repeat left top;
  -webkit-background-size: 9px 10px;
          background-size: 9px 10px;
}

.newsbox__link {
  text-decoration: none;

}

.newsbox__link:hover {
  text-decoration: underline;
}

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

  width: 12px;
  height: 11px;
  margin-left: 5px;

  content: '';

  background: url(/common/images/com_icn05.png) no-repeat left top;
  -webkit-background-size: 12px 11px;
          background-size: 12px 11px;
}


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

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

/* 20240229 */
.download_box .side_by_side {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
}
.download_box .side_by_side li.icon_more {
  position: absolute;
  top: 0;
  left: 395px;
  width: 98px;
  height: 85px;
}
.download_box .side_by_side li.icon_more img {
  width: 98px;
  height: 85px;
}
.download_box .side_by_side li:first-child {
  width: 387px;
  margin-right: auto;
}
.download_box .side_by_side li:last-child {
  width: 378px;
  padding-right: 35px;
}
.download_box .side_by_side li .c-txt {
  font-size: 14px;
  line-height: 1.7;
}
.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;
}
.side_by_side {
  flex-wrap: wrap;
}

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

.download_box .p-download__figure {
  margin-right: 12px;
}
.download_box .p-download__img--01 {
  width: 80px;
}
.download_box .p-download__img--02 {
  width: 120px;
}

.download_box .p-download__item > .p-download__desc .p-download__tit {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0 0 150px;
  padding-left: 150px;
  margin-bottom: 38px;
  word-break: break-all;
}
.download_box .side_by_side li .c-txt {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: normal;
  color: #333;
  text-align: left;
}

.download_box .p-download .c-tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.download_box .p-download .c-tit__min {
  font-size: 14px;
  font-weight: normal;
}
.download_box .p-download .c-tit .p-download__pdf {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  left: -5px;
  display: block;
  margin-top: 7px;
}
.download_box .p-download .c-tit span {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin-left: 2px;
}

.download_box .p-download .outline {
  line-height: 1.5;
}

/* 資料1札 */
.p-download--single {
  padding-bottom: 20px;
}
.download_box .p-download__img--03 {
  width: 300px;
}

.download_box .p-download--single .p-download__figure {
  margin-right: 30px;
}

.download_box .p-download .p-download--single .c-tit {
  font-size: 20px;
  line-height: 1.5;
}
.download_box .p-download .p-download--single .c-tit span {
  font-size: 16px;
}
.download_box .p-download--single li .c-txt {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: normal;
  color: #333;
  text-align: left;
  margin-top: 20px;
}