main {
	margin: 0 0;
}

.centering {
	position: relative;

}

.case-study--lead {
	margin-bottom: 76px;
	margin-top: 106px;
}


.case-study--main h3 {
	margin-left: -30px;
	margin-bottom: 62px;
	font-size: .36rem;
	font-weight: 700;
	letter-spacing: .03rem;
}

.case-study--main .centering p {
	margin-left: auto;
	width: 67%;
	line-height: .3rem;
}

.case-study--radio__box {
	background-color: #F2F2F2;
	padding: 23px 0;
	margin-bottom: 70px;
}



.case-study--container {
	width: 1090px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto 29px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case-study--container::after {
	display: block;
	content: "";
	width: 30.2%;
}

.case-study--list {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case-study--list>p {
	font-size: .19rem;
	border-right: solid 1px;
	padding: 5px 34px 5px 0;
	margin-left: 0;
	margin-right: auto;
}

.case-study--btn {
	width: 22.5%;
}

.case-study--btn:last-of-type {
	margin: 0 17px;
}

.case-study--list__left {
	display: flex;
	justify-content: space-between;
	width: 600px;
	max-width: 71%;
	margin-right: 34px;
}

.case-study--list__left label {
	font-size: .16rem;
}


/*ラジオボタン　ここから*/

.Radio-Input {
	display: none;
}

.Radio-Text {
	position: relative;
	width: 23.8%;
}

.radio-img {
	width: 26px;
	position: absolute;
	left: -34px;
	top: 0;
	bottom: 0;
	margin: auto;
}

label img:nth-of-type(1) {
	display: none;
}

.Radio-Input:checked+label img:nth-of-type(1) {
	display: block;
}

.Radio-Input:checked+label img:nth-of-type(2) {
	display: none;
}

/*ラジオボタン ここまで*/


/*
.Radio-Input{
	appearance: none;
 	position: absolute;
}

.Radio-Text {
  position: relative;
  display: flex;
  align-items: center;
}

.Radio-Text::before {
  content: ''; 
  display: block; 
  border-radius: 50%; 
  border: 1px solid orange;
  width: 16px;
  height: 16px;
}

.Radio-Text::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: orange;
   position: absolute; 
  left: 3px;
}

.Radio-Input:checked+.Radio-Text::after { 
  content: '';
  position: absolute;
  left: calc(8px - 5px);
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: orange;
}

.case-radio{
  appearance: none;
  position: absolute;
}

.case-study--btn label{

}


.case-study--btn label::before {

}

.case-study--btn label::after {

 }*/



.case-study--item {
    width: 316px;
    max-width: 31%;
    position: relative;
    display: block;
    border: solid 1px #B7B7B7;
    border-radius: 21px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    color: #000;
    margin-bottom: 55px;
}

.animate {
    animation: anime-fade .8s;
}

.case-study--item.box-none {

}

.box-none {

}

@keyframes anime-fade {
	0% {
		transform: scale(.1);
	}

	100% {
		transform: none;
	}
}

.case-study--item__top {
	position: relative;
	margin-bottom: 8px;
}

.case-study--item__top span {
	background-color: #0071BC;
	color: #fff;
	font-size: .15rem;
	position: absolute;
	left: 0;
	top: 26px;
	padding: 4px 10px 4px;
}

.case-study--item__lead {
    font-size: .18rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 65px;
    min-height: 65px;
}

.case-study--item__company {
    font-size: .13rem;
    color: #0071BC;
    width: calc(100% - 60px);
}

.case-study--item__detail {
	font-size: .15rem;
	color: #0071BC;
	font-weight: bold;
	position: relative;
}



.case-study--item__detail::before {
	content: '';
	width: 8px;
	height: 11px;
	display: inline-block;
	background-image: url(../images/arrow_b.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;

}

.case-study--item__detail::before {
	position: absolute;
	left: -13px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.case-study--item__bottom {
	padding: 0 25px;
}

.case-study--item__bottom div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 49px);
}

.case-study--item img {
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 200px;
    object-fit: cover;
}



/*input[type="radio"] {
    margin: 0 11px 0 0;
    vertical-align: baseline;
	transform:scale(2.0);
}*/



@media screen and (max-width:800px) {

	.case-study--main h3 {
		margin-left: 0;
		margin-bottom: 20px;
		font-size: .28rem;
	}

	.case-study--lead {
		margin-bottom: 30px;
		margin-top: 60px;
	}

	.case-study--list {
		flex-wrap: wrap;
		padding: 0 30px;
	}

	.case-study--list__left {
		flex-wrap: wrap;
	}

	.case-study--btn:last-of-type {
		margin-right: 0px;
		margin-left: 0px;
	}
	.case-study--item__top span {
		font-size: .13rem;
	}
	.case-study--btn {
		width: 43%;
		margin-left: 25px;
	}

    .case-study--list>p {
        font-size: .18rem;
        border-right: none;
        padding: 12px 0px 0 0;
        margin-right: 0;
        color: #0071BC;
        font-weight: bold;
        margin-bottom: 15px;
    }

	.case-study--radio__box {
		border-top: 2px #0071BC solid;
		border-bottom: 2px #0071BC solid;
		padding: 6px 0 19px;
		margin-bottom: 42px;
	}
	.case-study--item__top {
		margin-bottom: 5px;
	}
	
    .case-study--item__bottom div {
        position: relative;
        bottom: 0;
        width: 100%;
        margin: 17px 0 20px;
    }
	
	.case-study--item__bottom {
		padding: 0 20px;
	}
	.case-study--btn label {
		font-size: .12rem;
	}

	input[type="radio"] {
		transform: scale(1.5);
		margin: 0 4px 0 0;
		vertical-align: middle;
	}

	.case-study--item {
		max-width: 100%;
		margin: 0 auto 32px;
		width: 298px;
	}

	.case-study--item__lead {
		margin-bottom: 17px;
	}

	.radio-img {
		width: 19px;
		left: -25px;
	}

}