@charset "utf-8";

/* ======================================================
 * home_sp.css
 * ------------------------------------------------------
 * - @media only screen and (max-width: 767px) 
 * - Common
 * - Components >>> hero-visual
 * - Components >>> article_list
 * - Components >>> products
 * - Components >>> news
 * - Components >>> ir
 * - Components >>> mnv
 * - Components >>> top-category
 * - Clearfix
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
/* ------------------------------------------------------
 * Components >>> top-category
------------------------------------------------------ */
.top-category {
  position: relative;
  width: 100%;
}
.top-category > .block {
  margin: 0 auto;
  padding: 40px 4%;
}
.top-category > .block > *:first-child,
.top-category > .block > section:first-child > *:first-child {
  margin-top: 0 !important;
}
/*.top-category [data-row-sp]:not([data-row-sp="1"]) > * {
  margin-top: 20px;
  margin-left: 20px;
}
.top-category [data-row-sp="2"] > * { width: calc((100% - 20px) / 2); }
.top-category [data-row-sp="3"] > * { width: calc((100% - 40px) / 3);}
.top-category [data-row-sp="4"] > * { width: calc((100% - 60px) / 4);}
.top-category [data-row-sp="5"] > * { width: calc((100% - 80px) / 5);}
.top-category [data-row-sp="6"] > * { width: calc((100% - 100px) / 6);}*/

.top-category .category_title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.top-category .category_title + * {
  margin-top: 45px;
}
.top-category .category_title .title_label {
  color: #333333;
  text-decoration: none;
}
.top-category .category_title a.title_label:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 8px;
  height: 18px;
  margin-left: 8px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* ------------------------------------------------------
 * Components  >>> #hero-visual
------------------------------------------------------ */
#hero-visual .hero-slider .hero-slide {
  position: relative;
}
#hero-visual .hero-slider .hero-slide.t-v02,
#hero-visual .hero-slider .hero-slide.t-v02 .hero-slide_lead {
  color: #fff;
}
#hero-visual .hero-slider .hero-slide > .block {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column; /* Safari */
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#hero-visual .hero-slider .hero-slide > .block > .hero-slide_detail {
  margin: 0 auto;
  width: 100%;
  padding: 15px 15px 60px;
  text-align: center;
}
#hero-visual .hero-slider .hero-slide > .block.type02 .hero-slide_detail {
  padding: 5px 15px 0;
}
#hero-visual .hero-slider .hero-slide > .block.type02 .hero-slide_detail:last-of-type {
  padding-bottom: 60px;
}
#hero-visual .hero-slider .hero-slide > .block .hero-slide_detail.type02 > * {
  margin-top: 0 !important;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
  font-weight: 500;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title + .hero-slide_title {
  margin-top: 10px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title.type02 {
  font-size: 40px;
  font-size: 4.0rem;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title.color02 {
  color: #00b0f0;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title.color03 {
  color: #000;
}
#hero-visual .hero-slider .hero-slide .hero-slide_title.t-catch-v1 {
}
#hero-visual .hero-slider .hero-slide .hero-slide_lead {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
  color: #000;
}
#hero-visual .hero-slider .hero-slide .hero-slide_lead.type02 {
  color: #333;
}
#hero-visual .hero-slider .hero-slide .hero-slide_lead.type03 {
  color: #000;
}
#hero-visual .hero-slider .hero-slide > .block.type02 .hero-slide_lead {
  margin-top: 10px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_image {
  margin-top: 5px;
  text-align: center;
}
#hero-visual .hero-slider .hero-slide .hero-slide_image > img {
  width: 30%;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link {
  margin-top: 20px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link > *:first-child {
  margin-top: 0 !important;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button > li,
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button-v2 > li {
  margin-top: 10px;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button > li > a,
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button-v2 > li > a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button > li > a {
  min-width: inherit;
  border: none;
}
#hero-visual .hero-slider .hero-slide .hero-slide_link .link-button > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 12px;
  margin-top: -5px;
  background: url(/common/img/com_link_ic04.png) no-repeat;
  background-size: 100% auto;
}
#hero-visual .hero-slider .slick-dots {
  position: absolute;
  bottom: 27px;
  width: 100%;
  line-height: 1;
}
#hero-visual .hero-slider .slick-dots li,
#hero-visual .hero-slider .slick-dots button {
  outline: none;
  line-height: 10px;
}
/* ------------------------------------------------------
 * Components >>> #article_list
------------------------------------------------------ */
#article_list {
  padding: 35px 15px 35px;
}
#article_list .news_article + .news_article {
  margin-top: 30px;
}
#article_list .news_article .news_title a,
#article_list .news_article .news_title .no_link {
  color: #333333;
  font-size: 1.7rem;
  text-decoration: none;
}
#article_list .news_article .news_title a.news_txt:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.04em;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background-image: url(/common/img/com_link_ic02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/* 別窓リンク PDFリンク */
#article_list .news_article .news_title a.news_txt[target="_blank"]:after {
  width: 15px;
  height: 13px;
  background-image: url(/common/img/com_link_blank_ic02.png);
}
#article_list .news_article .news_title a.news_txt.a-pdf:after,
#article_list .news_article .news_title a.news_txt[href$=".pdf"]:after,
#article_list .news_article .news_title a.news_txt[href$=".PDF"]:after {
  width: 14px;
  height: 14px;
  background-image: url(/common/img/com_link_pdf_ic01.png);
}





