<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*====================================================================================
■01.Common_CSS PAGE
====================================================================================*/

#tt_page {
  background: url(../common_img/tt_page_bg.png) no-repeat center top;
  height: 150px;
}

#tt_page h2 {
  text-align: center;
  padding-top: 60px;
}

main {
  background: url(../images/bg1.png) center top;
  padding-bottom: 125px;
}

.content_page .left_content {
  float: left;
  width: 730px;
}

.content_page .right_side {
  float: right;
  width: 240px;
}

.content_page .right_side section {
  margin-bottom: 20px;
}

.content_page .right_side section.side_banner ul li {
  margin-bottom: 10px;
}

.content_page .right_side section.side_banner ul li:last-child {
  margin-bottom: 0;
}

.content_page .right_side section.side_btn {
  background: #152332;
  padding: 6px;
}

.content_page .right_side section.side_btn li {
  margin-bottom: 5px;
}

.content_page .right_side section.side_btn li:last-child {
  margin-bottom: 0;
}

.content_page .right_side section .content {
  padding: 10px;
  background: #fff;
  border: 1px solid #bebebe;
  border-top: none;
}

.content_page .right_side section .content ul {
  margin-bottom: 20px;
}

.content_page .right_side section .content ul:last-child {
  margin-bottom: 0;
}

.content_page .right_side section .content ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px dashed #bebebe;
  position: relative;
  text-decoration: none;
  font-size: 12px;
}

.content_page .right_side section .content ul li a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 15px;
  display: block;
  background: url(../common_img/side_row.png) no-repeat right top;
  width: 5px;
  height: 11px;
}

.content_page .right_side section .content ul li a:hover {
  color: red;
}

/*====================================================================================
■02.News PAGE
====================================================================================*/

.news_sec {
  margin-bottom: 30px;
}

.news_sec .news_tt dl {
  display: table;
  width: 100%;
  background: #172c43;
  padding: 15px 20px;
  box-sizing: border-box;
}

.news_sec .news_tt dl dt {
  display: table-cell;
  width: 110px;
  text-align: left;
  vertical-align: middle;
  color: #68acdd;
  font-weight: bold;
}

.news_sec .news_tt dl dd {
  display: table-cell;
  width: 580px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.news_sec .news_content {
  background: #fff;
  border: 1px solid #bebebe;
  border-top: none;
  padding: 20px;
}

.news_sec .news_content .photo {
  border: 1px solid #c5c5c5;
  float: left;
  margin-right: 20px;
}

.news_sec .news_content .photo a {
  display: block;
  position: relative;
}

.news_sec .news_content .photo a:after {
  display: block;
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../news/images/icon_zoom.png) bottom right;
  right: 0px;
  bottom: 0px;
}

.news_sec .news_content .photo a&gt;img {
  max-width: 100%;
}

/*====================================================================================
■03.Case PAGE
====================================================================================*/

.case_sec {
  margin-bottom: 50px;
}

.case_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.case_sec h3 span {
  font-size: 20px;
}

.case_sec .content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe;
}

.case_sec .content&gt;img {
  float: left;
}

.case_sec .content .right {
  float: right;
  width: 440px;
}

.case_sec .content .right h4 {
  background: url(../case/images/bg.png) no-repeat left center;
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}

.case_sec .content .right h5 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #3f3f3f;
  display: inline-block;
  width: 110px;
  padding: 5px 0;
}

.case_sec .content .right p {
  margin-bottom: 20px;
}

.case_sec .content .right p:last-child {
  margin-bottom: 0;
}

.case_sec .content .right p.case_btn {
  text-align: right;
}

.case_sec .content .right.spec {
  float: none;
  width: 100%;
}

.case_btn_sec {
  margin-bottom: 50px;
}

.case_btn_sec li {
  float: left;
}

.case_btn_sec li:last-child {
  float: right;
}

.case_btn_sec li.spec {
  margin-left: 140px;
}

.case_tab {
  margin-bottom: 50px;
  padding: 15px;
  background: #fff;
  border: 1px solid #bebebe;
}

.case_tab h3 {
  text-align: center;
  margin-bottom: 25px;
}

