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

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

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

#contentsContainer {
  width: 100% !important;
  padding: 0 !important;
}

.c-article {
  font-size: 16px;
  line-height: 1.5;

  overflow: hidden;

  box-sizing: border-box;

  word-wrap: break-word;

  color: #333;
}

.c-article * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.c-hd {
  text-align: center;

  color: #0b6ac5;
}

.c-hd__main,
.c-hd__sub {
  display: block;
}

.c-hd__main {
  font-weight: bold;
}

.c-figure {
  width: 100%;
}

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

  vertical-align: bottom;
}

.c-box {
  border-radius: 7px;
  background-color: #345b77;
}

.c-box__hd {
  font-weight: bold;

  color: #6ed1ff;
}

.c-box__txt {
  color: #fff;
}

.daas-table {
  width: 100%;
  margin-bottom: 70px;

  border-top: 2px solid #addbf1;
  border-left: 2px solid #addbf1;
}

.daas-table__th,
.daas-table__td {
  font-size: 16px;
  line-height: 1.625;

  text-align: center;

  border-right: 2px solid #addbf1;
  border-bottom: 2px solid #addbf1;
  background-color: #fff;
}

.daas-table__th {
  font-weight: bold;

  padding: 20px 15px;

  white-space: nowrap;
  word-wrap: break-word;
}

.daas-table__th--left {
  text-align: left;
}

.daas-table__td {
  padding: 15px 10px;

  text-align: center;
  vertical-align: middle;
}

.daas-table__td--vt {
  text-align: left;
  vertical-align: top;
}

.daas-table .c-figure--table img {
  width: 234px;
  height: 237px;
}

.daas-table__tr--01 .daas-table__th,
.daas-table__tr--01 .daas-table__td {
  vertical-align: middle;

  color: #fff;
  background-color: #1b8fd2;
}

.daas-table__tr--02 .daas-table__th,
.daas-table__tr--02 .daas-table__td {
  background-color: #f1fafe;
}

.daas-table__tr--03 .daas-table__th,
.daas-table__tr--03 .daas-table__td {
  color: #ffff4a;
  background-color: #0b6ac5;
}

.daas-table__tr--03 .daas-table__td {
  font-weight: bold;
}

.daas-table__tr--01 .daas-table__th:not(:first-child) {
  width: 258px;
}

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

  background: url(/svcsol/focus/daas/images/bg_circle.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;

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

.p-circle__txt {
  font-weight: bold;

  text-align: center;

  color: #ffff4a;
}

.p-circle__txt--normal {
  font-weight: normal;
}

.p-relative {
  border-radius: 10px;
  background-color: #0c5994;
}

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

  border: 4px solid #24a1db;
  border-radius: 7px;
  background-color: #fff;

  -ms-align-items: flex-start;
      align-items: flex-start;
}

.p-relative__number {
  font-family: 'Helvetica Neue', arial, helvetica;
  font-weight: bold;

  color: #24a1db;
}

.p-relative__lead {
  font-weight: bold;

  color: #24a1db;
}

.p-relative__hd {
  text-align: center;

  color: #fff;
}

.p-service__item {
  position: relative;

  border: 4px solid #24a1db;
  border-radius: 7px;
}

.p-service__task {
  font-weight: bold;

  position: absolute;
  z-index: 2;
  left: 50%;

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

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);

  color: #ffff4a;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;

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

.p-service__task--01 {
  background-image: url(/svcsol/focus/daas/images/bg_alpha01.png);
}

.p-service__task--02 {
  background-image: url(/svcsol/focus/daas/images/bg_alpha02.png);
}

.p-service__task--03 {
  background-image: url(/svcsol/focus/daas/images/bg_alpha03.png);
}

.p-service__hd {
  font-weight: bold;

  text-align: center;

  color: #008aca;
}

