

/*=============================================================
 sidebar_local-nav
=============================================================*/

/*sidebarの子供リンクを小さくする*/
.sidebar_local-nav .nav_list > li li a {
  padding: 0.8em 20px;
  font-size: 0.9rem;
}
.sidebar_local-nav .nav_list > li > ul > li a::before {
  top: 1.5em;
}
/*カレントカテゴリを表示する*/
.sidebar_local-nav .nav_list li a,
.sidebar_local-nav .nav_list li .nolink{
	display:block;
	position:relative;
}
.sidebar_local-nav li.act>a{
  background-color: #e4ebf2;
  font-weight: bold;
  pointer-events: none;
}
/* children */
.sidebar_local-nav .nav_list li ul{display:none;}
.sidebar_local-nav .nav_list li.open>ul,
.sidebar_local-nav .nav_list li.act>ul{display:block;}

/*=============================================================
タイトルメイン
=============================================================*/
.b_page-title .subheading-under {
  margin-bottom: .5em;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
.tit_main .b_page-title {
  color: #333;
  background: #FFF;
  background: no-repeat top center;
}
.tit_main .b_page-title h1 {
  font-size: 2.5rem;
  padding-top: 2.60714em;
  padding-bottom: 2.60714em;
}
.tit_main.cable .b_page-title {
  background-image:url("/products/cable/images/index_cable_bg.jpg");
}
.tit_main.pipe .b_page-title {
  background-image:url("/products/pipe/images/index_pipe_bg.jpg");
}


@media screen and (max-width: 60em) {
.tit_main .b_page-title h1 .subheading {
  font-size: 1.3rem;
}
.tit_main .b_page-title h1 {
  font-size: 2.1rem;
  padding-top: 1.60714em;
}
.tit_main .b_page-title {
  background-position: bottom center;
  height: 650px;
}
.tit_main.cable .b_page-title {
  background-image:url("/products/cable/images/index_cable_bg_sp.jpg");
  background-color: #cfc7ba;
}
.tit_main.pipe .b_page-title {
  background-image:url("/products/pipe/images/index_pipe_bg_sp.jpg");
}
}
@media screen and (max-width: 47.5em) {
.tit_main .b_page-title {
  height: 500px;
  background-size: 750px;
}
}
@media screen and (max-width: 30em) {
.tit_main .b_page-title {
  height: 430px;
  background-size: 550px;
}
}
.tit_main .b_page-title .subheading {
  font-size: 1.5rem;
  font-weight: bold;
}
.tit_main .m_text{  line-height: 1.8;}
/*=============================================================
 ここからKANZACC css
=============================================================*/

.m_box._center,
._center {
  text-align: center;
}
._left{
text-align: left;
}
._right{
text-align: right;
}
._apart{
margin-top: 2em;
padding-top: 2em;
}

/*幅広なテーブル*/
.m_tbl-data.select th, .m_tbl-data.select td {
  padding: 0.5em 7px .4em;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid #ccc;
}
div.m_tbl-data.scroll_div {
  overflow: scroll;
}
.m_tbl-data.scroll_div th.name {
  background: #e4ebf2;
}
.m_tbl-data tr th.emphasis,
.m_tbl-data tr td.emphasis {
  background: #e4ebf2;
}

/*ページ内リンクを4と2カラムに*/
.m_links._subtoc_box._col2 > li {
  width: 47.8%;
}
.m_links._subtoc_box._col4 > li {
  width: 22.8%;
}
@media screen and (max-width: 56em) {
  .m_links._subtoc_box._col4 > li,
  .m_links._subtoc_box._col2 > li {
    width: 47.8%;
  }
}
@media screen and (max-width: 28em) {
  .m_links._subtoc_box._col4 > li,
  .m_links._subtoc_box._col2 > li {
    width: 97.8%;
  }
}
.m_links._subtoc_box a:not(.anc_button)::before {
  top: 1.2em;
}



.m_appeal {
  display: table;
  width: 100%;
}
.m_appeal .text_area,
.m_appeal .image_area {
  display: table-cell;
  color: #333;
  background: #ddd;
  vertical-align: middle;
}
.m_appeal .image_area {
  width: 48%;
}
.m_appeal .image_area img,
.m_appeal .image_area object {
  display: inline-block;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 72em) {
  .m_appeal .image_area img,
  .m_appeal .image_area object {
    width: 100%;
  }
}
.m_appeal .text_area {
  padding: 20px 2%;
  box-sizing: border-box;
  width: 52%;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 644px) {
  .m_appeal {
    display: block;
  }
  .m_appeal .text_area,
  .m_appeal .image_area {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 72em) {
  #l_main .m_appeal {
    display: block;
  }
  #l_main .m_appeal .text_area,
  #l_main .m_appeal .image_area {
    display: block;
    width: auto;
  }
}



