@charset "utf-8";

/* =============================================================
 2021 add common style
 =============================================================== */
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
button {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}
button:focus-visible {
  outline: auto;
}

.breadcrumbsWithSignInStatus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .breadcrumbsWithSignInStatus {
    display: block;
    padding-bottom: 10px;
  }
}
.memberSignInStatusBox {
  padding: 0 40px 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .memberSignInStatusBox {
    padding-right: 28px;
  }
}
@media screen and (max-width: 768px) {
  .memberSignInStatusBox {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#breadcrumb {
  background: #f8f8f8;
}
.secondArea #breadcrumb {
  background: #f8f8f8;
  /* override old common */
  height: auto;
  border-bottom: none;
}
#breadcrumb .block {
  display: flex;
  min-height: 54px;
  justify-content: flex-start;
  align-items: center;
  max-width: initial;
}
#breadcrumb ol {
  font-size: 0;
  padding: 0 15px 0 28px;
}
#breadcrumb ol li {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}
#breadcrumb ol li::after {
  content: '>';
  font-size: 12px;
  display: inline-block;
  margin: 0 4px;
  color: #666666;
}
#breadcrumb ol li:last-child:after {
  display: none;
}
#breadcrumb ol li a {
  text-decoration: none;
}
#breadcrumb ol li span {
  font-size: 12px;
  color: #666666;
}

/* =============================================================
  renewal page common
 =============================================================== */
.maxWidthWrap01 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .maxWidthWrap01 {
    padding: 0 20px;
  }
}
.maxWidthWrap02 {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1220px) {
  .maxWidthWrap02 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .maxWidthWrap02 {
    padding: 0 20px;
  }
}

.tableScrollWrap {
  overflow: auto;
}

.pageTitleArea01 {
  background: #003399;
}
.pageTitleArea01 .titleWrap {
  display: flex;
  align-items: center;
  height: 80px;
}
.pageTitleArea01 .title {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
}
.pageTitleArea01 .jaTxt {
  margin-left: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pageTitleArea01 {
    background: transparent;
    padding: 20px 0 0;
  }
  .pageTitleArea01 .titleWrap {
    display: block;
    height: auto;
  }
  .pageTitleArea01 .title {
    font-size: 36px;
    font-weight: 300;
    color: #003399;
  }
  .pageTitleArea01 .jaTxt {
    margin-left: 0px;
    font-size: 12px;
    color: #003399;
  }
}

.titleStyle01 {
  margin-bottom: 75px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .titleStyle01 {
    margin-bottom: 44px;
    font-size: 20px;
    line-height: 36px;
  }
}
.titleStyle02 {
  padding: 60px 0;
  letter-spacing: -0.4;
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
}
.titleStyle02 .title {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: bold;
  color: #003399;
}
@media screen and (max-width: 1000px) {
  .titleStyle02 {
    width: auto;
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .titleStyle02 {
    padding: 30px 0;
  }
  .titleStyle02 .title {
    display: block;
    font-size: 28px;
    margin-right: 0;
  }
}

.titleStyle03 {
  text-align: center;
  color: #fff;
}
.titleStyle03 .title {
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
}
.titleStyle03 .jaTxt {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.titleStyle03.black .title {
  color: #333;
}
.titleStyle03.black .jaTxt {
  color: #777;
}
@media screen and (max-width: 767px) {
  .titleStyle03 .title {
    font-size: 30px;
  }
  .titleStyle03 .jaTxt {
    font-size: 14px;
  }
}
.titleStyle04 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.titleStyle05 {
  padding: 60px 0;
}
.titleStyle05 .title {
  font-size: 36px;
  font-weight: bold;
  color: #003399;
}
.titleStyle05 .lead {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .titleStyle05 {
    padding: 30px 0;
  }
  .titleStyle05 .title {
    font-size: 28px;
  }
}

.textStyle01 {
  font-size: 14px;
  line-height: 1.8;
}

.btnAreaStyle01 {
  text-align: center;
  margin: 60px 0;
}
.btnAreaStyle02 {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .btnAreaStyle01 {
    margin: 30px 0;
  }
  .btnAreaStyle02 {
    margin: 10px 0;
  }
}

.btnStyle01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #333;
  text-decoration: none;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 30px;
}
.btnStyle01:hover,
.btnStyle01:focus {
  opacity: 0.5;
}
.btnStyle01 > span {
  position: relative;
  line-height: 1.2;
}
.btnStyle01.next > span {
  padding-right: 20px;
}
.btnStyle01.next > span::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background: url(/common/images/arrow01-white.svg) no-repeat center center;
  background-size: 15px 5px;
}
.btnStyle01.prev > span {
  padding-left: 20px;
}
.btnStyle01.prev > span::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: url(/common/images/arrow01-prev-white.svg) no-repeat center center;
  background-size: 15px 5px;
}