.case_tab ul li {
  float: left;
  margin-right: 9px;
}

.case_tab ul li:last-child {
  margin-right: 0px;
}

.case_detail_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.case_detail_sec h3 span {
  font-size: 20px;
}

.case_detail_sec h4 {
  background: url(../case/images/bg.png) no-repeat left center;
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 30px;
}

.case_detail_sec .tab_text {
  margin-bottom: 20px;
}

.case_detail_sec .tab_text li {
  float: left;
}

.case_detail_sec .tab_text li:nth-child(1) {
  width: 241px;
  height: 38px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #172c43;
  line-height: 38px;
  text-align: center;
  color: #fff;
}

.case_detail_sec .tab_text li:nth-child(2) {
  width: 110px;
  height: 30px;
  background-color: #3f3f3f;
  text-align: center;
  color: #fff;
  margin-left: 70px;
  margin-top: 8px;
  line-height: 30px;
}

.case_detail_sec .tab_text li:nth-child(3) {
  float: right;
  width: 241px;
  height: 38px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #85909b;
  line-height: 38px;
  text-align: center;
  color: #fff;
}

.case_detail_sec .content dl {
  margin-bottom: 25px;
}

.case_detail_sec .content dl:nth-child(odd) dt {
  width: 150px;
  text-align: center;
  float: left;
}

.case_detail_sec .content dl:nth-child(odd) dd {
  float: left;
  width: 580px;
}

.case_detail_sec .content dl:nth-child(even) dt {
  width: 580px;
  text-align: center;
  float: left;
}

.case_detail_sec .content dl:nth-child(even) dd {
  float: right;
  width: 150px;
  text-align: right;
}

.case_gray_sec {
  background: #dfdfdf;
  padding: 30px;
}

.case_gray_sec h4 {
  font-size: 16px;
  color: #fff;
  background: #65ab36;
  text-align: center;
  padding: 5px 15px;
  margin: 0 auto;
  display: block;
  width: 100px;
  margin-bottom: 25px;
}

.case_gray_sec dl {
  margin-bottom: 25px;
}

.case_gray_sec dl:last-child {
  margin-bottom: 0;
}

.case_gray_sec dl:nth-child(odd) dt {
  width: 150px;
  text-align: left;
  float: left;
}

.case_gray_sec dl:nth-child(odd) dd {
  float: left;
  width: 520px;
}

.case_gray_sec dl:nth-child(even) dt {
  width: 520px;
  text-align: left;
  float: left;
}

.case_gray_sec dl:nth-child(even) dd {
  float: right;
  width: 150px;
  text-align: right;
}

.case_row {
  text-align: center;
  margin: 25px 0 35px;
}

.case_row_sec {
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 30px;
}

.case_row_sec .clearfix {
  margin-bottom: 20px;
}

.case_row_sec .clearfix&gt;img {
  float: left;
}

.case_row_sec .clearfix .right {
  float: right;
  width: 444px;
  background: url(../case/images/row_bg.png) no-repeat left center;
  height: 215px;
}

.case_row_sec .clearfix .right p {
  padding: 20px 0 0 45px;
}

.case_row_sec .clearfix .right p a {
  color: #172c43;
}

.case_detail_spec {
  margin-bottom: 70px;
}

.case_detail_spec h4 {
  background: url(../case/images/bg.png) no-repeat left center;
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 30px;
}

.case_detail_spec .clearfix {
  margin-bottom: 50px;
}

.case_detail_spec .clearfix:last-child {
  margin-bottom: 0;
}

.case_detail_spec .clearfix&gt;a {
  float: right;
}

.case_detail_spec .clearfix .left {
  float: left;
  width: 440px;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #bebebe;
  background: #fff;
}

.case_detail_spec .clearfix .left p {
  margin-bottom: 15px;
}

.case_detail_spec .clearfix .left p:last-child {
  margin-bottom: 0;
}

/*====================================================================================
■04.Product PAGE
====================================================================================*/

.product_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.product_sec h4.style1 {
  color: #3f3571;
  font-size: 16px;
  margin-bottom: 20px;
  background: url(../product/images/line.png) no-repeat left bottom;
  padding-left: 0;
  padding-bottom: 13px;
}

