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

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

.c-note {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
  margin-bottom: 35px;
}

.c-note__item {
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 40px;
}

.c-note__item::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\00203b"counter(my-counter)"\00ff1a";
  counter-increment: my-counter;
}

.p-fee {
  padding-bottom: 30px;
}

.p-table {
  min-width: 950px;
}

.p-table__th ,
.p-table__td {
  white-space: nowrap;
  font-size: 1.8rem;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 25px 20px;
}

.p-table__th {
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.p-table__head .p-table__th {
  background-color: #F90;
}

.p-table__head .p-table__th:nth-child(1) { min-width: 145px; border: 0 !important; background-color: transparent !important;}
.p-table__head .p-table__th:nth-child(2) { min-width: 475px;}
.p-table__head .p-table__th:nth-child(3) { min-width: 165px;}
.p-table__head .p-table__th:nth-child(4) { min-width: 165px;}
.p-table__body .p-table__th {
  background-color: #535B64;
}

.p-table__td--center {
  text-align: center;
}

.p-table__td {
  background-color: #F1F3F3;
  color: #252F3E;
}

.p-table__td--bggrey {
  background-color: rgba(145,162,163,.3);
}

.p-table__sup {
  font-size: 1.0rem;
  vertical-align: super;
}
.u-ta_center {
  text-align: center;
}

.u-fwb {
  font-weight: bold;
}

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

.contents {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .main_visual_title {
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .main_visual_title h1 img {
    width: 1028px;
    position: relative;
    top: -26px;
  }

  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;
  }
  .wrapper {
    overflow: hidden;
  }
  img[src$='.svg'] {
    width: 100%;
  }
  header {
    position: relative;

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

    background: #111e47 url(/svcsol/campaign/images/aws_202008/top/bg_mainvisual.png) no-repeat center bottom;
    background-size: auto 100%;
  }
  .in_head {
    width: 950px;
    min-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .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;
  }

  .u-ta_center--pc {
    text-align: center;
  }

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

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

  .u-use--sp {
    display: none;
  }

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

  .c-txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.75;
  }

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

  .c-txt--min {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .c-btn {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    height: 58px;

    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: 8px;

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

  .c-btn--01 {
    max-width: 462px;

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

  .c-btn--02 {

    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 {
    padding-right: 27px;
  }

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

    width: 18.5px;
    height: 16.5px;

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

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

  .c-btn--02 .c-btn__inner {
    padding-right: 30px;
  }
  .c-btn--02 .c-btn__inner::before {
    position: absolute;
    top: 50%;
    right: 0;

    width: 18.5px;
    height: 16.5px;

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

    background-image: url(/svcsol/campaign/images/aws_202008/common/icon_externallink_white.svg);
    -webkit-background-size: 18.5px 16.5px;
            background-size: 18.5px 16.5px;
  }

  .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__item {
    position: relative;

    width: 47.890%;
  }

  .c-column__inner .tel_box {
    line-height: 1.5;
  }

  .c-column--other01 ,
  .c-column--other02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .c-column--other01 {
    margin-bottom: 45px;
  }

  .c-column--other01__item:first-child {
    width: 415px;
  }

  .c-column--other01__item:last-child {
    width: 378px;
  }

  .c-column--other02__item:first-child {
    width: 210px;
  }

  .c-column--other02__item:last-child {
    width: 620px;
  }

  .c-column--other02__item .c-txt {
    margin-bottom: 20px;
  }

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

    border: 2px solid #cf0040;
    background: #fff;
  }

  .c-download__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;

    margin-bottom: 25px;

    text-align: center;

    color: #cf0040;
  }

  .c-download__title__min {
    display: block;
    font-size: 2.0rem;
  }
  .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;
    width: 100%;
  }

  .c-download__thumb {
    margin-right: 20px;
    width: 170px;
  }

  .c-download__img {
    width: 100%;
  }

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

  .c-download__txt {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.7;

    margin-bottom: 10px;
  }

  .c-download__btn {
    margin: 0 auto;
  }

  .c-hd {
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 60px;
  }

  .c-hd--about {
    margin-bottom: 30px;
  }

  .c-label {
    border: 2px solid #F90;
    text-align: center;
    color: #f90;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 18px;
    font-weight: 500;
  }

  .c-picture {
    margin-bottom: 30px;
    display: block;
  }

  .c-figure__img ,
  .c-figure--point__img {
    width: 100%;
  }

  .c-section {
    background-color: #DBEEFA;
    position: relative;
    z-index: 1;
  }

  .c-section__body {
    position: relative;
    padding: 70px 0;
  }

  .c-section__body::before ,
  .c-section__body::after {
    position: absolute;
    z-index: 1;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;    
  }

  .c-section__body::before {
    border-color: #BCDEF5 transparent transparent #BCDEF5;
    border-width: 10.714vw 25vw 10.714vw 25vw;
    top: 0;
    left: 0;
  }

  .c-section__body::after {
    border-color: transparent #BCDEF5 #BCDEF5 transparent;
    border-width: 10.714vw 25vw 10.714vw 25vw;
    bottom: 0;
    right: 0;
  }

    _:-ms-lang(x)::-ms-backdrop, .c-section__body::after {
      border-width: 10.714vw 24vw 10.714vw 25vw;
    }

  .c-section__body--point01:not(:last-child) {
    padding-bottom: 0;
  }

  .c-section__body--point01:not(:last-child)::after {
    border-color: transparent #fff #fff transparent;    
  }

  .c-section__body--point01:last-child {
    background-color: #fff;
    padding-top: 60px;
  }

  .c-section__body--point01:not(:last-child)::after ,
  .c-section__body--point01:last-child::before {
    border: 0;    
    transform: rotate(-23deg);
    top: 30px;
    left: 50%;
    width: 200%;
    height: 200%;
    margin-left: calc(-1 * (100% - 220px));
  }

  .c-section__body--point01:not(:last-child)::after {
    background-color: #DBEEFA;
  }

  .c-section__body--point01:last-child::before {
    background-color: #fff;
  }
  .c-section__body--point01:last-child::after {
    border-color: transparent #DBEEFA #DBEEFA transparent;

  }

  .c-section__content {
    position: relative;
    z-index: 5;
    width: 950px;
    margin: 0 auto;
  }

  .c-section__content--fee {
    z-index: 2;
  }

  .c-section__content--fee::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding-top: 100%;
    height: 200%;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    z-index: 1;
  }

  .c-section__content--fee__inner {
    position: relative;
    z-index: 2;
  }

  .p-lnav {
    width: 950px;
    margin: 0 auto;
  }

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

  .p-lnav__item {
    height: 72px;
  }

  .p-lnav__item:first-child {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-lnav__item:not(:first-child) {
    width: 455px;
  }

  .p-lnav__link {
    width: 100%;
    height: 100%;
    font-weight: bold;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    background-color: #030F3B;
    color: #fff !important;
    text-decoration: none !important;
  }

  .p-lnav__link::after {
    position: absolute;
    content: '';
    background: url(/svcsol/campaign/images/aws_202008/common/icon_arrow_down.svg) no-repeat left top;
    width: 27px;
    height: 15px;
    -webkit-background-size: 27px 15px;
    background-size: 27px 15px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

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

  .p-lnav__point {
    text-align: center;
    background-color: #F90;
    color: #fff;
    width: 72px;
    height: 72px;
    margin-right: 17px;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 12px;
  }

  .p-lnav__number {
    display: block;
    font-size: 3.6rem;
  }

  .p-lnav__txt {
    font-size: 2.8rem;
    text-align: center;
    width: calc(100% - 89px - 64px);
  }

  .p-lnav__txt--min {
    font-size: 1.8rem;
    text-align: center;
    width: calc(100% - 89px - 64px);
  }

  .p-title {
    background: #030F3B url(/svcsol/campaign/images/aws_202008/top/bg_title.png) no-repeat right top;
    -webkit-background-size: auto 188px;
    background-size: auto 188px;
    height: 188px;
    position: relative;
    z-index: 10;
  }

  .p-title::before ,
  .p-title::after {
    position: absolute;
    content: '';
    z-index: 1;
  }

  .p-title::before {
    background-color: rgba(37,47,62,.2);
    width: 100%;
    left: 0;
    height: 6px;
    bottom: -6px;
  }

  .p-title::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(37,47,62,.2) transparent transparent transparent;
    border-width: 24px 22px 0 22px;
    left: 50%;
    margin-left: -22px;
    bottom: -30px;
  }

  .p-title__inner {
    width: 950px;
    margin: 0 auto;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 188px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .p-title__inner::before {
    position: absolute;
    content: '';
    left: 50%;
    width: 0;
    height: 0;
    bottom: -20px;
    margin-left: -20px;
    border-style: solid;
    border-color: #030F3B transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }

  .p-title__hd {
    font-size: 3.6rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
  }

  .p-title__more {
    font-size: 2.8rem;
  }

  .p-title__point {
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    color: #fff;
    width: 100px;
    height: 100px;
    background-color: #F90;
    font-size: 2.0rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
  }

  .p-title__number {
    font-size: 4.8rem;
    display: block;
  }

  .p-function {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    margin: 80px 0 0 0;
  }

  .p-function__item {
    width: 455px;
    background-color: #fff;
    border-bottom: 10px solid #252F3E;
    margin-bottom: 60px;
    padding: 0 20px 30px;
  }

  .p-function__item:nth-child(odd) {
    margin-right: 40px;
  }

  .p-function__item:nth-child(1) , 
  .p-function__item:nth-child(2) {
    height: 880px;
  }

  .p-function__item:nth-child(2) .p-function__btn {
    margin-top: 25px;
  }

  .p-function__hd {
    background-color: #252F3E;
    color: #fff;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 0 30px -20px;
    font-size: 2.4rem;
    padding: 12px 0 14px;
    border-bottom: 6px solid #E5E5E5;
  }

  .p-function__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 28px;
    min-height: calc(1.75em * 3);
  }

  .p-function__img {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .p-function__btn {
    display: block;
    width: 162px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #91A2A3;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 16px;
    padding-top: 8px;
    text-decoration: none !important;
  }

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

  .p-function__btn::before {
    content: '';
    display: inline-block;
    background: url(/svcsol/campaign/images/aws_202008/top/icon_search.svg) no-repeat left top;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-right: 7px;
    position: relative;
    top: 3px;
  }

  .p-tabs:not(:last-child) {
    margin-bottom: 40px;
  }

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

  .p-tabs__item {
    width: 465px;
    height: 72px;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    background-color: #F90;
    color: #fff;
  }

  .p-tabs__item::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 12px;
    background: url(/svcsol/campaign/images/aws_202008/top/icon_tab_notactive.svg) no-repeat left top;
    -webkit-background-size: 21px 12px;
    background-size: 21px 12px;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }

  .p-tabs__link {
    padding-top: 27px;
    color: inherit !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .p-tabs__item--reverse::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .p-tabs__item:hover ,
  .p-tabs__item--active {
    background-color: #fff;
    color: #F90;
  }

  .p-tabs__item:hover::before ,
  .p-tabs__item--active::before {
    background-image: url(/svcsol/campaign/images/aws_202008/top/icon_tab_active.svg);
  }

  .p-tabs__body {
    background-color: #fff;
    padding: 40px;
  }

  .p-tabs__content {
    display: none;
  }

  .p-tabs__content--active {
    display: block;
  }

  .p-box__hd {
    background-color: #252F3E;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    padding: 15px 0;
  }

  .p-box__body {
    border: 2px solid rgba(37,47,62,.2);
    padding: 30px 40px 40px;
  }

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

  .p-box__item {
    width: 375px;
  }

  .p-box__img {
    width: 100%;
  }

  .p-box__note {
    font-size: 1.2rem;
  }

  .p-estimate {
    border: 1px solid #F90;
    padding-top: 12px;
    margin-bottom: 16px;
  }

  .p-estimate__hd {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 17px;
  }

  .p-estimate__dl {
    width: 325px;
    margin: 0 auto 30px;
    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;
  }

  .p-estimate__dt ,
  .p-estimate__dd {
    font-size: 1.6rem;
    line-height: 2;
  }

  .p-estimate__dt {
    width: 55px;
  }

  .p-estimate__dd {
    width: 270px;
  }

  .p-estimate__example {
    background-color: #F90;
    text-align: center;
    line-height: 1;
    padding: 8px 0 10px;
    font-size: 1.8rem;
  }

  .p-estimate__cost {
    font-size: 2.4rem;
    font-weight: bold;
  }

  .p-estimate__yen {
    font-weight: bold;
  }

  .p-type {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-type__th ,
  .p-type__td {
    vertical-align: middle;
    border: 1px solid #fff;
  }

  .p-type__th {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
  }

  .p-type__td {
    font-size: 1.6rem;
    line-height: 2;
  }

  .p-type__head .p-type__th {
    color: #fff;
    background-color: #F90;
    padding: 15px 0;
  }

  .p-type__body .p-type__th {
    background-color: #DEE3E3;
    min-width: 164px;
  }

  .p-type__body .p-type__td {
    background-color: #F1F3F3;
    padding: 25px 18px;
    min-width: 250px;
  }

  .p-check {
    border: 2px solid rgba(37,47,62,.3);
    padding: 20px 30px;
    margin-bottom: 40px;
  }

  .p-check__item {
    position: relative;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 38px;
  }

  .p-check__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .p-check__item::before {
    position: absolute;
    content: '';
    background: url(/svcsol/campaign/images/aws_202008/top/icon_check.svg) no-repeat left top;
    width: 26px;
    height: 21px;
    -webkit-background-size: 26px 21px;
    background-size: 26px 21px;
    left: 0;
    top: 5px;
  }

  .parent_box {
    min-width: 950px;
  }

  .parent_box .child_box {
    min-width: 950px;
  }

  .appeal_box,
  .in_appeal_box,
  #extensinon_box,
  #faq_box,
  #solution,
  #support_box,
  .package,
  #office365 {
    padding: 50px 0;

    background: #1d1d1d;
  }

  .in_appeal_box {
    padding: 40px 0;
  }

  .tel_box {
    width: 100%;
    margin-bottom: 0 !important;

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

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

    content: '';

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

    margin-right: 20px;

    color: #fff;
  }
  .tel_box .number {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 6px;
    display: inline-block;

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

    color: #fff;
  }

  footer {
    min-width: 950px;
    position: relative;
    z-index: 15;

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

  .about_box {
    padding: 60px 0 80px;
  }

  .about_box__inner {
    width: 950px;
    margin: 0 auto;
    background: url(/svcsol/campaign/images/aws_202008/top/img_about.svg) no-repeat right 23px;
    -webkit-background-size: 166px 164px;
    background-size: 166px 164px;
  }

  .about_box__inner .c-txt:first-child {
    margin-bottom: 0;
  }

  .lnav_box {
    padding: 65px 0 75px;
    background: -webkit-linear-gradient(to right,#dbeefa 0%, #fff 100%);
    background: -o-linear-gradient(to right, #dbeefa 0%, #fff 100%);
    background: linear-gradient(to right,#dbeefa 0%, #fff 100%);  
  }

}

.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: #FF9900;
  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/aws_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;
}


@media print, screen and (max-width: 950px) and (min-width: 769px) {
  .c-section__body::before {
    border-width: 101px 237.5px 101px 237.5px;
  }

  .c-section__body::after {
    border-width: 101px 237.5px 101px 237.5px;
  }

    _:-ms-lang(x)::-ms-backdrop, .c-section__body::after {
      border-width: 101px 237.5px 101px 237.5px;
    }


}
/*#########################################################

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