.btnStyle02 {
  background: #003399;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  margin: 10px;
  text-decoration: none;
}
.btnStyle02:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btnStyle02 {
    display: block;
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
}

.checkboxStyle01 {
  position: relative;
}
.checkboxStyle01 > .checkbox {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.checkboxStyle01 > .checkbox:focus + .label .check {
  outline: 1px solid #003399;
}
.checkboxStyle01 > .checkbox:checked + .label .check::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #003399;
  position: absolute;
  left: 4px;
  top: 4px;
}
.checkboxStyle01 .check {
  position: absolute;
  top: 2px;
  left: 0;
}
.checkboxStyle01 .check::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.checkboxStyle01 > .label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 21px;
  padding: 0 0 0 22px;
}
.checkboxStyle01 .text {
  font-size: 14px;
  line-height: 1.5;
}

.alpineRegionContainer {
  text-align: left;
  margin: 0;
  font-size: 16px;
}
.alpineRegionModalWrap {
  border-radius: 0;
  width: 580px;
  padding: 60px 20px;
}
.alpineRegionModalWrap .map img {
  width: 100%;
}
.alpineRegionModalWrap .title {
  color: #024a9a;
  font-size: 22px;
  margin: 15px 0 0;
}
.alpineRegionModalWrap .list {
  margin: 10px 0 0;
}
.alpineRegionModalWrap .list li {
  margin: 0 0 8px;
}
.alpineRegionModalWrap .list li a {
  color: #000;
}
.alpineRegionModalWrap .list li a::before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 7px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: relative;
  top: -3px;
  vertical-align: middle;
  margin-right: 7px;
}
.alpineRegionModalWrap .list li a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  vertical-align: middle;
  background: url(/common/images/ico_newwin.gif) no-repeat 0 0;
  width: 10px;
  height: 10px;
  margin-left: 7px;
}
@media screen and (max-width: 640px) {
  .alpineRegionModalWrap {
    padding: 60px 5% 40px 5%;
    width: auto;
  }
  .alpineRegionModalWrap .title {
    font-size: 18px;
  }
}

/* =============================================================
 for business category detail pages
 =============================================================== */

.alternating-Wrapper li .text-Wrapper h4 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .alternating-Wrapper li .text-Wrapper h4 {
    margin-top: 15px;
  }
}
.technology-Wrapper h3 {
  color: #333;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  margin-top: 0;
}
.technology-Wrapper .subText {
  display: block;
  margin-top: 20px;
  color: #777;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.productslist-Wrapper {
  padding-bottom: 80px;
}
.productslist-Wrapper h3 {
  color: #444;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .productslist-Wrapper {
    padding-bottom: 50px;
  }
  .productslist-Wrapper h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

/* =============================================================
 for index list page (technology & solution)
 =============================================================== */
.infoIndexListWrap {
  margin-top: 80px;
}
.infoIndexListWrap > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.infoIndexListWrap > ul::after {
  content: '';
  display: block;
  width: 31.25%;
}
.infoIndexListWrap > ul > li {
  width: 31.25%;
  margin: 0 0 45px 0;
}
.infoIndexListWrap > ul > li a {
  display: block;
  text-decoration: none;
}
.infoIndexListWrap .img img {
  height: auto;
}
.infoIndexListWrap .category {
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.infoIndexListWrap .subTitle {
  margin-top: 10px;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
.infoIndexListWrap .mainTitle {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.infoIndexListWrap .leadText {
  padding: 35px 0;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .infoIndexListWrap {
    margin-top: 40px;
  }
  .infoIndexListWrap > ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .infoIndexListWrap > ul > li {
    width: auto;
    margin: 70px 0 0;
  }
  .infoIndexListWrap .leadText {
    padding: 20px 0;
  }
}
.modalContents {
  display: none;
}
