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


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

    box-sizing: border-box;
  }
  body {
    font-size: 1.0rem;
  }

  body {
    word-wrap: break-word;
  }
  img {
    width: 100%;
  }
  .wrapper {
    overflow: hidden;
  }
  header {
    position: relative;

    height: 0;
    padding-top: 166.40625%;

    background: #111e47 url(/svcsol/campaign/images/aws_202008/top/bg_mainvisual_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .grand_title {
    position: absolute;
    top: 0;
    right: 5px;

    width: 100%;

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

    width: 75px;
    height: 50px;

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

    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .grand_title .logotop a img {
    min-width: 100%;
  }
  .main_visual_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 2.1875vw;
    text-align: right;
  }
  .main_visual_title h1 {
    width: 100%;
  }

  .main_visual_title h1 img {
    width: 90vw;
    margin-bottom: 0;
    vertical-align: bottom;
  }

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

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

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

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

  .c-section__body {
    position: relative;
    padding: 30px 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: 13.593vw 25vw 13.593vw 25vw;
    top: 0;
    left: 0;
  }

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

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

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

  }

  .c-section__content {
    position: relative;
    z-index: 5;
    padding: 0 10px;
  }

  .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__item {
    min-height: 50px;
  }

  .p-lnav__item:not(:first-child) {
    margin-top: 28px;
  }

  .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;
    padding: 12px 8px;
  }

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

  .p-lnav__point {
    text-align: center;
    background-color: #F90;
    color: #fff;
    width: 34px;
    height: 34px;
    margin-right: 15px;
    font-size: 1.0rem;
    font-weight: bold;
    padding-top: 0;
  }

  .p-lnav__en {
    font-size: 14px;
    transform: scale(0.5);
    transform-origin: center center;
    width: 70%;
    white-space: nowrap;
    display: block;
    margin-top: -2px;
  }

  .p-lnav__number {
    display: block;
    font-size: 1.8rem;
    margin-top: -12px;
  }

  .p-lnav__txt ,
  .p-lnav__txt--min {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    width: calc(100% - 49px);
  }

  .p-title {
    background: #030F3B;
    height: 70px;
    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: 2px;
    bottom: -2px;
  }

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

  .p-title__inner {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 70px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 18px 13px 18px 53px;
    margin: 0 15px;
  }

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

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

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

  .p-title__en {
    font-size: 18px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    display: block;
    white-space: nowrap;
    width: 60%;
    margin-top: -3px;
  }
  .p-title__number {
    font-size: 1.8rem;
    display: block;
    margin-top: -12px;
  }

  .p-function {
    position: relative;
    z-index: 2;
    margin: 15px 0 0 0;
    padding-bottom: 15px;
  }

  .p-function__item {
    background-color: #fff;
    border-bottom: 5px solid #252F3E;
    margin-bottom: 15px;
    padding: 0 8px 15px;
  }

  .p-function__item:last-child {
    margin-bottom: 25px;
  }

  .p-function__hd {
    background-color: #252F3E;
    color: #fff;
    text-align: center;
    width: calc(100% + 16px);
    margin: 0 0 15px -8px;
    font-size: 1.4rem;
    padding: 12px 0 14px;
    border-bottom: 3px solid #E5E5E5;
  }

  .p-function__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .p-function__link {
    pointer-events: none;
  }
  .p-function__img {
    width: 100%;
    margin-bottom: 15px;
  }

  .p-function__btn {
    display: none;
  }

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

  .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: 50%;
    height: 49px;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    background-color: #F90;
    color: #fff;
  }

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

  .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__link {
    padding: 7px 28px 3px 15px;
    color: inherit !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
    height: 100%;
  }

  .p-tabs__body {
    background-color: #fff;
    padding: 18px 8.5px 30px;
  }

  .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.4rem;
    line-height: 1;
    padding: 7px 0;
  }

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

  .p-box__inner {
    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-box__item {
    width: 100%;
  }
  .p-box__item:first-child {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    margin-top: 15px;
  }

  .p-box__item:last-child {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  .p-box__img {
    width: 100%;
  }

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

  .p-estimate {
    border: 1px solid #F90;
    padding-top: 15px;
  }

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

  .p-estimate__dl {
    margin: 0 15px 15px;
    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.4rem;
    line-height: 1.5;
  }

  .p-estimate__dt {
    width: 43px;
  }

  .p-estimate__dd {
    width: calc(100% - 44px);
  }

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

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

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

  .p-type {
    width: 100% !important;
    margin-bottom: 15px;
  }

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

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

  .p-type__td {
    font-size: 1.4rem;
    line-height: 1.5;
  }

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

  .p-type__body .p-type__th {
    background-color: #DEE3E3;
    white-space: nowrap;
    padding: 8px 15px;
  }

  .p-type__body .p-type__td {
    background-color: #F1F3F3;
    padding: 8px;
  }

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

  .p-check__item {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 25px;
  }

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

  .p-check__item::before {
    position: absolute;
    content: '';
    background: url(/svcsol/campaign/images/aws_202008/top/icon_check.svg) no-repeat left top;
    width: 15px;
    height: 12px;
    -webkit-background-size: 15px 12px;
    background-size: 15px 12px;
    left: 0;
    top: 5px;
  }
  .p-fee {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  /*スクロールバー全体*/
  .p-fee::-webkit-scrollbar {
      width: 10px;
  }

  /*スクロールバーの軌道*/
  .p-fee::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  }

  /*スクロールバーの動く部分*/
  .p-fee::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, .5);
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
  }

  .p-table__th ,
  .p-table__td {
    white-space: nowrap;
    font-size: 1.35rem;
    font-weight: bold;
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 15px 10px;
  }

  .c-img--aws {
    width: 124px;
    display: block;
    margin: 0 auto;
  }

  .c-figure--point03 {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  /*スクロールバー全体*/
  .c-figure--point03::-webkit-scrollbar {
      width: 10px;
  }

  /*スクロールバーの軌道*/
  .c-figure--point03::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  }

  /*スクロールバーの動く部分*/
  .c-figure--point03::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, .5);
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
  }

  .c-figure--point03__img {
    width: 175vw;
    max-width: 1120px;
  }

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

  .c-note__item {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 35px;
  }

  .c-txt {
    font-size: 1.4rem;
    line-height: 1.5;

    margin-bottom: 20px;
  }

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

  .c-label {
    border: 2px solid #F90;
    text-align: center;
    color: #f90;
    font-size: 1.4rem;
    line-height: 1.14;
    margin-bottom: 15px;
    padding: 8px;
    font-weight: 500;
  }

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

  .c-btn {
    font-size: 4.375vw;
    font-weight: 700;

    position: relative;

    display: block;

    margin: 0 auto;
    padding: 10px 5px;

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

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

  .c-btn--01 {
    font-size: 1.3rem;
    width: 100%;

    background: -webkit-linear-gradient(#ce0040, #b3001c);
    background:      -o-linear-gradient(#ce0040, #b3001c);
    background:         linear-gradient(#ce0040, #b3001c);
  }
  .c-btn--02 {
    width: 100%;
    min-height: 47px;

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

  .c-btn__inner {
    position: relative;

    display: inline-block;
  }

  .c-btn--01 .c-btn__inner {
    padding-right: 20px;
  }

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

    width: 13px;
    height: 11px;

    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: 13px 11px;
            background-size: 13px 11px;
  }

  .c-btn--02 .c-btn__inner {
    padding-right: 20px;
  }
  .c-btn--02 .c-btn__inner::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    width: 15px;
    height: 14px;

    content: '';

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

  .c-download {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-bottom: 20px;
    padding: 15px;

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

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

    margin-bottom: 18px;

    text-align: center;

    color: #cf0040;
  }

  .c-download__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
  }

  .c-download__thumb {
    width: 90px;
    margin-right: 15px;
  }

  .c-download__img {
    width: 100%;
  }

  .c-download__box {
    width: calc(100% - (92.5px + 10px));
  }

  .c-download__txt {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;

    margin: 0 0 5px;
  }

  .c-download .c-btn {
    width: 100%;
  }

  .c-column__item {
    position: relative;

    padding: 0 10px;
  }

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

  .c-column__inner {
    margin-top: 8px;
  }
  .c-column__inner .tel_box {
    line-height: 1.5;
  }

  .c-column__inner .number {
    font-size: 1.4rem;
  }

  .c-column--other02 {
    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;
  }
  .c-column--other01 {
    margin-bottom: 45px;
  }

  .c-column--other01__item:first-child {
    margin-bottom: 20px;
  }

  .c-column--other01__item:last-child {
    padding: 0 10px;
  }

  .c-column--other02__item:first-child {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }

  .c-column--other02__item:last-child {
    margin-bottom: 15px;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  .c-column--other02__item .c-txt {
  }
  .appeal_box,
  .in_appeal_box,
  #extensinon_box,
  #faq_box,
  #solution,
  #office365 {
    padding: 30px 0;

    background: #1d1d1d;
  }

  .appeal_box .tel_box,
  .in_appeal_box .tel_box,
  #extensinon_box .tel_box,
  #faq_box .tel_box,
  #solution .tel_box,
  #office365 .tel_box {
    width: 100%;
    margin-top: 5px;

    text-align: center;
  }
  .appeal_box .tel_box:before,
  .in_appeal_box .tel_box:before,
  #extensinon_box .tel_box:before,
  #faq_box .tel_box:before,
  #solution .tel_box:before,
  #office365 .tel_box:before {
    display: inline-block;

    width: 15px;
    height: 15px;

    content: '';
    vertical-align: middle;

    background: url(/svcsol/campaign/images/aws_202008/common/icon_tel_white.svg) no-repeat center center;
    background-size: cover;
  }
  .appeal_box .tel_box .txt,
  .in_appeal_box .tel_box .txt,
  #extensinon_box .tel_box .txt,
  #faq_box .tel_box .txt,
  #solution .tel_box .txt,
  #office365 .tel_box .txt {
    font-size: 1.2rem;
    font-weight: bold;

    margin-right: 10px;

    color: #fff;
  }
  .appeal_box .tel_box .number,
  .in_appeal_box .tel_box .number,
  #extensinon_box .tel_box .number,
  #faq_box .tel_box .number,
  #solution .tel_box .number,
  #office365 .tel_box .number {
    font-weight: bold;

    color: #fff;
  }
  .appeal_box .tel_box .time,
  .in_appeal_box .tel_box .time,
  #extensinon_box .tel_box .time,
  #faq_box .tel_box .time,
  #solution .tel_box .time,
  #office365 .tel_box .time {
    font-size: 1rem;

    display: block;

    margin-top: 5px;

    color: #fff;
  }

  footer {
    background: #000;
  }
  footer .in_foot {
    width: 100%;
    padding: 20px 0;
  }
  footer .in_foot .foot_nav ul {
    display: flex;

    justify-content: center;
    align-items: center;
  }
  footer .in_foot .foot_nav ul li a {
    font-size: 1rem;

    text-decoration: none;

    color: #fff;
  }
  footer .in_foot .foot_nav ul li a:after {
    display: inline-block;

    width: 12px;
    height: 10px;
    margin-left: 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:first-child {
    margin-right: 20px;
  }
  footer .in_foot .foot_nav ul li:first-child:after {
    content: none;
  }
  footer .in_foot .foot_nav ul li:before {
    margin-right: 20px;

    content: '|';

    color: #fff;
  }
  footer .in_foot .foot_nav ul li:after {
    margin-left: 20px;

    content: '|';

    color: #fff;
  }
  footer .in_foot .copy {
    margin-top: 20px;

    text-align: center;

    color: #fff;
  }
  #totop {
    display: none;
  }
}

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

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

#########################################################*/
@media screen and (max-width: 768px) {
  .about_box {
    padding: 30px 10px;
  }

  .about_box__inner {
    background: url(/svcsol/campaign/images/aws_202008/top/img_about.svg) no-repeat center bottom;
    -webkit-background-size: 127px 125px;
    background-size: 127px 125px;
    padding-bottom: 130px;
  }

  .lnav_box {
    padding: 30px 10px 50px;
    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%);  
  }


  .contact_box {
    background: #2c1002;
  }

  .newsbox {
    width: 100%;
    padding: 8px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .newsbox__title {
    font-size: 12px;

    margin-right: 7px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .newsbox__item {
    padding-left: 12px;
  }

  .newsbox__item::before {
    width: 7px;
    height: 6px;
    -webkit-background-size: 7px 6px;
    background-size: 7px 6px;
    top: 7px;
  }
  .newsbox__link {
    font-size: 12px;
  }

  .newsbox__link[target='_blank'] {
    width: 10px;
    height: 9px;
    -webkit-background-size: 10px 9px;
    background-size: 10px 9px;
  }
}
