@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 500px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

/*　//////////////////////////////////////////////////
------- ここから、共通 -------
//////////////////////////////////////////////////　*/

.btn {
  padding: 0;
}

.btn a {
  padding: 6px 12px;
}

.btn-area {
  text-align: center;
}

.btn-default {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: linear-gradient(0deg, #004c9b 0%, #0652a1 33%, #003894 100%);
}

.btn-default2 {
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  background: #0b55d1;
}

.btn-default3 {
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
  background: #1cb7a3;
}



.btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btn:hover a {
  text-decoration: none;
}

.btn a {
  color: #fff;
  display: inline-block;
}

article .section-box {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}

@media only screen and (max-width: 960px) {
  article .section-box {
    width: 100%;
    padding: 30px 0;
  }
}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}

.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}

@media only screen and (max-width: 500px) {
.mb10 {margin-bottom: 5px !important;}
.mb20 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 15px !important;}
.mb40 {margin-bottom: 20px !important;}
.mb60 {margin-bottom: 30px !important;}

.mt10 {margin-top: 5px !important;}
.mt20 {margin-top: 10px !important;}
.mt30 {margin-top: 15px !important;}
.mt40 {margin-top: 20px !important;}
.mt60 {margin-top: 30px !important;}
}

/*　//////////////////////////////////////////////////
------- ここまで、共通 -------
//////////////////////////////////////////////////　*/


/*　//////////////////////////////////////////////////
------- ここから、header and footer -------
//////////////////////////////////////////////////　*/

header {
  margin-bottom: 0px;
}

.headerTop {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .headerTop {
    width: 95%;
  }
}

@media only screen and (max-width: 500px) {
  .headerTop {
    padding: 0 15px 10px 15px;
    border-bottom: 1px solid #ccc;
  }
}

.headerTop:after {
  content: "";
  display: block;
  clear: both;
}

.headerTop .sublogo {
  float: left;
  width: 200px;
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 500px) {
  .headerTop .sublogo {
    float: none;
    width: 120px;
    padding: 8px 0 0 0;
  }
}

.headerBottom {
  background: #fff;
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}