.product_sec h4.style1 span {
  background: url(../product/images/icon.png) no-repeat left 5px;
  padding-left: 25px;
}

.product_sec h4.style1:after {
  display: none;
}

.product_sec .wrap_box {
  margin-bottom: 20px;
}

.product_sec .wrap_box .box {
  position: relative;
  width: 230px;
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.product_sec .wrap_box .box&gt;a {
  display: block;
  margin-bottom: 15px
}

.product_sec .wrap_box .box:nth-child(3n) {
  margin-right: 0;
}

.product_sec .wrap_box .box:nth-child(3n+1) {
  clear: both;
}

.product_sec .wrap_box .box h4 {
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}

.product_sec .wrap_box .box h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 100%;
  background-color: #8d1913;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  top: 0;
  left: 0;
}

.product_sec .wrap_box .box h4 a {
  text-decoration: none;
}

.product_sec .wrap_box .box&gt;img, .product_sec .wrap_box .box p {
  margin-bottom: 15px;
}

.product_sec .wrap_box .box .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.product_sec .product_banner li {
  margin-bottom: 30px;
}

.product_sec .product_banner li:last-child {
  margin-bottom: 0;
}

/*====================================================================================
■05.Product1 PAGE
====================================================================================*/

.product1_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.product1_sec h4 {
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}

.product1_sec h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 100%;
  background-color: #8d1913;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  top: 0;
  left: 0;
}

.product1_sec h4.style1 {
  color: #3f3571;
  font-size: 16px;
  margin-bottom: 20px;
  background: url(../product/images/line.png) no-repeat left bottom;
  padding-left: 0;
  padding-bottom: 13px;
}

.product1_sec h4.style1 span {
  background: url(../product/images/icon.png) no-repeat left 5px;
  padding-left: 25px;
}

.product1_sec h4.style1:after {
  display: none;
}

.product1_sec h5 {
  margin-bottom: 20px;
  font-size: 16px;
}

.product1_sec .content {
  margin-bottom: 50px;
}

.product1_sec .content&gt;a {
  float: left;
  margin-right: 25px;
}

.product1_sec .content .right {
  float: right;
  width: 440px;
}

.product1_sec .content .right h6, .product1_sec .content .right p {
  margin-bottom: 15px;
}

.product1_sec .content2 {
  background: #dcdcdc;
  padding: 25px;
  margin-bottom: 50px;
}

.product1_sec .product_banner li {
  margin-bottom: 50px;
  text-align: center;
}

.product1_sec .product_banner li:last-child {
  margin-bottom: 0;
}

.product1_sec .table_sec {
  margin-bottom: 50px;
}

.product1_sec .table_sec h4 {
  font-size: 15px;
  margin-bottom: 15px;
  padding: 0;
  background: none;
}

.product1_sec .table_sec h4:after {
  display: none;
}

.product1_sec .table_sec table th {
  border: 1px solid #bfbfbf;
  vertical-align: middle;
}

.product1_sec .table_sec table td {
  border: 1px solid #bfbfbf;
  padding: 10px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  vertical-align: middle;
}

.product1_sec .table_sec table thead th {
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #172c43;
  width: 100px;
}

.product1_sec .table_sec table thead th:first-child {
  width: 110px;
  box-sizing: border-box;
  height: 39px;
}

.product1_sec .table_sec table tbody th {
  background: #fff;
  font-size: 13px;
  text-align: center;
}

/*====================================================================================
■06.Contact PAGE
====================================================================================*/

.contact_sec {
  margin-bottom: 50px;
}

.contact_sec:last-child {
  margin-bottom: 0;
}

.contact_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.contact_sec h4 {
  font-size: 16px;
  background: url(../contact/images/line.png) no-repeat center bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact_sec&gt;p {
  margin-bottom: 15px;
}

.contact_sec&gt;p.spec {
  margin-right: -25px;
}

.contact_sec&gt;p a {
  color: #0068b7;
}

.contact_sec&gt;p span {
  margin-right: 10px;
}

.contact_sec&gt;ul {
  margin-bottom: 35px;
}

.contact_sec&gt;ul li {
  float: left;
  margin-right: 40px;
}

.contact_sec .white_sec {
  padding: 20px;
  background: #fff;
  border: 1px solid #d4d4d4;
}

.contact_sec .white_sec ul li {
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
  list-style-type: decimal;
  margin-left: 20px;
  position: relative;
}

.contact_sec .white_sec ul li:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  left: -20px;
  bottom: -1px;
}

