@charset "UTF-8";
/* CSS Document */
.pc-br {
  display: none;
}

.sp-br {
  display: inline;
}

img.pcImg01 {
  display: none;
}

img.spImg01 {
  display: block;
}

strong {
  font-weight: 700;
}

.link-area {
  margin-top: -40px;
  padding-top: 40px;
}

.paTOP100 {
  padding-top: 100px;
}

.link-area02 {
  margin-top: 0;
  padding-top: 0;
}

a img {
  cursor: pointer;
  transition: transform 0.4s, filter 0.3s;
}

a img:hover {
  transform: translateY(-4px);
  filter: saturate(200%) brightness(150%);
}

.cmnbody {
  width: 100%;
  background: #000;
}

.titleArea01 {
  display: flex;
  width: 100%;
  max-width: 1256px;
  height: 550px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 auto;
  background: url("../img/title_bg_pc01.webp") no-repeat left top;
}
.titleArea01 h1, .titleArea01 h2, .titleArea01 span, .titleArea01 p {
  color: #fff;
}
.titleArea01 div {
  display: flex;
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  position: relative;
  margin: 100px 0 0 0;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
.titleArea01 div .h1-01 {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
}
.titleArea01 div .h1-02 {
  display: block;
  margin: 8px 0 4px 0;
  font-weight: 700;
  font-size: 58px;
}
.titleArea01 div p {
  display: block;
  max-width: 460px;
  order: 3;
  margin: 40px 0 0 4px;
}
.titleArea01 div img {
  width: 134px;
  height: auto;
  position: absolute;
  right: 190px;
  bottom: -125px;
}

/*ページ内リンク*/
.pageLinkArea01 {
  width: 960px;
  margin: 0 auto 0 auto;
}
.pageLinkArea01 ul {
  display: flex;
  width: 960px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pageLinkArea01 ul li {
  width: 300px;
  margin: 20px 30px 0 0;
  border-bottom: #666 1px solid;
  color: #fff;
  cursor: pointer;
  transition: transform 0.4s;
}
.pageLinkArea01 ul li a {
  display: flex;
  width: 300px;
  height: 54px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #fff;
}
.pageLinkArea01 ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  margin-top: -0.25em;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
.pageLinkArea01 ul li:hover {
  transform: translateY(-2px);
}
.pageLinkArea01 ul li:nth-child(3n) {
  margin: 20px 0 0 0;
}

/*bt40_speedioArea*/
.bt40_speedioArea01 {
  width: 960px;
  margin: 100px auto 0 auto;
}
.bt40_speedioArea01 img {
  display: block;
}
.bt40_speedioArea01 img.pcBg01 {
  display: block;
}
.bt40_speedioArea01 img.spBg01 {
  display: none;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg {
  padding: 24px 86px 0 86px;
  background: #2b2b2b;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg h2 {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 {
  display: flex;
  width: 786px;
  flex-direction: row;
  justify-content: space-between;
  padding: 28px 0 36px 0;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 {
  display: flex;
  width: 258px;
  height: 230px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 32px 0 24px 0;
  border-radius: 4px;
  box-sizing: border-box;
  background: #000;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 img {
  width: 80px;
  height: auto;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 p {
  display: flex;
  width: 258px;
  height: 90px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01:nth-child(3)::after {
  display: none;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01:nth-child(2)::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 122px;
  transform: rotate(45deg);
  background: #000;
}

/* Choose SPEEDIO */
.chooseSpeedioArea01 {
  width: 960px;
  margin: 120px auto 0 auto;
}
.chooseSpeedioArea01 h2 {
  display: block;
  width: 960px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.chooseSpeedioArea01 p {
  display: block;
  width: 960px;
  margin: 16px 0 0 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.reduction01 {
  width: 960px;
  position: relative;
  margin: 40px auto 0 auto;
  padding: 40px;
  border-radius: 20px 0 0 0;
  box-sizing: border-box;
  background: #fff;
}
.reduction01 h3 {
  height: 70px;
  margin: 0 0 0 150px;
  font-weight: 700;
  font-size: 32px;
  text-align: left;
}
.reduction01 h4 {
  font-weight: 700;
  font-size: 20px;
}
.reduction01 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.reduction01 img {
  margin: 16px 0 0 0;
}
.reduction01 span {
  display: inline-block;
  margin: 8px 0 0 0;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.reduction01 span.reduction {
  display: flex;
  width: 176px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 40px;
  left: -20px;
  margin: 0;
  padding: 0 0 0 60px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background: #0d2ea1;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.reduction01 .textBox01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 8px 0 0 0;
}
.reduction01 .textBox01 .textBox01-L {
  width: 420px;
}
.reduction01 .textBox01 .textBox01-R {
  display: flex;
  width: 440px;
  flex-direction: row;
  justify-content: space-between;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-01 {
  display: flex;
  width: 204px;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-01 p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-01 img {
  width: 133px;
  height: auto;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-02 {
  display: flex;
  width: 221px;
  justify-content: center;
  margin: 0;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-02 img {
  width: 222px;
  height: auto;
}

.reduction02 {
  width: 960px;
  position: relative;
  margin: 4px auto 0 auto;
  padding: 40px;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
  background: #fff;
}
.reduction02 h3 {
  height: 70px;
  margin: 0 0 0 150px;
  font-weight: 700;
  font-size: 32px;
}
.reduction02 h4 {
  font-weight: 700;
  font-size: 20px;
}
.reduction02 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.reduction02 img {
  margin: 20px 0 0 0;
}
.reduction02 span {
  display: inline-block;
  margin: 8px 0 0 0;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.reduction02 span.reduction {
  display: flex;
  width: 176px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 40px;
  left: -20px;
  margin: 0;
  padding: 0 0 0 60px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background: #0d2ea1;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.reduction02 .textBox01 {
  width: 100%;
  margin: 8px 0 0 0;
}
.reduction02 .textBox01 img.pcImg01 {
  display: block;
}
.reduction02 .textBox01 .textBox02 {
  display: none;
}
.reduction02 .tableArea01 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin: 24px 0 0 0;
}
.reduction02 .tableArea01 .tableArea01-L {
  width: 240px;
}
.reduction02 .tableArea01 .tableArea01-L h5 {
  font-size: 14px;
}
.reduction02 .tableArea01 .tableArea01-L p {
  font-size: 12px;
}
.reduction02 .tableArea01 .tableArea01-L .grid-list {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 0;
  align-items: stretch;
  font-size: 12px;
}
.reduction02 .tableArea01 .tableArea01-L .grid-list dt, .reduction02 .tableArea01 .tableArea01-L .grid-list dd {
  padding: 6px 0;
  border-bottom: 1px #ddd solid;
}
.reduction02 .tableArea01 .tableArea01-C {
  width: 354px;
  margin: 0;
}
.reduction02 .tableArea01 .tableArea01-C .grid-list {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 0;
  align-items: stretch;
  font-size: 12px;
}
.reduction02 .tableArea01 .tableArea01-C .grid-list dt, .reduction02 .tableArea01 .tableArea01-C .grid-list dd {
  padding: 6px 0;
  border-bottom: 1px #ddd solid;
}
.reduction02 .tableArea01 .tableArea01-C .grid-list dd {
  display: flex;
  align-items: center;
}
.reduction02 .tableArea01 .tableArea01-C h5 {
  font-size: 14px;
}
.reduction02 .tableArea01 .tableArea01-C p {
  font-size: 12px;
}
.reduction02 .tableArea01 img {
  width: 242px;
  height: auto;
}

.reduction03 {
  width: 960px;
  position: relative;
  margin: 4px auto 0 auto;
  padding: 40px;
  border-radius: 0 0 20px 0;
  box-sizing: border-box;
  background: #fff;
}
.reduction03 h3 {
  height: 70px;
  margin: 0 0 0 150px;
  font-weight: 700;
  font-size: 32px;
}
.reduction03 h4 {
  font-weight: 700;
  font-size: 20px;
}
.reduction03 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.reduction03 img {
  margin: 16px 0 0 0;
}
.reduction03 span {
  display: inline-block;
  margin: 8px 0 0 0;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.reduction03 span.reduction {
  display: flex;
  width: 176px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 40px;
  left: -20px;
  margin: 0;
  padding: 0 0 0 60px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background: #0d2ea1;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.reduction03 .textBox01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 8px 0 0 0;
}
.reduction03 .textBox01 .textBox01-L {
  width: 420px;
  margin: 0;
}
.reduction03 .textBox01 .textBox01-R {
  width: 440px;
  margin: 0;
}

/* SPEEDIO Lineup */
.speedio-lineupArea01 {
  width: 1200px;
  margin: 120px auto 0 auto;
}
.speedio-lineupArea01 h2 {
  display: block;
  width: 1200px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.speedio-lineupArea01 p {
  display: block;
  width: 1200px;
  margin: 16px 0 0 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.speedio-lineupArea01 .productArea01 {
  display: flex;
  width: 1200px;
  height: 337px;
  position: relative;
  margin: 80px auto 0 auto;
  background: url("../img/speedio-lineup-bg01.webp") top repeat-x;
}
.speedio-lineupArea01 .productArea01 div {
  width: 386px;
  height: auto;
  position: absolute;
}
.speedio-lineupArea01 .productArea01 div img {
  width: 100%;
  height: auto;
}
.speedio-lineupArea01 .productArea01 div:nth-child(1) {
  top: 0;
  left: 0;
}
.speedio-lineupArea01 .productArea01 div:nth-child(2) {
  top: 0;
  left: 407px;
}
.speedio-lineupArea01 .productArea01 div:nth-child(3) {
  top: 0;
  right: 0;
}
.speedio-lineupArea01 .productArea02 {
  display: flex;
  width: 794px;
  height: 337px;
  position: relative;
  margin: 60px auto 0 auto;
  background: url("../img/speedio-lineup-bg01.webp") top repeat-x;
}
.speedio-lineupArea01 .productArea02 div {
  width: 386px;
  height: auto;
  position: absolute;
}
.speedio-lineupArea01 .productArea02 div img {
  width: 100%;
  height: auto;
}
.speedio-lineupArea01 .productArea02 div:nth-child(2) img {
  width: 397px;
  height: auto;
}
.speedio-lineupArea01 .productArea02 div:nth-child(1) {
  top: 0;
  left: 0;
}
.speedio-lineupArea01 .productArea02 div:nth-child(2) {
  top: 0;
  right: -3px;
}
.speedio-lineupArea01 .productAreaSp01 {
  display: none;
}
.speedio-lineupArea01 .product-M {
  display: flex;
  width: 960px;
  height: 220px;
  justify-content: flex-end;
  position: relative;
  margin: 80px auto 0 auto;
  background: #999 url("../img/m-bg01.jpg") left top no-repeat;
}
.speedio-lineupArea01 .product-M h3 {
  position: absolute;
  bottom: -58px;
  left: 0;
}
.speedio-lineupArea01 .product-M h3 img {
  width: 143px;
  height: auto;
}
.speedio-lineupArea01 .product-M img.m200 {
  width: 169px;
  height: auto;
  position: absolute;
  top: -16px;
  left: 214px;
}
.speedio-lineupArea01 .product-M img.m300 {
  width: 191px;
  height: auto;
  position: absolute;
  top: -31px;
  left: 427px;
}
.speedio-lineupArea01 .product-U {
  display: flex;
  width: 960px;
  height: 220px;
  justify-content: flex-end;
  position: relative;
  margin: 160px auto 0 auto;
  background: #999 url("../img/u-bg01.jpg") left top no-repeat;
}
.speedio-lineupArea01 .product-U h3 {
  position: absolute;
  bottom: -58px;
  left: 0;
}
.speedio-lineupArea01 .product-U h3 img {
  width: 114px;
  height: auto;
}
.speedio-lineupArea01 .product-U img.u500 {
  width: 203px;
  height: auto;
  position: absolute;
  top: -60px;
  left: 307px;
}
.speedio-lineupArea01 .product-S {
  display: flex;
  width: 960px;
  height: 220px;
  justify-content: flex-end;
  position: relative;
  margin: 160px auto 0 auto;
  background: #999 url("../img/s-bg01.jpg") left top no-repeat;
}
.speedio-lineupArea01 .product-S h3 {
  position: absolute;
  bottom: -58px;
  left: 0;
}
.speedio-lineupArea01 .product-S h3 img {
  width: 112px;
  height: auto;
}
.speedio-lineupArea01 .product-S img.s300 {
  width: 149px;
  height: auto;
  position: absolute;
  top: 0;
  left: 140px;
}
.speedio-lineupArea01 .product-S img.s500 {
  width: 191px;
  height: auto;
  position: absolute;
  top: -10px;
  left: 305px;
}
.speedio-lineupArea01 .product-S img.s700 {
  width: 239px;
  height: auto;
  position: absolute;
  top: -27px;
  left: 509px;
}
.speedio-lineupArea01 .productSP {
  display: none;
}

/* SPEEDIO Capability */
.speedioCapabilityArea01 {
  width: 960px;
  margin: 200px auto 0 auto;
}
.speedioCapabilityArea01 h2 {
  display: block;
  width: 960px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.point01 {
  width: 960px;
  position: relative;
  margin: 40px auto 0 auto;
  padding: 40px;
  border-radius: 20px 0 0 0;
  box-sizing: border-box;
  background: #fff;
}
.point01 h3 {
  height: 70px;
  margin: 0 0 0 150px;
  font-weight: 700;
  font-size: 32px;
}
.point01 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.point01 img {
  margin: 16px 0 0 0;
}
.point01 span {
  display: inline-block;
  margin: 8px 0 0 0;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.point01 span.point {
  display: flex;
  width: 176px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 40px;
  left: -20px;
  margin: 0;
  padding: 0 0 0 60px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background: #0d2ea1;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.point01 .textBox01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 24px 0 0 0;
  padding: 0;
}
.point01 .textBox01 .textBox01-L {
  width: 420px;
}
.point01 .textBox01 .textBox01-R {
  display: flex;
  width: 440px;
  justify-content: space-between;
  margin: 0;
}
.point01 .textBox01 .textBox01-R .textBox01-R-01 {
  width: 204px;
}
.point01 .textBox01 .textBox01-R .textBox01-R-01 p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.point01-2Area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
}
.point01-2Area p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.point01-2Area p strong {
  font-weight: 700;
}
.point01-2Area .software {
  width: 479px;
  position: relative;
  padding: 24px 20px 40px 40px;
  box-sizing: border-box;
  background: #e7ecf3;
}
.point01-2Area .software h4 {
  display: flex;
  width: 190px;
  height: 35px;
  align-items: center;
  position: absolute;
  top: -22px;
  left: 0;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.point01-2Area .hardware {
  width: 479px;
  position: relative;
  padding: 24px 20px 40px 40px;
  box-sizing: border-box;
  background: #e7ecf3;
}
.point01-2Area .hardware h4 {
  display: flex;
  width: 190px;
  height: 35px;
  align-items: center;
  position: absolute;
  top: -22px;
  left: 0;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.point02 {
  width: 960px;
  position: relative;
  margin: 4px auto 0 auto;
  padding: 40px;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
  background: #fff;
}
.point02 h3 {
  height: 70px;
  margin: 0 0 0 150px;
  font-weight: 700;
  font-size: 32px;
}
.point02 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.point02 img {
  margin: 16px 0 0 0;
}
.point02 span {
  display: inline-block;
  margin: 8px 0 0 0;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.point02 span.point {
  display: flex;
  width: 176px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 40px;
  left: -20px;
  margin: 0;
  padding: 0 0 0 60px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background: #0d2ea1;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.point02 .textBox01 {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0 0;
}
.point02 .textBox01 p:first-child {
  margin: 0 0 0 0;
}

.point02-2Area {
  display: flex;
  width: 960px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 40px 40px 40px;
  box-sizing: border-box;
  background: #e7ecf3;
}
.point02-2Area p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.point02-2Area img {
  width: 264px;
  height: 126px;
  margin: 0;
}
.point02-2Area h4 {
  margin: 0 0 8px 0;
}
.point02-2Area .point02-2TextArea {
  width: 586px;
}

.point02-3Area {
  width: 960px;
  padding: 40px 40px 40px 40px;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  background: #e7ecf3;
}
.point02-3Area h4 {
  margin: 0 0 8px 0;
}
.point02-3Area p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.point02-4Area {
  display: flex;
  width: 960px;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 40px 40px 40px;
  box-sizing: border-box;
  background: #e7ecf3;
}
.point02-4Area p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.point02-4Area h4 {
  margin: 0 0 8px 0;
}
.point02-4Area img {
  margin: 24px 0 0 0;
}
.point02-4Area .point02-4Area-L {
  width: 400px;
  padding: 0;
}
.point02-4Area .point02-4Area-L img {
  width: 370px;
  height: auto;
  margin: 24px 0 0 0;
}
.point02-4Area .point02-4Area-R {
  width: 438px;
  padding: 0 0 0 32px;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
.point02-4Area .point02-4Area-R img {
  display: block;
  width: 320px;
  height: auto;
  margin: 24px auto 0 auto;
}

.point03 {
  width: 960px;
  position: relative;
  margin: 4px auto 0 auto;
  padding: 40px;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
  background: #fff;
}
.point03 h3 {
  height: 70px;
  margin: 0 0 0 150px;
  font-weight: 700;
  font-size: 32px;
}
.point03 h4 {
  margin: 0 0 8px 0;
}
.point03 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.point03 img {
  margin: 16px 0 0 0;
}
.point03 span {
  display: inline-block;
  margin: 8px 0 0 0;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.point03 span.point {
  display: flex;
  width: 176px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 40px;
  left: -20px;
  margin: 0;
  padding: 0 0 0 60px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background: #0d2ea1;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.point03-textBox01 {
  display: flex;
  width: 960px;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 0 40px 0 40px;
  box-sizing: border-box;
  background: #e7ecf3;
}
.point03-textBox01 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.point03-textBox01 img {
  margin: 20px 0 0 0;
}
.point03-textBox01 .point03-Area-L {
  width: 264px;
  padding: 40px 0 32px 0;
  box-sizing: border-box;
}
.point03-textBox01 .point03-Area-L h4 {
  margin: 0 0 8px 0;
  font-size: 20px;
}
.point03-textBox01 .point03-Area-L img {
  width: 100%;
  height: auto;
  margin: 16px 0 0 0;
}
.point03-textBox01 .point03-Area-R {
  display: flex;
  width: 570px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 32px 40px;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
.point03-textBox01 .point03-Area-R p {
  margin-bottom: auto;
}
.point03-textBox01 .point03-Area-R h4 {
  margin: 0 0 8px 0;
  font-size: 20px;
}

.point03-textBox02 {
  display: flex;
  width: 960px;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 0 40px 0 40px;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  background: #e7ecf3;
}
.point03-textBox02 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.point03-textBox02 h4 {
  margin: 0 0 8px 0;
}
.point03-textBox02 img {
  margin: 20px 0 0 0;
}
.point03-textBox02 .point03-02Area-L {
  width: 572px;
  padding: 40px 40px 32px 0;
  box-sizing: border-box;
}
.point03-textBox02 .point03-02Area-L h4 {
  margin: 0 0 8px 0;
  font-size: 20px;
}
.point03-textBox02 .point03-02Area-R {
  display: flex;
  width: 288px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 40px 40px;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
.point03-textBox02 .point03-02Area-R p {
  margin-bottom: auto;
}
.point03-textBox02 .point03-02Area-R h4 {
  margin: 0 0 8px 0;
  font-size: 20px;
}
.point03-textBox02 .point03-02Area-R img {
  display: block;
  width: 246px;
  height: auto;
  margin: 16px 0 0 0;
}

.industry01 {
  width: 100%;
  height: 363px;
  margin: 140px 0 260px 0;
  background: #343637 url("../img/industry-specific-bg.webp") center top no-repeat;
}
.industry01 .photoArea {
  display: flex;
  width: 960px;
  height: 363px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.industry01 .photoArea img:first-child {
  position: absolute;
  top: -96px;
  left: 87px;
}
.industry01 .photoArea img:nth-child(2) {
  position: absolute;
  top: -92px;
  right: 131px;
}
.industry01 .photoArea img:nth-child(3) {
  position: absolute;
  top: 64px;
  right: -26px;
}
.industry01 .photoArea img:nth-child(4) {
  position: absolute;
  right: 84px;
  bottom: -83px;
}
.industry01 .photoArea img:nth-child(5) {
  position: absolute;
  right: 334px;
  bottom: -120px;
}
.industry01 .photoArea img:nth-child(6) {
  position: absolute;
  bottom: -38px;
  left: 38px;
}
.industry01 .photoArea img:nth-child(7) {
  position: absolute;
  top: 0;
  left: 2px;
}
.industry01 .photoArea h2 {
  color: #fff;
}
.industry01 .photoArea02 {
  display: none;
}

/* Localized Support */
.localizedArea01 {
  width: 960px;
  margin: 120px auto 0 auto;
}
.localizedArea01 h2 {
  display: block;
  width: 960px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.localizedArea01 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.localizedArea01 .supportText01 {
  width: 960px;
  position: relative;
  margin: 40px auto 0 auto;
  padding: 40px;
  border-radius: 20px 0 0 0;
  box-sizing: border-box;
  background: #fff;
}
.localizedArea01 .supportText02 {
  display: flex;
  width: 960px;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  padding: 0;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
  background: #e7ecf3;
}
.localizedArea01 .supportText02 .supportTextBox01 {
  width: 480px;
  padding: 0 40px 0 40px;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 {
  width: 400px;
  padding: 26px 0 26px 0;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 14px;
  text-align: left;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 p strong {
  display: inline-block;
  margin: 8px 0 0 0;
  font-weight: 700;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 h3 {
  display: inline-block;
  width: auto;
  margin: 0 0 8px 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul {
  margin: 4px 0 0 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul li {
  position: relative;
  margin: 2px 0 8px 0;
  padding: 0 0 0 12px;
  font-size: 14px;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 2px;
  border-radius: 2px;
  background: #000;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 {
  width: 400px;
  padding: 26px 0 26px 0;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 h3 {
  display: inline-block;
  width: auto;
  margin: 0 0 8px 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 14px;
  text-align: left;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 p strong {
  display: inline-block;
  margin: 8px 0 0 0;
  font-weight: 700;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul {
  margin: 4px 0 0 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul li {
  position: relative;
  margin: 2px 0 8px 0;
  padding: 0 0 0 12px;
  font-size: 14px;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 2px;
  border-radius: 2px;
  background: #000;
}
.localizedArea01 .supportText02 .supportPhotoBox01 {
  display: block;
  width: 480px;
  padding: 0 0 0 0;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
}
.localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-01 {
  width: 480px;
  height: 50%;
  background: url("../img/localized01-01.webp") center;
  background-size: cover;
}
.localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-02 {
  width: 480px;
  height: 50%;
  background: url("../img/localized01-02.jpg") center;
  background-size: cover;
}
.localizedArea01 .supportText02 .supportPhotoBox01 [class^=supportTextBox01].h100 {
  height: 100%;
}
.localizedArea01 .supportText03 {
  width: 960px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 40px;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
  background: #728793;
}
.localizedArea01 .supportText03 h3 {
  display: flex;
  width: 280px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
}
.localizedArea01 .supportText03 div {
  display: flex;
  width: 880px;
  flex-direction: row;
  justify-content: space-between;
}
.localizedArea01 .supportText03 p {
  display: flex;
  width: 440px;
  height: 250px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 40px;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
}
.localizedArea01 .supportText04 {
  width: 960px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 40px;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
  background: #7899ac;
}
.localizedArea01 .supportText04 h3 {
  display: flex;
  width: 280px;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
}
.localizedArea01 .supportText04 .movArea01 {
  display: flex;
  width: 880px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.localizedArea01 .supportText04 .movArea01 .movBox01 {
  display: flex;
  width: 440px;
  flex-direction: column;
  padding: 60px 66px;
  box-sizing: border-box;
  background: #e7ecf3;
}
.localizedArea01 .supportText04 .movArea01 .movBox01 h4 {
  margin: 12px 0 0 0;
  font-weight: 700;
  font-size: 20px;
}
.localizedArea01 .supportText04 .movArea01 .movBox01 p {
  margin: 12px 0 0 0;
  font-size: 14px;
  line-height: 1;
}
.localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(2), .localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(3) {
  background: #fff;
}
.localizedArea01 .supportText05 {
  width: 960px;
  margin: 0 auto 0 auto;
  padding: 40px 30px;
  border-radius: 0 0 20px 0;
  box-sizing: border-box;
  background: #e7ecf3;
}
.localizedArea01 .supportText05 h3 {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0;
  box-sizing: border-box;
  color: #000;
  font-size: 24px;
  text-align: center;
}
.localizedArea01 .supportText05 .productsBox {
  display: flex;
  width: 900px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  margin: 0 auto 0 auto;
}
.localizedArea01 .supportText05 .productsBox .pBox01 {
  display: flex;
  width: 284px;
  flex-direction: column;
  justify-content: space-between;
  margin: 64px 23px 0 0;
}
.localizedArea01 .supportText05 .productsBox .pBox01 img.s-photo {
  width: 307px;
  height: auto;
  margin: 0 0 0 -12px;
}
.localizedArea01 .supportText05 .productsBox .pBox01 p {
  margin: 12px 0 auto 0;
  font-size: 14px;
}
.localizedArea01 .supportText05 .productsBox .pBox01 dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0 0;
  align-items: stretch;
  margin: 16px 0 0 0;
  padding: 12px 0 12px 0;
  border-top: 2px solid #fff;
  font-size: 14px;
}
.localizedArea01 .supportText05 .productsBox .pBox01 dl dt {
  font-weight: 700;
}
.localizedArea01 .supportText05 .productsBox .pBox01:nth-child(3n) {
  margin: 64px 0 0 0;
}

/* Event */
.eventArea01 {
  width: 960px;
  margin: 120px auto 0 auto;
  padding: 0 0 0 0;
}
.eventArea01 h2 {
  display: block;
  width: 960px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.eventArea01 p {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.eventArea01 .eventText01 {
  display: flex;
  width: 960px;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 40px auto 0 auto;
  padding: 80px;
  border-radius: 20px 0 20px 0;
  box-sizing: border-box;
  background: #fff;
}
.eventArea01 .eventText01 div {
  display: flex;
  width: 401px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  background: #e7ecf3;
}
.eventArea01 .eventText01 div p {
  display: flex;
  width: 401px;
  height: 216px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  background: #e7ecf3;
}
.eventArea01 .eventText01 div a {
  display: flex;
  width: 401px;
  height: 54px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #09274f, #0b356a);
  color: #fff;
  font-weight: 700;
  transition: filter 0.4s;
}
.eventArea01 .eventText01 div a:hover {
  filter: saturate(180%) brightness(120%);
}
.eventArea01 .eventText01 div a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  margin-top: -0.25em;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
}

/* 動画モーダル */
.modal-content {
  border: none !important;
  background: none !important;
}

.naviArea01 {
  display: none;
}

#trigger {
  width: 100%;
  position: relative;
}

#naviArea02 {
  display: block;
  width: 134px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 98;
  margin: 0 auto 0 auto;
  transition: all 0.6s;
}
#naviArea02 ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background: #a98b51;
}
#naviArea02 ul li {
  display: flex;
  width: 134px;
  height: 134px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(to bottom, #bfa96d, #a98b51);
  cursor: pointer;
  transition: all 0.4s;
}
#naviArea02 ul li a {
  display: flex;
  width: 120px;
  height: 100px;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin: 0 0 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}
#naviArea02 ul li a::before {
  content: url("../img/link-symbol01.png");
  position: absolute;
  top: 0;
  left: 0;
}
#naviArea02 ul li:hover {
  transform: translateY(-4px);
  filter: saturate(150%) brightness(110%);
}
#naviArea02 ul li::before {
  content: "";
  width: 2px;
  height: 120px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #988762;
}
#naviArea02 ul li:nth-child(2) a {
  height: 90px;
  align-items: center;
  margin: 20px 0 0 auto;
  line-height: 1.4;
}
#naviArea02 ul li:nth-child(3) a {
  height: 90px;
  align-items: center;
  margin: 20px 0 0 auto;
}
#naviArea02 ul li:nth-child(1) a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat;
  background-image: url("../img/link-symbol05.webp");
  background-position: center;
  background-size: contain;
}
#naviArea02 ul li:nth-child(2) a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 0;
  background: no-repeat;
  background-image: url("../img/link-symbol02.webp");
  background-position: center;
  background-size: contain;
}
#naviArea02 ul li:nth-child(3) a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 0;
  background: no-repeat;
  background-image: url("../img/link-symbol02.png");
  background-position: center;
  background-size: contain;
}

#naviArea02.fixed {
  opacity: 1;
  position: fixed;
  top: 0;
}

.btnArea01 {
  display: block;
  width: 960px;
  margin: 50px auto 0 auto;
}
.btnArea01 ul {
  display: flex;
  width: 960px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.btnArea01 ul li {
  display: flex;
  width: 310px;
  height: 74px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #bfa96d, #a98b51);
  cursor: pointer;
  transition: all 0.4s;
}
.btnArea01 ul li a {
  display: block;
  position: relative;
  margin: 0 0 0 26px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.btnArea01 ul li a:nth-child(3) {
  margin: 0 0 0 36px;
}
.btnArea01 ul li:hover {
  transform: translateY(-4px);
  filter: saturate(150%) brightness(110%);
}
.btnArea01 ul li::before {
  content: "";
  width: 2px;
  height: 70px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #988762;
}
.btnArea01 ul li:nth-child(1) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 14px);
  left: -40px;
  background: no-repeat;
  background-image: url("../img/link-symbol03.png");
  background-position: center;
  background-size: contain;
}
.btnArea01 ul li:nth-child(2) a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -36px;
  background: no-repeat;
  background-image: url("../img/link-symbol04.png");
  background-position: center;
  background-size: contain;
}
.btnArea01 ul li:nth-child(3) a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -36px;
  background: no-repeat;
  background-image: url("../img/link-symbol02.png");
  background-position: center;
  background-size: contain;
}

.btnArea01.endDiv {
  width: 960px;
  padding: 0 0 100px 0;
}

.btnArea02 {
  display: block;
  width: 640px;
  margin: 50px auto 0 auto;
}
.btnArea02 ul {
  display: flex;
  width: 640px;
  flex-direction: row;
  justify-content: space-between;
}
.btnArea02 ul li {
  display: flex;
  width: 310px;
  height: 74px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(to bottom, #bfa96d, #a98b51);
  cursor: pointer;
  transition: all 0.4s;
}
.btnArea02 ul li a {
  display: block;
  position: relative;
  margin: 0 0 0 26px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.btnArea02 ul li a:nth-child(3) {
  margin: 0 0 0 36px;
}
.btnArea02 ul li:hover {
  transform: translateY(-4px);
  filter: saturate(150%) brightness(110%);
}
.btnArea02 ul li::before {
  content: "";
  width: 2px;
  height: 70px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #988762;
}
.btnArea02 ul li:nth-child(1) a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 14px);
  left: -40px;
  background: no-repeat;
  background-image: url("../img/link-symbol05.webp");
  background-position: center;
  background-size: contain;
}
.btnArea02 ul li:nth-child(2) a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -36px;
  background: no-repeat;
  background-image: url("../img/link-symbol02.webp");
  background-position: center;
  background-size: contain;
}

.btnArea02.endDiv {
  padding: 0 0 100px 0;
}

@media (min-width: 900px) {
  .pc-br {
    display: inline;
  }
  .sp-br {
    display: none;
  }
  img.pcImg01 {
    display: block;
  }
  img.spImg01 {
    display: none;
  }
  .link-area02 {
    margin-top: -40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .titleArea01 {
    max-width: 100%;
    height: auto;
    flex-direction: column;
    padding: 0 0 200px 0;
    background: url("../img/title_bg_sp01.webp") no-repeat center bottom;
    background-size: cover;
  }
  .titleArea01 div {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  .titleArea01 div .h1-01 {
    margin: 16px 0 0 0;
    font-size: 20px;
  }
  .titleArea01 div .h1-02 {
    margin: 14px 0 0 0;
    font-size: 40px;
    line-height: 1;
  }
  .titleArea01 div p {
    max-width: 90%;
    margin: 20px 0 0 4px;
  }
  .titleArea01 div img {
    width: 100px;
    right: 10px;
    bottom: -240px;
  }
  .pageLinkArea01 {
    width: calc(100% - 40px);
    margin: 20px auto 0 auto;
  }
  .pageLinkArea01 ul {
    width: 100%;
    justify-content: space-between;
  }
  .pageLinkArea01 ul li {
    width: calc(50% - 5px);
    margin: 20px 0 0 0;
  }
  .pageLinkArea01 ul li a {
    width: 100%;
  }
  .bt40_speedioArea01 {
    width: 100%;
    margin: 80px auto 0 auto;
  }
  .bt40_speedioArea01 img.pcBg01 {
    display: none;
  }
  .bt40_speedioArea01 img.spBg01 {
    display: block;
    width: 100%;
    height: auto;
  }
  .bt40_speedioArea01 div.bt40_speedioAreaBg {
    padding: 24px 20px 0 20px;
  }
  .bt40_speedioArea01 div.bt40_speedioAreaBg h2 {
    font-size: 20px;
  }
  .bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 {
    width: 100%;
    flex-direction: column;
  }
  .bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 {
    width: 100%;
    height: auto;
    flex-direction: row;
    margin: 0 0 4px 0;
    padding: 24px;
  }
  .bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 img {
    width: 75px;
  }
  .bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 p {
    width: calc(100% - 90px);
    height: auto;
    justify-content: flex-start;
    text-align: left;
  }
  .bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01:nth-child(2)::after {
    display: none;
  }
  .bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01:nth-child(3)::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    transform: rotate(45deg);
    background: #000;
  }
  .chooseSpeedioArea01 {
    width: calc(100% - 40px);
  }
  .chooseSpeedioArea01 h2 {
    width: 100%;
  }
  .chooseSpeedioArea01 p {
    width: 100%;
  }
  .reduction01 {
    width: 100%;
    padding: 20px 20px 40px 20px;
    border-radius: 0 0 20px 0;
  }
  .reduction01 h3 {
    height: 60px;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .reduction01 span.reduction {
    top: -20px;
    padding: 0 0 0 40px;
  }
  .reduction01 .textBox01 {
    flex-direction: column;
  }
  .reduction01 .textBox01 .textBox01-L {
    width: 100%;
  }
  .reduction01 .textBox01 .textBox01-R {
    width: 100%;
    flex-direction: column;
  }
  .reduction01 .textBox01 .textBox01-R .textBox01-R-01 {
    width: 100%;
    align-items: center;
    margin: 20px 0 0 0;
  }
  .reduction01 .textBox01 .textBox01-R .textBox01-R-01 p {
    font-size: 16px;
  }
  .reduction01 .textBox01 .textBox01-R .textBox01-R-01 img {
    width: 150px;
  }
  .reduction01 .textBox01 .textBox01-R .textBox01-R-02 {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .reduction01 .textBox01 .textBox01-R .textBox01-R-02 img {
    width: 200px;
  }
  .reduction02 {
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 20px 20px 40px 20px;
    border-radius: 0 0 20px 0;
  }
  .reduction02 h3 {
    height: 60px;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .reduction02 span.reduction {
    top: -20px;
    padding: 0 0 0 40px;
  }
  .reduction02 .textBox01 img.pcImg01 {
    display: none;
  }
  .reduction02 .textBox01 .textBox02 {
    display: flex;
    width: calc(100% + 40px);
    flex-direction: column;
    margin: 40px 0 0 -20px;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
    background: #e7ecf3;
  }
  .reduction02 .textBox01 .textBox02 h4 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 12px 0;
    box-sizing: border-box;
    background: #8b8a8a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }
  .reduction02 .textBox01 .textBox02 h5 {
    display: block;
    width: 100%;
    padding: 24px 0 12px 20px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 0 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01 p span {
    font-size: 12px;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01-L {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01-L img {
    width: 100px;
    height: auto;
    margin: 0 0 0 0;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01-L p {
    width: auto;
    color: #004898;
    font-weight: 700;
    font-size: 20px;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01-L p span {
    color: #004898;
    font-weight: 700;
    font-size: 14px;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01-R {
    display: flex;
    width: 55%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01-R img {
    width: 100%;
    height: auto;
    margin: 0 0 4px 0;
  }
  .reduction02 .textBox01 .textBox02 .vsBox01-R img:nth-child(2) {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .reduction02 .tableArea01 {
    flex-direction: column;
  }
  .reduction02 .tableArea01 .tableArea01-L {
    width: 100%;
  }
  .reduction02 .tableArea01 .tableArea01-C {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .reduction02 .tableArea01 img {
    width: 100%;
    max-width: 242px;
    margin: 14px auto 0 auto;
  }
  .reduction03 {
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 20px 20px 40px 20px;
  }
  .reduction03 h3 {
    height: 60px;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .reduction03 span.reduction {
    top: -20px;
    padding: 0 0 0 40px;
  }
  .reduction03 .textBox01 {
    flex-direction: column;
  }
  .reduction03 .textBox01 .textBox01-L {
    width: 100%;
    margin: 24px 0 0 0;
  }
  .reduction03 .textBox01 .textBox01-L img {
    width: 100%;
    height: auto;
  }
  .reduction03 .textBox01 .textBox01-R {
    width: 100%;
    margin: 32px 0 40px 0;
  }
  .reduction03 .textBox01 .textBox01-R img {
    width: 100%;
    height: auto;
  }
  .speedio-lineupArea01 .productAreaSp01 {
    display: block;
    width: calc(100% - 60px);
    height: auto;
    margin: 40px auto 0 auto;
  }
  .speedio-lineupArea01 .productAreaSp01 div {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0 auto;
  }
  .speedio-lineupArea01 .productAreaSp01 div h3 {
    display: flex;
    width: 128px;
    height: 62px;
    justify-content: center;
  }
  .speedio-lineupArea01 .productAreaSp01 div h3 img {
    width: auto;
    height: 62px;
  }
  .speedio-lineupArea01 .productAreaSp01 div img {
    width: 100%;
    max-width: 320px;
  }
  .speedio-lineupArea01 .productArea01, .speedio-lineupArea01 .productArea02 {
    display: none;
  }
  .speedio-lineupArea01 {
    width: 100%;
    margin: 100px auto 0 auto;
  }
  .speedio-lineupArea01 h2 {
    width: 100%;
  }
  .speedio-lineupArea01 p {
    width: 100%;
  }
  .speedio-lineupArea01 .product-M {
    display: none;
  }
  .speedio-lineupArea01 .product-U {
    display: none;
  }
  .speedio-lineupArea01 .product-S {
    display: none;
  }
  .speedio-lineupArea01 .productSP {
    display: flex;
    flex-direction: column;
    margin: 60px 0 20px 0;
  }
  .speedio-lineupArea01 .productSP img {
    display: block;
    width: 100%;
    height: auto;
  }
  .speedioCapabilityArea01 {
    width: calc(100% - 40px);
    margin: 120px auto 0 auto;
  }
  .speedioCapabilityArea01 h2 {
    width: 100%;
  }
  .point01 {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 0 0;
  }
  .point01 h3 {
    height: auto;
    margin: 20px 0 0 0;
    font-size: 20px;
    text-align: center;
  }
  .point01 span.point {
    top: -20px;
    padding: 0 0 0 40px;
  }
  .point01 .textBox01 {
    flex-direction: column;
    margin: 8px 0 0 0;
    padding: 0 0 40px 0;
  }
  .point01 .textBox01 .textBox01-L {
    width: 100%;
  }
  .point01 .textBox01 .textBox01-R {
    width: 100%;
    flex-direction: column;
    margin: 20px 0 0 0;
  }
  .point01 .textBox01 .textBox01-R .textBox01-R-01 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0 0;
  }
  .point01 .textBox01 .textBox01-R .textBox01-R-01 p {
    font-size: 16px;
  }
  .point01 .textBox01 .textBox01-R .textBox01-R-01 img {
    width: 150px;
    height: auto;
  }
  .point01 .textBox01 .textBox01-R .textBox01-R-02 {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px 0 0 0;
  }
  .point01 .textBox01 .textBox01-R .textBox01-R-02 img {
    width: 200px;
    height: auto;
  }
  .point01-2Area {
    flex-direction: column;
  }
  .point01-2Area .software {
    width: 100%;
    padding: 60px 20px 40px 20px;
  }
  .point01-2Area .software h4 {
    top: 0;
    padding: 0 0 0 20px;
  }
  .point01-2Area .hardware {
    width: 100%;
    padding: 60px 20px 40px 20px;
  }
  .point01-2Area .hardware h4 {
    top: 0;
    padding: 0 0 0 20px;
  }
  .point02 {
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 20px 20px 40px 20px;
  }
  .point02 h3 {
    height: auto;
    margin: 20px 0 0 0;
    font-size: 20px;
    text-align: center;
  }
  .point02 span.point {
    top: -20px;
    padding: 0 0 0 40px;
  }
  .point02-2Area {
    width: 100%;
    flex-direction: column;
    padding: 40px 20px 40px 20px;
  }
  .point02-2Area img {
    margin: 32px auto 0 auto;
  }
  .point02-2Area .point02-2TextArea {
    width: 100%;
  }
  .point02-3Area {
    width: 100%;
    padding: 40px 20px 0 20px;
  }
  .point02-4Area {
    width: 100%;
    flex-direction: column;
    padding: 0 20px 20px 20px;
  }
  .point02-4Area img {
    width: 100%;
    height: auto;
  }
  .point02-4Area .point02-4Area-L {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .point02-4Area .point02-4Area-L img {
    width: 100%;
    margin: 24px 0 32px 0;
  }
  .point02-4Area .point02-4Area-R {
    width: 100%;
    padding: 32px 0 0 0;
    border-top: 2px solid #fff;
    border-left: none;
  }
  .point02-4Area .point02-4Area-R img {
    width: 100%;
    margin: 24px 0 0 0;
  }
  .point03 {
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 20px 20px 40px 20px;
  }
  .point03 h3 {
    height: auto;
    margin: 20px 0 0 0;
    font-size: 20px;
    text-align: center;
  }
  .point03 span.point {
    top: -20px;
    padding: 0 0 0 40px;
  }
  .point03-textBox01 {
    width: 100%;
    flex-direction: column;
    padding: 0 20px 0 20px;
  }
  .point03-textBox01 img {
    margin: 20px auto 0 auto;
  }
  .point03-textBox01 .point03-Area-L {
    width: 100%;
  }
  .point03-textBox01 .point03-Area-L img {
    display: block;
    margin: 20px auto 0 auto;
  }
  .point03-textBox01 .point03-Area-R {
    width: 100%;
    padding: 40px 0 32px 0;
    border-top: 2px solid #fff;
    border-left: none;
  }
  .point03-textBox01 .point03-Area-R img {
    width: 100%;
    height: auto;
  }
  .point03-textBox02 {
    width: 100%;
    flex-direction: column;
    padding: 0 0 0 0;
  }
  .point03-textBox02 h4 {
    font-size: 20px;
  }
  .point03-textBox02 .point03-02Area-L {
    width: 100%;
    padding: 40px 20px 32px 20px;
  }
  .point03-textBox02 .point03-02Area-L img {
    width: 100%;
    height: auto;
  }
  .point03-textBox02 .point03-02Area-R {
    width: 100%;
    padding: 40px 20px 32px 20px;
    border-top: 2px solid #fff;
    border-left: none;
  }
  .point03-textBox02 .point03-02Area-R img {
    width: 100%;
    max-width: 240px;
    margin: 20px auto 0 auto;
  }
  .industry01 {
    height: auto;
    margin: 40px 0 0 0;
    background: #343637 url("../img/industry-specific-bg-sp.webp") center top no-repeat;
    background-size: cover;
  }
  .industry01 .photoArea {
    display: none;
  }
  .industry01 .photoArea02 {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }
  .industry01 .photoArea02 img {
    width: 90%;
    height: auto;
    margin: 0 auto 20px auto;
  }
  .industry01 .photoArea02 h2 {
    display: inline-block;
    margin: 0 auto 40px auto;
    color: #fff;
    text-align: center;
  }
  .localizedArea01 {
    width: calc(100% - 40px);
  }
  .localizedArea01 h2 {
    width: 100%;
  }
  .localizedArea01 .supportText01 {
    width: 100%;
    padding: 20px;
  }
  .localizedArea01 .supportText02 {
    width: 100%;
    flex-direction: column;
  }
  .localizedArea01 .supportText02 .supportTextBox01 {
    width: 100%;
    padding: 0 20px 0 20px;
  }
  .localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 {
    width: 100%;
    padding: 26px 0 0 0;
    border-bottom: none;
  }
  .localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 img {
    width: calc(100% + 40px);
    height: auto;
    margin: 32px 0 0 -20px;
  }
  .localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 {
    width: 100%;
  }
  .localizedArea01 .supportText02 .supportPhotoBox01 {
    display: none;
    width: 100%;
  }
  .localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-01 {
    width: 100%;
    background: url("../img/localized01-01.jpg") center;
  }
  .localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-02 {
    width: 100%;
  }
  .localizedArea01 .supportText03 {
    width: 100%;
    padding: 20px;
  }
  .localizedArea01 .supportText03 h3 {
    width: auto;
    padding: 0 20px 0 20px;
  }
  .localizedArea01 .supportText03 div {
    width: 100%;
    flex-direction: column;
  }
  .localizedArea01 .supportText03 p {
    width: 100%;
    height: auto;
    padding: 40px 0 40px 20px;
  }
  .localizedArea01 .supportText03 img {
    width: 100%;
    height: auto;
  }
  .localizedArea01 .supportText04 {
    width: 100%;
    padding: 20px;
  }
  .localizedArea01 .supportText04 h3 {
    width: auto;
    padding: 0 20px 0 20px;
  }
  .localizedArea01 .supportText04 .movArea01 {
    width: 100%;
    flex-direction: column;
  }
  .localizedArea01 .supportText04 .movArea01 .movBox01 {
    width: 100%;
    padding: 20px;
  }
  .localizedArea01 .supportText04 .movArea01 .movBox01 img {
    width: 100%;
    height: auto;
  }
  .localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(2), .localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(4) {
    background: #fff;
  }
  .localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(3) {
    background: #e7ecf3;
  }
  .localizedArea01 .supportText05 {
    width: 100%;
    padding: 40px 20px;
  }
  .localizedArea01 .supportText05 .productsBox {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .localizedArea01 .supportText05 .productsBox .pBox01, .localizedArea01 .supportText05 .productsBox .pBox01:nth-child(3n) {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin: 80px auto 0 auto;
  }
  .localizedArea01 .supportText05 .productsBox .pBox01:first-child {
    margin: 40px auto 0 auto;
  }
  .localizedArea01 .supportText05 .productsBox .pBox01:nth-child(2) {
    margin: 80px auto 0 auto;
  }
  .localizedArea01 .supportText05 .productsBox .pBox01 img.s-photo {
    width: 100%;
    margin: 0 0 0 0;
  }
  .localizedArea01 .supportText05 .productsBox .pBox01 dl {
    margin: 14px 0 0 0;
    padding: 14px 0 14px 0;
  }
  .eventArea01 {
    width: calc(100% - 40px);
  }
  .eventArea01 h2 {
    width: 100%;
  }
  .eventArea01 .eventText01 {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding: 20px;
  }
  .eventArea01 .eventText01 div {
    width: 100%;
  }
  .eventArea01 .eventText01 div p {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .eventArea01 .eventText01 div a {
    width: 100%;
  }
  .naviArea01 {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    margin: 0 auto 0 auto;
  }
  .naviArea01 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: linear-gradient(to bottom, #bfa96d, #a98b51);
  }
  .naviArea01 ul li {
    display: flex;
    width: 50%;
    height: 54px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background: linear-gradient(to bottom, #bfa96d, #a98b51);
  }
  .naviArea01 ul li a {
    display: block;
    width: 90%;
    position: relative;
    margin: 0 0 0 20px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
  }
  .naviArea01 ul li a:nth-child(2) {
    margin: 0 0 0 10px;
  }
  .naviArea01 ul li::before {
    content: "";
    width: 2px;
    height: 70px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #988762;
  }
  .naviArea01 ul li:nth-child(1) a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 6px;
    background: no-repeat;
    background-image: url("../img/link-symbol05.webp");
    background-position: center;
    background-size: contain;
  }
  .naviArea01 ul li:nth-child(2) a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 10px;
    background: no-repeat;
    background-image: url("../img/link-symbol02.webp");
    background-position: center;
    background-size: contain;
  }
  #naviArea02 {
    display: none;
  }
  .btnArea01 {
    width: calc(100% - 40px);
  }
  .btnArea01 ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .btnArea01 ul li {
    width: calc(50% - 5px);
    height: auto;
    padding: 12px 0;
  }
  .btnArea01 ul li a {
    font-size: 14px;
    line-height: 1.4;
  }
  .btnArea01 ul li:nth-child(3) {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 0 0 0;
    padding: 14px 0;
    background: linear-gradient(to bottom, #bfa96d, #a98b51);
    cursor: pointer;
    transition: all 0.4s;
  }
  .btnArea01 ul li::before {
    height: 90%;
  }
  .btnArea01.endDiv {
    width: calc(100% - 40px);
  }
  .btnArea02 {
    width: calc(100% - 40px);
  }
  .btnArea02 ul {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btnArea02 ul li {
    width: 100%;
    height: auto;
    min-height: 54px;
    margin: 0 0 4px 0;
    padding: 8px 0;
  }
  .btnArea02 ul li a {
    font-size: 14px;
    line-height: 1.4;
  }
  .btnArea02 ul li::before {
    height: 90%;
  }
  .btnArea02 ul li:nth-child(1) a::before {
    width: 28px;
    height: 28px;
  }
  .btnArea02.endDiv {
    width: calc(100% - 40px);
  }
}
#ot-sdk-btn-floating {
  display: none;
}

.reduction01 .textBox01 .textBox01-R .textBox01-R-02 img {
  align-self: flex-start;
}

.reduction02 .tableArea01 img {
  align-self: start;
}

.blue-technology-table {
  width: 880px;
  margin-block-start: 24px;
  padding: 8px;
  background-color: #0d2ea1;
}
.blue-technology-table table {
  width: 100%;
  table-layout: fixed;
}
.blue-technology-table table caption {
  margin-block-end: 8px;
  padding-block: 8px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  caption-side: top;
}
@media print, screen and (max-width: 900px) {
  .blue-technology-table table caption {
    font-size: 20px;
    text-align: left;
  }
}
.blue-technology-table table th, .blue-technology-table table td {
  padding-inline: 8px;
  padding-block: 16px;
  border: solid 1px #d4d5d5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.blue-technology-table table th {
  background-color: #e7e7e7;
  font-size: 16px;
}
.blue-technology-table table th img {
  display: block;
  width: 95%;
  margin: auto;
}
.blue-technology-table table td {
  background-color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.blue-technology-table table td span {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
}
.blue-technology-table table td.mt-space {
  width: 0;
  border: none;
  background: transparent;
}
.blue-technology-table table .tableColor-blue {
  color: #004898;
}
.blue-technology-table table .tableBgColor-blue {
  background: linear-gradient(to bottom, #379fda, #004898);
  color: #fff;
}
.blue-technology-table small {
  display: block;
  margin-block-start: 8px;
  color: #fff;
}

@media print, screen and (min-width: 901px) {
  .mt-dsp_sp {
    display: none !important;
  }
  .point02-4Area .point02-4Area-R img {
    width: 317px;
  }
}
@media print, screen and (max-width: 900px) {
  .mt-dsp_pc {
    display: none !important;
  }
  .js-scrollable .mt-model {
    display: block;
    position: relative;
    overflow-x: auto;
  }
  .js-scrollable .mt-model::after {
    content: "";
    width: 338px;
    max-width: 100%;
    height: 138px;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 10;
    translate: -50% -50%;
    background-image: url("../img/js-scrollable.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .js-scrollable .mt-model.mt-touch::after {
    display: none;
  }
}
html[lang=de-de] .bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 p {
  font-size: 16px;
}
html[lang=de-de] .reduction02 .tableArea01 .tableArea01-L .grid-list {
  grid-template-columns: 90px 1fr;
}
html[lang=de-de] .localizedArea01 .supportText03 p {
  font-size: 16px;
}
html[lang=de-de] .localizedArea01 .supportText04 .movArea01 .movBox01 h4 {
  font-size: 16px;
}
html[lang=de-de] .localizedArea01 .supportText05 .productsBox .pBox01 dl dt, html[lang=de-de] .localizedArea01 .supportText05 .productsBox .pBox01 dl dd {
  font-size: 90%;
}
@media print, screen and (min-width: 901px) {
  html[lang=de-de] :is(.reduction01, .reduction02, .reduction03) span.reduction {
    width: 190px;
  }
  html[lang=de-de] #naviArea02 ul li a {
    height: 105px;
  }
  html[lang=de-de] #naviArea02 ul li:nth-child(2) a {
    height: 110px;
  }
  html[lang=de-de] .btnArea02 ul li a {
    font-size: 18px;
    line-height: 1.1;
  }
  html[lang=de-de] :is(.point01, .point02, .point03) h3 {
    padding-block-start: 5px;
    font-size: 24px;
  }
}
@media print, screen and (max-width: 900px) {
  html[lang=de-de] .naviArea01 ul li a {
    font-size: 12px;
  }
  html[lang=de-de] .naviArea01 ul li:nth-child(1) a {
    margin: 0 0 0 10px;
  }
  html[lang=de-de] .naviArea01 ul li:nth-child(1) a::after {
    right: -8px;
  }
  html[lang=de-de] .pageLinkArea01 ul {
    flex-direction: column;
  }
  html[lang=de-de] .pageLinkArea01 ul li {
    width: 100%;
  }
  html[lang=de-de] :is(.point01, .point02, .point03) h3 {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */