@charset "UTF-8";


/*共通mv*/
.mv {
  margin-top: 60px;
  width: 100%;
}

.mv_inner {
  max-width: 1280px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 270px;
  align-items: center;
}

@media (max-width: 900px) {
  .mv_inner {
    padding: 20px 8px;
    height:auto;
  }
}

.mv_title {
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  line-height:1.3;
}

@media (max-width: 900px) {
  .mv_title {
    font-size: 18px;
  }
}
.mv_title > span {
  font-size: 16px;
  color: #fff;
  display: block;
  color: #ebebeb;
  margin-top:30px;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .mv_title > span {
    margin-top:15px; 
  }
}

/*共通ローカルナビ*/
.nav_content {
  background: #000;
  width:100%;
}

.nav_content-list {
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  .nav_content-list {
    display: block;
  }
}
.nav_content-list a {
  color: #c5c5c5;
  font-size: 14px;
  padding: 8px 30px;
  display: block;
  font-weight:600;
}
.nav_content-list a:hover {
  opacity: 0.7;
}
.nav_content-list a:first-child {
  padding-left: 0;
}

@media (max-width: 900px) {
  .nav_content-item {
    padding: 7px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.product_common_head {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
  text-align: center;
}

.product_common_head > span {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 5px auto 0;
  display: block;
}

@media (max-width: 900px) {
  .product_common_head {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.product_common_head span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.12em;
}

.product_common_head:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #0696d7;
  left:0;
  right:0;
  margin:0 auto;
  bottom: 0;
}

.nav_content.m_fixed {
	left: 0;
	position: fixed;
	top: 60px;
  z-index:1000;
}

/*共通製品ページタイトル*/

.product_common_main-ttl {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 90px;
  text-align: center;
}

.product_common_main-ttl > span {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 5px 0 0;
  display: block;
}

@media (max-width: 900px) {
  .product_common_main-ttl {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.product_common_main-ttl span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.12em;
}
.product_common_main-ttl:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #0696d7;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.product_common_ttl-lv2{
  font-size:22px;
  font-weight:600;
  padding-bottom:20px;
  margin-bottom:70px;
  border-bottom:1px solid #bbb;
}

@media (max-width: 900px) {
  .product_common_ttl-lv2{
    font-size:18px;
    padding-bottom:20px;
    margin-bottom:20px;
  }
}

.product_common_ttl_lv3{
  font-size:20px;
  font-weight:600;
  margin-bottom:30px;
  display:flex;
  justify-content: center;
  align-items: center;
  position:relative;
}

@media (max-width: 900px) {
  .product_common_ttl_lv3{
    font-size:16px;
    margin-bottom:15px;
  }
}

.product_common_ttl_lv3:before,
.product_common_ttl_lv3:after{
  background-color: #dedede;
  content: "";
  height: 1px; 
  width: 90px; 
  margin:0 30px;
}

@media (max-width: 900px) {
  .product_common_ttl_lv3:before,
  .product_common_ttl_lv3:after{
    content: none;
  }
}

.product_common_ttl_01{
  padding:15px 0 15px 0;
  border-bottom:1px solid #dee3e7;
  margin:0 0 30px;
  font-size:22px;
  font-weight:600;
}

@media (max-width: 900px) {
  .product_common_ttl_01{
    padding:15px 0 15px 0;
    margin:0 0 15px;
    font-size:18px;
  }
}

.product_common_ttl_01>span{
  border-left: solid 4px #007fb1;
  display: block;
  padding: 0 0 0 16px;
  line-height: 1.4;
}

/*共通背景・リンク*/
.bg-gray {
  background: #f0f1f5;
}

.product_common_link_txt {
  color: #0696d7;
  text-decoration: none;
}

/**/

.product_about {
  padding: 0 0;
}

@media (max-width: 900px) {
  .product_about {
    padding: 0;
  }
}

.product_about-head-ttl {
  font-size:26px;
  font-weight:600;
  margin-bottom: 50px;
  color:#0696d7;
  text-align:center;
  font-feature-settings: "palt";
}

@media (max-width: 900px) {
  .product_about-head-ttl {
    font-size:16px;
    margin-bottom: 15px;
  }
}

.product_about-head {
  margin-bottom: 50px;
  padding: 0 125px 30px;
  border-bottom: 1px solid rgba(207 207 207 / 48%);
  text-align:center;
}

@media (max-width: 900px) {
  .product_about-head {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}

.product_about-list{
  display:flex;
  flex-direction:row;  
  margin-bottom:70px;
}

@media (max-width: 900px) {
  .product_about-list{
    display:flex;
    flex-direction:column;  
    margin-bottom:15px;
  }  
}

.product_about-item {
  margin-right:30px;
  background:#f0f1f5;
  padding:30px;
  position: relative;
  width:calc((100% - 60px)/ 3);
  box-shadow: 0 0 0 1px rgb(207 207 207 / 48%);
}

.product_about-item  a{
  display:block;
}

.product_about-item  a:hover{
  opacity:0.7;
  transition: all 0.3s;
}


@media (max-width: 900px) {
  .product_about-item {
    margin:0 0 10px 0;
    padding:20px;
    width:100%;
  }
}

.product_about-item:last-child{
  margin-right:0;
}

@media (max-width: 900px) {
  .product_about-item:last-child{
    margin:0;
  }
}

.product_about-item:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/product_checkbox.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  margin: auto;
}

.product_about-item-ttl{
  font-size:18px;
  font-weight:600;
  margin-bottom:15px;
}

@media (max-width: 900px) {
  .product_about-item-ttl{
    font-size:16px;
    margin-bottom:7px;
  }
}

/*共通機能*/
.product_large {
  padding: 80px 0 0;
}

@media (max-width: 900px) {
  .product_large {
    padding: 15px 0 15px;
    margin: 0 0 15px;
    background: #f0f1f5;
  }
}

.product_large_ttl {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 110px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (max-width: 900px) {
  .product_large_ttl {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.product_large_ttl:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #0696d7;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.product_large-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product_large-item {
  width: calc((100% - 50px) / 2);
  margin: 0 50px 50px 0;
  box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
  padding:30px;
  background:#fff;
  display:flex;
  flex-direction: column;
}

@media (max-width: 900px) {
  .product_large-item {
    width: 100%;
    margin: 0 0 10px;
  }
}

.product_large-item_link{
  display:block;
  font-size:14px;
  padding:15px 0;
  position:relative;  
  text-align:center;
  margin:20px 0 0;
  padding: 15px 50px;
  box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
  font-weight:600;
  margin-top:auto;
}

@media (max-width: 900px) {
  .product_large-item_link{
    padding: 15px 25px;
  }
}

.product_large-item_link:hover{
    opacity:0.7;
    transition:all 0.3s;
}


.product_large-item_link:before{
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-size: 3rem;
  color: #333;
  font-size: 12px;
  position: absolute;
  margin:0 auto;
  left: 20px;
  transform: translate(0, 2px);
}

.product_large-item:nth-child(even) {
  margin-right: 0;
}

.product_large-item_ttl {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(207 207 207 / 48%);
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .product_large-item_ttl {
    font-size: 16px;
    padding-bottom:10px;
    margin-bottom:15px;
  }
}

.product_large-item_txt {
  margin-bottom: 28px;
}

@media (max-width: 900px) {
  .product_large-item_txt {
    margin-bottom: 15px;
  }  
}

.product_large_attention_list{
  margin-bottom:20px;
}

.product_large_attention_item{
  position:relative;
  padding-left: 20px;
}

.product_large_attention_item:before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #0696d7;
  left: 0;
  top: 13px;
}


.product_large-item_img {
  padding: 0 75px;
  text-align: center;
  margin-bottom:30px;
}

@media (max-width: 900px) {
  .product_large-item_img {
    padding: 0;
    margin-bottom:10px;
  }
}

/*共通特長*/
.product_feature-list {
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  .product_feature-list {
    display: block;
  }
}

.product_feature-item {
  width: calc((100% - 50px) / 2);
  margin: 0 50px 0 0;
  box-shadow: 0 0 8px 4px rgba(207 207 207 / 48%);
  padding:30px;
}

@media (max-width: 900px) {
  .product_feature-item {
    width: 100%;
    margin: 0 0 15px;
  }
}

.product_feature-item:nth-last-child(odd) {
  margin-right: 0;
}

.product_feature-item-ttl {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(207 207 207 / 48%);
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .product_feature-item-ttl {
    font-size: 16px;
  }
}

.product_feature-item-txt {
  margin-bottom: 50px;
}

.product_feature-item-img {
  margin: 0 50px;
  text-align: center;
}

.product_qcd{
  padding: 80px 0 110px;
}

@media (max-width: 900px) {
  .product_qcd{
    padding: 15px 0 20px;
  }
}

.product_qcd-wrap{
  display:flex;
  flex-direction:row;
  box-shadow: 0 0 8px 4px rgb(207 207 207/ 47%);
  padding:35px 0;
}

@media (max-width: 900px) {
  .product_qcd-wrap{
    display:flex;
    flex-direction:column;
    margin-bottom:0;
  }
}

.product_qcd_item{
  width:33%;
  padding:0 30px 0;
}

@media (max-width: 900px) {
  .product_qcd_item{
    width:100%;
    padding:0 20px 10px;
  }
}

.product_qcd_item:not(:last-child){
  border-right:2px solid #f3f3f3;
}

@media (max-width: 900px) {
  .product_qcd_item:not(:last-child){
    border:none;
  }
}

.product_qcd_item-ttl{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px;
  background: #f0f1f5;
}

@media (max-width: 900px) {
  .product_qcd_item-ttl{
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.product_qcd_item-ttl>span{
  display: block;
  color: #7f7f7f;
  font-size: 14px;
  margin: -6px;
}

.product_qcd_item-list{
  position: relative;
  padding: 0 0 5px 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(207 207 207 / 48%);
}

@media (max-width: 900px) {
  .product_qcd_item-list{
    margin:0 0 7px;
  }
}

.product_qcd_item-list:before{
  position:absolute;
  content:"";
  width:8px;
  height:8px;
  background:#0696d7;
  top:12px;
  left:0;
}

.product_qcd_item-list:last-child{
  margin:0 0 30px;
}

@media (max-width: 900px) {
  .product_qcd_item-list:last-child{
    margin:0 0 10px;
  }
}

.product_qcd_item-after{
  font-weight:600;
  text-align:center;
  margin-bottom:15px;
}

.product_case {
  padding: 65px 0 0;
  margin-bottom:70px;
}

@media (max-width: 900px) {
  .product_case {
    padding: 20px 0;
    margin-bottom:15px;
  }
}

.product_case_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .product_case_list {
    display: block;
  }
}

.product_case_item {
  box-shadow: 0 0 8px 3px rgba(207, 207, 207, 0.33);
  background: #fff;
  margin-bottom: 70px;
  width: calc((100% - 75px) / 4);
}

@media (max-width: 900px) {
  .product_case_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product_case_item:hover {
  opacity: 0.7;
}

.product_case_item:not(:nth-of-type(4)) {
  margin-right: 25px;
}

@media (max-width: 900px) {
  .product_case_item:not(:nth-of-type(3)) {
    margin-right: 0;
  }
}

.product_case_item .product_case_item-img {
  margin-bottom: 24px;
}

.product_case_item .product_case_item-ttl {
  padding: 0 25px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
  line-height:1.5;
}

@media (max-width: 900px) {
  .product_case_item .product_case_item-ttl {
    font-size: 16px;
    padding: 0 10px;
  }
}

.product_case_item .product_case_item-company {
  padding: 0 25px;
  font-weight: 600;
  font-size: 14px;
  color: #9f9f9f;
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .product_case_item .product_case_item-company {
    padding: 0 10px;
  }
}

.product_case_item .product_case_itemdesc {
  padding: 0 25px;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .product_case_item .product_case_itemdesc {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}

.product_knowledge {
    padding: 65px 0 60px;
    overflow:hidden;
}

@media (max-width: 900px) {
  .product_knowledge {
    padding: 15px 0 0;
}
}

.product_knowledge_item{
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
}

.product_knowledge .tag{
  padding:4px 8px;
  background:#999;
  color:#fff;
  margin-bottom:15px;
  font-size:12px;
  display:inline-block;
}

@media (max-width: 900px) {
  .product_knowledge_item-tag{
    margin-bottom:8px;
  }
}

.product_knowledge_item-img{
  margin-bottom:14px;
}

.product_knowledge_item-ttl{
  font-weight:600;
  margin-bottom:15px;
}

.product_knowledge_list{
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .product_knowledge_list{
    display:block;
  }
}

.product_knowledge_item{
  padding:0 0 35px;
  width:calc((100% - 90px) / 4);
}

@media (max-width: 900px) {
  .product_knowledge_item{
    padding:0 0 20px;
    width:100%;
  }
}

.product_knowledge_item:not(:nth-of-type(4n)){
  margin-right:30px;
}

.product_knowledge_item a{
  display:block;
  height:auto;
}

.product_knowledge_item:hover{
  opacity:0.7;
  transition:all 0.3s ease;
}


.product_movie {
  padding: 65px 0 90px;
}

@media (max-width: 900px) {
  .product_movie {
    padding: 15px 0 15px;
  }
}

.product_movie_list{
  display:flex;
  flex-wrap:wrap;
}

@media (max-width: 900px) {
  .product_movie_list{
    display:flex;
    flex-direction:column;
  }
}

.product_movie_item{
  width:calc((100% - 50px)/ 2);
  margin-bottom:40px;
}

@media (max-width: 900px) {
  .product_movie_item{
    width:100%;
    margin-bottom:15px;
  }
}

.product_movie_item:nth-of-type(odd){
  margin-right:50px;
}

.video-vimeo {
  position: relative;
  padding: 56.25% 0 0 0;
}
      
.video-vimeo iframe {
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.product_movie_title{
  font-weight:600;
  padding:10px 0;
  text-align:center;
}

/*共通フッター*/
.product_common_article_link_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 900px) {
  .product_common_article_link_wrap {
    display: block;
    margin-bottom: 15px;
  }
}

.product_common_article_link {
  display: flex;
  flex-direction: column;
  width: calc((100% - 150px) / 4);
  margin: 0 50px 50px 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: box-shadow 0.2s ease-out;
}

.product_common_article_link:nth-child(3n) {
  margin-right: 0;
}

.product_common_article_link:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .product_common_article_link {
    width: 100%;
  }
}

.product_common_article_link_img {
  width: 100%;
  height: 192px;
  background: rgba(0, 0, 0, 0.08) no-repeat center center;
  background-size: cover;
}

.product_common_article_link_txt_wrap {
  padding: 20px 30px;
}

.product_common_article_link_category {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.product_common_article_link_ttl {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.product_common_article_link_txt {
  font-size: 14px;
}

.proruct_cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

@media (max-width: 900px) {
  .proruct_cta {
    display: block;
  }
}

.product_cta_dl {
  text-align: center;
  flex: 1 0 auto;
  display: block;
  width: 50%;
  background: url(../img/cta_dl_mv.jpg) center center/cover;
}
.product_cta_dl:hover {
  opacity: 0.9;
  transition: ease 0.75s;
}
@media (max-width: 900px) {
  .product_cta_dl {
    width: 100%;
    padding: 10px;
  }
}

.product_cta_contact {
  text-align: center;
  flex: 1 0 auto;
  display: block;
  width: 50%;
  background: url(../img/cta_contact_mv.jpg) center center/cover;
}
.product_cta_contact:hover {
  opacity: 0.9;
  transition: ease 0.75s;
}
@media (max-width: 900px) {
  .product_cta_contact {
    width: 100%;
    padding: 10px;
  }
}

.product_cta_dl_wrap {
  margin: 35px auto 45px;
  max-width: 345px;
  color: #fff;
}
@media (max-width: 900px) {
  .product_cta_dl_wrap {
    margin: 0;
    max-width: 100%;
  }
}
.product_cta_dl_wrap .cta_ttl {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 900px) {
  .product_cta_dl_wrap .cta_ttl {
    font-size: 28px;
    padding: 15px;
    margin: 0;
  }
}
.product_cta_dl_wrap .cta_desc {
  margin-bottom: 12px;
}
.product_cta_dl_wrap .cta_a {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  font-weight: 600;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 900px) {
  .product_cta_dl_wrap .cta_a {
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
  }
}

/*共通ボタン*/
.product_common_cta_download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.product_common_cta_download_txt {
  margin-bottom: 27px;
}

.product_common_cta_download_btn {
  padding: 10px 50px;
  border: 1px solid #706f67;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  background: #000;
  color: #fff;
  transition: all 1s;
}
.product_common_cta_download_btn:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.product_common_cta_download_btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

/*共通アンカーリスト*/
.product_common_outline_list {
  margin-bottom: 50px;
}
.product_common_outline_list .outline_item {
  border-bottom: 1px solid #cacaca;
}
.product_common_outline_list .outline_item .outline_item_link {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  transition: all 0.5s 0s ease;
}
.product_common_outline_list .outline_item .outline_item_link:hover {
  display: block;
  text-decoration: none;
  background: #f7f7f7;
}
.product_common_outline_list .outline_item .outline_item {
  border-bottom: 1px solid #cacaca;
}

/*記事ページ*/
.product_common_ttl {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin: 79px 0 62px;
  padding-bottom: 7px;
  border-bottom: 4px solid #000;
}
@media (max-width: 900px) {
  .product_common_ttl {
    font-size: 20px;
  }
}

.product_common_ttl:before {
  position: absolute;
  content: "";
  width: 148px;
  height: 4px;
  background: #0696d7;
  left: 0;
  bottom: -4px;
}

.product_common_subttl {
  font-size: 24px;
  font-weight: 800;
  padding: 11px 0 11px 25px;
  position: relative;
  background: #f0f1f5;
  border-bottom: 1px solid #dee3e7;
  margin-bottom: 45px;
}
@media (max-width: 900px) {
  .product_common_subttl {
    font-size: 20px;
  }
}

.product_common_herfttl {
  font-size: 20px;
  padding: 4px 0 4px 25px;
  position: relative;
  font-weight: 600;
  margin-bottom: 30px;
}
.product_common_herfttl:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
}

/*ラインナップページ*/
.mv.lineup_bg {
  background: url(../img/mv.jpg) center center/cover;
}

.product_lineup {
  margin: 0 0 130px;
}
@media (max-width: 900px) {
  .product_lineup {
    margin: 0 0 30px;
  }
}

.proudct_lineup-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.proudct_lineup-list .product_lineup-logo {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e1e1;
 }

.product_lineup-item {
  background: #f8f8f9;
  padding: 25px 20px 0;
  margin-bottom: 45px;
}

@media (max-width: 900px) {
  .product_lineup-item {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.product_lineup-item .prouct_lineup-txtblock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .product_lineup-item .prouct_lineup-txtblock {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.product_lineup-item .prouct_lineup-txtblock .prouct_lineup-txtblock-ttl {
  font-size: 20px;
  font-weight: 600;
  width: calc(45% - 50px);
  margin-right: 50px;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 900px) {
  .product_lineup-item .prouct_lineup-txtblock .prouct_lineup-txtblock-ttl {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
.product_lineup-item .prouct_lineup-txtblock .prouct_lineup-txtblock-ttl > span {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 5px 0 0;
  display: block;
}
.product_lineup-item .prouct_lineup-txtblock .prouct_lineup-txtblock-main {
  margin-bottom: 20px;
  width: 55%;
}
@media (max-width: 900px) {
  .product_lineup-item .prouct_lineup-txtblock .prouct_lineup-txtblock-main {
    width: 100%;
  }
}
.product_lineup-item .prouct_lineup-txtblock .prouct_lineup-txtblock-main .prouct_lineup-txtblock-desc {
  line-height: 2em;
}
@media (max-width: 900px) {
  .product_lineup-item .prouct_lineup-txtblock .prouct_lineup-txtblock-main .prouct_lineup-txtblock-desc {
    margin-bottom: 15px;
  }
}

.prouct_lineup-txtblock-desc {
  margin-bottom: 40px;
}

.prouct_lineup-btn_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .prouct_lineup-btn_wrap {
    display: block;
  }
}

.prouct_lineup-btn {
  padding: 10px 50px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

@media (max-width: 900px) {
  .prouct_lineup-btn {
    width: 100%;
    padding:10px 25px;
  }
}

.prouct_lineup-btn:first-child {
  margin-right: 25px;
}

@media (max-width: 900px) {
  .prouct_lineup-btn:first-child {
    margin: 0 0 15px 0;
  }
}

.prouct_lineup-btn:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .nav_content > .inner {
    padding: 0;
  }
}

.product-link {
  background: #000;
  color: #fff;
  position: relative;
}

.product-link:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}

.product-dl {
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.product-dl img {
  display: inline-block;
  margin-right: 10px;
}

.product_wp{
  margin:70px 0 110px;
}

@media (max-width: 900px) {
  .product_wp {
    margin:15px 0 15px;
  }
}

.product_wp_list{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}

@media (max-width: 900px) {
  .product_wp_list{
    display:block;
  }
}

.product_wp_item{
  width: calc((100% - 150px) / 4);
  display: flex;
  flex-direction: column;
  margin-bottom:50px;
}

@media (max-width: 900px) {
  .product_wp_item{
    width:100%;
  }
}

.product_wp_item:not(:nth-child(4n)){
  margin-right:50px;
}

@media (max-width: 900px) {
  .product_wp_item:not(:nth-child(4n)){
    margin:0 0 20px 0;
  }
}


.product_wp_item-img{
    text-align: center;
    background: #eee;
    margin-bottom: 18px;
    padding:10px 0;
}

.product_wp_item-ttl{
  font-size:18px;
  font-weight:600;
  margin-bottom:15px;
}

@media (max-width: 900px) {
  .product_wp_item-ttl{
    font-size:16px;
    margin-bottom:15px;
  }
}

.product_wp_item-btn{
  display:flex;
  justify-content: center;
  align-items:center;
  background:#000;
  padding:7px 0;
  margin-top:auto;
  cursor: pointer;
}

.product_wp_item-btn:hover{
  opacity:0.7;
  transition: all 0.3s ease;
}

.product_wp_item-btn-txt{
  padding-left:12px;
  color:#fff;
  font-size:14px;
}

.product_wp_item-desc{
  margin-bottom:22px;
}

.product_seminar{
  margin:30px 0 110px;
}

@media (max-width: 900px) {
  .product_seminar {
    margin: 15px 0 15px;
  }
}

.product_common_seminar-ttl {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 90px;
}

@media (max-width: 900px) {
  .product_common_seminar-ttl {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.product_common_seminar-ttl:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #0696d7;
  left: 0;
  right: 0;
  bottom: 0;
}

.producdt_seminar-wrap{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
}

@media (max-width: 900px) {
  .producdt_seminar-wrap{
    display:block;
  }
}

.product_seminar-ttl-wrap{
  width:300px;
}

.product_common_seminar_list{
  width:calc(100% - 300px);
  margin-top:50px;
}

@media (max-width: 900px) {
  .product_common_seminar_list{
    width:100%;
  }
}


.product_seminar-tag{
  display: inline-block;
  padding: 2px 5px;
  background: #999;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 300;
}

.product_seminar_item-ttl{
  font-size:18px;
  font-weight:600;
  margin-bottom:3px;
}

@media (max-width: 900px) {
  .product_seminar_item-ttl{
    font-size:16px;
    font-weight:600;
    margin-bottom:3px;
  }
}

.product_common_seminar_item{
  padding: 0 70px 19px 0;
  border-bottom: 1px solid rgba(207 207 207 / 48%);
  position: relative;
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .product_common_seminar_item{
    padding: 0 30px 19px 0;
  }
}

.product_common_seminar_item:after{
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 600;
  color: #333;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

@media (max-width: 900px) {
  .product_common_seminar_item:after{
    right: 8px;
  }
}

.product_common_seminar-link{
  display:block;
}

.product_common_seminar-link:hover{
  opacity:0.7;
  transition:all 0.3s ease;
}

.product_common_mark_round{
  position:relative;
  padding-left:20px;
}

.product_common_mark_round:before{
  position:absolute;
  content:"";
  width:6px;
  height:6px;
  background:#0696d7;
  left:0;
  top:10px;
}

.product_group01{
  padding:50px 0 70px;
}

@media (max-width: 900px) {
  .product_group01{
    padding: 15px 0 20px;
  }
}

.product_group01_list{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  padding: 0 0 35px;
  border-bottom: 1px solid rgba(207 207 207 / 48%);
  width:100%;
}

@media (max-width: 900px) {
  .product_group01_list{
    display:block;
  }
}

.product_group01_list_img{
  margin-right:25px;
  width:25%;
}

@media (max-width: 900px) {
  .product_group01_list_img{
    margin-right:0;
    width:100%;
  }
}

.product_group01_list_main{
  width:calc((100% - 25%) - 25px);
}

@media (max-width: 900px) {
  .product_group01_list_main{
    width:100%;
  }
}

.product_group01_list_main_ttl{
  font-size:20px;
  font-weight:600;
  margin-bottom:20px;
}

@media (max-width: 900px) {
  .product_group01_list_main_ttl{
    font-size:16px;
    margin-bottom:15px;
  }
}

.product_group01_list_main_desc{
  margin-bottom:20px;
}

.product_group01_list_main_list{
  margin-bottom:20px;
}

.product_group01_list_main_link{
  display:inline-block;
  position:relative;
  font-weight:600;
  padding:15px 50px;
  box-shadow: 0 0 8px 4px rgba(207 207 207 / 48%);
  font-size:14px;
  text-align:center;
  background: #fff;
}

@media (max-width: 900px) {
  .product_group01_list_main_link{
    display:block;
    font-size:14px;
    padding:15px 15px;
  }
}

.product_group01_list_main_link:hover{
  opacity:0.7;
  transition:all 0.7s;
}

.product_group01_list_main_link:before{
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 600;
  color: #333;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left:15px;
  transform: translateY(-50%);
}

.product_other{
  margin-bottom:70px;
}

@media (max-width:900px){
  .product_other{
    margin-bottom:15px;
  }
}

.product_other_block{
  display:flex;
  box-shadow: rgba(207, 207, 207, 0.48) 0px 0px 8px 4px;
}

.product_other_block_img{
  width:40%;
  background-position: center;
  background-size:0cqmax;
}

.product_other_block_txtarea{
  width:60%;
  padding:20px;
}

.product_other_block_txtarea_ttl{
  font-weight:600;
}

.product_other_block_link{
  display: inline-block;
  margin: 25px 0 15px;
  position: relative;
  color: #fff;
  background: #000;
  padding: 10px 70px 10px 30px;
  font-size: 14px;
  cursor: pointer;
}

.product_other_block_link:hover{
  opacity:0.7;
  transition: all 0.5s;
}

.product_other_block_link:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  top: 50%;
  margin-top: -4px;
}