.contact_sec .white_sec ul li:first-child {
  padding-top: 0;
}

.contact_sec .white_sec ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.contact_sec .white_sec ul li:last-child:after {
  display: none;
}

.contact_sec table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}

.contact_sec table th {
  padding: 20px;
  width: 235px;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  background: #ececec;
  border: 1px solid #c6c6c6;
}

.contact_sec table td {
  padding: 12px 20px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #c6c6c6;
}

.contact_sec table td p {
  margin-bottom: 0;
}

.contact_sec table td p span {
  margin-left: 10px;
  color: #999;
}

.contact_sec .ninni {
  background: url(../contact/images/ninni.png) no-repeat left top;
  padding: 2px 0px 4px 60px;
}

.contact_sec .hissu {
  background: url(../contact/images/hissu.png) no-repeat left top;
  padding: 2px 0px 4px 60px;
}

.contact_sec table ul {
  margin-bottom: 20px;
}

.contact_sec table ul:last-child li {
  width: 100%;
}

.contact_sec table ul li {
  float: left;
  margin-right: 20px;
  width: 30%;
}

.contact_sec .btn_form {
  background: url(../contact/images/btn_contact.png) no-repeat;
  border: medium none;
  cursor: pointer;
  overflow: hidden;
  width: 308px;
  height: 54px;
}

.contact_sec .box_submit {
  position: relative;
}

.contact_sec .w100 {
  width: 100%;
  height: 30px;
}

.contact_sec .w460 {
  width: 460px;
  height: 30px;
}

.contact_sec .w550 {
  width: 550px;
  height: 30px;
}

.contact_sec .w100-area {
  width: 100%;
  min-height: 165px;
}

.contact_sec .h30 {
  height: 30px;
}

.contact_sec .h40 {
  height: 30px;
  width: 288px;
}

/*====================================================================================
■07.Catalog PAGE
====================================================================================*/

.catalog_sec {
  margin-bottom: 50px;
}

.catalog_sec:last-child {
  margin-bottom: 0;
}

.catalog_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.catalog_sec h4 {
  font-size: 16px;
  background: url(../contact/images/line.png) no-repeat center bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.catalog_sec&gt;p {
  margin-bottom: 15px;
}

.catalog_sec&gt;p.spec {
  margin-right: -25px;
}

.catalog_sec&gt;p a {
  color: #0068b7;
}

.catalog_sec&gt;p span {
  margin-right: 10px;
}

.catalog_sec&gt;ul {
  margin-bottom: 35px;
}

.catalog_sec&gt;ul li {
  float: left;
  margin-right: 40px;
}

.catalog_sec .white_sec {
  padding: 20px;
  background: #fff;
  border: 1px solid #d4d4d4;
}

.catalog_sec .white_sec ul li {
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
  list-style-type: decimal;
  margin-left: 20px;
  position: relative;
}

.catalog_sec .white_sec ul li:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #d4d4d4;
  position: absolute;
  left: -20px;
  bottom: -1px;
}

.catalog_sec .white_sec ul li:first-child {
  padding-top: 0;
}

.catalog_sec .white_sec ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.catalog_sec .white_sec ul li:last-child:after {
  display: none;
}

.catalog_sec table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
}

.catalog_sec table th {
  padding: 20px;
  width: 235px;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  background: #ececec;
  border: 1px solid #c6c6c6;
}

.catalog_sec table td {
  padding: 12px 20px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #c6c6c6;
}

.catalog_sec table td label {
  cursor: pointer;
}

.catalog_sec table td p {
  margin-bottom: 0;
}

.catalog_sec table td p.all_btn {
  margin-bottom: 20px;
}

.catalog_sec table td p.all_btn span {
  margin-left: 0px;
  color: #333;
}

