@charset "utf-8";
/*
Theme Name:株式会社コーテック
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.5;
  width: 100%;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%; /* sp 横表示対応 */
  word-wrap: break-word;
}
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
a {
  opacity: 1;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.ment {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.middle_ment {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
.middle_ment2 {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.large_ment {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.mini_ment {
  font-size: 13px;
  font-size: 1.3rem;
}
.attention_txt {
  margin-left: 1em;
  text-indent: -1em;
}
.ta_c {
  text-align: center;
}
.ta_r {
  text-align: right;
}
.mt15 {
  margin-top: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb20 {
  margin-bottom: 20px;
}
.webfont {
  font-family: 'Open Sans', sans-serif;
}
.fts18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.fts20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.fts24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.fts32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.fts30 {
  font-size: 30px;
  font-size: 3.0rem;
}
.lh18 {
  line-height: 1.8;
}
.lh22 {
  line-height: 2.2;
}
.blue {
  color: #005d97;
}
/*   画像回り込み 
------------------------------------------------------------ */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.alignright {
  float: right
}
.alignleft {
  float: left
}
/* 画像回り込み -margin 指定 */
.aligncenter {}
.alignright {}
.alignleft {}
/* page top */
#pageTop {
  position: fixed;
  bottom: 64px;
  right: 48px;
  z-index: 500
}
/* header
------------------------------------------------------------ */
#top_header {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#top_header .inner h1 {
  font-size: 12px;
  float: left;
  padding-top: 10px;
}
#top_header .inner .language {
  width: 256px;
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
}
#top_header .inner .language li {
  width: 128px;
  float: left;
}
.language li a {
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
#top_header .inner .logo {
  width: 126px;
  float: left;
}
#top_header .inner .logo a img {
  width: 100%;
  height: auto;
}
#top_header .inner .add.ta_r {
  float: right;
  margin-right: 30px;
  font-size: 12px;
}
#top_header .inner .search {
  /*	background-color: #f0f0f0;
	display: block;*/
  width: 190px;
  /*background-image: url(img/common/search.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-top: 4px;
	padding-bottom: 4px;*/
  float: right;
  margin-top: 6px;
  /*height: 28px;
}*/
}
.language .chinese a {
  /*	background: url(img/common/global.png) no-repeat 7% center, url(img/common/pt_g.png) repeat;*/
}
.language .english a {
  /*background: url(img/common/global.png) no-repeat 7% center, url(img/common/pt_b.png) repeat;*/
  font-family: 'Open Sans', sans-serif;
}
/* nav */
.nav_bg {
  width: 100%;
  background-image: url(img/common/nav_bg.png);
  background-repeat: repeat-x;
  height: 64px;
}
/* dropdown
------------------------------------------------------------ */
/* normal */
#normal li ul {
  display: none;
}
#normal li:hover ul {
  display: block;
  z-index: 100;
}
.dropmenu {
  *zoom: 1;
  width: 1080px; /* ■メニューの横幅を入力 */
  margin: 0px auto 0;
  padding: 0;
}
.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after {
  clear: both;
}
.dropmenu li {
  position: relative;
  width: 180px; /* ■各メニューの縦幅を入力 */
  float: left;
  height: 64px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
.dropmenu li a {
  display: block;
  width: 180px;
  height: 64px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.dropmenu li ul {
  position: absolute;
  background-color: #005d97;
}
.dropmenu li ul li {
  background-color: #005d97;
  width: 240px;
  height: auto;
  border: none;
}
.dropmenu li ul li a {
  padding: 24px;
  background: #005d97;
  text-align: left;
  white-space: nowrap;
  line-height: 1.538;
  font-size: 13px;
  color: #fff;
  border-right: none;
  background-image: url(img/common/nav_arrow.png);
  background-position: right 17px center;
  background-repeat: no-repeat;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  text-indent: inherit;
  white-space: inherit;
  overflow: inherit;
  font-weight: bold;
}
.dropmenu li {
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.dropmenu #nav1 {
  background-image: url(img/common/nav_home_off.png);
}
.dropmenu #nav1.m_on a {
  border-left: 1px solid #eee;
}
.dropmenu #nav1:hover, .dropmenu #nav1.active {
  background-image: url(img/common/nav_home_on.png);
}
.dropmenu #nav2 {
  background-image: url(img/common/nav_tech_off.png);
}
.dropmenu #nav2:hover, .dropmenu #nav2.active {
  background-image: url(img/common/nav_tech_on.png);
}
.dropmenu #nav3 {
  background-image: url(img/common/nav_skill_off.png);
}
.dropmenu #nav3:hover, .dropmenu #nav3.active {
  background-image: url(img/common/nav_skill_on.png);
}
.dropmenu #nav4 {
  background-image: url(img/common/nav_company_off.png);
}
.dropmenu #nav4:hover, .dropmenu #nav4.active {
  background-image: url(img/common/nav_company_on.png);
}
.dropmenu #nav5 {
  background-image: url(img/common/nav_recruit_off.png);
}
.dropmenu #nav5:hover, .dropmenu #nav5.active {
  background-image: url(img/common/nav_recruit_on.png);
}
.dropmenu #nav6 {
  background-image: url(img/common/nav_contact_off.png);
}
.dropmenu #nav6:hover, .dropmenu #nav6.active {
  background-image: url(img/common/nav_contact_on.png);
}
.dropmenu li:hover, .dropmenu li.active {
  background-color: #005d97;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.dropmenu li ul li.last a {
  border-bottom: none;
}
.dropmenu li ul li:hover {
  background-color: #005d97;
  border: none;
}
/* container
------------------------------------------------------------ */
#contents {
  width: 100%;
  padding-top: 56px;
}
.inner {
  overflow: hidden;
}
.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
.container2 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.bg_container .container {
  margin-bottom: 0;
}
.bg_container {
  padding-top: 3%;
  padding-bottom: 3%;
  margin-bottom: 3%;
  background-color: #f6f6f6;
  width: 100%;
}
.bg_container#front_main {
  margin-bottom: 0;
}
/* side
------------------------------------------------------------ */
/* footer
------------------------------------------------------------ */
.f_bg {
  width: 100%;
  background-color: #f4f4f4;
  padding-top: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
.f_bg .f_nav_block {
  width: 78.7037037037037%;
  float: left;
}
.f_bg .f_add {
  width: 21.2962962962963%;
  float: right;
}
.f_bg .inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.f_bg .inner .f_nav {
  width: 16.58823529411765%;
  display: block;
  float: left;
  color: #333;
}
.f_nav .fnav_main a {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 5px;
}
.f_nav a:hover {
  opacity: 1;
  text-decoration: underline;
}
.f_bg .inner .f_nav_block #fnav1 {
  width: 10.58823529411765%;
}
.f_bg .inner .f_nav_block #fnav2 {
  width: 22.35294117647059%;
}
.copyright {
  width: 100%;
  text-align: center;
  background-color: #005d97;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.f_nav li a {
  margin-bottom: 2px;
  display: block;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/*main-image*/
#main_image {
  position: relative;
}
#re {
  position: absolute;
  width: 1080px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main_title {
  position: absolute;
  bottom: 9.75%;
  left: 2.25%;
}
@media screen and (max-width: 1366px) {
  .main_title {
    position: absolute;
    bottom: 3.75%;
    left: 2.25%;
  }
}
/*inro*/
.top1 .img_block {
  width: 27.77777777777778%;
  margin-right: 3.703703703703704%;
  float: left;
}
.top1 .img_block img {
  max-width: 100%;
  height: auto;
}
.top1 .box {
  float: left;
  width: 68.51851851851852%;
}
.top1 .box h1 img {
  width: 49.86486486486486%;
}
.top2 .box {
  width: 31.48148148148148%;
  margin-right: 2.777777777777778%;
  float: left;
}
.top1 .box img, .top2 .box img {
  width: 100%;
  height: auto;
}
.top2 .box.m_off {
  margin-right: 0;
}
.top2 .box .img_block a {}
#front_petatekku {
  text-align: center;
  width: 100%;
  background-color: #def2f9;
  padding: 40px 0 42px;
  margin-bottom: 92px;
  overflow: hidden;
}
#front_petatekku .inner {
  width: 1080px;
  margin: 0 auto;
}
#front_petatekku .box_left {
  float: left;
  margin-left: 4.62962962962963%;
  width: 57.40740740740741%;
}
#front_petatekku .box_right {
  float: right;
  margin-left: 5.555555555555556%;
  width: 32.40740740740741%;
}
#front_petatekku .box_right img {
  max-width: 100%;
  height: auto;
}
#front_petatekku .copy {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 35px;
}
.petakku_logo {
  width: 350px;
  margin: 0 auto 32px;
}
.petakku_logo img {
  max-width: 100%;
  height: auto;
}
.info {
  width: 47.22222222222222%;
  margin-right: 5.555555555555556%;
  float: left;
}
.news {
  width: 47.22222222222222%;
  float: left;
}
.title {
  font-size: 18px;
  font-weight: bold;
  background-color: #f4f4f4;
  background-image: url(img/index/border.png);
  background-repeat: repeat-y;
  background-position: left top;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 32px;
  margin-bottom: 24px;
}
.title .webfont {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.wp_news .list {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #CCC;
}
.wp_news .list .list_title.mb10 {
  font-size: 14px;
}
.kuwasiku a {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-image: url(img/common/pt_b.png);
  text-align: center;
  display: inline-block;
  padding: 10px 22px;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
#pankuzu {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  margin-top: 20px;
  line-height: 1.7;
}
#pankuzu a {
  text-decoration: underline;
}
#pankuzu a:hover {
  opacity: 1;
}
.kasou_title {
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 7%;
  padding-bottom: 7%;
  background-size: cover;
}
#title_technology {
  background-image: url(img/kasou/title_technology.jpg);
}
#title_interior {
  background-image: url(img/kasou/title_interior.jpg);
}
#title_industry {
  background-image: url(img/kasou/title_industry.jpg);
}
#title_clothes {
  background-image: url(img/kasou/title_clothes.jpg);
}
#title_quality {
  background-image: url(img/kasou/title_quality.jpg);
}
#title_skill {
  background-image: url(img/kasou/title_skill.jpg);
}
#title_company {
  background-image: url(img/kasou/title_company.jpg);
}
#title_recruit {
  background-image: url(img/kasou/title_recruit.jpg);
}
#title_info {
  background-image: url(img/kasou/title_info.jpg);
}
#title_contact {
  background-image: url(img/kasou/title_contact.jpg);
}
.kasou_title .box {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.kasou_title .page_title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.kasou_title .english {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  color: #FFF;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
/* technology
------------------------------------------------------------ */
.technology_intro .img_block {
  width: 47.22222222222222%;
  float: left;
  margin-right: 5.555555555555556%;
}
.technology_intro .box {
  width: 47.22222222222222%;
  float: left;
}
.technology_intro .box .name {
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.line_btn a {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 10px 64px;
  border: 1px solid #005d97;
  background-color: #FFF;
  color: #005d97
}
.line_btn a:hover {
  opacity: 1;
  background-color: #005d97;
  color: #FFF;
}
.line_btn .type_green {
  color: #a0cf67;
  border-color: #a0cf67;
}
.line_btn .type_green:hover {
  background-color: #a0cf67;
}
.line_btn .type_blue {
  color: #00b7ee;
  border-color: #00b7ee;
}
.line_btn .type_blue:hover {
  background-color: #00b7ee;
}
.line_btn .type_purple {
  color: #996699;
  border-color: #996699;
}
.line_btn .type_purple:hover {
  background-color: #996699;
}
.technology_intro .example {
  border: 1px solid #000;
  padding: 16px;
}
.technology_intro .example .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.technology_intro .example.type_green {
  border-color: #a0cf67;
}
.technology_syosai.inner .box {
  width: 37.03703703703704%;
  margin-left: 10.18518518518519%;
  margin-right: 5.555555555555556%;
  float: left;
}
.technology_intro .example.type_green .name {
  color: #a0cf67;
}
.technology_intro .example.type_purple {
  border-color: #996699;
}
.technology_intro .example.type_purple .name {
  color: #996699;
}
.technology_intro .example.type_blue {
  border-color: #00b7ee;
}
.technology_intro .example.type_blue .name {
  color: #00b7ee;
}
.technology_syosai.inner .box .img_block img {
  width: 100%;
  height: auto;
}
.technology_syosai.inner .box .name {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.technology_syosai.inner .box .name .mini {
  font-size: 10px;
  font-size: 1.0rem;
  vertical-align: middle;
}
.technology_syosai.inner .box .name .mini.type_green {
  color: #a0cf67;
}
.technology_syosai.inner .box .name .mini.type_blue {
  color: #00b7ee;
}
.technology_syosai.inner .box .name .mini.type_purple {
  color: #996699;
}
.technology_syosai.inner .box.m_off {
  margin-left: 0px;
  margin-right: 10.18518518518519%;
}
.page_contact.container {
  letter-spacing: 0.1em;
}
.page_contact.container .main_ment {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.page_contact.container .english {
  font-size: 18px;
  font-size: 1.8rem;
  color: #005d97;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #005d97;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.page_contact.container .inner .tel_area {
  display: inline-block;
  margin-right: 5.555555555555556%;
  float: left;
}
.page_contact.container .inner .tel_area:last-child {
  margin-right: 0;
}
.page_contact.container .inner .mail_area {
  float: left;
  display: inline-block;
}
.tel_area .tel {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #005d97;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.0;
}
.mail_area .form a {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-color: #005d97;
  text-align: center;
  display: inline-block;
  padding: 10px 25px;
  border-width: 1px;
  border-style: none;
  border-radius: 4px;
}
.example.type_purple .list.inner li {
  float: left;
  margin-right: 2.862595419847328%;
  width: 28.62595419847328%;
}
.title.k_title {
  display: inline-block;
  padding-right: 40px;
}
.quality_ment li {
  font-size: 20px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding-left: 2em;
  border-bottom: 1px dotted #005d97;
  position: relative;
}
.quality_ment li span {
  position: absolute;
  left: 0;
}
.container.quality_page .inner.list li {
  margin-right: 2.862595419847328%;
  width: 25.92592592592593%;
  float: left;
  font-size: 26px;
  font-size: 2.6rem;
}
/* skill
------------------------------------------------------------ */
.skill_list .box_inner {
  width: 24.44444444444444%;
  border: 2px solid #005d97;
  text-align: center;
  margin-right: 0.7407407407407407%;
  float: left;
  margin-bottom: 10px;
  position: relative;
  min-height: 211px;
  padding-top: 15px;
}
.skill_list .inner .box_inner .name {
  font-size: 24px;
  color: #005d97;
  height: 130px;
  vertical-align: middle;
  padding: 30px 1.388888888888889%;
  display: table-cell;
  text-align: center;
  width: 264px;
}
.skill_list .inner .box_inner.m_off {
  margin-right: 0;
}
.btn_skill {
  font-size: 22px;
  color: #FFF;
  background-color: #005d97;
  display: block;
  line-height: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.container.skill_list .inner {
  margin-bottom: 10px;
}
.inner.mb30 .main_page {
  width: 18.51851851851852%;
  display: block;
  float: left;
  margin-right: 1.85185185185185%;
}
.inner.mb30 .main_page a {
  font-size: 14px;
  color: #005d97;
  display: block;
  padding: 11px 15px 9px 20px;
  border: 1px solid #005d97;
  background-color: #FFF;
  background-image: url(img/kasou/arrow2.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  border-radius: 4px;
}
.inner.mb30 .sub_page {
  width: 18.51851851851852%;
  display: block;
  float: left;
}
.inner.mb30 .sub_page li {
  display: block;
  margin-bottom: 20px;
}
.inner.mb30 .sub_page li:last-child {
  margin-bottom: 0;
}
.inner.mb30 .main_page a:hover {
  opacity: 1;
  background-color: #005d97;
  color: #FFF;
  background-image: url(img/kasou/arrow3.png);
}
.inner.mb30 .sub_page a {
  font-size: 14px;
  color: #7d7d7d;
  display: block;
  padding: 11px 15px 9px 20px;
  border: 1px solid #7d7d7d;
  background-color: #FFF;
  background-image: url(img/kasou/arrow4.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  border-radius: 4px;
}
.inner.mb30 .sub_page a:hover {
  opacity: 1;
  background-color: #7d7d7d;
  color: #FFF;
  background-image: url(img/kasou/arrow3.png);
}
.contact_box.inner li {
  width: 29.62962962962963%;
  margin-right: 2.777777777777778%;
  float: left;
}
.contact_box.inner li a {
  font-size: 15px;
  font-weight: bold;
  color: #005d97;
  background-color: #FFF;
  letter-spacing: 0.1em;
  display: block;
  padding: 6px 25px;
  border: 3px solid #005d97;
}
.contact_box.inner li a:hover {
  color: #FFF;
  background-color: #005d97;
  opacity: 1;
}
.contact_box.inner li .hover {
  color: #FFF;
  background-color: #005d97;
}
.button .box_inner {
  display: inline-block;
}
.button .box_inner::before, .button .box_inner::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button .box_inner, .button .box_inner::before, .button .box_inner::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button .box_inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #333;
  overflow: hidden;
}
.button .box_inner:hover {
  color: #fff;
}
.button .box_inner::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button .box_inner:hover::after {
  top: 0;
  background-color: #005d97;
}
a.button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.clr {
  clear: both;
}
/*ここからコピー*/
/* Contact Form 
--------------------*/
/*必須*/
.form_table .required {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 3px 8px;
  float: right;
  background-color: #005d97;
  color: #fff;
}
/* 任意 */
.form_table .required.any {
  background-color: #999;
}
/*table*/
.form_table {
  font-size: 1.4rem;
  width: 100%; /*変更しない*/
  border: 1px solid #005d97;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.form_table th {
  background: #ebf2f7;
  text-align: left;
  width: 25%;
  border-right: 1px solid #005d97;
  border-bottom: 1px dotted #005d97;
}
.form_table th, .form_table td {
  padding: 15px;
  vertical-align: middle;
}
.form_table td {
  border-width: 0 1px 1px 0;
  border-style: dotted;
  border-color: #005d97;
  background-color: #fff;
}
/*入力エリア*/
.form_table input[type="text"], .form_table textarea, .form_table select {
  padding: 5px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  font-size: 1.4rem;
}
.form_table input[type="text"]:focus, .form_table textarea:focus {
  border-color: #666;
  background-image: none;
}
.form_table input[type="text"] {
  width: 100%;
}
.form_table select {
  width: 100%;
}
.form_table textarea {
  height: 120px;
  width: 100%;
  font-size: 14px;
}
/*submit*/
#btn_submit input[type=submit], #btn_submit input[type=reset], .submit {
  display: inline-block;
  overflow: hidden;
  cursor: pointer; /* border: 1px solid #000;*/ /* background: #fff;*/
  background-color: #005d97;
  border: none;
  color: #fff;
  line-height: 44px;
  width: 160px;
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.submit:after {
  content: " \f105";
  font-family: FontAwesome;
  position: absolute;
  right: 12%;
}
#btn_submit input[type=submit]:hover, #btn_submit input[type=reset]:hover, .submit:hover {
  opacity: .8;
}
@media screen and (max-width:1023px) {
  .form_table input[type="text"], .form_table textarea, .form_table select {
    box-sizing: border-box;
  }
  .form_table input[type="text"] {
    width: 45%;
  }
  .form_table select {
    width: 45%;
  }
  .form_table textarea {
    height: 120px;
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  .form_table input[type="text"] {
    width: 55%;
    font-size: 16px;
  }
  .form_table select {
    width: 55%;
    font-size: 16px;
  }
  .form_table textarea {
    height: 120px;
    width: 80%;
    font-size: 16px;
  }
  .form_table tbody, .form_table tr, .form_table th, .form_table td {
    display: block;
    width: auto;
    box-sizing: border-box;
  }
  .form_table th, .form_table td {
    border-right: 0;
    border-bottom-style: solid;
  }
  .form_table tr:last-child td {
    border-bottom: 0;
  }
  .form_table input[type="text"], .form_table textarea {
    width: 100%;
  }
}
/*ここまでコピー*/
/* recruit
------------------------------------------------------------ */
/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
.container table.style01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
}
/* thの指定 */
.container table.style01 th {
  background-color: #f2f7fa;
  border: 1px solid #bfbfbf;
  padding: 16px;
  width: 30%;
  text-align: left;
  padding-left: 24px;
  font-weight: normal;
}
/* tr tdの指定 */
.container table.style01 tr td {
  width: 70%;
  background-color: #FFFFFF;
  border: 1px solid #bfbfbf;
  text-align: left;
  padding: 16px;
  padding-left: 24px;
}
#message .inner .img_block {
  width: 27.77777777777778%;
  margin-right: 5.555555555555556%;
  float: left;
}
#message .inner .box {
  width: 66.66666666666667%;
  float: left;
}
.recruit_pr .box {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.recruit_pr {
  background-image: url(img/kasou/bg_img1.jpg);
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-size: cover;
}
/* company
------------------------------------------------------------ */
.company_link li {
  width: 18.51851851851852%;
  display: block;
  margin-right: 1.851851851851852%;
  float: left;
  background-color: #000;
}
.company_link li a img {
  width: 100%;
  height: auto;
}
.company_link li .hover img {
  opacity: 0.7;
}
.company_link .m_off {
  margin-right: 0;
}
table.table3 {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  border-collapse: collapse;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
table.table3 th {
  width: 11.85185185185185%;
}
table.table3 td {
  width: 88.14814814814815%;
}
table.table3 th, table.table3 td {
  padding: 12px 0;
  text-align: left;
  border-bottom: 1px dotted #bfbfbf;
}
/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
.container table.style02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
}
/* thの指定 */
.container table.style02 th {
  background-color: #f2f7fa;
  border: 1px solid #bfbfbf;
  padding: 16px;
  width: 70%;
  text-align: left;
  padding-left: 24px;
  font-weight: normal;
}
/* tr tdの指定 */
.container table.style02 tr td {
  width: 30%;
  background-color: #FFFFFF;
  border: 1px solid #bfbfbf;
  text-align: right;
  padding: 16px;
  padding-right: 24px;
}
#machine .inner .table_box {
  width: 64.81481481481481%;
  margin-right: 4.62962962962963%;
  float: left;
}
#machine .inner .list {
  float: left;
  width: 30.55555555555556%;
}
#machine .inner .list li {
  width: 100%;
  margin-bottom: 30px;
}
#machine .inner .list li img {
  max-width: 100%;
  height: auto;
}
#access .inner .img_block {
  width: 44.44444444444444%;
  margin-right: 4.62962962962963%;
  float: left;
}
#access .inner .large_ment.lh22 {
  width: 44.44444444444444%;
  padding-top: 3.703703703703704%;
  float: left;
}
.ggmap {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 480px;
}
#local .inner.mb40 .img_block.m_on {
  width: 48.14814814814815%;
  margin-right: 3.703703703703704%;
  float: left;
}
#local .inner.mb40 .img_block {
  width: 48.14814814814815%;
  float: left;
}