/* ------------------------------------------------------
 * Components >>> #products
------------------------------------------------------ */
#products {
  background: url(/img/index_products_bg01.jpg) no-repeat;
  background-size: cover;
}
#products.top-category > .block {
  padding: 40px 15px 40px;
}
#products > .block .category_title > .title_label,
#products .index-layout > .index_item > .block,
#products .index-layout > .index_item > .block > .index_title {
  color: #fff;
}
#products .index-layout > .index_item > .block > .index_title {
  font-size: 20px;
  font-size: 2.0rem;
}
#products > .block .category_title > .title_label:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 10px;
  height: 16px;
  margin-left: 17px;
  background-image: url(/common/img/com_link_ic05.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#products .index-layout .index_title {
  margin-top: 12px;
}
#products .index-layout a.block .index_title {
  position: relative;
  padding-right: 20px;
}
#products .index-layout a.block .index_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 6px;
  height: 10px;
  margin-left: 7px;
  background-image: url(/common/img/com_link_ic05.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#products .index-layout .index_title + * {
  margin-top: 8px;
}
/* ------------------------------------------------------
 * Components >>> #news
------------------------------------------------------ */
#news {
  background: url(/common/img/com_bg01.jpg);
}
#news .top-news-layout > .top-news_head {
  position: relative;
  width: 100%;
}
#news .top-news-layout > .top-news_head:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 7px;
  margin-top: -2px;
  background: url(/common/img/com_link_anc_ic02.png) no-repeat;
  background-size: 100% auto;
}
#news .top-news-layout > .top-news_head .top-news_list {
  width: 100%;
  height: 50px;
  padding: 11px 40px 10px 20px;
  outline: 0;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #0b9ae2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#news .top-news-layout > .top-news_head .top-news_list::-ms-expand {
  display: none !important;
}
#news .top-news-layout > .top-news_head > .top-news_util > .top-news_link {
  display: none;
}
#news .top-news-layout > .top-news_detail {
  margin-top: 25px;
}
#news .news-layout .news_date {
  min-width: 8em;
}
#news .news-layout [class*="news_icon"] {
  margin-right: 0;
}
#news .news-layout [class*="seminar"] {
  font-size: 1.3rem;
}
#news .top-news_slider  > *:first-child,
#news .top-news_box > *:first-child {
  margin-top: 0 !important;
}
/*#news .top-news_slider,*/
#news .top-news_box {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
#news .top-news_slider.is-current,
#news .top-news_box.is-current {
  position: relative;
  visibility: visible;
  opacity: 1;
}
#news .top-news_slider.is-current .news-layout,
#news .top-news_box.is-current .news-layout {
  position: relative;
  height: auto;
}
/*#news .top-news_slider .news-layout,*/
#news .top-news_box .news-layout {
  position: absolute;
  top: 0;
  width: calc(100vw - 8%) !important;
  height: 0;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
#news .top-news_slider .news-layout {
  width: calc(100vw - 8%) !important;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