.catalog_sec table td p span {
  margin-left: 10px;
  color: #999;
}

.catalog_sec .ninni {
  background: url(../contact/images/ninni.png) no-repeat left top;
  padding: 2px 0px 4px 60px;
}

.catalog_sec .hissu {
  background: url(../contact/images/hissu.png) no-repeat left top;
  padding: 2px 0px 4px 60px;
}

.catalog_sec table ul {
  margin-bottom: 20px;
}

.catalog_sec table ul.spec {
  margin-bottom: 15px;
}

.catalog_sec table ul.spec:last-child {
  margin-bottom: 0;
}

.catalog_sec table ul.spec li {
  width: 40% !important;
  float: left;
  margin-bottom: 10px;
}

.catalog_sec table ul:last-child li {
  width: 100%;
}

.catalog_sec table ul li {
  float: left;
  margin-right: 20px;
  width: 30%;
}

.catalog_sec .btn_form {
  background: url(../contact/images/btn_contact.png) no-repeat;
  border: medium none;
  cursor: pointer;
  overflow: hidden;
  width: 308px;
  height: 54px;
}

.catalog_sec .box_submit {
  position: relative;
}

.catalog_sec .w100 {
  width: 100%;
  height: 30px;
}

.catalog_sec .w460 {
  width: 460px;
  height: 30px;
}

.catalog_sec .w550 {
  width: 550px;
  height: 30px;
}

.catalog_sec .w100-area {
  width: 100%;
  min-height: 165px;
}

.catalog_sec .h30 {
  height: 30px;
}

.catalog_sec .h40 {
  height: 30px;
  width: 288px;
}

/*====================================================================================
■08.Catalog PAGE
====================================================================================*/

.recruit_sec&gt;h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.recruit_sec .banner {
  background: url(../corp_recruit/images/bg.png) no-repeat center top;
  height: 196px;
  margin-bottom: 50px;
}

.recruit_sec .banner h3 {
  font-size: 20px;
  color: #fff;
  padding: 70px 0 0 40px;
  margin-bottom: 25px;
}

.recruit_sec .banner p {
  padding-left: 40px;
  color: #fff;
}

.recruit_sec h4 {
  color: #3f3571;
  font-size: 16px;
  margin-bottom: 30px;
  background: url(../product/images/line.png) no-repeat left bottom;
  padding-left: 0;
  padding-bottom: 13px;
}

.recruit_sec h4 span {
  background: url(../product/images/icon.png) no-repeat left 5px;
  padding-left: 25px;
}

.recruit_sec h4:after {
  display: none;
}

.recruit_sec table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 50px;
}

.recruit_sec table th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #afafaf;
  width: 130px;
  padding: 15px;
  box-sizing: border-box;
  background: #e5e5e5;
}

.recruit_sec table td {
  vertical-align: middle;
  border: 1px solid #afafaf;
  padding: 15px;
  background: #fff;
}

.recruit_sec table td ol {
  counter-reset: my-counter;
  padding: 0;
}

.recruit_sec table td ol li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.recruit_sec table td ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #E5E5E5;
  color: #0A131D;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -25px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.recruit_sec .rec_ml {
  margin-left: 38px;
}

.recruit_sec ul.dis_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recruit_sec ul.dis_flex li {
    margin: 0 20px;
}

/*====================================================================================
■09.Strength PAGE
====================================================================================*/

.strong_sec {
  margin-bottom: 50px;
  font-size: 13px;
}

.strong_sec h3 {
  margin-bottom: 30px;
}

.strong_sec .clearfix&gt;img {
  float: right;
  margin-left: 20px;
}

.strong_sec .clearfix p {
  margin-bottom: 15px;
}

.strong_sec .clearfix p:last-child {
  margin-bottom: 0;
}

.strong_sec .banner {
  background: url(../strong/images/bg.png) no-repeat center top;
  height: 293px;
  padding-top: 80px;
  padding-left: 45px;
  box-sizing: border-box;
}

.strong_sec .banner p {
  color: #fff;
  width: 330px;
  line-height: 24px;
}

/*====================================================================================
■10.Company PAGE
====================================================================================*/

