.technology section:not(.tpl-contact) h2 {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}

.technology section:not(.tpl-contact) h2:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  margin: auto;
  background-color: #68a082;
  content: "";
}

.technology-mv .mv {
  background-image: url(/assets/img/technology/mv_bg.jpg);
}

.technology-anchor {
  padding: 75px 0 65px;
}

.technology-anchor-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.technology-anchor-list > ul > li {
  width: 25%;
}

.technology-anchor-list > ul > li > a {
  display: table;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  border-left: 1px solid #cccccc;
  color: #222222;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.technology-anchor-list > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
}

.technology-outline {
  padding: 65px 0 130px;
}

.technology-outline-detail > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.technology-outline-detail > ul > li {
  width: 50%;
}

.technology-outline-detail > ul > li > p {
  padding-top: 30px;
  line-height: 2.0;
}

.technology-outline-detail > ul > li:last-of-type {
  padding-left: 20px;
  text-align: right;
}

.technology-feature {
  padding-bottom: 60px;
}

.technology-feature + .technology-feature > div:after {
  background-image: url(/assets/img/technology/feature02_bg.jpg);
}

.technology-feature > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: calc(100% - (100% - 1100px) / 2);
}

.technology-feature > div:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  width: 100%;
  height: 460px;
  background-image: url(/assets/img/technology/feature01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.technology-feature > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 110px;
}

.technology-feature > dl > dt {
  width: 50%;
  padding-left: 20px;
}

.technology-feature > dl > dt > div {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
}

.technology-feature > dl > dt > div > p {
  line-height: 2.0;
}

.technology-feature > dl > dd {
  position: relative;
  width: 50%;
  padding-top: 30px;
  padding-left: 170px;
}

.technology-comparison {
  padding-top: 60px;
  padding-bottom: 90px;
}

.technology-comparison-table > table.pc tr:last-of-type > td {
  border-bottom: 1px solid #dfdfdf;
}

