@charset "UTF-8";
/*==========基本構造==========
事業紹介関連追加CSS、修正メモ
==============================*/

.business .mainVisual {
    position: relative;
    background: url(/images/business/mv.jpg) center  63% / 100%  no-repeat;
    width: 100%;
    height: 300px;
}

.tabs {
    margin: auto;
    flex-wrap: wrap;
    display: flex;
  }
   
  .tab_class {
    width: calc(100%/7);
    /* height: 50px; */
    border-bottom: 3px #979FA7 solid;
    color: #979FA7;
    line-height: 2rem;
    font-size: 1.3rem;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    padding-bottom: 10px;
	  padding-top: 10px;
    margin-bottom: 40px;
	  opacity: 0.5
  }
   
  input[name="tab_name"] {
    display: none;
  }
   
  input:checked + .tab_class {
    border-bottom: 3px #D10000 solid;
    color: rgb(0, 0, 0);
/*	  background-color: #FCF1F1;*/
	  font-weight: bold;
	  opacity: 1
  }
     .tab_class:hover {
	  opacity: 1

}
  .content_class {
    display: none;
    width: 100%;
    padding: 0px;
  }
   
  input:checked + .tab_class + .content_class {
    display: block;
  }

.nowrap{
    white-space: nowrap;
}

.business .mainCol section.twoclm{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    border-bottom: #A7B0B9 1px solid;
    padding: 20px 0;
}

.business .mainCol section.twoclm .img{
    flex-basis: 47%;
	display: block;
}

.business .mainCol section.twoclm img{
    width: 100%;
}

.business .mainCol p{
    font-size: 1.4rem;
    margin-bottom: 50px;
}
.business .mainCol p.maintxt{
    font-size: 1.5rem;
    margin-bottom: 50px;
}
.business .mainCol h3 + p{
    margin-bottom: 20px;
}

.business .mainCol h3{
    box-sizing: border-box;
    background-color: #FCF1F1;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    padding: 5px 0px 5px 15px;
    font-size: 1.6rem;
    margin: 15px 0;
}
@media print, screen and (max-width: 769px) {
.business .mainCol section.twoclm .img{
    flex-basis: 100%;
	margin-bottom: 10px
}

.business .mainCol p{
    margin-bottom: 0px;
	    width: 100%;

}
}
.brandDetail{
    display: flex;
    margin-bottom: 40px;
	align-items: flex-start
}
.brandDetail p{
flex: 1 1 auto}

.brandDetail .imgbox{
    border: 1px solid #e3e3e3;
    margin-left: 20px;
	flex: 0 0 200px
}
.brandDetail .imgbox img{
  max-width: 100%;
	height: auto
}



@media print, screen and (max-width: 769px) {

.brandDetail{
    margin-bottom: 40px;
	display: block
}
.brandDetail p{
	margin-bottom: 10px!important
}

.brandDetail .imgbox{
	margin: 0 auto;
	max-width: 50%;
	text-align: center
}
.brandDetail .imgbox img{
  
	
}
}







.productDetail{
    flex-basis: 50%;
}

.content_class section.twoclm a{
    display: contents;
}

.content_class .colm2 {
    flex-wrap: wrap;
}

.content_class .colm2 p{
    margin-top: 40px;
}

@media print, screen and (max-width: 769px) {
  .tab_class {
    width: calc(100%/4);

  }
	.productDetail{
    	flex-basis: 100%;
	}

}

@media print, screen and (max-width: 480px) {
	.business .mainVisual{
			background-size: 150%;
			height: 60vw!important;
	}
    .content_class .colm2 img{
        margin-bottom: 30px;
    }
    .content_class .ttl-2 + p{
        display: flex;
        flex-wrap: wrap;
    }
    .content_class .ttl-2 + p img{
    margin-left: 0px;
    margin-top: 20px;
    }
}

a img:hover{
	opacity: 0.8
}
/* --------------------------------------------------- 
strength コーエーテクモの強み
---------------------------------------------------- */
.tuyomiList {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-between;
}
.tuyomiList dt {
  flex-basis: 20%;
}
.tuyomiList dt .ttl {
  font-size: 1.6rem;
  position: relative;
  background: #d10000;
  height: 14rem;
  width: 14rem;
  display: block;
  border-radius: 50%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  line-height: 8.7;
  font-weight: bold;
}
.tuyomiList dt .ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.tuyomiList dd {
  flex-basis: 75%;
  font-size: 1.6rem;
}
.chart {
  padding: 20px;
  margin-bottom: 20px;
  border: solid 0.1px #999;
  border-radius: 15px;
}
.chart p {
  text-align: right;
  font-size: 1rem;
}
@media print, screen and (max-width: 769px) {
  .tuyomiList {
    flex-wrap: wrap;
  }
  .tuyomiList dt {
    margin-bottom: 20px;
  }
  .tuyomiList dt, .tuyomiList dd {
    flex-basis: 100%;
  }
}
/*list*/
.list > li {
  position: relative;
  font-size: 1.7rem;
  padding-left: 20px;
  margin-bottom: 20px;
}
.list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: .65em;
  left: 0;
  width: 11px;
  height: 11px;
  background: #D10000;
  border-radius: 50%;
}




.tableStyle-tsuyomi {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #BABABA;
  margin: 0 auto;
}
.tableStyle-tsuyomi thead th {
  font-weight: normal;
  background-color: #EDEFF2;
  border-right: 1px solid #BABABA;
  border-bottom: 2px solid #D10000;
  padding: 5px 10px;
}
.tableStyle-tsuyomi tbody tr td {
  border-right: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
  padding: 10px 20px;
}



.tableStyle-tsuyomi caption{
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 5px
}
.tableStyle-tsuyomi thead th:last-child, .tableStyle-tsuyomi tbody th:last-child, .tableStyle-tsuyomi tbody tr td:last-child{
  border-right: none;
}
.tableStyle-tsuyomi tbody tr:last-child th, .tableStyle-tsuyomi tbody tr:last-child td {
  border-bottom: none;
}


@media print, screen and (max-width: 769px) {
.tableStyle-tsuyomi{
    width: 100%;
    font-size: 1.2rem;
  }
.tableStyle-tsuyomi caption{
    font-size: 1rem !important;
  }}
  .scroll table {
    width: 100%;
  }
  .scroll {
    overflow: auto; /*tableをスクロールさせる*/
    /*white-space: nowrap; tableのセル内にある文字の折り返しを禁止*/
    max-width: 9008px
  }
  .scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
    background: #DDDDDD;
  }
  .scroll::-webkit-scrollbar {
    height: 10px;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #DB7979;
  }
}