@charset "utf-8";

/* CSS Document */
/* ====================================
	カスタム
===================================== */
#global__header--header {
  background-color: transparent;
}
#global__header--title_logo {
  box-sizing: content-box;
}
.page-navi-container a {
  font-size: 1.4rem;
}
.page-navi-product-menu.fix {
  position: fixed;
}
ul.list-prod-about li.product-name {
  margin-bottom: 2rem;
}
.prod-info-name {
  width: 180px;
  display: inline-block;
}
.prod-info-option {
  margin-left: 0.5em;
  width: 180px;
  padding-right: 0.2em;
  text-indent: 0.5em;
  display: inline-block;
}
ul.list-logo-icons li {
  height: 3rem;
}
.sub-title {
  font-size: 1.4rem;
}
sup.regTm {
  color: #000;
}
/* add 2021/03/29 */
sup.regTm_W {
  color: #FFF;
}
/* end of add */
.features .ttl {
  font-size: 1.4rem;
  font-weight: 700;
}
.features p.text {
  font-size: 1rem;
}
.caption {
  font-size: 1rem;
}
#clear .base-width {
  border-bottom: solid 1px #d9d9d9;
}
#lineup {
  padding-top: 30px;
}
.caption .lineupCap {
  text-indent: -1em;
  padding-left: 1em;
}
a.btn-spec {
  font-size: 1.2rem;
}
a.btn-spec:not(:last-of-type) {
  margin-right: 4px;
}
div.cocoroLogo {
  display: block;
  width: 15rem;
}
.products-sub-title {
  font-size: 1.6rem;
}
.list-logo-icons li img.opCover {
  position: absolute;
  top: 0;
  left: 0;
}
.IdList p {
  font-size: 1.2rem;
  padding: 0 2rem 2rem;
}
.IdList ul.cocoroList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 2rem;
}
.IdList ul.cocoroList li {
  width: 28%;
  min-width: 250px;
  display: block;
  margin-bottom: 5px;
  margin-right: 2%;
  font-weight: 600;
  text-align: left;
  font-size: 1.2rem;
}
.contents-about h2.sub-sub-ttl {
  text-align: center;
  background-color: #eee;
  margin-bottom: 1rem;
}


/* ====================================
        カスタムスタイルPC
===================================== */
@media print, screen and (min-width: 768px) {
  .contents-about h2.sub-sub-ttl {
    font-size: 1.8rem;
    margin-top: 4em;
  }
  .flex-container.img-textF {
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .flex-container.img-textF > .flex-img {
    width: 15%;
  }
  .flex-container.img-textF > .flex-text {
    width: 80%;
  }
  .prod-info-name {
    margin-right: 50px;
  }
  .prod-info-option {
    margin-right: 52px;
  }
  
  #global__footer {
		padding-bottom: 0;
	}

  
}

/* ====================================
        カスタムスタイルSP
===================================== */
@media only screen and (max-width: 767px) {
  .contents-about h2.sub-sub-ttl {
    font-size: 1.4rem;
    margin-top: 4em;
  }
  .flex-container.img-textF {
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .flex-container.img-textF > .flex-img {
    width: 90%;
    margin: 1rem auto 2rem;
  }
  .flex-container.img-textF > .flex-text {
    width: 90%;
    margin: 0 auto 1rem;
  }
  .prod-info-name {
    margin-right: 0;
  }
  .prod-info-option {
    margin-right: 2px;
  }

}

/* ====================================
        インフォメーションディスプレイ
===================================== */

.main-width {
  width: 100%;
  background: #000;
}
.base-width {
  border-bottom: 0 !important;
}
.sub-section-ttl {
  padding-top: 100px;
  margin-top: -100px;
}

ul.list-prod-about {
    margin-top: 5rem;
}  

.black {
  color: #000;
}

/* product index */
#aboutMain .prod-info li span sup { color: initial; }

#aboutMain .size_select {
  margin-top: 10px;
}
#aboutMain .size_select li {
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #d9d9d9;
  color: #000;
  padding: 5px 8px;
  line-height: 1;
  font-size: 13px;
  margin-right: 4px;
  transition: 0.5s;
}
#aboutMain .size_select li a {
  text-decoration: none;
}
#aboutMain .size_select li.selected {
  border: solid 2px #535353;
}
#aboutMain .size_select li:has(a):hover {
  opacity: 0.6;
}

a.anchor{
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

#aboutMain .list-prod-about .prod-category { font-size: 15px; }
#aboutMain .list-prod-about .product-name { font-size: 30px; }
#aboutMain .list-prod-about .product-name .type-size { 
  color: #212529;
  background-color: #d9d9d9;
  padding: 5px 8px;
  line-height: 2.8;
  font-size: 13px;
  margin-right: 10px;
}
#aboutMain .size {
  font-size: 120%;
  font-weight: 700;
  padding-right: 1px;
}
#aboutMain .list-prod-about .product-name .open-price { font-size: 14px; }

.itemBoxWrap {
  margin-top: 3rem;
}
.itemBox {
  width: 97%;
  /*border: solid 1px #000;*/
  margin: 3rem auto;
  text-align: center;
}