.technology-comparison-table > table.pc tr > th {
  position: relative;
  padding: 15px 0;
  padding-left: 40px;
  border-top: 1px solid #dfdfdf;
  background-color: #f1f7f1;
  color: #68a082;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

.technology-comparison-table > table.pc tr > th:before, .technology-comparison-table > table.pc tr > th:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.technology-comparison-table > table.pc tr > th:before {
  top: 0;
}

.technology-comparison-table > table.pc tr > th:after {
  bottom: 0;
}

.technology-comparison-table > table.pc tr > td {
  padding: 20px 0;
  padding-left: 40px;
  border-top: 1px solid #dfdfdf;
  line-height: 1.5;
  vertical-align: middle;
}

.technology-comparison-table > table.sp tr:last-of-type > th, .technology-comparison-table > table.sp tr:last-of-type td {
  border-bottom: 1px solid #dfdfdf;
}

.technology-comparison-table > table.sp tr > th {
  position: relative;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
  background-color: #f1f7f1;
  color: #68a082;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

.technology-comparison-table > table.sp tr > th:nth-of-type(1) {
  width: 30%;
}

.technology-comparison-table > table.sp tr > th:nth-of-type(2) {
  width: 35%;
}

.technology-comparison-table > table.sp tr > th:nth-of-type(3) {
  width: 35%;
}

.technology-comparison-table > table.sp tr > th:before, .technology-comparison-table > table.sp tr > th:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.technology-comparison-table > table.sp tr > th:before {
  top: 0;
}

.technology-comparison-table > table.sp tr > th:after {
  bottom: 0;
}

.technology-comparison-table > table.sp tr > td {
  padding: 10px;
  border-top: 1px solid #dfdfdf;
  font-size: 1.2rem;
  line-height: 1.5;
  vertical-align: middle;
}

.technology-merit {
  padding: 60px 0 140px;
}

.technology-merit > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 80px;
}

.technology-merit > dl:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: calc(100% - (100% - 1100px) / 2);
  height: 615px;
  background-image: url(/assets/img/technology/merit_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.technology-merit > dl > dt {
  position: relative;
  width: 50%;
  padding-left: 20px;
}

.technology-merit > dl > dt > div {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
}

.technology-merit > dl > dt > div > p {
  line-height: 2.0;
}

.technology-merit > dl > dt > div > img {
  display: block;
  margin: 20px auto 0;
}

.technology-merit > dl > dd {
  position: relative;
  width: 50%;
  padding-left: 140px;
}

.technology-merit > dl > dd > div {
  width: 100%;
  height: 580px;
  background-image: url(/assets/img/technology/merit_pic_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.technology-merit-list {
  margin-top: 70px;
}

.technology-merit-list > ul {
  line-height: 1.7;
}

.technology-merit-list > ul > li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.technology-merit-list > ul > li:nth-of-type(n+2) {
  margin-top: 25px;
}

.technology-merit-table {
  margin-top: 60px;
}

.technology-merit-table > table tr > th {
  position: relative;
  width: 50%;
  padding: 3px 0;
  padding: 15px 0;
  padding-left: 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f1f7f1;
  color: #68a082;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

.technology-merit-table > table tr > th:before, .technology-merit-table > table tr > th:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.technology-merit-table > table tr > th:before {
  top: 0;
}

.technology-merit-table > table tr > th:after {
  bottom: 0;
}

.technology-merit-table > table tr > td {
  padding: 20px 0;
  padding-left: 20px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.5;
  vertical-align: middle;
}

.technology-merit-table > table tr > td > div {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
}

.technology-merit-table > table tr > td > div > span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
  font-style: italic;
  font-weight: normal;
}

.technology-strategy {
  margin-bottom: 70px;
  padding: 120px 0;
  background-image: url(/assets/img/common/bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
}

.technology-strategy-body {
  max-width: 800px;
  margin: 0 auto;
}

.technology-strategy-body .btn {
  margin: 40px auto 0;
  background-color: #fff;
  background-image: none;
  font-weight: bold;
}

.technology-strategy-body .btn > a {
  color: #589674;
}

.technology-strategy-body .btn:before {
  background-color: #d8ffea;
}

.technology-strategy-text > p {
  line-height: 2.0;
}

.technology-strategy-text > p:nth-of-type(n+2) {
  margin-top: 30px;
}

.technology-strategy-pic {
  margin: 60px 0;
  text-align: center;
}

.technology-strategy-pic > h3 {
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.technology-paper {
  padding: 60px 0 70px;
}

.technology-paper-list {
  max-width: 900px;
  margin: 0 auto;
  counter-reset: cnt;
}

.technology-paper-list > ul {
  line-height: 1.7;
}

.technology-paper-list > ul > li {
  position: relative;
  padding-left: 2em;
}

.technology-paper-list > ul > li:nth-of-type(n+2) {
  margin-top: 30px;
}

.technology-paper-list > ul > li:before {
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: bold;
  content: counter(cnt) ".";
  counter-increment: cnt;
}

.technology-advanced {
  padding: 60px 0 130px;
}

.technology-advanced > dl:nth-of-type(n+2) {
  margin-top: 120px;
}

.technology-advanced > dl > dt {
  width: 50%;
  padding-left: 20px;
}

.technology-advanced > dl > dt > div {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
}

.technology-advanced > dl > dt > div > h3 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.3;
}

.technology-advanced > dl > dt > div > p {
  line-height: 2;
}

.technology-advanced > dl > dd {
  width: 50%;
  padding-left: 170px;
}

@media screen and (max-width: 767px) {
  .technology section:not(.tpl-contact) h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.0rem;
  }
  .technology section:not(.tpl-contact) h2:after {
    width: 40px;
    height: 1px;
  }
  .technology-anchor {
    padding: 30px 10px;
  }
  .technology-anchor-list > ul > li {
    width: 50%;
  }
  .technology-anchor-list > ul > li:nth-of-type(2n) > a {
    border-left: 1px solid #cccccc;
  }
  .technology-anchor-list > ul > li:nth-of-type(n+3) > a {
    margin-top: 10px;
  }
  .technology-anchor-list > ul > li > a {
    height: 35px;
    border-left: 1px none;
    font-size: 1.2rem;
  }
  .technology-outline {
    padding: 30px 0 40px;
  }
  .technology-outline-detail > ul {
    display: block;
  }
  .technology-outline-detail > ul > li {
    width: 100%;
  }
  .technology-outline-detail > ul > li > p {
    padding-top: 0;
    line-height: 1.7;
  }
  .technology-outline-detail > ul > li:last-of-type {
    padding: 0 80px;
    text-align: center;
  }
  .technology-feature {
    padding-bottom: 30px;
  }
  .technology-feature + .technology-feature {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .technology-feature > div {
    width: 90%;
    max-width: none;
  }
  .technology-feature > dl {
    display: block;
    padding: 30px 23px 0;
  }
  .technology-feature > dl > dt {
    width: 100%;
    padding: 0;
  }
  .technology-feature > dl > dd {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .technology-comparison {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .technology-merit {
    padding: 30px 0;
  }
  .technology-merit > dl {
    display: block;
    padding: 0 23px;
  }
  .technology-merit > dl:before {
    top: 20px;
    width: 90%;
    max-width: none;
    height: 400px;
  }
  .technology-merit > dl > dt {
    width: 100%;
    padding: 0;
  }
  .technology-merit > dl > dt > div > img {
    width: 60%;
  }
  .technology-merit > dl > dd {
    display: none;
    width: 100%;
    padding-left: 0;
  }
  .technology-merit-list {
    margin-top: 40px;
  }
  .technology-merit-list > ul > li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .technology-merit-table {
    margin-top: 30px;
  }
  .technology-merit-table > table tr > th {
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
  }
  .technology-merit-table > table tr > th:before, .technology-merit-table > table tr > th:after {
    height: 2px;
  }
  .technology-merit-table > table tr > td {
    padding: 10px;
    font-size: 1.2rem;
  }
  .technology-merit-table > table tr > td > p > br {
    display: none;
  }
  .technology-merit-table > table tr > td > div {
    padding-left: 25px;
  }
  .technology-merit-table > table tr > td > div > span {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .technology-strategy {
    margin-bottom: 30px;
    padding: 60px 0;
  }
  .technology-strategy-body .btn {
    margin-top: 30px;
  }
  .technology-strategy-text > p {
    line-height: 1.7;
  }
  .technology-strategy-text > p:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .technology-strategy-pic {
    margin: 30px 0;
  }
  .technology-strategy-pic > h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .technology-strategy-pic > h3 > p.en {
    font-size: 1.4rem;
  }
  .technology-paper {
    padding: 30px 0;
  }
  .technology-paper-list > ul > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .technology-paper-list > ul > li:before {
    font-size: 1.6rem;
  }
  .technology-advanced {
    padding: 30px 0;
  }
  .technology-advanced > dl {
    display: block;
    margin-top: 40px;
    padding: 0 23px;
  }
  .technology-advanced > dl:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .technology-advanced > dl > dt {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .technology-advanced > dl > dt > div > h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .technology-advanced > dl > dd {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .technology-anchor-list > ul > li:nth-of-type(4n) > a, .technology-anchor-list > ul > li:last-of-type > a {
    border-right: 1px solid #cccccc;
  }
  .technology-anchor-list > ul > li:nth-of-type(n+5) > a {
    margin-top: 35px;
  }
  .technology-anchor-list > ul > li > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .technology-anchor-list > ul > li > a:hover {
    color: #589674;
  }
  .technology-anchor-list > ul > li > a > span.ja > br {
    display: none;
  }
  .technology-feature + .technology-feature {
    margin-bottom: 60px;
    padding-bottom: 140px;
  }
  .technology-feature + .technology-feature > div {
    top: auto;
    right: 0;
    bottom: 460px;
    left: auto;
  }
  .technology-feature + .technology-feature > dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 0;
  }
  .technology-feature + .technology-feature > dl > dt {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 0;
  }
  .technology-feature + .technology-feature > dl > dt > div {
    margin-left: 0;
  }
  .technology-feature + .technology-feature > dl > dd {
    padding-top: 0;
    padding-right: 170px;
    padding-left: 0;
  }
  .technology-feature + .technology-feature > dl > dd > div {
    background-image: url(/assets/img/technology/feature02_pic.jpg);
  }
  .technology-feature > dl > dt > div > h2 {
    margin-bottom: 40px !important;
    text-align: left !important;
  }
  .technology-feature > dl > dt > div > h2:after {
    right: auto !important;
  }
  .technology-feature > dl > dd > div {
    width: 100%;
    height: 520px;
    background-image: url(/assets/img/technology/feature01_pic.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .technology-feature > dl > dd > div > img {
    display: none;
  }
  .technology-merit > dl > dt > div > h2 {
    margin-bottom: 40px !important;
    text-align: left !important;
  }
  .technology-merit > dl > dt > div > h2:after {
    right: auto !important;
  }
  .technology-advanced > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
  }
  .technology-advanced > dl:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .technology-advanced > dl:nth-of-type(even) > dt {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 0;
  }
  .technology-advanced > dl:nth-of-type(even) > dt > div {
    margin-left: 0;
  }
  .technology-advanced > dl:nth-of-type(even) > dd {
    padding-right: 170px;
    padding-left: 0;
  }
  .technology-advanced > dl > dd > div {
    width: 100%;
    height: 520px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .technology-advanced > dl > dd > div > img {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .technology-anchor-list > ul > li > a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .technology-anchor-list > ul > li > a > span.ja > br {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .technology-feature + .technology-feature > dl > dd {
    padding-right: 80px;
  }
  .technology-feature > div {
    max-width: calc(100% - 120px);
  }
  .technology-feature > dl > dd {
    padding-left: 80px;
  }
  .technology-advanced > dl:nth-of-type(even) > dd {
    padding-right: 80px;
  }
  .technology-advanced > dl > dd {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .technology-merit > dl > dd {
    padding-left: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .technology-merit-table > table tr > td > p > br {
    display: none;
  }
}
