@charset "UTF-8";
h1 {
  height: auto;
  border-top: none;
  border-bottom: none;
}

/*------------------------------------------------------------------------
トップページ
--------------------------------------------------------------------------*/
.main_img,
.main_img ul,
.main_img li {
  width: 100%;
  height: 340px;
}

.main_img ul {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
}

.main_img ul li {
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  display: none;
  position: absolute;
}

.main_img ul li span {
  display: block;
  min-width: 960px;
  height: 340px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.main_img .main01 {
  background: url(../img/common/bg_blue.png) center -2px;
}

.main_img .main01 span {
  background: url(../img/index/main01.jpg) center top no-repeat;
}

.main_img .main02 {
  background: url(../img/index/main02_bg.jpg) center top;
}

.main_img .main02 span {
  background: url(../img/index/main02.jpg) center top no-repeat;
}

.top_wrapper {
  width: 900px;
  margin: 0 auto;
}

.top h2 {
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
}
.top h2 .sm {
  font-size: 16px;
}

.top h2:before,
.top h2:after {
  margin: 0;
  content: none;
}

.news {
  width: 100%;
  padding-top: 40px;
  background: #F6F6F6;
  border-top: 1px solid #CCD8E6;
  border-bottom: 1px solid #CCD8E6;
}

.news .top_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.news .top_wrapper div:first-child {
  -ms-flex-preferred-size: 610px;
      flex-basis: 610px;
  width: 610px;
}

.news .top_wrapper .yt {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  padding-left: 15px;
  position: relative;
}
.news .top_wrapper .yt .tech_topic {
  text-align: center;
  margin-top: 20px;
}
.news .top_wrapper .yt .tech_topic img {
  width: 130px;
}

.news .top_wrapper .yt p {
  font-size: 11px;
  top: 30px;
  text-align: center;
}

.news .top_wrapper .yt p:before {
  content: "▲";
  display: inline-block;
}

.news .top_wrapper .yt .to_tech {
  text-align: center;
  display: block;
  width: 240px;
  margin-top: 10px;
}

.news .top_wrapper .yt .to_tech a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #e33730;
  color: #e33730;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-weight: 600;
  font-size: 18px;
}

.news .top_wrapper .yt .to_tech a:hover {
  background-color: #e33730;
  color: #fff;
}