.p-service__box {
  position: relative;

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

  border-radius: 4px;
  background-image:    -moz-linear-gradient( 90deg, #1881cf 0%, #24a1db 100%);
  background-image: -webkit-linear-gradient( 90deg, #1881cf 0%, #24a1db 100%);
  background-image:     -ms-linear-gradient( 90deg, #1881cf 0%, #24a1db 100%);

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

.p-service__name {
  text-align: center;

  color: #fff;
}

.p-service__link {
  font-weight: bold;
  line-height: 1;

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

  color: #1882cf !important;
  border-radius: 15px;
  background-color: #fff;
}

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

  width: 100%;
  height: 100%;

  content: '';
}

.p-service__link__inner {
  position: relative;
}

.p-service__link__inner::before {
  position: absolute;
  top: 50%;

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

  background: url(/svcsol/focus/daas/images/icon_linkarrow.png) no-repeat left top;
}

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

.u-align_left {
  text-align: left !important;
}

.u-align_center {
  text-align: center !important;
}

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

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

.u-mb0 {
  margin-bottom: 0 !important;
}

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

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

.u-mb40 {
  margin-bottom: 40px !important;
}

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

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

  .u-align_center--pc {
    text-align: center !important;
  }

  .c-mainvisual {
    position: relative;

    width: 100%;
    min-width: 950px;
    height: 598px;
    padding-top: 5.185%;

    background: url(/svcsol/focus/daas/images/bg_mainvisual.png) no-repeat center center;
    background-size: cover;
  }

  .c-mainvisual__inner {
    position: relative;

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

/*    justify-content: center;*/
  }

  .c-mainvisual__title {
    width: 568px;
    margin: 0 auto;
  }

  .c-mainvisual__img {
    width: 100%;
  }

  .c-hd {
    font-size: 36px;
    line-height: 1.38;

    margin-bottom: 60px;
  }

  .c-txt {
    font-size: 16px;
    line-height: 2;

    margin-bottom: 35px;
  }

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

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

  .c-parent--type {
    background: #d6eefb url(/svcsol/focus/daas/images/bg_type_pc.png) no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }

  .c-parent--method {
    background-color: #fbf4e2;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, #faf2dc), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, #faf2dc),
    color-stop(.75, #faf2dc), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    background-image:    -moz-linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    background-image:     -ms-linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    background-image:      -o-linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    background-image:         linear-gradient(-45deg, #faf2dc 25%, transparent 25%,
    transparent 50%, #faf2dc 50%, #faf2dc 75%,
    transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px 40px;
            background-size: 40px 40px;
  }

  .c-parent--different {
    background-color: #0568b4;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, #0065b2), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, #0065b2),
    color-stop(.75, #0065b2), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    background-image:    -moz-linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    background-image:     -ms-linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    background-image:      -o-linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    background-image:         linear-gradient(-45deg, #0065b2 25%, transparent 25%,
    transparent 50%, #0065b2 50%, #0065b2 75%,
    transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
       -moz-background-size: 40px 40px;
            background-size: 40px 40px;
  }

/* added start */
  .c-parent--info {
    padding: 15px 0;
    background-color: #0c5994;
  }
  .c-parent--info .c-child {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #24a1db;
  }
  .c-parent--info .c-child dl {
    padding: 15px 30px 15px 30px;
  }
  .c-parent--info .c-child dl dt {
    font-weight: 700;
    margin: 0;
  }
  .c-parent--info .c-child dl dd {
    margin: 0;
  }
  .c-parent--info .c-child dl dd strong {
    font-weight: 700;
  }
  .c-parent--info .c-child dl dd a[target="_blank"] {
      padding-right: 20px;
      background: url(/common/images/com_icn05.png) right center/11px auto no-repeat;
  }
/* added end */

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

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

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

    background-color: #1d1d1d;
  }

  .c-box {
    height: 100%;
    padding: 30px;
  }

  .c-box__hd {
    font-size: 24px;
    line-height: 1;

    margin-bottom: 25px;
  }

  .c-box__txt {
    font-size: 16px;
    line-height: 2;
  }

  .c-box__txt:not(:last-child) {
    margin-bottom: 40px;
  }

  .c-operator {
    position: relative;

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

    background-color: #fff;
  }

  .c-operator__txt {
    font-size: 32px;
    line-height: 1.6;
  }

  .c-operator__em {
    color: #c9003e;
  }

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

    display: inline-block;

    width: 407px;
  }

  .c-operator__img {
    width: 100%;

    vertical-align: bottom;
  }


  .c-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: 455px;
  }

  .c-btn {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;

    position: relative;

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

    width: 100%;
    max-width: 448px;
    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 {
    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(#d70d3c, #c3061c);
    background:      -o-linear-gradient(#d70d3c, #c3061c);
    background:         linear-gradient(#d70d3c, #c3061c);
  }

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

    background: -webkit-linear-gradient(#6492de, #466ed3);
    background:      -o-linear-gradient(#6492de, #466ed3);
    background:         linear-gradient(#6492de, #466ed3);
  }

  /* 2024/04/03 ボタン表示修正sart */
  /*.c-btn:hover::after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

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

  #contentsContainer .c-column__item .c-btn {
    width: 90%;
  }

  #contentsContainer .c-btn:hover::after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  }
  #contentsContainer .c-btn:hover {
    opacity: .8;
  }
  /* 2024/04/03 ボタン表示修正end */

  .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/focus/daas/images/icon_externallink.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 15px 14px;
            background-size: 15px 14px;
  }

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

    width: 18px;
    height: 16px;

    content: '';

    background-image: url(/svcsol/focus/daas/images/icon_externallink.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 18px 16px;
            background-size: 18px 16px;
  } */

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

    border: 1px solid #dedede;
    border: 2px solid #cf0040;
    background: #fff;
  }
  .c-download__title {
    font-size: 22px;
    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;
  }

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

    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-download__item {
    display: flex;

    width: 415px;

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

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

    margin-bottom: 20px;

    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .c-download__img {
    width: 100%;
  }

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

  .c-download__txt {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.44;

    margin-bottom: 10px;
  }

  .c-download__txt--pdf {
    font-size: 14px;
    font-weight: normal;
  }

  .c-download__txt--mini {
    font-size: 14px;
    font-weight: normal;

    display: block;
    margin-bottom: 25px;
  }

  .c-download__btn {
    margin: 0;
  }

  .c-telbox {
    font-weight: 700;

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

    color: #fff;

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

  .c-telbox--operator {
    font-weight: 700;

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

    margin-top: 25px;

    color: #fff;

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

  .c-telbox__txt {
    font-size: 16px;

    position: relative;

    padding-left: 30px;
  }

  .c-telbox__txt::before {
    position: absolute;
    top: 2px;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';

    background: url(/svcsol/focus/daas/images/icon_tel_white.svg) no-repeat left top;
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
  }

  .c-telbox__number {
    font-size: 20px;

    margin: 0 15px;
  }

  .c-telbox__time {
    font-size: 14px;
    font-weight: normal;
  }

  .daas-table {
    width: 100% !important;
  }

  /* add 20210824 start */
  .c-download__inner {
    align-items: stretch;
  }

  .c-download__item--col {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; DL資料の画像位置調整*/
    flex: 1;
    margin-left: 1%;
  }

  /* DL資料の画像位置調整
  .c-download__item--single {
    margin-top: auto;
  }　*/

  .c-download__txt > span {
    font-size: 70%;
  }

  .c-download__box > .c-download__txt--mini {
    min-height: 4rem;
    margin-bottom: 0;
  }

  .c-download__thumb {
    width: 40%;
    margin-right: 2%;
  }

  .c-download__box {
    flex: 1;
  }

  .u-block {
    display: block;
  }
  /* add 20210824 end */

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

    margin-bottom: 35px;

    justify-content: center;
  }

  .p-circle__item {
    width: 240px;
    height: 240px;
    margin: 0 10px;
  }

  .p-circle__txt {
    font-size: 18px;
    line-height: 1.5;
  }

  .p-relative {
    padding: 20px 15px 15px;
  }

  .p-relative:not(:last-child) {
    margin-bottom: 20px;
  }

  .p-relative__hd {
    font-size: 28px;

    margin-bottom: 20px;
  }

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

    justify-content: space-between;
  }

  .p-relative__item {
    width: 455px;
    padding: 25px 20px 25px 15px;
  }

  .p-relative__number {
    font-size: 80px;

    margin-top: -30px;
    margin-right: 15px;
  }

  .p-relative__lead {
    font-size: 18px;

    margin-bottom: 5px;
  }

  .p-relative__txt {
    font-size: 16px;
    line-height: 2;
  }

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

    padding-top: 174px;

    justify-content: space-between;
  }

  .p-service__item {
    width: 290px;
    padding: 45px 30px 20px;
  }

  .p-service__task {
    font-size: 18px;

    top: -174px;

    width: 200px;
    height: 200px;
  }

  .p-service__hd {
    font-size: 18px;
    line-height: 1.5;

    margin-bottom: 30px;
  }

  .p-service__box {
    margin-bottom: 30px;
    padding: 24px 0 20px;
  }

  .p-service__name {
    font-size: 18px;
    line-height: 1.4;

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

    height: 50px;
    margin-bottom: 12px;

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

  .p-service__link {
    font-size: 15px;

    overflow: hidden;

    width: 170px;
    padding: 7px 0 7px;
  }

  .p-service__link__inner {
    padding-left: 15px;
  }

  .p-service__link__inner::before {
    left: 0;

    width: 9px;
    height: 10px;

    -webkit-background-size: 9px 10px;
            background-size: 9px 10px;
  }

  .p-service__box:hover {
    opacity: .7;
  }

  .p-service__txt {
    font-size: 16px;
    line-height: 2;
  }

  .p-service__txt:last-child {
    margin-top: 40px;
  }
}

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

print.css読み込み

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

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

    text-align: center;
  }

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

  .c-mainvisual__title {
    left: 50%;

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

    width: 407px;
  }
}
/* 210726追加 */
.c-child2{
	max-width: 950px;
    margin: 0 auto;
}
.c-contact__first{
	position: relative;
	z-index: 1;
}

.bg-daas{
	position: relative;
	background: url(/svcsol/focus/daas/images/bg-lattice.jpg) no-repeat left top;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	z-index: 0;
}
.bg-daas::before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(/svcsol/focus/daas/images/daas.svg) no-repeat center top;
	width: 950px;
	height: 294.39px;
	background-size: 100% auto;
	z-index: -1;
}
.daas-info{
	max-width: 720px;
    margin: -8px auto 20px;
}
.daas-info__title{
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
	color: #166DC2;
}
.daas-info__text{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
	line-height: 1.75;
}
.daas-info__text-last{
	margin-bottom: 40px;
}
.daas-info__list{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-left: 20px;
	list-style: disc;
	line-height: 1.75;
}
.daas-info__list-item{
	margin-bottom: 16px;
}

.c-hd__txt{
    margin: -28px auto 0px;
    width: 704px;
    padding-left: 11px;
}
.c-txt_center{
	width: 800px;
	margin: 0 auto 24px;
}
.c-txt_center:last-of-type{
	margin: 0 auto 40px;
}

.p-graph__hd{
    margin: 60px 0 23px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.daas-table2{
	width: 100% !important;
    margin-bottom: 28px;
    border-top: 2px solid #addbf1;
    border-left: 2px solid #addbf1;
}
.daas-table__td-title{
	color: #0F69C4;
	font-weight: 700;
}
.daas-table__tr--04 .daas-table__th,
.daas-table__tr--04 .daas-table__td {
  vertical-align: middle;

  color: #fff;
  background-color: #1b8fd2;
}
.daas-table__tr--04 .daas-table__th:not(:first-child){
	width: 357px;
}
.daas-table__th2{
	padding: 33px 15px;
	text-align: left;
	vertical-align: middle;
}
.daas-table__td2{
	padding: 17px 20px;
	text-align: left;
	vertical-align: middle;
}

.c-btn2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;

    position: relative;

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

    width: 100%;
    max-width: 448px;
    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-btn2__en{
	font-size: 20px;
	font-weight: 700;
}
.c-column2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/* .c-column2 .c-column__item:first-of-type{
	margin-right: 20px;
} */
.c-column__item-center{
	margin: 20px auto 0;
}

.c-contact .c-download_first{
	margin-bottom: 0;
}

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

  width: 18px;
  height: 16px;

  content: '';

  background-image: url(/svcsol/focus/daas/images/icon_externallink.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 18px 16px;
		  background-size: 18px 16px;
}

/* add 20221124 start */
.c-contact__txt {
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .c-column2 .c-column__item {
    margin: 10px;
  }
  
  .c-column2 .c-column__item .c-btn--02 {
    font-size: 20px;
  }
}

.c-btn--01 .c-btn__inner::before,
.c-btn--02::before {
  content: none;
}

/* add 20221124 end */