#news .top-news_slider .news-layout .news_article > .block {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0;
}
#news .top-news_slider .news-layout .news_article .news_title .news_txt {
  font-size: 17px;
  font-size: 1.7rem;
}
#news .top-news_slider .news-layout .news_article .news_title {
  margin-top: 10px;
}
#news .top-news_slider .slick-arrow.slick-prev,
#news .top-news_slider .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 25px;
  margin-top: -12px;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: url(/common/img/com_slider_ic01.png) no-repeat;
}
#news .top-news_slider .slick-arrow.slick-prev {
  left: 0;
  background-position: left top;
}
#news .top-news_slider .slick-arrow.slick-next {
  right: 0;
  background-position: right top;
}
#news .top-news_box .news-layout .news_article > .block {
  padding-right: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#news .top-news-layout .top-news_detail .top-news_item .scrollbarCustom {
  height: 200px;
  overflow: hidden;
}
/* scrollbar */
/* 全体 */
.jspContainer {
	overflow: hidden;
	position:relative;
  width: 100% !important;
}
/* スクロールバーを除いたエリア */
.jspPane {
	position: absolute;
  width: 100% !important;
  padding-right: 22px;
}
/* 縦スクロールバー */
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
}
/* 横スクロールバー */
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
}
/* 背景 */
.jspTrack {
	position: relative;
}
.jspTrack {
	background: #e0e0e0;
  border-radius: 5px;
}
/* ノブ */
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspDrag {
	background: #0096e0;
  border-radius: 5px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
/* ------------------------------------------------------
 * Components >>> #ir
------------------------------------------------------ */

#ir.top-category > .block {
}
#ir .index-layout .index_title {
  font-size: 16px;
  font-size: 1.6rem;
}
#ir .index-layout .index_title:after {
  top: 0;
}
.top-category .top-ir-layout {
  margin-top: 40px;
}
.top-category .top-ir-layout[data-row-sp]:not([data-row-sp="1"]) > * {
  margin-top: 30px;
  margin-left: 30px;
}
.top-category .top-ir-layout[data-row-sp="2"] > * { width: calc((100% - 30px) / 2); }
.top-category .top-ir-layout[data-row-sp="3"] > * { width: calc((100% - 60px) / 3);}
.top-category .top-ir-layout[data-row-sp="4"] > * { width: calc((100% - 90px) / 4);}
.top-category .top-ir-layout[data-row-sp="5"] > * { width: calc((100% - 120px) / 5);}
.top-category .top-ir-layout[data-row-sp="6"] > * { width: calc((100% - 150px) / 6);}

.top-category .top-ir-layout .top-ir_item .news-layout > .news_article:first-child > .block {
  padding-top: 0;
}
.top-category .top-ir-layout .top-ir_item .news-layout > .news_article:last-child > .block {
  padding-bottom: 0;
}
.top-category .top-ir-layout .top-ir_item .news-layout > .news_article > .block {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* ------------------------------------------------------
 * Components >>> #mnv
------------------------------------------------------ */
#mnv > .block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#mnv > .block > .mnv_detail {
  margin: 0 auto;
  color: #fff;
}/*
#mnv > .block > .mnv_detail .visual-layout {
  text-align: center;
}
#mnv > .block > .mnv_detail .visual-layout.is-right {
  float: right;
}*/
#mnv > .block > .mnv_detail .visual-layout .visual_text {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#mnv > .block > .mnv_detail .visual-layout .visual_link {
  margin-top: 30px;
}
#mnv > .block > .mnv_detail .visual-layout .visual_link > *:first-child {
  margin-top: 0 !important;
}
#mnv > .block > .mnv_detail .visual-layout .visual_link .link-button > li > a{
  min-width: 240px;
  border: none;
  text-align: center;
}

/* ------------------------------------------------------
 * Components >>> #other
------------------------------------------------------ */
#other .index-layout .index_title {
  font-size: 16px;
  font-size: 1.6rem;
}
#other .index-layout .index_title:after {
  top: 0;
}
#other .index-layout[data-row-sp="1"] > .index_item {
  margin-top: 30px;
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
#mnv > .block > .mnv_detail:after {
  display: block;
  clear: both;
  content: "";
}
