@charset "UTF-8";
/*共通css*/
@media only screen and (min-width: 612px) and (max-width: 1072px) {
  .header_area1-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1072px) {
  .header_global_logo {
    margin-top: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}
/*
@media only screen and (min-width: 856px) and (max-width: 1220px) {
  .en_header .header_area1-2 {
width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .en_header .header_global_logo {
    margin-top: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}*/
.sidebar_local-nav > h2, .b_page-title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0052a3), color-stop(1.00, #0066cc));
  background: -webkit-linear-gradient(#0052a3, #0066cc);
  background: -moz-linear-gradient(#0052a3, #0066cc);
  background: -o-linear-gradient(#0052a3, #0066cc);
  background: -ms-linear-gradient(#0052a3, #0066cc);
  background: linear-gradient(#0052a3, #0066cc);
}
/*トップのみパンクズとページタイトルを表示させない*/
.top .b_page-title, .top .b_topic-path {
  display: none;
}

/*パンクズの＞を表示する*/
.b_topic-path span {
  font-size: 0.75rem;
}
.b_topic-path span {
  margin: 0 1.25em;
}
.m_hdg._A h2, .m_hdg._A h3, .m_hdg._A h4, .m_hdg._A h5, .m_hdg._A h6 {
  border-left: 4px solid #0066cc;
  background: #d1e3f7;
  color: #333;
}
.m_hdg._B h2, .m_hdg._B h3, .m_hdg._B h4, .m_hdg._B h5, .m_hdg._B h6 {
  border-left: 4px solid #0066cc;
  background: #f2f2f2;
}
.sidebar_local-nav .nav_list > li a:not([href]) {
  background-color: #d1e3f7;
}
.company_group_lede {
  background: -webkit-linear-gradient(left, #dce9f5, #4f7cb8);
  background: linear-gradient(to right, #dce9f5, #4f7cb8);
  background-color: #dce9f5;
}
.m_listpage_link > li {
  background: #e6e6e6;
}
#l_content.first {
  padding: 0 20px 40px !important;
}
.header_logo .logo {
  margin: 5px 15px 10px 0;
}

.header_search_sp {
  margin-top: 12px;
}
.header_global-nav_sp .nav_button::after {
  -webkit-transform: scale(0.5) rotate(90deg);
  -ms-transform: scale(0.5) rotate(90deg);
  transform: scale(0.5) rotate(90deg);
}
.header_utility .company {
  margin-right: 1.25em;
  padding: .2em 8px .2em 30px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  background: no-repeat 10px 50%;
  background-size: 11px 17px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAiCAYAAABbXymAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtABMDjQALiGhsbLQBUoepZGZ0fX39Mpq5eOgZzIJFbDoQf0ITKwBidij7GhBvRpM3BGI3QgZ3APEjNLEMJIMvAHEFmnwmusGjkYc3jEHh9QFNjB2JrQXE5WjyFsQYXEHAMQZQPHjDOA2IhdDwGnLCGB18BeL3aGK/hl9yo2s6RgezgHgKmhg3NQzmJsag0WJztNgcqcXmCDGYcci1jwECDAArliaeJem56AAAAABJRU5ErkJggg==);
}
.header_utility_sp .company {
  padding: 8px 0;
  display: block;
}
.header_utility_sp .contact {
  padding: 4px 0 0;
  border-top: 1px solid #5c5c5c;
  display: block;
}
.m_hdg .link_sm {
  color: #fff;
}
form input#login {
  margin: 15px 0;
}
/*センター揃え*/
._center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
._left{
text-align: left;
}
._apart {
  margin-top: 2em;
}
._apart-padding {
  padding-top: 2em;
}
@media screen and (max-width: 60em) {
br.pc{
display: none;
}
}
/*表の色*/
.m_tbl-data td.emphasis,.m_tbl-data th.emphasis{
  background: #e4ebf2;
}
.m_tbl-data td.emphasis._A,.m_tbl-data th.emphasis._A{
  background: #98e5fe;
}

/*ページ内リンクを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%;
  }
}

/*5カラム*/
.m_listpage_link._max5 > li {
  width: 99.5%
}
.m_listpage_link._max5 > li:nth-child(1){
  margin-top: 0
}

@media screen and (min-width:28em) {
  .m_listpage_link._max5 > li {
    width: 49.5%
  }
  .m_listpage_link._max5 > li:nth-child(2) {
    margin-top: 0
  }
}
@media screen and (min-width:52em) {
  .m_listpage_link._max5 > li {
    width: 32.83333%
  }
  .m_listpage_link._max5 > li:nth-child(3) {
    margin-top: 0
  }
}
@media screen and (min-width:64em) {
  .m_listpage_link._max5 > li {
    margin-left: .5%;
    width: 19.5%
  }
   .m_listpage_link._max5 > li:nth-child(4),
  .m_listpage_link._max5 > li:nth-child(5) {
    margin-top: 0
  }
}


/*タイトルのサブタイトル*/
.m_hdg._B .subheading {
  margin-bottom: .5em;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.m_hdg._B .subheading._news {
  margin-top: .5em;
  margin-bottom: 0;
  font-weight: bold;
}
/*画像のキャプションの大きさ*/
.m_image .embedded_caption._big, .m_image-sbs .embedded_caption._big, .m_image-sneak .embedded_caption._big, .m_image-list .embedded_caption._big {
  color: #333;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
/*=============================================================
   ここから各事業部css
=============================================================*/
/*ニュースのメディア*/
.m_news .news_list > li > .news_date,
.m_news .news_list > li > .news_text {
  border-top: 1px solid #ecebeb;
}
.m_news .news_list > li > .news_label{
  padding: 1.2em 0;
  border-top: 1px solid #ecebeb;
  display: table-cell;
  vertical-align: top;
  font-size: 0.875rem;
}
.m_news .news_list > li > .news_label {
  padding-right: 1.5em;
  white-space: nowrap;
}
.m_news .news_list > li > .news_label span {
  padding:0.3em 0.5em;
  background-color: #cee0f2;
}
.m_news .news_list > li > .news_label .ir {
  padding:0.3em 1em;
}
@media screen and (max-width: 30em) {
  .m_news .news_list._label > li > .news_date {
  display: table-cell;
  padding-right: 1.5em;
  }
  .m_news .news_list._label > li > .news_label {
  display: table-cell;
  width: 100%;
  }
  .m_news .news_list > li > .news_text {
    display: block;
    padding-top: 0;
	border-top: none;
  }
}

/*トピックスのアイコン*/
.link_icon {
    padding: 0.675em 16px;
    display: inline-block;
    color: #fff;
    background: #333;
    font-size: .8125rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
}

/*ローカルナビに下線を*/
.header_local-nav a {
  text-decoration: underline;
}

/*幅広なテーブル*/
.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;
}
.text_new._daihen {
  margin-left: 0;
  background: #0191d7;
}
.anc_button._conversion {
    background: -moz-linear-gradient(left, #0066cc 50%, #31b8fb);
  background: -webkit-linear-gradient(left, #0066cc 50%, #31b8fb);
  background: linear-gradient(to right, #0066cc 50%, #31b8fb);
}
.anc_button._conversion._red {
    background: -moz-linear-gradient(left, #e70c0c 50%, #f38888);
  background: -webkit-linear-gradient(left, #e70c0c 50%, #f38888);
  background: linear-gradient(to right, #e70c0c 50%, #f38888);
}
.m_image-list .pic_category {
  font-size: 0.875em;
}
/*slideを使う時は下記のマージンを削除*/
.top_ir {
  max-width: 1400px;
  margin: 30px auto;
}
@media screen and (max-width: 30em) {
  .top_ir {
    margin: 9px auto 10px auto;
  }
}

/*slide*/
.swiper-wrapper {
  font-size: 0;
}
.swiper-slide {
  display: inline-block;
  width: 24.6%;
  position: relative;
  color: #fff;
  font-size: 1rem;
  vertical-align: top;
}
.swiper-slide a[href]{
  color: inherit;
  text-decoration: none;
}
.swiper-slide a[href]:focus,
.swiper-slide a[href]:hover {
  text-decoration: underline;
}
.swiper-slide a[href]:focus .ir_text,
.swiper-slide a[href]:hover .ir_text {
  text-decoration: underline;
}
.swiper-slide .ir_image > img {
  margin: auto;
  display: block;
  height: auto;
  width: 100%;
}
.swiper-slide .ir_text {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 84em) {
  .swiper-slide .ir_text {
    font-size: 0.875rem;
  }
}
.swiper-slide .ir_text > .text {
  padding: 1.0625em 1.4375em;
  display: block;
  padding-right: 2.82em;
  position: relative;
}
.swiper-slide .ir_text > .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);
}
/*index topics*/

.work_hdg {
    margin: .5em 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
}





/*index product manu*/

.top_work {
  margin-top: 0;
  background: #FFF url(/fiber-laser/images/index_work_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.top_work .m_listpage_link .link_title {
  font-size: 1rem;
}
.top_work .m_listpage_link > li {
  color: #333;
  background-color: #fff;
}

.top_work .work_list._max4 {
  margin-top: 8px;
}
.top_work .work_list._max4 > li {
  width: 24.6%;
}
.top_work .work_list._max5 > li {
  width: 19.6%;
}
.top_work .work_list._max4 .work_text,
.top_work .work_list._max5 .work_text {
  font-size: 1rem;
}
.top_work .work_list._max4 .work_text > .text,
.top_work .work_list._max5 .work_text > .text {
  padding: 1em 1.7em 1em 1.2em;
}

@media screen and (max-width: 36em) {
  .top_work .work_list._max5 > li,
  .top_work .work_list._max4 > li {
    margin-top: .1em;
    width: 99.6%;
  }
}
@media screen and (max-width: 36em) {
  .top_work .work_list > li {
    margin-top: .1em;
    width: 99.6%;
  }
  .top_work .work_list._max3 > li {
    width: 99.6%;
  }
  .top_work .work_list .work_image {
    display: none;
  }
  .top_work .work_list .work_text {
    min-height: 100%;
    position: static;
  }
.top_work .work_list._max4 .work_text > .text,
.top_work .work_list._max5 .work_text > .text {
    padding: 1.5em 1.4375em;
}
  .top_work .work_list .work_text {
    background-color: rgba(0, 0, 0, 0);
  }
}

/*カタログダウンロードイ*/
.top_library {
  margin: 0;
  background: #f0f0f0;
}
.top_library > .pad {
  margin: auto;
  padding: 2em 20px;
  max-width: 1260px;
}
@media screen and (max-width: 47.5em) {
  .top_library > .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*カタログダウンロードボタン、アイコン*/
.library .anc_button {
  padding: 1.1em 2.5em 1.1em 2em;
  text-align: center;
  line-height: 1;
  font-size: 1.2em;
  font-weight: bold;

}
.library .anc_button::before {
  right: 25px;
}
@media screen and (max-width: 30em) {
.library .anc_button::before {
  right: 15px;
}
}
.anc_button._register {
  padding-right: 3em;
}
.anc_button._register::before {
  display: none;
}
.anc_button i {
  width: 49px;
  height: 37px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 1em;
}
.anc_button._register i {
  background: url(/fiber-laser/library/images/ico_catalog.png) no-repeat;
}
@media screen and (max-width: 40em) {
.library .anc_button{
  padding-top:1em;
  padding-bottom: 1em;
  font-size: 1.1em;
}
.anc_button i {
  width: 1.1em;
  height: 1.1em;
}
.anc_button._register i {
  background-size: 100% 100%;
}
}

/*古河の産業レーザ　css*/
.furukawa_content, .furukawa_history, .furukawa_intro {
  margin-top: 0;
  padding: 4.0625em 0;
  color: #fff;
  background: #000 url(/fiber-laser/furukawa/images/intro_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}
.furukawa_content, .furukawa_history {
  text-align: left;
}
.furukawa_history {
  background: #000 url(/fiber-laser/furukawa/images/history_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.furukawa_content {
  background: #fff url(/fiber-laser/furukawa/images/content_bg.jpg) repeat-x;
  color: #333;
}
.furukawa_content .subheading span{
background-color: #0066cc;
  padding: .2em .5em .1em;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 47.5em) {
  .furukawa_content, .furukawa_history, .furukawa_intro {
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: 50% 0;
    background-size: cover;
  }
}
@media screen and (max-width: 30em) {
  .furukawa_intro {
    background: #000 url(/fiber-laser/furukawa/images/intro_bg_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.furukawa_content > .pad, .furukawa_history > .pad, .furukawa_intro > .pad {
  margin: auto;
  padding: 0 20px;
  max-width: 1260px;
}
@media screen and (max-width: 47.5em) {
  .furukawa_content > .pad, .furukawa_history > .pad, .furukawa_intro > .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.furukawa_content .content_hdg, .furukawa_history .history_hdg, .furukawa_intro .intro_hdg {
  margin: .5em 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 47.5em) {
  .furukawa_intro .intro_hdg {
    font-size: 2.3rem;
  }
}
.furukawa_content .content_hdg, .furukawa_history .history_hdg {
  font-size: 2rem;
  line-height: 1.5;
}
.furukawa_content .hdg_sub, .furukawa_intro .intro_hdg_sub {
  margin: .5em 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.furukawa_content .subheading {
  margin-bottom: .5em;
  display: block;
  font-size: 1rem;
}
.furukawa_history .history_lede, .furukawa_intro .intro_lede {
  font-weight: normal;
}

/*製品情報　css*/
/*
.b_page-title .pad{
position: relative;
max-width: 1260px;
margin: auto;
}
.b_page-title .pad ul{
position: absolute;
bottom: -2px;
}*/

.product .b_page-title h1 {
  padding: 1.10714em 20px 2.5em 20px;
}

.m_image-list._col3 {
  margin-left: 0;
  font-size: 0;
}
.m_image-list._col3 .image_area {
  margin-left: 1%;
  width: 32%;
  font-size: 1rem;
}
@media screen and (max-width: 40em) {
  .m_image-list._col3 .image_area {
    width: 100%;
  }
}
.m_image-list._col3 .image_area img, .m_image-list._col3 .image_area object {
  width: 100%;
}
.furukawa_title {
  margin: 2em 0 1em;
  padding: .5em 1em;
  border-radius: .5em;
  color: #fff;
  background: #333;
}
.hdg_sub .subheading, .b_page-title .subheading {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: bold;
}
._lighter {
  font-weight: lighter;
}
.m_box._B._center ._center th, ._center {
  text-align: center;
}
._big {
  font-size: 1.5rem;
}
.m_list._small > li {
  font-size: 0.8125rem;
}
._apart {
  margin-top: 2em;
}
.nowrap {
  white-space: nowrap;
}
/*=============================================================
   about_beam
=============================================================*/

.about_beam .m_listpage .listpage_image img,
.about_beam .m_listpage .listpage_image object {
  width: auto;
    max-width: 100%;
}

.balloon {
position: relative;
background-color: #e5e5e5;
padding: 10px;
color: #333;
margin-top: 20px;
border-radius:10px;
}

.balloon._yellow{
background-color: #ffff66;
}

.balloon::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-bottom: 12px solid #e5e5e5;
top: -24px;
left: 50%;
}

.balloon._yellow::before {
border-bottom: 12px solid #ffff66;
}

.balloon p {
text-align: center;
font-weight: bold;
font-size: 1.2rem;
margin: 0;
padding: 0;
}

/*=============================================================
   application
=============================================================*/



/*=============================================================
   labo
=============================================================*/

.td_contact td{
border: none;
}