/*m_listpage_product*/
.m_listpage_product a .product_page_text{
  position: absolute;
  color: #fff;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.7);
}
.m_listpage_product a:link:hover .product_page_text{
  text-decoration: underline;
}
.m_listpage_product a .product_page_text::before {
  margin-top: -0.3em;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  height: 0.6em;
  width: 0.6em;
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m_listpage_product .product_text {
background-color: #FFF;
vertical-align: middle;
  border: 1px solid #ecebeb;
  border-top-color: #ecebeb;
}

.m_listpage_product._max3 > li:nth-child(1),
.m_listpage_product._max5 > li:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .m_listpage_product._max3 > li,
  .m_listpage_product._max4 > li,
  .m_listpage_product._max5 > li{
    width: 48.5%;
  }
  .m_listpage_product._max3 > li:nth-child(2),
   .m_listpage_product._max5 > li:nth-child(4){
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .m_listpage_product._max4 > li{
    width: 23.5%;
  }
  .m_listpage_product._max3 > li{
    width: 31.8334%;
  }
  .m_listpage_product._max5 > li {
    width: 18.5%;
  }
  .m_listpage_product._max3 > li:nth-child(2),
  .m_listpage_product._max3 > li:nth-child(3),
  .m_listpage_product._max4 > li:nth-child(2),
  .m_listpage_product._max4 > li:nth-child(3),
  .m_listpage_product._max4 > li:nth-child(4),
  .m_listpage_product._max5 > li:nth-child(2),
  .m_listpage_product._max5 > li:nth-child(3),
  .m_listpage_product._max5 > li:nth-child(4),
  .m_listpage_product._max5 > li:nth-child(5){
    margin-top: 0;
  }
}




/*=============================================================
 採用情報　
=============================================================*/

/*先輩社員紹介ページ*/
.m_hdg._A.interview h2,
.m_hdg._A.interview h3,
.m_hdg._A.interview h4,
.m_hdg._A.interview h5,
.m_hdg._A.interview h6 {
  padding: .3em 20px;
  border-bottom: 1px solid #ecebeb;
  color: #333;
  background: none;
  border-left: 4px solid #005ba9;
}

.text_lede.interview {
  color: #003d8c;
}

.m_hdg._B.interview h2,
.m_hdg._B.interview h3,
.m_hdg._B.interview h4,
.m_hdg._B.interview h5,
.m_hdg._B.interview h6 {
  border-left: none;
  padding: .4em 0.9em;
  border-radius: .3em;
  color: #fff;
  background: #454545;
  font-size: 1.3rem;
}


/* スケジュール */
.m_box._C.schedule {
  padding: 2.5em 36px;
}
.schedule .m_chronological-legend > li + li .icon_area{
  padding-top: 0;
}
.schedule .m_chronological-legend > li + li .text_area,
.schedule .m_chronological-legend > li + li .image_area{
  padding-bottom: 2em;
}
.schedule .m_chronological-legend .icon_area,
.schedule .m_chronological-legend .text_lede{
  color:  #3366cc;
}
.schedule .m_chronological-legend .icon_area{
  width: 10%;
  background: url("../../recruit/interview/images/interview_back.png") repeat-y 50px ; 
}
.schedule .m_chronological-legend li:last-child .icon_area{
background: none;
}
.schedule .m_chronological-legend .text_area {
  width: 60%;
}
.schedule .m_chronological-legend.image_area{
  display: table-cell;
  width: 30%;
}
@media screen and (max-width: 64em) {
.schedule .m_chronological-legend .text_area,
.schedule .m_chronological-legend .image_area{
display: block;
  width: 90%;
}
}
.schedule .m_chronological-legend .image_area img{
max-width: 100%;
}
@media screen and (max-width: 32em) {
.m_box._C.schedule {
  padding: 1.5em 19px;
}
.schedule .m_chronological-legend .text_area,
.schedule .m_chronological-legend .image_area{
display: block;
  width: 100%;
}
.schedule .m_chronological-legend .icon_area{
display: block;
  width: 30%;
}
}
.schedule .m_chronological-legend .image_area img{
max-width: 100%;
}
.schedule .m_chronological-legend .icon_area,
.schedule .m_chronological-legend .text_area {
  padding-right: 2em;
  vertical-align: top;
}
.schedule .m_chronological-legend .text_area {
  vertical-align: top;
}
.schedule .m_chronological-legend .icon {
  padding: 0 1em;
}
.schedule .m_chronological-legend .icon._time {
  color: #fff;
  background-color: #3366cc;
  padding: 10px 30px; /* 上下の余白、左右の余白 */
  border-radius: 30px; /* 角を丸くする */
}
.schedule h2 {
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  background-color: #fff;
  margin-bottom: 2em;
}
/* KANZACCを知る */

.know.m_appeal{
  max-width: 1400px;
  margin: 3em auto;
}
.know.m_appeal .text_area,
.know.m_appeal .image_area {
  background: #f7e7b7;
}
@media screen and (max-width: 52em) {
  .know.m_appeal {
    display: block;
  }
  .know.m_appeal .text_area,
  .know.m_appeal .image_area {
    display: block;
    width: auto;
  }
}

@media screen and (min-width: 52em) {
  .company_group_lede > .pad {
    display: table;
  }
  .company_group_lede .text_area,
  .company_group_lede .image_area {
    display: table-cell;
    vertical-align: middle;
  }
  .company_group_lede .text_area {
    padding-right: 20px;
  }
  .company_group_lede .image_area img,
  .company_group_lede .image_area object {
    max-width: none;
  }
}


.know .b_page-title {
  color: #333;
  background: #fff;
  text-align: center;
}
.know .b_page-title h1 {
  margin: auto;
  padding: 1.10714em 20px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 30em) {
  .know .b_page-title h1 {
    padding: 1em 15px;
    font-size: 1.25rem;
  }
}


.know_section{
  padding: 6.0625em 0;
  text-align: center;
}
.know_section h2{
font-size: 1.8rem;
font-weight: bold;
}
.know_section.section01 {
  background:#f7e7b7 url("/recruit/images/know_bg_familiar.png") no-repeat center;
}
.know_section.section02 {
  background:#fff url("/recruit/images/know_bg_look.png") no-repeat center;
}
.know_section.section03 {
  background:#f3f6f9 url("/recruit/images/know_bg_nosee.png") no-repeat center;
}

@media screen and (max-width: 56em) {

.know_section{
  padding: 2.0625em 0 15em 0;
  text-align: center;
}
.know_section.section01 {
  background:#f7e7b7 url("/recruit/images/know_bg_familiar_sp.png") no-repeat center bottom;
}
.know_section.section02 {
  background:#fff url("/recruit/images/know_bg_look_sp.png") no-repeat center bottom;
}
.know_section.section03 {
  background:#f3f6f9 url("/recruit/images/know_bg_nosee_sp.png") no-repeat center bottom;
}
}
@media screen and (max-width: 20em) {
.know_section .m_text{
font-size: 0.9em;
}
.know_section.section01,
.know_section.section02,
.know_section.section03 {
  background-size: 200%;
}
}
.know_section > .pad {
  margin: auto;
  padding: 0 20px;
  max-width: 1260px;
}
@media screen and (max-width: 47.5em) {
  .know_section > .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
}

