@charset "utf-8";

/* ==========================================================================
	CONTENTS
========================================================================== */
/*TABLE*/
.table-cmn01 {
	border-top: solid 1px #ccc;
}
.table-cmn01 th {
    width: 25%;
	text-align: left;
	border-right: solid 2px var(--color02);
	border-bottom: solid 1px #ccc;
	padding: 20px 10px;
}
.table-cmn01 td {
	border-bottom: solid 1px #ccc;
	padding: 20px 15px 20px 2em;
}

.txt-name{
line-height: 1.6;
text-align: center;
margin-bottom: 30px;
}
.txt-name strong{
display: block;
font-size: clamp(2rem, 2.875vw, 2.6rem);
}
.txt-name span{
font-size: 80%
}

.li-need{
  display: flex;
  flex-wrap: wrap;
}
.li-need li{
  width: 30%;
  margin-right: 5%;
}
.li-need li:nth-child(3n){
  margin-right: 0;
}
.li-need li div{
  width: 50%;
  margin: 0 auto 15px auto;
}
.li-need li .tit{
  font-family: var(--font01);
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.maina{
width: 100%;
max-width: 900px;
background-color: var(--color03);
border-radius: 15px;
margin: 0 auto;
padding: 30px;
}
.maina .txt01{
margin-bottom: 20px;
}
.maina .txt02{
color: var(--color01);
font-weight: 700;
text-indent: -1em;
margin-left: 1em;
}

.li-access li {
  position: relative;
  line-height: 1.6;
  border-bottom: 1px dotted #000;
  padding: 15px 0 15px 3em;
}
.li-access li i {
  position: absolute;
  width: 2em;
  text-align: center;
  color: var(--color02);
  font-size: 150%;
  left: 0;
  top: 15px;
}

.case-study{
  display: flex;
  flex-wrap: wrap;
}
.case-study > .box{
  position: relative;
  width: 48%;
  box-sizing: border-box;
  background-color: var(--color03);
  border-radius: 15px;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.case-study > .box:nth-child(2n){
  margin-left: 4%;
}
.case-study > .box ul{
  padding-right: 30%;
}
.case-study > .box::after{
  position: absolute;
  display: block;
  content: "";
  width: 23%;
  padding-top: 23%;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.case-study > .box:nth-child(1)::after{
  background: url("../images/orthopedic-image/icon01.png") 0 0 no-repeat;
  background-size: cover;
}
.case-study > .box:nth-child(2)::after{
  background: url("../images/orthopedic-image/icon02.png") 0 0 no-repeat;
  background-size: cover;
}
.case-study > .box:nth-child(3)::after{
  background: url("../images/orthopedic-image/icon03.png") 0 0 no-repeat;
  background-size: cover;
}
.case-study > .box:nth-child(4)::after{
  background: url("../images/orthopedic-image/icon04.png") 0 0 no-repeat;
  background-size: cover;
}
.case-study > .box:nth-child(5)::after{
  background: url("../images/orthopedic-image/icon05.png") 0 0 no-repeat;
  background-size: cover;
}
.case-study > .box:nth-child(6)::after{
  background: url("../images/orthopedic-image/icon06.png") 0 0 no-repeat;
  background-size: cover;
}

/* ==========================================================================
	PC 1025px -
========================================================================== */
@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}
/* ==========================================================================
	TABLET - 1024px
========================================================================== */
@media screen and (max-width:1024px){



}

/* ==========================================================================
	SP - 640px
========================================================================== */
@media screen and (max-width: 640px) {

.li-need{
  display: block;
}
.li-need li{
  width: 100%;
  margin-right: 0;
}
.li-need li .txt{
  width: 80%;
  margin: 0 auto;
}

.maina{
border-radius: 15px;
padding: 20px;
}

.case-study{
  display: block;
}
.case-study > .box{
  width: 100%;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.case-study > .box:nth-child(2n){
  margin-left: 0;
}
.case-study > .box ul{
  padding-right: 30%;
}


}

