  @charset "utf-8";

/* ======================================================
 * tsukubalabo.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
/* ======================================================
  * PC / SP Common
====================================================== */

#green_office .cl_grn{
  color: #8eb012;
}

#green_office .pageHead figure:first-child{
  position: relative;
}
#green_office .pageHead .ovr_chara1,
#green_office .pageHead .ovr_chara2{
  position: absolute;
  color: #fff;
  white-space: nowrap;
}

#green_office .contents .ln_grn{
  background-color:  #8eb012;
  padding-left: 3px;
}
#green_office .contents .ln_grn > p{
	color: #fff;
}


#green_office .cnpt > div{
  /* border-bottom: solid 1px #8eb012; */
  padding-top: 25px;
}

#green_office .cnpt > div::after{
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background-color: #8eb012;
  position: absolute;
  bottom: 0;
  left: 10px;
}
#green_office .cnpt dl dt:first-child{
  font-weight: 700;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .dsp_pc{
    display: block;
  }
  .dsp_sp{
    display: none;
  }

  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
    
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */

  #green_office .sld_top{ 
    max-width: 1232px;
    margin: auto;
    padding: 10px 30px;
  }
  #green_office .container > figure:first-child .cl_grn{
    font-size: 1.4rem;
  }
  #green_office .ft_r2{
    font-size: 2rem;
    font-weight: 700; 
  }

  #green_office .pageHead .ovr_chara1{
    font-size: 4rem;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #green_office .pageHead .ovr_chara2{
    font-size: 2.2rem;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #green_office .concept .order-md-2{
    margin-left: 9px;
  }
	#green_office .video{
		max-width: 800px;
		margin: auto;
	}
  #green_office .concept figure .cl_grn{
    font-weight: 600;
    margin: 5px;
  }
  #green_office .cnpt_parts .cnpt:first-child > div::before{
    content: "";
    display: block;
    width: 101%;
    height: 0.4px;
    background-color: #8eb012;
    position: relative;
    bottom: 25px;
    left: -8px;
  }
  #green_office .cnpt dl dt:first-child{
    font-size: 1.25rem;
  }
	#green_office .table-wrap .table{
		max-width: 800px;
	}
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1232px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .dsp_pc{
    display: none;
  }
  .dsp_sp{
    display: block;
  }

  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */

  #green_office .pageHead .ovr_chara1{
    font-size: 2.2rem;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #green_office .pageHead .ovr_chara2{
    font-size: 1.3rem;
    top: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #green_office .cnpt_parts .cnpt{
    margin-bottom: unset;
  }
  #green_office .cnpt_parts .cnpt:first-child > .col-md-6:first-child{
    border-top: solid 1px #8eb012;
  }


}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {

}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}