.news_list {
  margin-bottom: 40px;
  padding-right: 30px;
}
.news_list li {
  background: url(../img/common/list_mark.png) no-repeat 0px 7px;
  padding-left: 14px;
  min-height: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.news_list li.has_img {
  position: relative;
  padding-right: 80px;
}
.news_list li.has_img .img_pdf {
  position: absolute;
  width: 65px;
  right: 0;
  top: -39px;
}

.news_list .post_title {
  display: inline-block;
}

.news_list .data {
  width: 80px;
  display: inline-block;
}
.news_list .label {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
}
.news_list .info {
  background-color: #e43731;
}
.news_list .topic {
  background-color: #003c82;
}
.news_list .recruit {
  background-color: #45b1c7;
}
.news_list .exhibition {
  background-color: #45b1c7;
}

.nav_technology {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #cbd8e6;
}
.nav_technology .inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.nav_technology .catch {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.nav_technology .catch:after {
  position: absolute;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-image: url("../img/index/illust1.png");
  background-size: contain;
  top: -30px;
  right: -60px;
  content: "";
}
.nav_technology ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.nav_technology ul li {
  border: 2px solid #003c82;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 19%;
}
.nav_technology ul li a {
  font-size: 14px;
  background-color: #fff;
  text-align: center;
  color: #003c82;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.nav_technology ul li a:hover {
  background-color: #003c82;
  color: #fff;
}

.top_main {
  width: 100%;
  padding-bottom: 40px;
  background: url(../img/common/bg.png) center top;
}

.forging_box {
  height: 346px;
  padding-top: 40px;
  background-color: #fff;
  background-image: url(../img/index/cf_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.forging_box .top_wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.forging_box .top_wrapper ul {
  position: absolute;
  right: -60px;
  bottom: -20px;
}
.forging_box .top_wrapper ul li {
  color: #173c7c;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #bf2f28;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 50px;
  background: rgb(233, 232, 242);
  background: -webkit-gradient(linear, left top, right top, from(rgb(233, 232, 242)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(233, 232, 242) 0%, rgba(255, 255, 255, 0) 100%);
}
.forging_box .top_wrapper ul li:first-child {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.forging_box .top_wrapper ul li:nth-child(2) {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.forging_box .top_wrapper ul li:nth-child(3) {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.forging_box .top_wrapper ul li:nth-child(4) {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.forging_box .top_wrapper ul li:nth-child(5) {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.forging_box p {
  width: 438px;
  margin: 40px 0;
  line-height: 1.5;
}

.top_ban {
  width: 920px;
  height: 300px;
  padding-top: 25px;
  margin: 0 auto;
  background: url(../img/index/btn_bg.png) center top no-repeat;
}

.ban_topics {
  margin-left: 18px;
}

.ban_htailand {
  margin-left: 20px;
}

.top .footer {
  margin: 0px;
}

/*------------------------------------------------------------------------
企業情報
--------------------------------------------------------------------------*/
.prof .sub_navi li {
  margin-right: 10px;
}

h2.prof01_h2:before {
  margin-right: 0;
  content: none;
}

h2.prof01_h2:after {
  margin-left: 0;
  content: none;
}

.prof01 .box p {
  text-align: center;
}

.prof table {
  width: 100%;
}

.prof table th,
.prof table td {
  padding: 12px 10px;
  vertical-align: top;
}

.prof_table th {
  width: 110px;
  text-align: left;
}

.add_box {
  margin-bottom: 18px;
}

.add_box.last {
  margin-bottom: 0;
}

.add_box h3 {
  color: #003c82;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.6;
}

.add_box h3 a {
  color: #003c82;
}

.add_box .prof_photo {
  float: right;
}

.shoujou1,
.shoujou2 {
  float: right;
  margin-left: 30px;
  font-size: 0.857em;
  /*12pt*/
  text-align: center;
}

.prof_mf {
  font-size: 0.9285em;
  /*13pt*/
}

.prof .prof_mf th {
  text-align: center;
  padding: 4px 0;
}

.prof_mf .mf_l01 {
  width: 100px;
}

.prof_mf .mf_l02 {
  width: 200px;
}

.prof_mf .mf_l03 {
  width: 80px;
}

.prof_mf .mf_l04 {
  width: 40px;
  padding: 0 10px;
}

.prof_mf .mf_l05 {
  width: 190px;
}

.prof_mf .bg_g {
  background: #f6f6f6;
}

.prof_mf .mf_no {
  text-align: center;
}

.prof .prof_facility th,
.prof .prof_facility td,
.global .prof_facility th,
.global .prof_facility td {
  vertical-align: middle;
}
.prof .prof_facility td:nth-child(1),
.global .prof_facility td:nth-child(1) {
  white-space: nowrap;
  vertical-align: top;
}
.prof .prof_facility td:nth-child(5),
.global .prof_facility td:nth-child(5) {
  white-space: nowrap;
}

.mincho {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}

.mincho.sm {
  font-size: 16px;
  text-align: right;
}

ul.environment_policy {
  margin-top: 60px;
  padding-left: 3em;
  padding-right: 3em;
}

ul.environment_policy li {
  padding-left: 1em;
  text-indent: -2em;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.5;
}

/*------------------------------------------------------------------------
技術紹介
--------------------------------------------------------------------------*/
.process li {
  padding: 40px 33px 0 187px;
  width: 480px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.process span a {
  display: block;
  margin-top: -4px;
  text-align: right;
  padding-right: 16px;
  background: url(../img/common/new_window.png) right center no-repeat;
}

.process .pro_01 {
  background: url(../img/tec/process01.png) no-repeat;
}

.process .pro_02 {
  background: url(../img/tec/process02.png) no-repeat;
}

.process .pro_03 {
  background: url(../img/tec/process03.png) no-repeat;
}

.process .pro_04 {
  background: url(../img/tec/process04.png) no-repeat;
}

.process .pro_05 {
  background: url(../img/tec/process05.png) no-repeat;
}

.process .pro_06 {
  background: url(../img/tec/process06.png) no-repeat;
}

.process .pro_07 {
  background: url(../img/tec/process07.png) no-repeat;
}

.process .pro_08 {
  background: url(../img/tec/process08.png) no-repeat;
}

.process .pro_09 {
  height: 167px;
  background: url(../img/tec/process09.png) no-repeat;
}

/* 提案技術TOP ------------------------------------------------------------- */
.tech_top h2 {
  font-size: 35px;
  font-weight: bold;
}
.tech_top h2:before, .tech_top h2:after {
  display: none;
}
.tech_top h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.tech_top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tech_top .flex .text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-right: 40px;
}
.tech_top .flex .image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.tech_top .flex .image img {
  width: 100%;
}
.tech_top .catch {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #003c82;
  margin: 50px 0 40px 0;
  border-top: 1px solid #eee;
  padding-top: 40px;
}
.tech_top .catch + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.tech_top .catch + ul li {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  position: relative;
}
.tech_top .catch + ul li img {
  width: 100%;
}
.tech_top .catch + ul li div {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

.ul_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ul_merit li {
  font-size: 18px;
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
  height: 210px;
  background-color: #003C86;
  color: #fff;
  border-radius: 105px;
  text-align: center;
  position: relative;
}
.ul_merit li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: bold;
}

/* 提案技術1・2共通 ------------------------------------------------------------- */
.tech_li {
  margin-left: 14px;
}

.tech_li li {
  list-style: disc outside;
}

.tech_li li span {
  font-weight: bold;
  color: #C70000;
}

.tech_comparison th,
.tech_comparison td {
  border: 1px solid #93989D;
}

.tech_comparison th {
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
}

.past_th {
  background: #DAEFF4;
}

.new_th {
  background: #F7DEDE;
  color: #C70000;
  width: 330px;
}

.tech_comparison td {
  padding: 10px 14px;
}

.tech_comparison .tech_comparison_center {
  vertical-align: center;
  border: 0px;
  padding: 0;
}

.past_td,
.new_td {
  font-size: 0.857em;
  text-align: center;
  vertical-align: top;
  line-height: 1.4;
}

.past_td img,
.new_td img {
  margin: 4px 0;
}

.new_td {
  color: #C70000;
}

.new_td .cap {
  display: block;
  font-size: 0.833em;
  margin-top: 20px;
}

/* 提案技術1 ------------------------------------------------------------- */
.suspension_bg {
  background: url(../img/tec/tech1_suspension_bg.png) 290px top no-repeat;
  height: 150px;
}

/* 2019.09.03 add by Citron*/
body.tec_sub .main_wrapper {
  width: 920px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub_navi_box {
  padding: 10px 0;
}

.sub_navi li a,
.sub_navi li span {
  text-decoration: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tech_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.tech_box img {
  width: 100%;
}

.tech_box .red {
  color: red;
  font-weight: bold;
}

.tech_box_l,
.tech_box_r {
  -ms-flex-preferred-size: 46.875%;
      flex-basis: 46.875%;
  max-width: 46.875%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.tech_box_l img,
.tech_box_r img {
  margin-bottom: 20px;
  margin-top: 10px;
}

.tech_box_l h4,
.tech_box_r h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.tech_box_l ul li,
.tech_box_r ul li {
  line-height: 2;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.tech_box_l {
  background-color: #f9f9f9;
  border: 2px solid #ccc;
}

.tech_box_r {
  background-color: #f0f8ff;
  border: 2px solid #3e92c6;
}

.tech_box_center {
  -ms-flex-preferred-size: 6.25%;
      flex-basis: 6.25%;
  max-width: 6.25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.tech_box_center img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tech_contact {
  border: 2px solid #3e92c6;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  margin-top: 80px;
  text-align: center;
}

.tech_contact div {
  text-align: center;
  font-size: 20px;
}

.tech2_example h3 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #003C82;
  margin-top: 100px;
  margin-bottom: 40px;
}

.tech2_example h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}

.tech2_example .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.tech2_example .flex div {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-right: 1%;
}

.tech2_example .flex div img {
  width: 100%;
}

.tech3_box {
  margin-bottom: 40px;
}

.tech3_box h3 {
  font-size: 20px;
  border-bottom: 1px solid #003C82;
}

.tech3_box h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.tech3_box img {
  max-width: 400px;
  margin: 10px 0;
  vertical-align: top;
}

.tech3_box figure {
  margin-bottom: 20px;
}

.tech3_box figcaption {
  text-align: center;
  font-family: serif;
  font-weight: 600;
}

/* 2020.10.20 add by Citron */
.sec_feature {
  margin-bottom: 60px;
}
.sec_feature .label {
  background-color: #173c7c;
  display: inline-block;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.sec_feature img {
  max-width: 100%;
}
.sec_feature h2 {
  text-align: left;
  font-weight: bold;
  font-size: 28px;
}
.sec_feature h2:after, .sec_feature h2:before {
  display: none;
}
.sec_feature .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.sec_feature .flex .text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  padding-right: 20px;
  line-height: 2;
}
.sec_feature .flex .image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.sec_feature .flex .image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#feature3 .flex {
  margin-bottom: 60px;
}

/* 2019.09.03 add by Citron*/
/*------------------------------------------------------------------------
鍛造事例
--------------------------------------------------------------------------*/
.li_tanzo a {
  display: block;
  text-decoration: none;
}

.li_tanzo a:hover {
  background-image: none !important;
  background-color: #4f71be !important;
}

.tb_tanzo + .img_click {
  margin-bottom: 60px;
}

.tb_tanzo th,
.tb_tanzo td {
  vertical-align: middle;
  font-size: 13px;
  padding: 10px 10px;
  text-align: initial;
  text-align: center;
}
.tb_tanzo th:nth-child(1),
.tb_tanzo td:nth-child(1) {
  width: 142px;
}

.tb_tanzo th {
  font-weight: bold;
  font-size: 15px;
  padding-left: 0;
}
.tb_tanzo td:nth-child(3) {
  white-space: nowrap;
}

.tb_tanzo td:last-child {
  text-align: left;
}

.tb_tanzo td:first-child {
  padding-left: 0;
}

.tb_tanzo td img {
  max-height: 80px;
}
.tb_tanzo td figcaption {
  font-size: 12px;
  margin-top: 5px;
}

.modaal-content-container .wrap img {
  max-width: 100%;
}
.modaal-content-container .wrap .thums {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modaal-content-container .wrap .thums figure {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.modaal-content-container .wrap .thums figure figcaption {
  margin-top: 10px;
  text-align: center;
}
.modaal-content-container .wrap .thums.img_three figure {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

/* 2020.08.26 add by Citron*/
/*------------------------------------------------------------------------
技術情報
--------------------------------------------------------------------------*/
.tb_tech4 {
  width: 100%;
  margin-bottom: 60px;
}
.tb_tech4 th,
.tb_tech4 td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
.tb_tech4 th {
  background-color: #0d4285;
  color: #fff;
  font-weight: bold;
}
.tb_tech4 td {
  background-color: #fff;
}
.tb_tech4 tbody tr:nth-child(2n) td {
  background-color: #f9f9f9;
}

.tb_tech4_sub {
  width: 100%;
}
.tb_tech4_sub:nth-of-type(2) {
  margin-bottom: 60px;
}
.tb_tech4_sub th,
.tb_tech4_sub td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
.tb_tech4_sub th {
  background-color: #e4e4e4;
  font-weight: bold;
}
.tb_tech4_sub td {
  background-color: #fff;
}
.tb_tech4_sub + p {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: right;
}

/*------------------------------------------------------------------------
海外展開
--------------------------------------------------------------------------*/
.global .box .global_img {
  text-align: center;
  margin: 20px 0;
}

.global .box img {
  max-width: 100%;
}

.global table {
  width: 100%;
}

.global table th,
.global table td {
  padding: 12px 10px;
  vertical-align: top;
}

.global_table th {
  width: 110px;
  text-align: left;
}

.to_site {
  margin: 20px 0;
}
.to_site a {
  text-decoration: none;
}
.to_site a:hover {
  text-decoration: underline;
}

.gmap {
  margin: 20px 0 40px;
}

.global_mf {
  font-size: 0.9285em;
  /*13pt*/
}

.global_mf th {
  text-align: center;
}

.global_mf .mf_l01 {
  width: 160px;
  padding: 4px 0;
}

.global_mf .mf_l02 {
  width: 300px;
  padding: 4px 0;
}

.global_mf .mf_l03 {
  width: 125px;
  padding: 4px 0;
}

.global_mf .mf_l04 {
  width: 40px;
  padding: 4px 0;
}

.global_mf .bg_g {
  background: #f6f6f6;
}

.global_mf .mf_no {
  text-align: center;
}

.india {
  padding-right: 280px;
  min-height: 145px;
  background: url(../img/global/india_img.jpg) right top no-repeat;
}

.hadee {
  padding-right: 280px;
  min-height: 145px;
  background: url(../img/global/hadee_img.jpg) right top no-repeat;
}

.india_name {
  font-size: 1.143em;
  font-weight: bold;
}

.india_add a {
  padding-right: 16px;
  background: url(../img/common/new_window.png) right center no-repeat;
}

/*------------------------------------------------------------------------
採用情報
--------------------------------------------------------------------------*/
.recruit_box_op {
  margin-bottom: 120px;
}

.recruit_btn {
  width: 810px;
  margin: 0 auto 30px;
}

.recruit_btn li {
  float: left;
  margin: 0 15px;
}

h2.recruit_h2 {
  margin-bottom: 50px !important;
}
h2.recruit_h2::before {
  margin-right: 0;
  content: none;
}

h2.recruit_h2:after {
  margin-left: 0;
  content: none;
}

.recruit_box {
  width: 700px;
  margin: 0 auto;
}

.recruit_line {
  display: block;
  margin: 40px auto;
}

.recruit_txt {
  width: 370px;
  float: left;
  line-height: 1.8;
}

.recruit_img {
  width: 300px;
  font-size: 0.857em;
  line-height: 1.4;
  float: right;
}

.recruit_img img {
  margin-bottom: 4px;
}

/* 採用データ ------------------------------------------------------------- */
.recruit .sub_navi li {
  margin-right: 10px;
}
.recruit .flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .flex > div {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  text-align: center;
}
.recruit .flex > div a img {
  width: 100%;
}
.recruit table td h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit table td dd:not(:last-of-type) {
  margin-bottom: 5px;
}

.recruit h2 {
  margin-bottom: 10px;
}

.recruit .notice {
  width: 260px;
  margin: 0 auto 10px auto;
  padding: 10px 15px;
  background-color: #003c82;
}

.recruit .notice h3,
.recruit .notice p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
}

.recruit .notice h3 {
  font-size: 16px;
}

.recruit .notice p {
  font-size: 10px;
}

.recruit table {
  width: 100%;
}

.recruit table th,
.recruit table td {
  padding: 12px 10px;
  vertical-align: top;
}

.recruit_table th {
  width: 110px;
  text-align: left;
}

.add_box {
  margin-bottom: 18px;
}

.add_box.last {
  margin-bottom: 0;
}

.add_box h3 {
  color: #003c82;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.6;
}

.add_box h3 a {
  color: #003c82;
}

/*------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------*/
.inq_table {
  width: 100%;
  text-align: center;
}

.inq_table th {
  font-size: 1.142em;
  line-height: 1;
  color: #003C82;
  font-weight: bold;
  padding: 10px 0;
}

.inq_table td {
  font-size: 1.429em;
  line-height: 1.8;
  font-weight: bold;
  padding: 20px 0;
  background: #F2FAFB;
}

.inq_tel {
  width: 100%;
  font-size: 1.142em;
}

.inq_tel th {
  width: 110px;
  text-align: left;
  color: #003C82;
  font-weight: bold;
}

.inq_tel th,
.inq_tel td {
  padding: 12px 10px;
  vertical-align: top;
}

.inq_mail {
  font-size: 1.429em;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #93989D;
  border-bottom: 1px solid #93989D;
}

/*------------------------------------------------------------------------
トピックス
--------------------------------------------------------------------------*/
.topi_h2 {
  color: #28323C;
  padding: 16px;
  border: 4px solid;
}

h2.topi_h2:before {
  margin-right: 0;
  content: none;
}

h2.topi_h2:after {
  margin-left: 0;
  content: none;
}

.pink .topi_h3,
.pink .topi_h4 {
  color: #FF9999;
}

.blue .topi_h3,
.blue .topi_h4 {
  color: #58BEC6;
}

.green .topi_h3,
.green .topi_h4 {
  color: #97CA1E;
}

.topi_h4 {
  font-weight: bold;
  margin-bottom: 14px;
}

.topi_box_h3 {
  border-bottom: 1px solid #93989D;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.topi_box_h3 img {
  max-width: 100%;
}

.topi_img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.topi_img li {
  width: 160px;
  margin-right: 15px;
  float: left;
}

.topi_img li.last {
  margin-right: 0;
}

.topi_img li.txt3 {
  width: 510px;
  margin-right: 0;
}

.topi_img li.txt2 {
  width: 335px;
  margin-right: 0;
}

.topi_img li img {
  margin-bottom: 4px;
}

.topi_img span {
  display: block;
  font-size: 0.857em;
  line-height: 1.2;
  text-align: left;
}

li.newface_name {
  width: 300px;
}

.newface_name .kana,
.newface_name .data {
  display: block;
}

.newface_name .name {
  display: block;
  font-size: 1.167em;
  font-weight: bold;
  margin: 4px 0 10px;
}

.img_click {
  font-size: 0.786em;
  text-align: right;
  margin: 40px 0 0;
}

/*------------------------------------------------------------------------
冷間鍛造のメリット(2020.10.21 add by Citron)
--------------------------------------------------------------------------*/
.page-about .main_wrapper > h2 {
  background-color: #003c82;
  color: #fff;
  text-align: left;
  font-size: 28px;
  padding: 10px 20px;
  font-weight: bold;
}
.page-about .main_wrapper > h2:before, .page-about .main_wrapper > h2:after {
  display: none;
}
.page-about .box_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}
.page-about .box h3 {
  border-bottom: 1px solid #003C82;
  padding-bottom: 10px;
}
.page-about .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-about .box .flex .text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.page-about .box .flex .text p {
  line-height: 1.8;
}
.page-about .box .flex .text li {
  margin-bottom: 10px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
.page-about .box .flex .thum {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-left: 40px;
}
.page-about .box .flex .thum img {
  max-width: 100%;
  height: auto;
}
.page-about .box table thead th {
  text-align: center;
  font-weight: bold;
  background-color: #989898;
  color: #fff;
}
.page-about .box table tbody th {
  white-space: nowrap;
  font-weight: bold;
  background-color: #f1f1f1;
}
.page-about .box table tbody tr:first-child td {
  text-align: left;
}
.page-about .box table th,
.page-about .box table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
}
.page-about .box table td {
  font-size: 13px;
  background-color: #fff;
}
.page-about .box table td ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/*------------------------------------------------------------------------
技術紹介(2021.7.31 add by Citron)
--------------------------------------------------------------------------*/
.tech_intro .main_wrapper {
  width: 900px;
}
.tech_intro .doc img {
  max-width: 100%;
}
.tech_intro .note {
  text-align: right;
  padding-top: 20px;
}
.tech_intro .flex .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  position: relative;
}
.tech_intro .flex .sidebar {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
}
.tech_intro .flex .sidebar .wrap {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
}
.tech_intro .flex .sidebar .wrap h3 {
  text-align: center;
}
.tech_intro .flex .sidebar .wrap ul li:before {
  content: "・";
  display: inline;
}
/*# sourceMappingURL=contents.css.map */