@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
}
html{
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body{ 
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  min-width: 320px;
  color: #444;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*  -----------------------------------------------  */
/*  -----------------------------------------------  */
.tb{ display: none !important;}
.sp{ display: none !important;}
.tbsp{ display: none !important;}

/*  -----------------------------------------------  */
/*  -----------------------------------------------  */
.section-inner{ padding: 90px 0;}
.section-inner-min{ padding: 60px 0;}
.section-inner-max{ padding: 120px 0;}
.wrap-wide{ max-width: 1200px; margin:0 auto;}
.wrap-semiwide{ max-width: 1100px; margin:0 auto;}
.wrap-normal{ max-width: 1000px; margin:0 auto;}
.wrap-min{ max-width: 900px; margin:0 auto;}
.wrap-min2{ max-width: 800px; margin:0 auto;}
.bg-color-wht{ background-color: #fff;}
.bg-color-key{ background-color: #ff8200;}
.bg-color-blk{ background-color: #333;}
.bg-color-darkgray{ background-color: #767676;}
.fc-wht{ color: #fff;}
.fc-key{ color: #ff8200;}
.v-t{ vertical-align: top;}
.v-m{ vertical-align: middle;}
.v-b{ vertical-align: bottom;}
.t-l{ text-align: left;}
.t-c{ text-align: center;}
.t-r{ text-align: right;}
.f-bold{ font-weight: 600;}
.m-t10{ margin-top: 10px;}
.m-t20{ margin-top: 20px;}
.m-t30{ margin-top: 30px;}
.m-t40{ margin-top: 40px;}
.m-t50{ margin-top: 50px;}
.p-t0{ padding-top: 0;}
.p-b0{ padding-bottom: 0;}
a{ color: #333;}
.txt{ line-height: 1.8em;}
.txt-semitall{ line-height: 2.2em;}
.txt-tall{ line-height: 2.5em;}
.txt-link{ color: #396DE3; word-wrap:break-word; transition : .5s;}
.txt-link:hover{ text-decoration: underline; transition : .5s;}
.fs-sml{ font-size: 80%;}
.fs-24{ font-size: 2.4rem;}
h1,h2,h3,h4,h5,h6{ font-weight: unset;}

/*  -----------------------------------------------  */
/*  -----------------------------------------------  */
.l-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.header {
  background-color: #fff;
}
@media  only screen and (min-width: 1025px){
  .header {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    transform: translateZ(0);
    z-index: 10;
  }
  .header-menu{
    height: 100%;
  }
  .header-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
.header-sitename{
  background-color: #ff8200;
  color: #fff;
  padding: 6px 13px;
  font-size: 1.3rem;
  font-weight: 500;
}
.header-logo{
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-logo a{
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  display: block;
}
.header-logo a img {
  opacity: 1;
  transition: 200ms;
  width: 100%;
  height: auto;
  display: block;
}
.header-nav {
  width: max-content;
}
.header-nav-list {
  display: flex;
  gap: 25px;
  align-items: center;
  z-index: 2;
}
.header-nav-list .header-nav-item{
  font-size: 1.4rem;
  font-weight: 500;
}
.header-nav-list .header-nav-item .link-external::after{
  filter: brightness(0) invert(0.4);
}
.header-nav-list .header-nav-item .header-nav-link {
  position: relative;
  z-index: 2;
  color: #333;
  display: block;
  transition : .5s;
}
.header-nav-list .header-nav-item .header-nav-link:hover {
  transition : .5s;
  opacity: 0.6;
}
.header-nav-inner{
  display: flex;
  gap: 40px;
}
.header-lang-link{
  box-sizing: border-box;
  border: 1px solid #707372;
  font-size: 1.4rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  transition : .5s;
}
.header-lang-link:hover{
  transition : .5s;
  opacity: 0.6;
}
.header-lang-icon{
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_area_gray.svg) 0 0 no-repeat;
  background-size: contain;
  transition: .2s;
}
.header-lang-txt{
  margin-left: 10px;
  transition: .2s;
}

/*  --------------------------------------------------- 
-------------------------------------------------------  
共通
------------------------------------------------------- 
---------------------------------------------------  */
/*  ttl
---------------------------------------------------  */
.ttl-bottom-max{
  margin-bottom: 60px;
}
.ttl-bottom{
  margin-bottom: 30px;
}
.ttl-bottom-min{
  margin-bottom: 15px;
}
.ttl-top-max{
  margin-top: 60px;
}
.ttl-top{
  margin-top: 30px;
}
.ttl-top-min{
  margin-top: 15px;
}
.main-ttl .jp{
  font-size: 2.4rem;
}
.page-h2-ttl .jp{
  font-size: 2.0rem;
  font-weight: bold;
}

/*  bg-title
---------------------------------------------------  */
.bg-title{
  background-image: url(../../assets/img/common/bg-title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-title .h1-ttl{
  font-size: 3.8rem;
  color: #306F98;
  letter-spacing: 0.075em;
}
.bg-title .h1-ttl .jp{
  text-shadow:0 0 10px #ffffff,
              0 0 20px #ffffff,
              0 0 30px #ffffff,
              0 0 40px #ffffff,
              0 0 50px #ffffff,
              0 0 60px #ffffff,
              0 0 70px #ffffff,
              0 0 80px #ffffff,
              0 0 90px #ffffff;
  font-weight: bold;
}
.lang-en .bg-title .h1-ttl{
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}

/*  tab
---------------------------------------------------  */
.tab{
  border-bottom: 2px solid #767676;
}
.tab-list{
  display: flex;
  width: 800px;
  margin: 0 auto;
}
.tab-item{
  flex: 1;
  font-size: 2.0rem;
  font-weight: bold;
}
.tab-link{
  display: block;
  text-align: center;
  padding: 15px 10px;
  transition: 0.5s;
  letter-spacing: 0.075em;
}
.tab-item.is-current{
  background-color: #767676;
}
.tab-item.is-current .tab-link{
  color: #fff;
}
.tab-item .tab-link:hover{
  background-color: #e6e6e6;
}
.tab-item.is-current .tab-link:hover{
  background-color: #767676;
}
.lang-en .tab-item{
  font-size: 1.8rem;
}
.lang-en .tab-link{
  padding: 16px 10px;
  letter-spacing: 0.02em;
}

/*  breadcrumb
---------------------------------------------------  */
.breadcrumb-list{
  margin-top: 20px;
  display: flex;
  font-size: 1.4rem;
}
.breadcrumb-item:not(:last-child)::after{
  content: "/";
  margin-right: 8px;
  padding-left: 5px;
}

/*  securityadvisories
---------------------------------------------------  */
.border-table{
  width: 100%;
  display: table;
}
.border-table .border-table-head,
.border-table .border-table-list{
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
}
.border-table .border-table-head{
  border-top: 1px solid #CCCCCC;
  background-color: #F7F7F7;
  display: flex;
  gap: 20px;
  box-sizing: border-box;
  font-weight: bold;
  width: 100%;
  padding: 15px 3%;
}
.border-table .border-table-list a{
  display: flex;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
  color: #555;
  width: 100%;
  padding: 20px 3%;
  transition: 0.5s;
  line-height: 1.6em;
}
.border-table .border-table-list a:hover{
  opacity: 0.6;
}
.border-table .border-table-head .th-date,
.border-table .border-table-list .td-date{
  min-width: 120px;
  white-space: nowrap;
}
.border-table .border-table-head .th-id,
.border-table .border-table-list .td-id{
  min-width: 140px;
  white-space: nowrap;
}
.border-table .border-table-head .th-name,
.border-table .border-table-list .td-name{
  min-width: calc( 100% - 450px );
}
.border-table .border-table-head .th-size,
.border-table .border-table-list .td-size{
  min-width: 130px;
  box-sizing: border-box;
  white-space: nowrap;
}
.border-table .border-table-list .td-pdf{
  position: relative;
  padding-left: 40px;
}
.border-table .border-table-list .td-pdf::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../assets/img/common/pdf.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lang-en .border-table .border-table-head{
  font-size: 1.4rem;
}

/*  disclosurepolicy
---------------------------------------------------  */
.indent{
  padding-left: 40px;
  margin-top: 30px;
}
.bg-gray-box{
  padding: 30px;
  background-color: #F7F7F7;
}
.img-mailtxt{
  vertical-align: text-bottom;
  width: 200px;
}
.dot-list ul{
  margin-left: 20px;
}
.dot-list ul,
.dot-list ul li{
  list-style: disc !important;
}
.dot-list ul li::marker{
  margin-right: 0 !important;
}
.dot-list ul li:not(:first-child){
  margin-top: 8px;
}

/*  toapsirt-keyinfo
---------------------------------------------------  */
.ot-tbl {
  width: 100%;
  box-sizing: border-box;
}
table.ot-tbl {
  width: 100%;
}
table.ot-tbl, .ot-tbl th, .ot-tbl td {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
}
.ot-tbl th, .ot-tbl td {
  padding: 1px;
  vertical-align: top;
  box-sizing: border-box;
}
.ot-tbl th, .ot-tbl td {
  padding: 20px;
}
.ot-tbl th {
  background-color: #F7F7F7;
}

/*  -----------------------------------------------  */
/*  -----------------------------------------------  */
/*  -----------------------------------------------  */
/*  -----------------------------------------------  */

/*  pagetop
---------------------------------------------------  */
.pagetop {
  position: fixed;
  display: none;
  right: 20px;
}
.pagetop.is-absolute {
  position: absolute;
}
.pagetop-link {
  height: 50px;
  width: 50px;
  background: #A0A0A0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.pagetop-link:hover{
  opacity: .6;
}
.pagetop-arrow {
  height: 8px;
  width: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

/*  footer
---------------------------------------------------  */
.footer{
  position: relative;
  background: #A0A0A0;
  color: #fff;
}
.footer-container{
  padding: 80px 0 70px;
}
.footer-container a{
  transition: 0.5s;
}
.footer-container a:hover{
  opacity: 0.6;
}
.link-external{
  position: relative;
  padding-right: 18px;
}
.link-external::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 13px;
  height: 13px;
  background: url(../../assets/img/common/icon_blank.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
  /* gray時： filter: brightness(0) invert(0.4); */
}
.footer-maincontents{
  display: flex;
  justify-content: space-between;
}
.footer-menu-list{
  display: flex;
  gap: 25px;
}
.footer-menu-link{
  color: #fff;
}
.footer-sns-list{
  display: flex;
  gap: 20px;
}
.footer-sns-link{
  width: 24px;
  display: block;
}
.footer-subcontents{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #C1C1C1;
}
.footer-sublink a{
  color: #fff;
  font-size: 1.4rem;
}
.footer-copy{
  font-size: 1.4rem;
  font-weight: 300;
}

/*  footer orejime
---------------------------------------------------  */
.footer{
  padding-bottom: 40px;
}
@media  only screen and (max-width: 768px){
  .footer{
    padding-bottom: 5vw;
  }
}

/*  -----------------------------------------------  */
/*  -----------------------------------------------  */
/*  scl ｜下から上、右から、左から出現
---------------------------------------------------  */
.js-scl {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.js-scl.js-scl-left {
  transform: translate(-30px, 0);
}
.js-scl.js-scl-right {
  transform: translate(30px, 0);
}
.js-scl.js-scl-up {
  transform: translate(0, 30px);
}
.js-scl.js-scl-down {
  transform: translate(0, -30px);
}
.js-scl.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
/*  -----------------------------------------------  */
/*  -----------------------------------------------  */
.fade{
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn { 
  0% {opacity: 0} 
  100% {opacity: 1} 
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