.company_sec {
  margin-bottom: 45px;
}

.company_sec&gt;img {
  margin-bottom: 20px;
}

.company_sec h3 {
  margin-bottom: 20px;
}

.company_sec h3.style {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.company_sec h3.tick {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #0f2033;
  font-size: 16px;
  margin-bottom: 0;
}

.company_sec .content {
  background: #fff;
  padding: 30px;
}

.company_sec .content ul li {
  padding-left: 25px;
  margin-bottom: 10px;
  background: url(../company/images/tick.png) no-repeat left top;
  font-size: 13px;
}

.company_sec .content ul li:last-child {
  margin-bottom: 0;
}

.company_sec h4 {
  color: #3f3571;
  font-size: 16px;
  margin-bottom: 20px;
  background: url(../product/images/line.png) no-repeat left bottom;
  padding-left: 0;
  padding-bottom: 13px;
}

.company_sec h4 span {
  background: url(../product/images/icon.png) no-repeat left 5px;
  padding-left: 25px;
}

.company_sec h4:after {
  display: none;
}

.company_sec:last-child {
  margin-bottom: 0;
}

.company_sec table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 50px;
}

.company_sec table th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #afafaf;
  width: 170px;
  padding: 15px;
  box-sizing: border-box;
  background: #e5e5e5;
}

.company_sec table td {
  vertical-align: middle;
  border: 1px solid #afafaf;
  padding: 15px;
  background: #fff;
}

.company_sec iframe {
  margin-bottom: 20px;
}

.company_sec .clearfix {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #aaa;
}

.company_sec .clearfix:last-child {
  border: none;
  margin-bottom: 0;
}

.company_sec .clearfix .left {
  float: left;
}

.company_sec .clearfix .right {
  float: right;
}

.company_sec .clearfix dl {
  width: 50%;
}

.company_sec .clearfix dl.pull-left {
  float: left !important;
}

.company_sec .clearfix dl dt {
  font-weight: bold;
}

.company_sec .clearfix dl:first-child {
  float: left;
}

.company_sec .clearfix dl:last-child {
  float: right;
}

/*====================================================================================
■11.Case PAGE
====================================================================================*/

.wire_sec {
  margin-bottom: 50px;
}

.wire_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.wire_sec h4 {
  font-size: 16px;
  background: url(../contact/images/line.png) no-repeat center bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.wire_sec h4.style2 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  background: #363636;
}

.wire_sec&gt;div.clearfix {
  margin-bottom: 30px;
}

.wire_sec&gt;div.clearfix&gt;img {
  float: right;
  margin-left: 20px;
}

.wire_sec&gt;div.clearfix h5 {
  margin-bottom: 15px;
  font-size: 16px;
}

.wire_sec&gt;div.clearfix p {
  margin-bottom: 15px;
  word-break: break-all;
}

.wire_sec dl {
  margin-bottom: 30px;
  width: 100%;
  display: table;
}

.wire_sec dl dt, .wire_sec dl dd {
  width: 50%;
  display: table-cell;
  position: relative;
}

.wire_sec dl.left_style dt {
  color: #fff;
  background: #3f3571;
  font-size: 20px;
  padding: 0 20px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

.wire_sec dl.left_style dt:after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background: url(../wirescreen/images/row2.png) no-repeat center center;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 2;
}

.wire_sec dl.left_style dd {
  background: #fff;
  vertical-align: middle;
  padding: 30px 20px;
}

.wire_sec dl.right_style dd {
  color: #fff;
  background: #3f3571;
  font-size: 20px;
  padding: 0 20px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

.wire_sec dl.right_style dd:after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background: url(../wirescreen/images/row1.png) no-repeat center center;
  position: absolute;
  left: -15px;
  top: 0;
  z-index: 2;
}

.wire_sec dl.right_style dt {
  background: #fff;
  vertical-align: middle;
  padding: 30px 20px;
}
.case_form {
  margin-bottom: 50px;
}
.case_form h4 {
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.case_form h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 100%;
  background-color: #8d1913;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(53, 53, 53, 0.58) 50%, rgba(53, 53, 53, 0) 50%);
  top: 0;
  left: 0;
}
.bd_t {
  padding-top: 40px;
  border-top: 1px solid #bebebe;
}

