.ancherList{
    background: rgba(0,0,0,0.8);
    text-align: center;
}

.ancherList li{
    display: inline-block;
    margin: 15px 12px;
}


.ancherList a{
    color: #fff;
    font-size: 80%;
}

.cvcheader{
    background: url(../img/mainvisual.jpg) center 0 no-repeat #000;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.cvcCont{   
    width: 960px;
    margin: 0 auto;
}


.breadcrumbs{   
    width: 960px;
    margin: 0 auto;
    padding: 9px 0 0 10px;
    font-size: 12px;
}

.breadcrumbs a{
    color: #000;
    text-decoration: underline;
}


.cvclogoImg{
    padding-top: 400px;
    position: relative;   
}

.cvcTitle{
    position: absolute;
    right: 10px;
    top: 60px;
}

.cvcCatch{
    color: #fff;
    line-height: 2em;
    text-align: center;
    background: rgba(20,0,40,0.7);
    font-size: 120%;
    padding: 20px 0;
}

.cvcBlock{
    text-align: center;
    margin: 50px auto;
    padding-bottom: 20px;
}

.cvcBlock:after {
    content: "";
    display: inline-block;
  height: 10px;
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 1),
    hsl(0deg 0% 60%) 33.33%,
    hsla(0, 0%, 100%, 0) 33.33%,
    hsla(0, 0%, 100%, 0) 100%);
  background-size: 100% 3px;
  width: 30%;
    margin-top: 40px;
}

#cvc06.cvcBlock .cvcCont {
    width: 1050px;
}
#cvc06.cvcBlock .blockInner {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#cvc06.cvcBlock .blockInner .topicsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts {
    margin-top: 30px;
    margin-left: 30px;
    width: 330px;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts:nth-of-type(3n+1) {
    margin-left: 0;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts a {
    color:#000;
    display:block;
    text-align:center;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts .topicTtl {
    font-size:106%;
    font-weight:bold;
    line-height:1.5;
    margin-top: 15px;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts a[target="_blank"] .topicTtl:after {
    background-image: url(../img/news_icon_blank.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    margin-left: 7px;
    height: 12px;
    vertical-align: middle;
    width: 15px;
}
#cvc06.cvcBlock .PC {
	display:inline-block;
}

#cvc07.cvcBlock:after,#cvc08.cvcBlock:after {
    content: none;
}

#cvc07.cvcBlock{
    margin-bottom: 0;
}

#cvc08.cvcBlock{
    border-bottom: none;
    background: #eee;
    margin: 0;
    padding: 20px 0 40px 0;
}

#attention{
    text-align: left;
    border: 1px solid #aaa;
    padding: 10px;
    background: #fff;
}

#attention .atTitle{
    font-size: 1.2em;
    font-weight: bold;
}

#attention .mod-ul li{
    list-style: disc;
    margin-left: 2em;
}

.cvcBlock h2{
    margin-top: 50px;
    font-size: 160%;
    padding: 10px 25px;
    display: inline;
}

.cvcBlock h2:after{
    content: "";
    width: 65px;
    height: 11px;
    background: url(../img/h2_right.jpg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 10px 2px 10px;
    vertical-align: middle;
}

.cvcBlock h2:before{
    content: "";
    width: 65px;
    height: 11px;
    background: url(../img/h2_left.jpg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 10px 2px 10px;
    vertical-align: middle;
}


#cvc08.cvcBlock h2{
    margin-top: 0;
}

.cvcBlock .cvcText{
    font-size: 120%;    
    margin: 30px 0;
}

.cvcIconList li{
    display: inline-block;
    margin: 15px 30px;
    width: 200px; 
}

.cvcIconList li strong{
    font-size: 120%;
}

.cvcLogoList li{
    display: inline-block;
    margin: 25px 2px;
    width: 30%
}

#cvc04 .cvcLogoList {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#cvc04 .cvcLogoList li {
    vertical-align: top;
    margin: 25px 14px;
    text-align: center;
    width: 30%
}
/*
#cvc04 .cvcLogoList li a {
    color: #101520;
    display: block;
    position: relative;
}
*/
#cvc04 .cvcLogoList li .logoBlock {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
#cvc04 .cvcLogoList li .logoBlock * {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#cvc04 .cvcLogoList li .logoBlock .hoverTxt {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
}
#cvc04 .cvcLogoList li .companyName {
    height: 100%;
    width: 100%;
}
#cvc04 .cvcLogoList li .companyName a {
    color: #101520;
    display: block;
    height: 100%;
    font-size: 120%;
    font-weight: bold;
    pointer-events: none;
    width: 100%;
}
#cvc04 .cvcLogoList li .companyName a > span {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#cvc04 .cvcLogoList li .companyName .tx {
    position: relative;
}
#cvc04 .cvcLogoList li .companyName .tx:before,
#cvc04 .cvcLogoList li .companyName .tx:after {
	content:"";
	position:absolute;
	top:50%;
}
#cvc04 .cvcLogoList li .companyName .tx:before {
    background-color: #000;
    height: 2px;
    margin-top: -2px;
    right: -20px;
    width: 15px;
}
#cvc04 .cvcLogoList li .companyName .tx:after {
	border-top: 2px solid #000;
	border-right:2px solid #000;
	height:10px;
	right:-20px;
	margin-top:-6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width:10px;
}
#cvc04 .cvcLogoList li .logoBlock:hover > .logo {
    opacity: 0;
}
#cvc04 .cvcLogoList li .logoBlock:hover .hoverTxt {
    opacity: 1;
}
#cvc04 .cvcLogoList li .logoBlock:hover .companyName a {
    pointer-events: auto;
}

