@import url("/linux-oss/linuxoss-common.css");

.table-lime th {background-color: #C0CA33; color:#222; border: 1px solid #9E9D24; vertical-align: middle;}
.table-lime td {border: 1px solid #C0CA33; vertical-align: middle;}
.table-lime .light {background-color:#F0F4C3;}

.table-blue th {background-color: #1976D2; color:#fff; border: 1px solid #0D47A1; vertical-align: middle;}
.table-blue td {border: 1px solid #1976D2; vertical-align: middle;}
.table-blue .light {background-color:#BBDEFB;}

.table-green th {background-color: #689F38; color:#fff; border: 1px solid #33691E; vertical-align: middle;}
.table-green td {border: 1px solid #689F38; vertical-align: middle;}
.table-green .light {background-color:#DCEDC8;}

.table-emerald th {background-color: #0a8889; color:#fff; border:1px solid #00695C; vertical-align: middle;}
.table-emerald td {border: 1px solid #00695C; vertical-align: middle;}
.table-emerald .light {background-color:#b4e0e0;}

.table-orange th {background-color: #FFA000; color:#222; border: 1px solid #FF6F00; vertical-align: middle;}
.table-orange td {border: 1px solid #FFA000; vertical-align: middle;}
.table-orange .light {background-color:#FFECB3;}

.table-graphite th {background-color: #455A64; color:#fff; border: 1px solid #263238; vertical-align: middle;}
.table-graphite td {border: 1px solid #455A64; vertical-align: middle;}
.table-graphite .light {background-color:#ECEFF1;}


.table-titanium th, .table-titanium td {border-top:none; border-bottom:1px solid #90A4AE; vertical-align: middle;}
.table-titanium th {background-color: #CFD8DC; color:#223;}
.table-titanium tr:first-child {border-top:1px solid #90A4AE;}
.table-titanium .light {background-color:#F8FAFC;}




.text-lime {color:#AFB42B;}
.text-blue {color:#1976D2;}
.text-green {color:#689F38;}
.text-emerald {color:#0a8889;}
.text-orange {color:#FFA000;}
.text-titanium {color:#CFD8DC;}

.bg-lime {color:#AFB42B;} .bg-limelight {background-color:#F0F4C3;}
.bg-blue {color:#1976D2;} .bg-bluelight {background-color:#BBDEFB;}
.bg-green {color:#689F38;} .bg-greenlight {background-color:#DCEDC8;}
.bg-emerald {color:#0a8889;} .bg-emeraldlight {background-color:#b4e0e0;}
.bg-orange {color:#FFA000;} .bg-orangelight {background-color:#FFECB3;}
.bg-titanium {color:#CFD8DC;} .bg-titaniumlight {background-color:#ECEFF1;}

.area-ttl{
  background: url('/img/darkblue-bg.jpg') no-repeat center 50%;
  background-size: cover;
}

.area-ttl__ttl{
 background: url('/linux-oss/img/miraclelinux.svg') no-repeat 50% 0;
 background-size: 34px auto;
 color: #f0f0f0;
}

.navbar{padding: .2rem .5rem; background-color:#EEE;}
.navbar-brand {
    background: url('/linux-oss/img/miraclelinux-mono.svg') no-repeat left center;
    background-size: contain;
    height: 25px;
    width: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.ml-cover{
  padding: 150px 0 !important;
  background: url('/miraclelinux-license-free/img/gettyimages-1252813841-2048x2048.jpg') no-repeat center center / cover;
  text-align:center;
}

.ml-cover h2{font-size:36pt;}

.seminar-cover{
    text-align: center;
    background: url('/linux-livepatch/img/livepatch-seminar-cover.jpg') center center no-repeat !important;
    background-size: cover;
}


/*-----------------------------------------
 ML free top
-------------------------------------------*/
.top-wrapper {
  background: linear-gradient(249deg, #66d98017, rgb(74 189 131 / 48%)), url('/miraclelinux-license-free/img/ml-free-key.jpg') no-repeat center center / cover;
  padding-top: 80px;
  padding-bottom: 80px;

}

@media (max-width: 992px) {
  .top-wrapper {
    background: url('/miraclelinux-license-free/img/ml-free-key_md.jpg') no-repeat center center / cover;
    padding-top: 320px;
  }
}

.download-wrapper {
  position: relative;
  width: 555px;
  height: auto;
  width: 100%;
  background: #EEE;
  border-radius: 1rem/1rem;
  box-shadow: 8px 10px 16px rgb(0 0 0 / 10%);
  transform: translateZ(0);
  padding: 15px;
}

.download-wrapper::before {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 112px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 0 5px #0099DC;
  border-radius: 1rem;
  background: #0099DC;
  color: white;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  content: '無料！';
}

@media (max-width: 1100px) {
  .ps-br {
    display: none;
  }
}

.download-ttl {
  padding-right: 56px;
}

@media (max-width: 992px) {
  .download-ttl {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 160px;
  }
}

.dlcard-wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem/0.8rem;
  background: #0099DC;
  box-shadow: 8px 10px 16px rgb(0 0 0 / 10%);
  transform: translateZ(0);
  border: #0099DC solid 4px;
  margin-right: 6px;
}

.dlcard-cover {
  background: #0099DC;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: white;
}

.dlcard-cover h3 {
  font-size: 16px;
}

.dlcard-footer {
  height: auto;
  width: 100%;
  padding: 8px;
  background: white;
  z-index: 3;
  color: #0099DC;
  font-weight: bold;
}

.dlcard2-wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem/0.8rem;
  background: #5E5E5E;
  box-shadow: 8px 10px 16px rgb(0 0 0 / 10%);
  transform: translateZ(0);
  border: #5E5E5E solid 4px;
  margin-left: 6px;
}

.dlcard2-cover {
  background: #5E5E5E;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: white;
}

.dlcard2-cover h3 {
  font-size: 16px;
}

.dlcard2-footer {
  height: auto;
  width: 100%;
  padding: 8px;
  background: white;
  z-index: 3;
  color: #5E5E5E;
  font-weight: bold;
}



.form-buttom {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: .3s;
  border: 1px solid transparent;
  letter-spacing: 2px;
  width: 100%;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 16px 14px 18px;
  font-size: 1em;
  color: #fff;
  box-shadow: 0px 0px 8px 0px rgb(255 97 42 / 70%);
  background-color: #FF9500;
  height: 48px;
}

.form-buttom:hover {
  color: #FF9500;
  background-color: #fff;
}

.c-hover:hover {
  opacity: 0.8;
}

.ss_trial {
  background: linear-gradient(#483D8B, #4AC3BD);
}

.ss_trial_textarea{
  padding:2em;
  color:#fff;
}

.ss_trial_imagearea{
  background: url(/linux-livepatch/img/evaluation.jpg) no-repeat 50% !important;
  background-size:cover !important;
  height:300px;
}

.lp-contact{
  background: url(/linux-livepatch/img/lp-contact-bg.jpg) no-repeat top center !important;
  background-size: cover !important;
}

.sec01__link{
  padding: 50px 0 90px;
}
.sec01__link a{
  font-size: 18px;
  font-weight: bold;
  background: #1D2087;
  border-radius: 50px;
  text-align: center;
  max-width: 100%;
  width: 700px;
  color:#fff;
  line-height: 1;
  padding: 25px 10px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  position: relative;
  border: solid 3px #1D2087;
  transition: 0.3s;
}
.sec01__link a:hover{
  background: #fff;
  color:#1D2087;
}
.sec01__link a span{
  font-size: 24px;
  color: #FFE100;
	text-align: center;
}
.sec01__link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/centos/support/img/centos/arrowbg04.svg);
	background-repeat: no-repeat;
	background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0 , -50%);
  transition: 0.3s;
}
.sec01__link a:hover::after{
background: url(/centos/support/img/centos/arrowbg04-2.svg);
background-repeat: no-repeat;
background-size: contain;
}

