body{font-family: "Helvetica Neue" , Helvetica , Arial , Verdana, 游ゴシック体, "游ゴシック Medium", "Yu Gothic","Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
  line-height: 2;}

.title_en{font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-align: center; margin: 70px 0 30px 0; font-size: 2rem;}
.title_center{font-weight: bold; text-align: center; margin: 70px 0 30px 0; font-size: 2rem;}

.s{font-size: 90%;}
.s2{font-size: 75%;}
.l{font-size: 115%;}
.bold{font-weight: bold;}

.mb{margin-bottom: 15px;}
.mt{margin-top: 15px;}
.mt2{margin-top: 30px;}
.mt3{margin-top: 60px;}

img{max-width: 100%; height: auto;}

.align_center{text-align: center;}

.button{display: inline-block; background: #45a1f7; color: #fff; line-height: 50px; padding: 0 40px 0 30px;
  border-radius:25px 25px 25px 25px; transition: all  0.3s ease; position:relative;}
.button:hover{text-decoration: none; color: #fff; background: #3165b5;}
.button::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 40%; right: 20px;
}

.dropshadow, .category_btns a{
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.category_btns a{display: block; background: #fff; border: 1px solid #d9d9d9; color: #000; margin-bottom:30px; position:relative;}
.category_btns a:hover{text-decoration: none; color: #007bff;}
.category_btns img{width: 100%;}
.category_btns span{background: #f6faff; display: block; text-align: center; padding: 15px 10px; height: 6em; }
.category_btns span::after{ 
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #45a1f7 transparent;
  position: absolute;
  bottom: 3px; right: 3px; 
}
.category_btns a:hover span::after{
  border-color: transparent transparent #007bff transparent;
}

.news_list{margin: 0 0 40px 0; padding: 0; list-style: none; border-top: 1px solid #d9d9d9;}
.news_list li{border-bottom: 1px solid #d9d9d9; padding: 0.9em 1.5em;}
.news_news, .news_product, .news_event, .news_media, .news_IR{display: inline-block; background: #45a1f7; color: #fff; text-align: center; width: 6em; margin-right: 2em;}
.news_news{background: #1d2974;}
.news_product{background: #45a1f7;}
.news_media{background: #394354;}
.news_event{background: #286ff1;}
.news_IR{background: #1343bd;}


#logo_area{width: 200px; float: left; margin: 20px 0;}
#logo{color: #808080; font-size: 12px; margin: 10px 0 0 15px;}
#nav{margin-top: 35px;}
#nav_main{float: left;}
.nav-link{color:#000;}
#page_home #nav_home, #page_products #nav_products, #page_company #nav_company, 
#page_news #nav_news, #page_recruit #nav_recruit, #page_contact #nav_contact{color:#007bff}

.nav-link.disabled{color: #808080;}
#nav_menu{display: none;}

.dropdown-nav{
  position: absolute;
  top: auto;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
#headmenu{ height: 120px;}
#headmenu .container-fluid{position: fixed; top: 0; width: 100%; z-index: 100; background: #fff;}
#headmenu.isActive .container-fluid{
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));}
}

/*#nav_lang .last a{padding-right: 0;}*/

@media (max-width: 1219px) {

  #headmenu .container{max-width: 100% !important;}
  #nav{margin-top: 0;}
  #nav_main{ 
    background: #fff;
    display: block;
    width: 250px;
    height: 100%;
    padding-top: 10px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    transform: translate(250px);
    transition: all .5s;
  }
  #nav_main.open{
    right: 250px;
  }
  .menu_background{background: #fff;
    -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    display: block;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    transform: translate(250px);
    transition: all .3s;}
  .menu_background.open {
    right: 250px;
  }
  .dropdown-nav{display: block; position: relative; float: none; border: none; padding-top: 0;}
  #nav_main li{border-bottom: 1px solid #d9d9d9; display: block;}
  #nav_home{padding-top: 5px;}
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #nav_lang{top: 55px; position: absolute; right: 15px;}
  #nav_menu{display: inherit; float: right; font-size: 40px; color: #007bff; margin-top: 5px; cursor: pointer;}
  #nav_menu {
    vertical-align: middle;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 100;
  /*   transform: translateX(0);
    transition: transform .5s;
   */}
  /* #nav_menu.active {
    transform: translateX(-250px);
  }
   */
  #nav_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav_menu span:nth-of-type(3) {
    bottom: 0;
  }
  #nav_menu.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }

}

@media (max-width: 991px) {
  .hide_md{display: none;}
}

@media (max-width: 767px) {
  .news_list li{padding: 1em 0;}
  .news_list li span{margin-right: 1em;}
  .hide_sm{display: none;}
}

@media (max-width: 576px) {
  body{font-size: 90%;}

  .news_list li span{margin-right: 1em;}
}

.bread_crumb{background: #f6faff; color: #808080; padding: 1em 20px; margin-bottom: 2.5em;}
.bread_crumb a{color: #808080;}
.bread_crumb_inner{max-width: 1200px; margin: 0 auto;}

#footer{background: #f6faff; padding: 50px 0; text-align: center; margin-top: 80px;}
@media (min-width: 992px) { #footer{text-align: left;} }

#btnTop{position: fixed; right: 10px; bottom: 0; opacity: 0; transition: all 0.65s;}
#btnTop span{font-size: 40px !important;}
#btnTop.isActive { opacity: 1;  transition: all 0.65s;}

#foot_nav ul{list-style-type: none; padding-left: 0;}
#foot_nav a{color: #000;}
.copyright{color: #808080; text-align: center;}

#home_carousel{width: 100%; background: #fff;}

/* product page */

.page_title{font-size: 180%; font-weight: bold; margin-bottom: 1.2em;}
.title_blue{font-size: 100%; color: #3165b5; font-weight: bold; margin-top: 2em;}
.title_blue.l{font-size: 120%;}
.title_blue.l2{font-size: 150%;}

.carousel-item img {width: 100%}
#custCarousel .carousel-indicators { position: static; margin-top: 20px; margin-bottom: 100px;}
#custCarousel .carousel-indicators>li {width: 100px}
#custCarousel .carousel-indicators li img {display: block;opacity: 0.5}
#custCarousel .carousel-indicators li.active img {opacity: 1}
#custCarousel .carousel-indicators li:hover img {opacity: 0.75}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.contact_button{display: inline-block; background: #45a1f7; color: #fff; line-height: 25px; padding: 10px 0;
  border-radius:35px; transition: all  0.3s ease; position:relative; margin: 50px 0; text-align: center; width: 100%;}

.link_area{margin-top: 2em;}
.link_area .button{padding-left: 0; padding-right: 0; width: 100%; text-align: center; margin-bottom: 1em; background: #3165b5;}
.link_area .button:hover{background: #45a1f7; }

.outbound_link{text-align: center; margin: 1em 0;}

.aside_title{background: #3165b5; color: #fff; text-align: center; padding: 0.2em; margin-right: 30px;}
.aside_nav{margin-right: 30px;}
.aside_nav, .aside_nav ul{ padding: 0; list-style: none; }
.aside_nav li{border-bottom:1px solid #e5e5e5;}
.aside_nav .material-icons-outlined{color: #3165b5; position: relative; top: 0.2em;}
.aside_nav a{color: #000; padding: 10px 0; display: block; }
.aside_nav a.active{background: #f6faff;}
.aside_nav ul li{font-size: 90%; border-bottom:none; border-top:1px solid #e5e5e5;}
.aside_nav ul a{position: relative; padding-left: 2.5em;}
.aside_nav ul a:before {
  border-radius: 50%;
  width: 8px; height: 8px; 
  display: block;
  position: absolute; left: 1.2em; top: 1.3em;
  content: "";
  background: #45a1f7;
  }

.modal_button{text-align: center;}
.modal_button .button{width: 8em; margin: 0.5em;}
.button.cancel{background: #999;}
.button.cancel:hover{background: #666;}

#dialog_medical{position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: #fff; width:500px; max-width: 80%; padding: 30px; z-index:2;}
#fadeLayer{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#ccc;
    opacity:0.5;
    z-index:1;
  }
  #popup_medical.close{display: none;}

/*contact*/

.btn-default{color:#fff; background-color: #6c757d; border-color: #6c757d;}
.btn-default:hover{color:#fff;background-color:#5a6268;border-color:#545b62}
.btn-default.focus,.btn-default:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}
.btn-default.disabled,.btn-default:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}

.label-danger{color:#fff;background-color:#dc3545;
display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;}

.req {
  margin-left: 5px;
}

/*company*/

.table_co{border-top: 1px solid #e5e5e5; margin-top: 0; width: 100%;}
.table_co th{white-space:nowrap;}
.table_co th, .table_co td{border-bottom: 1px solid #e5e5e5; padding: 1em;}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%); opacity: 0.1;
}
.carousel-control-next:hover, .carousel-control-next:focus,
.carousel-control-prev:hover, .carousel-control-prev:focus{
    opacity: 0.2;
}



/* grouplink layout
-----------------------------------------*/

.grouplink{
	max-width:760px;
	margin:0 auto;
  font-size: 10px;
	padding:80px 0px 0 0 ;
}

.grouplink p.gp-tit{
	text-align: center;
	border-bottom:1px solid #666666;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:2.0em;
	font-weight:400;
}

.grouplink p.gp-tit span{
	color:#00a9cb;
}

.grouplink ul{margin: 0; padding: 0;}

.grouplink ul li{
	margin-bottom:20px;
  list-style: none;
}

.grouplink ul li:last-child{
	margin-bottom:0px;
}

.grouplink ul li a{
	display: block;
	border:1px solid #b1b1b1;
	padding:10px;
	background:#fff;
}

.grouplink ul li a:hover{
	opacity:0.7;
}

.grouplink a img{
	display: block;
	margin: 0 auto;
	width:100%;
}

@media print, screen and (min-width:0px) and ( max-width:767px) {
  .grouplink{
		margin:0 20px;
	}
	.grouplink a img{
		width: 150px;
	}
}

@media print, screen and (min-width:768px) {

  .grouplink{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width:1000px;
  }
  
  .grouplink p.gp-tit{
    text-align: right;
    border-right:1px solid #666666;
    border-bottom:none;
    font-weight:400;
    margin-bottom:0;
    padding-bottom:0;
    width:50%;
    padding:20px;
  }
  
  .grouplink ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .grouplink ul li{
    width:17%;
    margin-left:12px;
    margin-bottom:0;
  }
  
  .grouplink ul li:first-child{
    margin-left:0px;
  }

}