/*
	work.css
*/

/* common parts */

.work .heading2 {
  border-left: 5px solid #019145;
  color: #009144;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 3rem;
}

.work .heading2 span {
  display: block;
  border: 1px solid #019145;
  padding: 1.5rem 1rem;
}

.work .heading3 {
  color: #009144;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 3rem;
}

.work .txt_center {
  text-align: center;
}

.work .mt10 {
  margin-top: 10px;
}

.work .mt20 {
  margin-top: 20px;
}

.work .mt30 {
  margin-top: 20px;
}

.work .font_red {
  color: #f6615f;
}

.work .sec {
    padding: 5rem 0;
}

.work .contents_wrap {
  width: 100%;
  max-width: 900px;
  position: relative;
}

.work .inner {
    max-width: 1095px;
    margin: 30px auto;
}

.work .anc_part li a {
  display: block;
  background: url(../picture/work_anc_list_bg.jpg) no-repeat center right;
  background-size: cover;
  color: #FFF;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
}

.work .topics_box {
  background: #f9dcdc;
  border: 1px solid #f6615f;
  color: #f6615f;
  margin-bottom: 3rem;
  padding: 3rem;
  text-align: center;
}

.work .topics_box .tt {
  font-weight: bold;
  margin-bottom: 1rem;
}

.work .flex .col {
  background: #d9eedd;
  box-sizing: border-box;
  width: 40%;
  text-align: center;
  padding: 2rem;
}

.work .flex .col .tt {
  color: #009144;
  font-size: 32px;
  font-weight: bold;
}

.work .flex .col .txt {
  color: #009144;
  font-weight: bold;
}

.work .flex .arrow {
  width: 10%;
  background: url(../picture/work_arrow.png) no-repeat center center;
}

.work .cont2 .flex .col {
  margin-bottom: 2rem;
} 

.work .cont2 .heading3 {
  background: #FFF;
  border-radius: 16px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 1.5rem;
} 

.work .cont2 .catch {
  color: #009144;
  font-weight: bold;
  margin-bottom: 1rem;
} 

.work .cont2 .flex .txt {
  text-align: left;
  color: #666666;
} 

.work .cont2 .flex .col.red {
  background: #f9dcdc;
} 

.work .cont2 .col.red .heading3 {
  color: #f6615f;
} 

.work .cont2 .col.red .catch {
  color: #f6615f;
} 

.work .flex .arrow.none {
  width: 10%;
  background: none;
}

.work .cont3 .flex {
  justify-content: space-between;
}

.work .cont3 .flex .col {
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  width: 48%;
}

.work .cont3 .col .txt ,
.work .cont3 .col .tt {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
 
.work .cont3 .col .tt {
  font-weight: bold;
}

.work .cont3 .line .img {
  width: calc(( 150 / 508 ) * 100%);
}

.work .cont3 .line .txts {
  width: calc(( 328 / 508 ) * 100%);
  padding-left: 1rem;
}

.work .more_btn {
  margin: 0 auto;
  width: 36%;
}

.work .more_btn a {
  display: block;
  background: #f6615f url(../picture/work_arrow2.png) no-repeat right 10px center;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
}

@media screen and (max-width: 767px) {

  .work .heading2 {
    font-size: 24px;
  }

  .work .heading3 {
    font-size: 18px;
  }

  .work .flex {
    display: block;
    flex-wrap: wrap;
  }
  .work .flex .col {
    width: 100%!important;
    margin-bottom: 2rem;
  }

  .work .flex .col .tt {
    font-size: 22px;
  }
  .work .line.flex {
    display: flex;
  }

  .work .more_btn {
    margin: 0 auto;
    width: 80%;
  }
  
}