/*====================================================================================
■12.FAQ PAGE
====================================================================================*/

.faq_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.faq_sec ul {
  margin-bottom: 50px;
}

.faq_sec ul li {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #bfbfbf;
  padding: 10px 0;
}

.faq_sec ul li:first-child {
  padding-top: 0;
}

.faq_sec ul li span {
  font-size: 18px;
  font-weight: bold;
  color: #9c1d1a;
  margin-right: 10px;
}

.faq_sec ul li a {
  text-decoration: none;
}

.faq_sec dl {
  padding: 15px 13px;
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  background: #fff;
}

.faq_sec dl dt {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.faq_sec dl dt span {
  font-size: 18px;
  font-weight: bold;
  color: #9c1d1a;
  margin-right: 10px;
}

.faq_sec dl dd a {
  color: #3732AC;
}

.faq_sec dl dd .faq_btn {
  text-align: right;
  margin-top: 10px;
}

/*====================================================================================
■13.FAQ PAGE
====================================================================================*/

.iso_sec {
  margin-bottom: 50px;
}

.iso_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.iso_sec .clearfix img {
  float: left;
  margin-right: 30px;
}

.iso_sec h4 {
  font-size: 17px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background: #3f3571;
  position: relative;
}

.iso_sec h4:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 100%;
  background: url(../iso/images/row.png) no-repeat center top;
  display: block;
  bottom: -15px;
}

.iso_sec .white_sec {
  background: #fff;
  padding: 25px;
  word-break: break-all;
}

.iso_sec .white_sec ul {
  margin-bottom: 20px;
}

.iso_sec .white_sec ul li {
  list-style-type: decimal;
  margin-left: 20px;
}

.iso_sec .white_sec ul li p {
  margin: 15px 0;
}

/*====================================================================================
■13.FAQ PAGE
====================================================================================*/

.history_sec {
  margin-bottom: 50px;
}

.history_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.history_sec table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 50px;
}

.history_sec table th {
  text-align: left;
  vertical-align: middle;
  border: 1px solid #afafaf;
  width: 170px;
  padding: 15px;
  box-sizing: border-box;
  background: #e5e5e5;
}

.history_sec table td {
  vertical-align: middle;
  border: 1px solid #afafaf;
  padding: 15px;
  background: #fff;
}

/*# sourceMappingURL=content.css.map */

/*# sourceMappingURL=content.css.map */

/*====================================================================================
■14.Maintenance/ PAGE
====================================================================================*/

.maintenance_sec {
  margin-bottom: 50px;
  font-size: 13px;
}

.maintenance_sec h3 {
  margin-bottom: 30px;
}

.maintenance_sec .clearfix&gt;img {
  float: right;
  margin-left: 20px;
}

.maintenance_sec .clearfix p {
  margin-bottom: 15px;
}

.maintenance_sec .clearfix p:last-child {
  margin-bottom: 0;
}

.maintenance_sec .banner p {
  color: #fff;
  width: 690px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 20px;
  font-size: 14px;
}

.maintenance_sec .banner {
  background: url(../maintenance/images/maintenance_bnr.png) no-repeat center top;
  height: 268px;
  padding-top: 80px;
  padding-left: 30px;
  box-sizing: border-box;
}

.maintenance_flow .flow_top {
  background-image: url(../maintenance/images/arrow_top.png);
  background-repeat: no-repeat;
}

.maintenance_flow .flow_middle {
  background-image: url(../maintenance/images/arrow_repeat.png);
  background-repeat: repeat-y;
  margin-top: -3px;
  padding-bottom: 10px;
}

.maintenance_flow .flow_bottom {
  background-image: url(../maintenance/images/arrow_bottom.png);
  background-repeat: no-repeat;
}

.maintenance_sec02 h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.maintenance_sec02 ul {
  margin-bottom: 50px;
}

.maintenance_sec02 ul li:first-child {
  padding-top: 0;
}

.maintenance_sec02 ul li {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  margin-left: 10px;
}

.maintenance_sec02 ul li span {
  font-size: 18px;
  font-weight: bold;
  color: #9c1d1a;
  margin-right: 10px;
}