.headerBottom.chase {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.headerBottomIn {
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
.headerBottomIn {
  width: 95%;
}
}

.headerBottomIn:after {
  content: "";
  display: block;
  clear: both;
}

.headerBottom p {
  width: 400px;
  margin: 12px 0 8px 0 ;
  padding: 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  float: left;
}

@media only screen and (max-width: 500px) {
  .headerBottom h1 {
    float: none;
    line-height: 1;
    width: 100%;
    padding: 8px 15px;
  }
}

.headerBottom .headerBottomIn ul{
  float: right;
}

.headerBottom .btn {
  height: 40px;
  text-align: center;
  float: left;
  margin-left: 10px;
}

.headerBottom .btn a{
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.headerBottom .btn a:after{
  display: block;
  content:"";
  position: absolute;
  right: 5px;
  top: 50%;
  background:url(../images/mdk_arrow_right.png) right top no-repeat;
  width: 4px;
  height: 8px;
  background-size: contain;
  margin-top: -4px;
}

@media only screen and (max-width: 500px) {
  
  .headerBottom .btn a{
    font-size: 1.0rem;
    padding-left: 10px;
    padding-right: 15px;
    margin-right: 0;
  }
  
  .headerBottom .headerBottomIn ul{
    float: none;
    margin-left: 10px;
  }
  
  .headerBottom .btn {
    float: none;
    height: inherit;
    margin-left: 0;
    margin-right: 0;
  }
  
  .headerBottomIn{
    width: 100%;
  }
}

h1 {
  padding: 0;
  margin: 0;

}

.headerBottom h1 {
  margin: 12px 0 8px 0 ;
  padding: 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  float: left;
}

@media only screen and (max-width: 500px) {
  .headerBottom h1 {
    float: none;
    line-height: 1;
    width: 100%;
    padding: 8px 15px;
  }
}



.footerTopWrapper {
  width: 960px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .footerTopWrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 754px) {
  .footerTopWrapper {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.footerTopWrapper .footerTop {
  margin-bottom: 30px;
  border-top: 1px solid #999;
}

@media only screen and (max-width: 960px) {
  .footerTopWrapper .footerTop {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
}

.footerTopWrapper .footerTop .footer-logo {
  width: 236px;
  float: left;
  padding-top: 30px;
  font-size: 2rem;
}

@media only screen and (max-width: 960px) {
  .footerTopWrapper .footerTop .footer-logo {
    width: 100%;
    text-align: center;
    float: none;
    padding-top: 15px;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
  .pcbr {display: none;}
}

@media only screen and (max-width: 960px) {
  .footerTopWrapper .footerTop .footer-logo img {
    width: 150px;
  }
}

.footerTopWrapper .footerTop nav {
  float: right;
  width: 630px;
}

@media only screen and (max-width: 960px) {
  .footerTopWrapper .footerTop nav {
    float: none;
    width: 100%;
  }
}

.footerTopWrapper .footerTop nav ul {
  margin-top: 5px;
}

@media only screen and (max-width: 960px) {
  .footerTopWrapper .footerTop nav ul {
    text-align: left;
  }
}

.footerTopWrapper .footerTop nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.footerTopWrapper .footerTop nav ul li {
  display: inline-block;
  background: url(../images/footer_arrow_01.gif) left center no-repeat;
  padding-left: 14px;
  margin-top: 22px;
  margin-right: 30px;
  float: left;
  text-align: left;
}

@media only screen and (max-width: 960px) {
  .footerTopWrapper .footerTop nav ul li {
    display: inline-block;
    float: none;
    width: inherit;
    margin-right: 10px;
    margin-top: 3px;
  }
}

.footerTopWrapper .footerTop nav ul li a {
  font-size: 22.4px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
  .footerTopWrapper .footerTop nav ul li a {
    font-size: 1rem;
  }
}

.footerTopWrapper .footerTop nav ul li a:hover {
  text-decoration: underline;
}

/*　//////////////////////////////////////////////////
------- ここまで、header and footer -------
//////////////////////////////////////////////////　*/


/*　//////////////////////////////////////////////////
keyvisual
//////////////////////////////////////////////////　*/

.keyvisual {
  width: 100%;
  height: 480px;
  margin: auto;
  overflow: hidden;
  background-image: url(../images/gitlab_title_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.keyvisual_wrap {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.title_left {
  width: 52%;
}

.title_left_txt_a {
  width: 80%;
  color: #fff;
  font-size:min(2vw,24px);
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.title_left_txt_b {
  width: 80%;
  margin-bottom: 60px;
}

.title_left_txt_b img {
  width: 100%;
}

.title_left_txt_c {
  width: 80%;
  text-align: center;
}

.title_left_txt_c .btn {
  width: 240px;
  font-size: 24px;
  font-weight: 600;
}

.title_right {
  width: 48%;
}

.title_right img {
  width: 100%;
}

.title_bottom {
  width: 100%;
  margin-top: 6px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}


@media only screen and (max-width: 1067px) { 
.keyvisual { height: auto; aspect-ratio: auto; padding: 32px 0;}
}

@media only screen and (max-width: 500px) { 
.title_left { width: 100%;}
.title_left_txt_a { text-align: center; width: 100%; font-size: 18px; margin-bottom: 10px;}
.title_left_txt_b { text-align: center; width: 100%; margin-bottom: 28px;}
.title_left_txt_b img { width: 60%;}
.title_left_txt_c { width: 100%;}
.title_left_txt_c .btn { width: 180px; font-size: 18px; margin-bottom: 28px;}
.title_right { width: 70%;}
.title_right img { width: 100%;}
.title_bottom { text-align: left; font-size: 12px;}
}

/*　//////////////////////////////////////////////////
共通パーツ
//////////////////////////////////////////////////　*/

.bgc_lightblue {
  background-color: #e6eefa;
  padding: 40px 0;
}

.bgc_lightgray {
  background-color: #eee;
  padding: 40px 0;
}

.bgc_blue {
  background-color: #153a63;
  padding: 40px 0;
}

.base_sec {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.toptxt {
  font-size: 24px;
  font-weight: 600;
  color: #153a63;
  margin-bottom: 30px;
}

.gitlab-h2 {
  font-size: 32px;
  font-weight: 600;
  color: #153a63;
  margin-bottom: 30px;
}

.whitebox {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
}

.platform_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.platform1_1 {
  width: 100%;
  margin: 10px 0 40px 0;
}

.platform1_1 img {
  max-width: 240px;
  width: 50%;
}

.platform1_2 {
  width: 64%;
  margin-right: 4%;
}

.platform1_2 img {
  width: 100%;
}

.platform1_3 {
  width: 32%;
}

.platform1_3 p {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

.platform1_3 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.platform1_3 ul li {
  width: 25%;
  margin-bottom: 16px;
}

.platform1_3 ul li:nth-child(9),
.platform1_3 ul li:nth-child(10) {
  margin-bottom: 0;
}

.platform1_3 ul li p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.platform1_3 ul li img {
  width: 55%;
  margin-bottom: 6px;
}

.whitebox h3 {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 6px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}

.features-list-a {
  text-align: left;
  position: relative;
  list-style-type: none;
}

.features-list-a li {
  margin: 0 0 12px 30px;
  font-size: 18px;
}

.features-list-a li:last-child {
  margin: 0 0 0 30px;
}

.features-list-a li:before {
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f058';
}

.platform_wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.platform2_1 {
  width: 14%;
  margin-left: 3%;
}

.platform2_2 {
  width: 46%;
}

.platform2_3 {
  width: 14%;
  margin-right: 3%;
}

.platform2_4 {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform2_1 img,
.platform2_2 img,
.platform2_3 img {
  width: 100%;
}

.platform2_1 p,
.platform2_3 p {
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0 0 0;
  padding: 0; 
}

.platform_triangle {
  background: #ccc;
  height: 50px;
  width: 25px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.features-list-b {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  list-style-type: none;
  margin: 0;
}

.features-list-b li {
  width: 30%;
  margin: 0 5% 16px 0; 
  font-size: 16px;
  text-indent:-1em;
  padding-left:1em;
}

.features-list-b li:nth-child(3n) {
  margin: 0 0 16px 0; 
}

.features-list-b li:nth-child(4),
.features-list-b li:nth-child(5) {
  margin: 0 5% 0 0; 
}

@media only screen and (max-width: 960px) { 
.platform1_3 ul li p { font-size: 12px;}
}

@media only screen and (max-width: 500px) { 
.toptxt { font-size: 18px; margin-bottom: 20px;}
.gitlab-h2 { font-size: 24px; margin-bottom: 30px;}
.whitebox { padding: 20px;}
.platform1_1 { margin: 0 0 20px 0;}
.platform1_2 { width: 100%; margin-right: 0; margin-bottom: 20px;}
.platform1_3 { width: 100%;}
.platform1_3 p { font-size: 16px; margin-bottom: 12px;}
.platform1_3 ul li { margin-bottom: 12px;}
.platform1_3 ul li p { font-size: 12px;}
.platform1_3 ul li img { width: 40%; margin-bottom: 4px;}
.whitebox h3 { font-size: 18px; margin-bottom: 15px;}
.features-list-a li { margin: 0 0 8px 20px; font-size: 14px;}
.features-list-a li:last-child { margin: 0 0 0 20px;}
.platform_wrap2 { margin: 20px 0;}
.platform2_1 { width: 100%; margin-left: 0;}
.platform2_2 { width: 100%;}
.platform2_3 { width: 100%; margin-right: 0;}
.platform2_4 { width: 100%; padding: 16px 0;}
.platform2_1 img,.platform2_3 img { width: 30%;}
.platform2_2 img { width: 80%;}
.platform2_1 p,.platform2_3 p { font-size: 12px; margin: 4px 0 0 0;}
.platform_triangle { height: 20px; width: 40px; clip-path: polygon(0 0, 100% 0, 50% 100%);}
.features-list-b li { width: 100%; margin: 0 0 4px 0; font-size: 14px;}
.features-list-b li:nth-child(3n) { margin: 0 0 4px 0;}
.features-list-b li:nth-child(4) { margin: 0 0 4px 0;}
}

.features_wrap {
  display: flex;
  flex-wrap: wrap;
}

.features_contents {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 20px;
}

.features_contents:nth-child(4n) {
  margin-right: 0;
}

.features_contents:nth-child(9),
.features_contents:nth-child(10) {
  margin-bottom: 0;
}

.features_contents img {
  width: 25%;
}

.features_txt1 {
  margin: 12px 0 16px 0;
  color: #412e7a;
  font-size: 18px;
  font-weight: 600;
}

.features_txt2 {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.project_contents {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 40px;
}

.project_contents:nth-child(2n) {
  margin-right: 0;
}

.project_contents:nth-child(3),
.project_contents:nth-child(4) {
  margin-bottom: 0;
}

.project_contents img {
  width: 100%;
  border: 1px solid #ccc;
}

.project_txt {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0 0;
}


@media only screen and (max-width: 500px) { 
.features_contents { width: 45%; margin-right: 10%;}
.features_contents:nth-child(2n) { margin-right: 0;}
.features_txt1 { margin: 10px 0 8px 0; font-size: 16px;}
.features_txt2 { font-size: 12px;}
.project_contents { width: 100%; margin-right: 0; margin-bottom: 30px;}
.project_contents:nth-child(3) { margin-bottom: 30px;}
}

.inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inquiry li {
  width: 360px;
  margin: 0 30px;
}

.inquiry li a {
  font-size: 30px;
  font-weight: 600;
}

@media only screen and (max-width: 500px) { 
.inquiry li { width: 150px; margin: 0 10px;}
.inquiry li a { font-size: 14px;}
}

.ci_cd_wrap {
  width: 100%;
  margin: 20px 0 40px 0;
}

.ci_cd_wrap img {
  width: 90%;
}

.ci_cd_wrap2 {
  display: flex;
  flex-wrap: wrap; 
}

.ci_cd_contents {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 30px;
  text-align: left;
}

.ci_cd_contents:nth-child(2n) {
  margin-right: 0;
}

.ci_cd_contents:nth-child(3),
.ci_cd_contents:nth-child(4) {
  margin-bottom: 0;
}

.ci_cd_contents p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
}

@media only screen and (max-width: 500px) { 
.ci_cd_contents { width: 100%; margin-right: 0; margin-bottom: 20px;}
.ci_cd_contents:nth-child(3) { margin-bottom: 20px;}
.ci_cd_contents p { font-size: 14px; padding-left: 20px;}
}

.security_wrap {
  display: flex;
  flex-wrap: wrap; 
}

.security_contents {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 12px;
}

.security_contents:nth-child(2n) {
  margin-right: 0;
}

.security_contents:nth-child(9),
.security_contents:nth-child(10) {
  margin-bottom: 0;
}

.security_contents_wrap {
  display: flex;
  flex-wrap: wrap;
}

.security_contents_left {
  width: 35%;
  min-height: 120px;
  padding: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.security_contents_right {
  width: 65%;
  padding: 2%;
  display: flex;
  align-items: center;
}

.security_contents_right_txt {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.color-a .security_contents_wrap {
  border: 2px solid #6e49cb;
}
.color-a .security_contents_left {
  background-color: #6e49cb;
}

.color-b .security_contents_wrap {
  border: 2px solid #fca121;
}
.color-b .security_contents_left {
  background-color: #fca121;
}

.color-c .security_contents_wrap {
  border: 2px solid #fc6d26;
}
.color-c .security_contents_left {
  background-color: #fc6d26;
}

.textsmall80 {
  font-size: 80%;
}

.wordbreakall {
  word-break: break-all;
}

.features_contents_2 {
  padding: 20px;
  text-align: left;
}

.features_contents_2wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.features_contents_2wrap_l {
  width: 40px;
  margin-right: 10px;
}

.features_contents_2wrap_r {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.color-a-box {
  background-color: #6e49cb;
}

.color-b-box {
  background-color: #fca121;
}

.color-c-box {
  background-color: #fc6d26;
}

@media only screen and (max-width: 500px) { 
.security_contents { width: 100%; margin-right: 0; margin-bottom: 8px;}
.security_contents:nth-child(9) { margin-bottom: 8px;}
.security_contents_left { min-height: auto; font-size: 13px;}
.security_contents_right_txt { font-size: 12px;}
.textsmall80 { font-size: 100%;}
.features_contents_2 { padding: 10px;}
.features_contents_2wrap { margin-bottom: 8px;}
.features_contents_2wrap:last-child { margin-bottom: 0;}
.features_contents_2wrap_r { font-size: 12px;}
}

.gitlabduo_bg {
  background-color: #000;
  margin-top: 40px;
  padding: 20px;
}

.gitlabduo_logo {
  margin-top: 20px;
}

.gitlabduo_logo img {
  max-width: 300px;
  width: 70%;
}

.devsecopsplatform {
  margin: 40px 0 60px 0;
}

.devsecopsplatform p {
  color: #6fdac9;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.devsecopsplatform-image { 
  width: 100%;
}

.devsecopsplatform-image img {
  width: 100%;
}

.gitlabduo_features_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.gitlabduo_features {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  margin-right: 10%;
  margin-bottom: 30px;
}

.gitlabduo_features:nth-child(2n) {
  margin-right: 0;
}

.gitlabduo_features:nth-child(7),
.gitlabduo_features:nth-child(8) {
  margin-bottom: 0;
}

.gitlabduo_features_l {
  width: 15%;
  margin-right: 5%;
}

.gitlabduo_features_l img {
  width: 100%;
}

.gitlabduo_features_r {
  width: 80%;
  text-align: left;
}

.gitlabduo_features_r p {
  color: #6fdac9;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}

.gitlabduo_features_r ul {
  list-style-type: none;
  margin: 0;
}

.gitlabduo_features_r ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4px;
  padding-left: 16px;
  position: relative;
}

.gitlabduo_features_r ul li:before {
  content: "◆";
  position: absolute;
  top: 4px;
  left : 0;
  color: #6fdac9;
  font-size: 8px;
}

.gitlabduo_features_r .caption {
  margin-top: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
}

@media only screen and (max-width: 500px) { 
.gitlabduo_bg { margin-top: 20px; padding: 10px;}
.devsecopsplatform { margin: 20px 0 30px 0;}
.devsecopsplatform p {font-size: 16px;}
.devsecopsplatform-image { overflow-x: scroll;}
.devsecopsplatform-image img { width: 800px;}
.gitlabduo_features { width: 100%; margin-right: 0; margin-bottom: 20px;}
.gitlabduo_features:nth-child(7) { margin-bottom: 20px;}
.gitlabduo_features_l { width: 12%; margin-left: 3%;}
.gitlabduo_features_r p { font-size: 14px;}
.gitlabduo_features_r ul li { font-size: 12px; padding-left: 12px;}
.gitlabduo_features_r ul li:before { font-size: 6px;}
}

.license_table {
  width: 100%;
}

.license_table table {
  width: 100%;
}

.license_table table td,
.license_table table th {
  border: 8px solid #fff;
}

.license_table .width_a {
  width: 16%;
}

.license_table .width_b {
  width: 21%;
}

.license_table .cel_a {
  background-color: #c0153f;
  padding: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.license_table .cel_b {
  background-color: #f2d0d9;
  padding: 8px;
  color: #c0153f;
  font-size: 16px;
  font-weight: 600;
}

.license_table .cel_c {
  background-color: #eee;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.license_table .cel_d {
  background-color: #eee;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.reference {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 14px;
}

.reference a {
  color: #153a63;
}

@media only screen and (max-width: 500px) { 
.license_table { overflow-x: scroll;}
.license_table table { width: 560px;}
.license_table table td, .license_table table th { border: 4px solid #fff;}
.license_table .cel_a { padding: 4px; font-size: 14px;}
.license_table .cel_b { padding: 4px; font-size: 12px;}
.license_table .cel_c { padding: 10px; font-size: 12px;}
.license_table .cel_d { padding: 10px; font-size: 12px;}
.reference { margin-top: 15px; margin-bottom: 30px; font-size: 12px;}
}