#cvc05 .cvcLogoList li {
    width: 24%
}

#cvc07 p{
    line-height: 2.5em;
    text-align: center;
    font-size: 120%;
    padding: 30px 0;
}

.btJigyo{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    padding: 18px 10px;
    width: 250px;
    color: #000;
    margin: 30px auto;
    position: relative;
}

.btJigyo::before{
     content:"";
     background: url("../img/bt_left.png") 0 0 repeat-y;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
}

.btJigyo::after{
     content:"";
     background: url("../img/bt_right.png") 0 0 repeat-y;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
}

.btContact{
  font-size: 114.29%;
  display: block;
  width: 30%;
  padding: 16px 0 15px;
  border: none;
  border-radius: 3px;
  background-color: #eb050b;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
margin: 30px auto;
}

.btContact:before{
  display: inline-block;
  width: 7px;
  height: 11px;
  padding-right: 6px;
  background: url(https://www.toshibatec.co.jp/common/img/module/button_icon01.png) no-repeat;
  vertical-align: 1px;
  content: "";
    margin-right: 10px;
}

.btCa{
    font-size: 90%;
    text-align: left;
    padding: 0 5px 10px 5px;
}

.btContact:hover{
    opacity: 0.4;
}


.memberPhoto{
    margin-top: 35px;
    background-image: url(../img/member_back.png);
    /*background-repeat: no-repeat;*/
    background-repeat: repeat-x;
    background-position: center bottom;
    /*background-size: cover;*/
    background-size: auto 100%;
}

.memberPhoto img {
    width: 873px;
}

#news {
    background-color: #e5e4e5;
    padding-top: 40px;
    padding-bottom: 40px;
}

#news .cvcCont {
    max-width: 740px;
    position: relative;
}

#news h2 {
    color: #656565;
    font-size: 133.33%;
    font-weight: bold;
}

#news .noteLink {
    margin: 0;
    position: absolute;
    top: 3px;
    right: 0;
}

#news .noteLink a {
    display: block;
    position: relative;
    padding-right: 20px;
}

#news .noteLink a:after {
    background-image: url(../img/news_icon_blank.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    height: 10px;
    position: absolute;
    top: 12px;
    right: 0;
    width: 13px;
}

#news .latestList {
    background-color: #fff;
    margin-top: 5px;
    padding: 0 22px;
    overflow: hidden;
}

#news .latestList > li {
    color: #656565;
    font-size: 120%;
    padding: 3px 0;
}

#news .latestList > li:nth-child(n+2) {
    border-top: 1px dashed #656565;
}

#news .latestList > li > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#news .latestList > li .update {
    margin: 0;
}

#news .latestList > li .newsTitle {
    margin: 0 0 0 40px;
    width: calc(100% - 150px);
}

#news .latestList > li .newsTitle a {
    color: #656565;
    display: inline-block;
    line-height: 1.5;
    text-decoration: underline;
    position: relative;
}

#news .latestList > li .newsTitle a:hover {
    text-decoration: none;
}

#news .latestList > li .newsTitle a[target="_blank"]:before {
    background-image: url(../img/news_icon_blank.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    height: 10px;
    position: absolute;
    top: 9px;
    left: -24px;
    width: 13px;
}