.tel_btn {
  margin: 20px 20px 60px 110px;
}

.maintenance_flow, .maintenance_form {
  margin: 0px 0px 50px 0px;
}

.maintenance_flow h3, .maintenance_faq h3, .maintenance_form h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.maintenance_flow h4, .maintenance_faq h4 {
  padding: 0em 0.6em;
  background: transparent;
  font-size: 20px;
  color: #fff;
  margin: 0px 0px 40px 0px;
  display: inline-block;
}

.maintenance_flow p.step1 {
  line-height: 1.8;
  margin-left: 110px;
  margin-top: -70px;
}

.maintenance_flow p.step2 {
  line-height: 1.8;
  margin-left: 110px;
  margin-top: -70px;
  margin-bottom: 60px;
}

.maintenance_flow p {
  line-height: 1.8;
  margin-left: 110px;
}

.maintenance_faq dl {
  padding: 15px 13px;
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  background: #fff;
}

.maintenance_faq dl dt {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.maintenance_faq dl dt span {
  font-size: 18px;
  font-weight: bold;
  color: #9c1d1a;
  margin-right: 10px;
}

.maintenance_faq dl dd {
  padding-left: 2.5em;
}

/*====================================================================================
■15.privacypolicy/ PAGE
====================================================================================*/
.privacypolicy_sec {
  margin-bottom: 50px;
}

.privacypolicy_sec:last-child {
  margin-bottom: 0;
}

.privacypolicy_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
.privacypolicy_sec p.spec {
  line-height: 1.7;
  margin-left: 25px;
}
.privacypolicy_sec p.text-right {
  font-size: 16px;
}
.privacypolicy_sec h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.privacypolicy_sec ul.pp_li {
   margin-top: 20px;
}
.privacypolicy_sec ul.pp_li li{
  padding: 0 0 5px 25px;
}
/*====================================================================================
■16.accepted / PAGE
====================================================================================*/
.accepted_sec h3 {
  border: 1px solid #bebebe;
  border-top: 3px solid #172c43;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}


/*====================================================================================
■17.evaluation_test / PAGE
====================================================================================*/
.req_evaluation_test {
    margin-bottom: 50px;
}
.req_evaluation_test ul li {
    width: 350px;
}
.req_evaluation_test ul li a {
    display: block;
    background: #9C1D1A;
    border-radius: 5px;
    margin-top: 15px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    color: #FFFFFF;
}
.req_evaluation_test ul li a:hover {
    opacity: 0.7;
}

.flow_evaluation_test {
    margin-bottom: 30px;
}
.flow_evaluation_test dl {
    display: table;
    background: #FFFFFF;
    border: solid 2px #3F3571;
    border-radius: 10px;
    width: 706px;
    padding: 10px;
}
.flow_evaluation_test dl dt,
.flow_evaluation_test dl dd {
    display: table-cell;
	height: 120px;
    vertical-align: middle;
}
.flow_evaluation_test dl dt {
    background: #3F3571;
    border-radius: 10px;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 30px;
    color: #FFFFFF;
}
.flow_evaluation_test dl dd.tit {
    width: 240px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
}
.flow_evaluation_test .arrow {
    text-align: center;
    font-size: 50px;
    color: #3F3571;
}

.attention {
    background: #FFFFFF;
    border: dashed 2px #3F3571;
    margin-bottom: 50px;
    padding: 15px;
}
.attention h5 {
    border-bottom: dashed 2px #3F3571;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #3F3571;
}


/*====================================================================================
■18.philosophy/ PAGE
====================================================================================*/
.philosophy_sec {
    margin-bottom: 50px;
}
.philosophy_sec h3 {
    border: solid 1px #BEBEBE;
    border-top: solid 3px #172C43;
    background: #FFFFFF;
    margin-bottom: 25px;
    padding: 10px;
    font-size: 20px;
}
.philosophy_sec h4 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 24px;
}
.philosophy_sec ul.list li {
    border-bottom: dashed 1px #9696C8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.philosophy_sec ul.list li span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 28px;
    color: #3F3571;
}

</pre></body></html>