/*SP*/
@media only screen and (max-width: 767px) {
    
  ul.list-prod-about {
      margin-top: 2rem;
  }
  #aboutMain .about-title { font-size: 20px; }

  .contents-about {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
    
  .itemBox_t {
      width: 100%;
      margin: 0 auto 1.5rem;
  }
  .itemBoxWrap p {
      padding: 1rem 0!important;
  }    
  .feature_table{
      width:100%;
  }
  .itemBoxWrap h3 {
    margin-top: 4rem;
    font-size: 1.6rem;
    font-weight: 600;
    padding-top: 4rem;
    border-top: solid 1px #bfbfbf;
  }
  .itemBoxWrap:first-of-type h3 {
    padding-top: 0;
    border: none;
  }
  .itemBoxWrap h4 {
    margin-top: 2rem!important;
  }
    
  /* product spec */
  .specBox {
      overflow: auto!important;
  }    

  table.table-spec {
      font-size: 0.9rem;
  }
  table.table-spec.spec th { width: 25%; }        
  table.table-spec.spec td { width: 30%; }
  
  /* product download */
 table.download{
  font-weight: normal;
  border-bottom: solid 1px #e5e5e5;
  text-align: left;	
  }	
  table.download th{
    padding: 0.5em 1em!important;
    background-color: #f0f0f0;
  } 	
  table.download td{
    padding: 0.5em 1em!important;
  } 
  table.download a {
    text-decoration: underline;
  }

  /* product peripheral */
  .ContentLead {
    text-align: center;
    font-size: 18px;
    line-height: 130%;
  }
  .ContentSup {
    padding: 30px 0;
    font-size: 12px;
    line-height: 130%;
  }
  .ContentNav {
    padding: 8px;
    background: #f5f5f5;
    margin-bottom: 4rem;
  }
  .ContentNav ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
  }    
  .ContentNav ul li {
    display: block;
    padding: 8px;
    margin-right: 8px;
  }
  .ContentNav ul li:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    background: url(/business/images_global/linkage_arrow_down.png) no-repeat;
    background-size: 10px;
    vertical-align: 0;
    content: "";
  }
  
}

/*PC*/
@media print, screen and (min-width: 768px) {
  #global__header--nav_menu .sub__list span {
		font-size: 0.9rem;
		padding:  0 13px;
		border-left:1px solid #000!important;
	}
  
  #aboutMain .about-title { font-size: 36px; }

  #global__header {
    width: 100%;
    min-width: 100%;
    height: 72px;
  }

.sp-only {
    display: none !important;
  }
  
.itemBox_t {
  width: 200px;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 3px;
  text-align: center;
}
.itemBoxWrap p {
  padding: 1rem 0!important;
}    
.itemBox img {
  width: 90%;
  margin: 0 auto;
}
.itemBox_t {
  width: 200px;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 3px;
  text-align: center;
}

.itemBoxWrap h3 {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 4rem;
  border-top: solid 1px #bfbfbf;
}
.itemBoxWrap:first-of-type h3 {
  padding-top: 0;
  border: none;
}
.itemBoxWrap h4 {
  margin-top: 2rem!important;
}

#mainfeatures .flex-item .img p.img-cap {
  width: 100%;
  max-width: 690px;
  text-align: center;
  padding: 5px 0 0 !important;
}
#mainfeatures .flex-container:not(.half) .flex-item .img {
  margin-top: 1em;
  text-align: center;
}
#mainfeatures .flex-container:not(.half) .flex-item .img img {
  max-width: 690px;
}
.flex-item .img ul.caption {
  width: 100%;
  max-width: 690px;
  text-align: left;
  margin: 1em auto 0;
}


  table.table-spec.spec th { width: 20%; }        
  table.table-spec.spec td { width: 60%; }
  /* product mode */
  table.table-spec.mode{ table-layout: fixed; }	


  table.download{
      font-weight: normal;
      border-bottom: solid 1px #e5e5e5;
      text-align: left;	
  }	
  table.download th{
      padding: 0.5em 1em!important;
      background-color: #f0f0f0;
  } 	
  table.download td{
    padding: 0.5em 1em!important;
  } 
  table.download a {
    text-decoration: underline;
  }
  
  /* product peripheral */
  .ContentLead {
    text-align: center;
    font-size: 20px;
  }
  .ContentSup {
    padding: 40px 0;
    font-size: 14px;
    line-height: 150%;
  }
  .ContentNav {
    padding: 8px;
    background: #f5f5f5;
    margin-bottom: 4rem;
    text-align: center;
  }
  .ContentNav ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
  }    
  .ContentNav ul li {
    display: block;
    padding: 8px;
    margin-right: 8px;
  }
  .ContentNav ul li:last-of-type {
    margin-right: 0;
  }

  .ContentNav ul li:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    background: url(/business/images_global/linkage_arrow_down.png) no-repeat;
    background-size: 10px;
    vertical-align: 0;
    content: "";
  }
  .peripheral .flex-container.half .flex-item.img { text-align: right; }
  .peripheral .flex-container.half .flex-item.img img { width: auto; }
  
}

/* ====================================
        spイメージ調整
===================================== */
@media screen and (max-width:767px) {
  .container_A {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .item1 {
    flex-basis: 100%;
  }
  .item2 {
    flex-basis: 10%;
    margin: 0 45% 1rem;
  }
  .item3 {
    flex-basis: 49%;
  }
  .item4 {
    flex-basis: 49%;
  }
}
.itemBox_t {
  width: 200px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  padding: 3px;
  text-align: center;
}
/* ====================================
        ラインアップスタイル
===================================== */
@media print, screen and (min-width: 768px) {
  .flex-item.item-center .img.resize img {
    max-width: 70%;
  }
  .list-product-icons .column2 {
    width: 32%
  }
  .flex-container.column4 .pcttl {
    margin-top: 0.5em;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .flex-container.column4 .pctext {
    margin-top: 0.5em;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  ul.disc {
    padding-left: 1.5em;
  }
  ul.disc li {
    text-indent: -1.5em;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .pc-only {
    display: none !important;
  }
  ul.star {
    margin-left: 2em;
  }
  ul.star li {
    text-indent: -2em;
  }
}