@charset "UTF-8";
/* --------------------- */
.mb0 {
	margin-bottom: 0 !important;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb54 {
	margin-bottom: 54px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.p-knowhowContent p {
	
}
.g-knowhowRightImage__image-small {
	width: 60%;
}
.g-knowhowRightImage__image-small figure {
	width: 50%;
}
.g-knowhowRightImage__text h4 {
	/*margin-bottom: 0;*/
}
.p-knowhowUmargin.tleft {
	text-align: left;
}
.tli {
	
}
.tli ul {
	
}
.tli ul li {
	
}
.tli ul li span {
	
}
.tli ul li span:nth-child(1) {
	display: inline-block;
	width: 15%;
	overflow: hidden;
}
.tli ul li span:nth-child(2) {
	
}
.k-cd-table{
	margin-bottom: 32px;
}
.k-cd-table th,.k-cd-table td{
	border: 1px solid #000;
	padding: 10px;
}
.p-caseInfo .p-caseInfoAbout{
display: flex;
    padding: 32px 22px 26px;
    border: 1px solid #DDD;
    font-size: 0.9em;
    line-height: 1.7;
    margin-bottom: 34px;
}

.p-caseInfo .p-caseInfoAbout__leftWrap {
    width: 40%;
    margin-right: 1em;
}

.p-caseInfo .p-caseInfoAbout__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-caseInfo .p-caseInfoAbout__ttl {
    margin: 0 0 20px;
    font-size: 1em;
    font-weight: bold;
}  

.p-caseInfo .p-caseInfoAbout__lists {
    margin-bottom: 20px;
    width: 100%;
}

.p-caseInfo .p-caseInfoAbout__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 767px) {
	.p-knowhowImage__image--large {
		width: 70%;
		margin: 0 auto;
	}
	.g-knowhowRightImage__image-small {
		width: 100%;
		justify-content: flex-start;
		    flex-direction: initial;
	}
	.g-knowhowRightImage__image-small figure {
		width: 30%;
	}
  .p-caseInfo .p-caseInfoAbout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 1.5em;
    font-size: 4.0625vw
  }
  .p-caseInfo .p-caseInfoAbout__leftWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .p-caseInfo .p-caseInfoAbout__ttl {
    margin: 0 0 1em;
    font-size: 4.358974359vw;
  }
  .p-caseInfo .p-caseInfoAbout__lists {
    margin-bottom: 1em;
    width: 100%;
  }
}