@charset "UTF-8";

/*
========================================

	/company/css/company_add.css
 
========================================
*/

body.company {
  background-color: #fff;
  background-repeat: repeat-y;
  background-size: 25% 100%;
  background-position: 0 0;
  background-image: linear-gradient(#f2f8f9, #f2f8f9);
}

body.company #te_contents .container {
  background-color: transparent;
}

body.company #te_contents > .container {
  background-color: #fff;
  /*border: 1px dotted #c33;★ガイド*/
}

@media (min-width: 640px) {
  body.company #te_contents > .container {
    background-color: transparent;
    background-color: #fff;
    background-repeat: repeat-y;
    background-size: 25% 100%;
    background-position: 0 0;
    background-image: linear-gradient(#f2f8f9, #f2f8f9);
    /*border: 1px dotted #c33;★ガイド*/
  }
}

@media (min-width: 1024px) {
  body.company #te_contents > .container {
    background-color: transparent;
    background-color: #fff;
    background-repeat: repeat-y;
    background-size: 35% 100%;
    background-position: 0 0;
    background-image: linear-gradient(#f2f8f9, #f2f8f9);
    /*border: 1px dotted #c33;★ガイド*/
  }
}

div#te_pagetitle_area_static {
  /*background-image: linear-gradient(-120deg, #a6c0fe 0%, #f68084 100%);*/
  background: url(/common/cmn_img/bg_pagetitle.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 640px) {
  #te_contents .company_overview dt span.titlebox {
    display: block;
    min-width: 4rem;
    max-width: 5rem;
    text-align: justify;
    text-align-last: justify;
    /*border: 1px dotted #c33;★ガイド*/
  }
}

/*----------------------
  base layout
----------------------*/

#te_contents h2 {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  /*border: 1px dotted #c33;★ガイド*/
}

#te_contents h2.line {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  #te_contents h2.line {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
  }

  #te_contents h2.line::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    max-width: 1920px;
    height: 7px;
    background: linear-gradient(45deg, #5571b3 10%, #b1dfe6 25%, transparent 100%);
  }
}

#te_contents h3 {
  margin-bottom: 1.5rem;
}

#te_contents h2.line + h3 {
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

#te_contents h4 {
  margin-bottom: 1rem;
}

#te_contents dl dt {
  /*margin-bottom: 1rem;
  font-weight: 700;*/
}

#te_contents dl dd {
  /*margin: 0 0.5rem 1rem 0.5rem;
  background-color: #f2f8f9;*/
}

#te_contents table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/*
.contents_item a {あとでもとから消すほうがいい
    border:0;
}*/
