@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
/*--------------上段サブメニュー-------------*/
.sub_menu {
  width: 100%;
  background: #ffffff;
  padding-top: 70px;
}
.sub_menu p {
  margin-bottom: 0;
}
.sub_nav {
  max-width: 1200px;
  margin: 0 auto;
}
ul.sub_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.sub_ul li {
  width: 48%;
  margin: 1%;
}
.sub_ul li a {
  display: block;
  background: #ffffff;
  color: #00ABC8;
  border: 2px solid #00ABC8;
  text-align: center;
  padding: 5% 2%;
}
.no_bgc {
  background-color: rgba(0, 0, 0, 0);
}
/*--------------メイン画像-------------*/
.main_img {
  position: relative;
  width: 100%;
  padding-top: 75px;
}
.category_img {
	max-height: 360px;
	overflow: hidden;
	display: flex;
 align-items: center;
 justify-content: center;
}
.category_name {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 5%;
}
.category_name_en {
  margin-bottom: 0px;
}
.category_name_ja {
  font-size: 20px;
}
.sub_with {
  top: 30%;
}
/*--------------パンくずリスト-------------*/
.breadcrumbs_nav {
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumbs {
  display: flex;
}
.breadcrumbs li a {
  color: #00ABC8;
}
.breadcrumbs li:after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}
.breadcrumbs li:last-child:after {
  content: "";
}
/*.breadcrumbs li::last-child::after {
  content: none!important;
}*/
/*--------------h1/リード文 第2階層・第3階層-------------*/
.category_h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 2%;
}
.category_h1_3rd {
  font-size: 28px;
  text-align: center;
  margin-bottom: 2%;
}
.category_lead {
  position: relative;
  background: rgba(0,171,200,0.7);
  color: #ffffff;
  text-align: center;
  margin: 0 0 2% 0;
  height: auto;
  min-height: 110px;
}
.category_lead_with {
  min-height: 200px;
}
.category_lead_in {
  position: absolute;
  top: 50%; /*親要素を起点に上から50%*/
  left: 50%;  /*親要素を起点に左から50%*/
  transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.lead_text {
  padding: 0 3%;
  text-align: left;
}
.back_btn {
  color:#fff;
  background:#999;
  padding:5px 10px;
  width:100px;
  text-align:center;
  margin-top:3%;
}
/*--------------h2 第2階層・第3階層-------------*/
.category_h2 {
  font-size: 22px;
  text-align: center;
  margin: 6% 0 6% 0;
}
.category_h2_3rd {
  font-size: 22px;
  margin: 6% 0 6% 0;
  color: #ffffff;
  padding: 2%;
  background: -webkit-linear-gradient(left, #61c8d4, #00abc8);
  background: -moz-linear-gradient(left, #61c8d4, #00abc8);
  background: linear-gradient(left, #61c8d4, #00abc8); 
}
/*--------------h3 第2階層・第3階層-------------*/
.category_h3 {
  font-size: 18px;
  margin: 6% 0 6% 0;
  font-weight: bold;
}
.category_h3_3rd {
  font-size: 18px;
  margin: 6% 0 6% 0;
  font-weight: bold;
}
/*--------------コンテンツ-------------*/
.center {
	text-align: center;
}
.contents_wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.contents_inner {
  width: 100%;
  margin: 0 2% 3% 2%;
}
.under_menu {
  margin: 5% 0 2% 0;
}
.under_button {
  text-align: center;
}
.under_link {
  display: block;
  color: #ffffff;
  background: #00ABC8;
  max-width: 250px;
  padding: 3% 0;
  font-size: 1.5rem;
  margin: 3% auto;
}
.under_link:hover {
  color: #ffffff;
}
/*--------------資料請求・デモ依頼・お電話お問い合わせ-------------*/
.document_request_in {
  max-width: 300px;
  width: 40%;
  margin: 0 0 0 auto;
}
.demo_request_in {
  max-width: 450px;
  margin: 5% auto;
  width: 60%;
}
.contact {
  width: 100%;
  margin-top: 5%;
}
.contact_in {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}
.contact_left, .contact_right, .contact_center {
  width: 100%;
  text-align: center;
}
/*--------------共通-------------*/
.pdt_0 {
  padding-top: 0;
}
.mgb_0 {
  margin-bottom: 0;
}
.text_indent_1 {
  text-indent: 1rem;
}
/************************************/
/**************** タブレットレイアウト（561px～960px）***********************/
@media (min-width: 561px) {
/*--------------上段サブメニュー-------------*/
.sub_menu {
  padding-top: 70px;
}
ul.sub_ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.sub_ul li {
  width: 17%;
  margin-right: 1%;
  min-width: 150px;
}
.sub_ul li a {
  padding: 5% 2%;
}
/*--------------メイン画像-------------*/
.main_img {
  padding-top: 80px;
}
.category_name {
  font-size: 46px;
  top: 50%;
}
.category_name_ja {
  font-size: 26px;
}
.sub_with {
  top: 35%;
}
/*--------------h1/リード文 第2階層・第3階層-------------*/
.category_h1 {
  font-size: 32px;
  font-weight: bold;
}
.category_h1_3rd {
  font-size: 32px;
  font-weight: bold;
}
.category_lead {
  min-height: 180px;
}
.category_lead_with {
  min-height: 250px;
}
.lead_text {
  text-align: center;
}
/*--------------h2 第2階層・第3階層-------------*/
.category_h2 {
  font-size: 26px;
  margin: 4% 0 4% 0;
}
.category_h2_3rd {
  font-size: 26px;
  margin: 4% 0 4% 0;
  padding: 1%;
}
/*--------------h3 第2階層・第3階層-------------*/
.category_h3 {
  font-size: 20px;
  margin: 4% 0 4% 0;
}
.category_h3_3rd {
  font-size: 20px;
  margin: 4% 0 4% 0;
}
/*--------------コンテンツ-------------*/
.under_menu {
  display: flex;
  justify-content: center;
}
.under_button {
  text-align: center;
  margin: 0 1% 0 1%;
}
.under_link {
  display: block;
  color: #ffffff;
  background: #00ABC8;
  max-width: 300px;
  width: 300px;
  padding: 7% 0;
  font-size: 2rem;
}
/*--------------資料請求・デモ依頼・お電話お問い合わせ-------------*/
.document_request_in {
  width: 30%;
}
.demo_request_in {
  max-width: 450px;
  width: 40%;
}
.contact_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.contact_left, .contact_right, .contact_center {
  width: 50%;
}
.contact_center {
  margin-top: 4%;
}
}

/************************************/
/**************** デスクトップレイアウト（961px～最大1200px）****************/
@media (min-width: 961px) {
/*--------------上段サブメニュー-------------*/
.sub_menu {
  padding-top: 90px;
}
/*--------------メイン画像-------------*/
.main_img {
  padding-top: 100px;
}
.category_name {
  font-size: 56px;
  top: 50%;
}
.category_name_ja {
  font-size: 30px;
}
.sub_with {
  top: 35%;
}
/*--------------h1/リード文 第2階層・第3階層-------------*/
.category_h1 {
  font-size: 36px;
}
.category_h1_3rd {
  font-size: 36px;
}
.category_lead {
  min-height: 200px;
}
.category_lead_with {
  min-height: 300px;
}
/*--------------h2 第2階層・第3階層-------------*/
.category_h2 {
  font-size: 30px;
}
.category_h2_3rd {
  font-size: 30px;
}
/*--------------h3 第2階層・第3階層-------------*/
.category_h3 {
  font-size: 22px;
  margin: 2% 0 2% 0;
}
.category_h3_3rd {
  font-size: 22px;
  margin: 2% 0 2% 0;
}
/*--------------電話番号リンクPC無効-------------*/
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
}
/*--------------共通-------------*/
.pdt_0 {
  padding-top: 0;
}