#news .moreBtn {
    color: #656565;
    cursor: pointer;
    display: table;
    font-size: 133.33%;
    font-weight: bold;
    margin: 5px 0 0 auto;
    padding-left: 17px;
    position: relative;
}

#news .moreBtn:before {
    background-image: url(../img/news_icon_arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    height: 13px;
    position: absolute;
    top: 14px;
    left: 0;
    width: 11px;
    transition: 0.2s all;
}

#news .moreBtn.open:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 12px;
}

.SP{display: none;}
.PC{display: block;}

@media (max-width: 768px) {

.PC{display: none;}
.SP{display: block;}
    
.cvcCont, .breadcrumbs {
    width: 100%;
    margin: 0 auto;
}

.cvcTitle {
    position: absolute;
    right: 10%;
    top: 50px;
    width: 80%;
}
.cvcheader {
    background-size: 210%;
    backdrop-filter: none;
}
    
.cvclogoImg {
    padding-top: 210px!important;
}

.ancherList li {
    margin: 15px 2px;
}
.cvcCont{
    font-size: 80%;
    padding: 10px;
}
.cvcBlock .cvcText{
    line-height: 2.5em;
    padding: 0 20px;
    text-align: left;
}
.cvcIconList li {
    display: inline-block;
    margin: 15px 3%;
    width: 40%;
}    
#cvc07 p{
    line-height: 2.5em;
    padding: 0 20px;
    margin-top: 50px;
    text-align: left;
}

.memberPhoto img {
    max-width: 100%;
    width: auto;
}

#news {
    padding-top: 25px;
    padding-bottom: 20px;
}

#news .cvcCont {
    padding-top: 0;
    padding-bottom: 0;
}

#news .noteLink {
    right: 10px;
}

#news .noteLink a {
    padding-right: 17px;
}

#news .noteLink a img {
    height: auto;
    width: 60px;
}

#news .noteLink a:after {
    height: 9px;
    top: 6px;
    width: 11px;
}

#news .latestList {
    padding: 0 12px;
}

#news .latestList > li {
    padding: 5px 0;
}

#news .latestList > li .newsTitle {
    margin: 0 0 0 25px;
    width: calc(100% - 110px);
}

#news .latestList > li .newsTitle a[target="_blank"]:before {
    height: 9px;
    left: -17px;
    top: 6px;
    width: 11px;
}

#news .moreBtn {
    padding-left: 12px;
}

#news .moreBtn:before {
    height: 11px;
    top: 7px;
    width: 9px;
}

#news .moreBtn.open:before {
    top: 5px;
}

.btContact {
    width: 60%;
}
    
.cvcBlock h2 {
    font-size: 130%;
    padding: 10px 0;
}
    
.cvcBlock h2:after{
    content: "";
    width: 35px;
    height: 11px;
    background: url(../img/h2_right.jpg) left 0 no-repeat;
    display: inline-block;
    margin: 0 10px 2px 10px;
    vertical-align: middle;
}

.cvcBlock h2:before{
    content: "";
    width: 35px;
    height: 11px;
    background: url(../img/h2_left.jpg) right 0 no-repeat;
    display: inline-block;
    margin: 0 10px 2px 10px;
    vertical-align: middle;
}

#cvc04 .cvcLogoList li {
    margin: 25px 2px;
    width: 48%
}
#cvc04 .cvcLogoList li .companyName a span {
    display: inline-block;
    padding-right: 10px;
}
#cvc04 .cvcLogoList li .companyName a span:after {
	height:9px;
	right:10px;
	margin-top:-5px;
	width:9px;
}
#cvc04 .cvcLogoList li .companyName .tx:before,
#cvc04 .cvcLogoList li .companyName .tx:after {
	right: -15px;
}

#cvc05 .cvcLogoList li {
    margin-bottom: 0;
    width: 30%
}

#cvc06.cvcBlock .cvcCont {
    width: auto;
}
#cvc06.cvcBlock .blockInner {
    margin-top: 40px;
    width: auto;
}
#cvc06.cvcBlock .blockInner .topicsList {
    display: block;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts {
    margin-left: 0;
    width: auto;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts:nth-of-type(n+2) {
    margin-top: 20px;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts .topicTtl {
    font-size:130%;
    margin-top: 10px;
}
#cvc06.cvcBlock .blockInner .topicsList .eachCts .thumbImg img {
    max-width: 330px;
}
#cvc06.cvcBlock .PC {
	display:none;
}

}
