body{
	font-family:"MS Pゴシック",sans-serif;
}

.little-section__non-title{
	width: 90%;
	padding: 10px;
	margin: 10px 5%;
	background-color: #dfefff;
	border: dotted 3px #96c2fe;
	border-radius: 10px;
	box-sizing:border-box;
}

.little-section__non-title p{
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.line{
	margin: 10px 0 20px 0;
	border: 1px solid #888888;
	width: 90%;
}

.product-item__clm2{
	display: flex;
}

.product-item__group{
	display: block;
	position: relative;
	min-width: 450px;
	width: 100%;
	height: 140px;
	padding: 10px 20px 10px 80px;
	margin-bottom: 10px;
	box-sizing:border-box;
	cursor: pointer;
	border-radius: 10px;
}

.product-item__group:hover{
	background-color: #eeff00;
}

.product-item__name{
	width: 100%;
	height: 50%;
	border-bottom: 3px solid #0099ff;
	box-sizing:border-box;
}

.product-item__name--string{
	font-size: 18px;
	font-weight: bold;
	margin-left: 80px;
	line-height: 75px;
}

.product-item__group img{
	position: absolute;
	top: 10px;
	left: 20px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	border: 3px solid #0099ff;
	box-sizing:border-box;
}

.product-item__section--red{
	position: absolute;
	margin-left: 80px;
	font-size: 16px;
	color: #ff0000;
}

.product-item__client{
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #cccccc;
	box-sizing:border-box;
}

.product-item__client--string{
	font-size: 18px;
	margin-left: 90px;
	line-height: 55px;
}

.product-item__detail{
	display: flex;
}

.product-item__detail--mv{
	display: flex;
}

.product-item__detail img{
	width: 320px;
	height: 320px;
	margin-right: 40px;
}

.product-item__explanation{
	width: 480px;
	padding: 15px;
	background-color: #dfefff;
	border: dotted 3px #96c2fe;
	border-radius: 10px;
	box-sizing:border-box;
}

.product-item__explanation p{
	margin: 10px 0;
	padding:0 15px;
}

.item-exp__group p{
	margin: 0 22px;
	padding: 10px;
	border-top: 3px dotted #99ccff;
	border-bottom: 3px dotted #99ccff;
}

.product-item__detail--group{
	display: flex;
}

.product-item__detail--section-design{
	width: 100px;
	border-radius: 20px;
	padding: 4px 14px;
	text-align: center;
	margin: 5px 0 5px 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	background-color: #00ccff;
}

.product-item__detail--section-design2{
	width: 270px;
	line-height: 30px;
	margin: 10px;
	border-bottom: 3px dotted #99ccff;
	border-radius: 2px;
	box-sizing: border-box;
}

.product-item__detail--section-design2 p{
	width: 275px;
	text-align: center;
	margin: 0;
	box-sizing: border-box;
}

.product-item__movie-group{
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	margin-right: 10px;
}

.center-line{
	width: 90%;
	border-right: 3px solid #cccccc;
}

.product-item__movie-group p{
	font-weight: bold;
	margin: 0 10px 10px 10px;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #00ccff;
	text-align: center;
	border-radius: 20px;
}

.product-item__movie-group iframe{
	margin: 0 10px 10px 10px;
	border-radius: 20px;
	width: 340px;
	height: 192px;
}

.contact-induction {
	font-weight: bold;
	position: relative;
	background-color: #ffff99;
	border-bottom: 5px solid #cccccc;
	margin-top: 15px;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	width: 80%;
	height: 45px;
}

.contact-induction:hover {
	background-color: #ffff00;
	height: 45px;
	border-top: 5px solid #ffffff;
	border-bottom: none;
}

.contact-induction a {
	text-decoration: none;
	color: #000000;
	z-index: 1;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.contact-induction__img {
	width: 800px;
	height: 240px;
}

@media(max-width:980px){
	.product-item__clm2{
		display: block;
	}
	.product-item__detail{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.product-item__detail img{
		margin: 0 80px;
	}

	.product-item__section--red {
		line-height: 56px;
		margin-left: 80px;
	}
	.product-item__name--string{
		font-size: 20px;
	}

	.product-item__client--string {
		font-size: 20px;
		margin-left: 120px;
		line-height: 56px;
	}
	.product-item__group{
		width: 650px;
	}
	.product-item__explanation {
		display: flex;
		width: 720px;
		margin-top: 15px;
	}
	.product-item__explanation p {
		margin: 0;
		padding: 0 15px;
	}
	.item-exp__group p{
		padding: 10px 0;
	}
	.product-item__detail--group{
		display: block;
	}
	.item-name-client__group{
		border-right: 2px solid #cccccc;
		padding-right: 20px;
	}
	.item-exp__group{
		padding-left: 20px;
	}
}

@media(max-width:800px) {
	.contact-induction__img {
		width: 600px;
		height: 180px;
	}
	.product-item__detail--mv {
		display: block;
	}
	.product-item__movie-group iframe {
		width: 500px;
		height: 281px;
	}
	.disable{
		border: none;
		border-top: 3px solid #cccccc;
		margin: 20px auto 30px auto;
	}
}

@media(max-width:760px){
	.product-item__explanation{
		display: flex;
		flex-direction: column;
	}
	.item-name-client__group{
		border-right: none;
		padding-right: 0;
	}
	.item-exp__group{
		padding-left: 0;
	}
	.product-item__explanation{
		width: 500px;
	}
	.product-item__detail--group{
		display: flex;
		align-items: center;
	}
	.product-item__detail--section-design{
		height: 30px;
	}
}

@media(max-width:680px){
	.product-item__section--red {
		line-height: normal;
	}
	.product-item__name--string{
		font-size: 18px;
	}
	.product-item__client--string {
		font-size: 18px;
		margin-left: 100px;
		line-height: 55px;
	}
	.product-item__group{
		width: 500px;
	}
}

@media(max-width:600px) {
	.contact-induction__img {
		width: 400px;
		height: 120px;
	}
}

@media(max-width:540px) {
	.product-item__name--string {
		font-size: 16px;
	}
	.product-item__client--string {
		font-size: 16px;
	}
	.product-item__group {
		min-width: 420px;
		width: 420px;
	}
	.item-name-client__group{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.product-item__detail--group{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.product-item__explanation {
		width: 320px;
	}
	.product-item__movie-group iframe {
		width: 320px;
		height: 180px;
	}
	.product-item__detail--section-design{
		margin-left: 0;
	}

	.product-item__detail--section-design2{
		border-top: 3px dotted #99ccff;
		border-bottom: 3px dotted #99ccff;
	}
}

@media(max-width:500px){
	.mv-title,
	.product-item__explanation p,
	.little-section__non-title P{
		font-size: 14px;
	}
	.product-item__name--string{
		line-height: 56px;
		font-size: 14px;
		margin-left: 20px;
	}
	.product-item__client--string {
		font-size: 14px;
		margin-left: 25px;
		line-height: 40px;
	}
	.product-item__group{
		width: 320px;
		height: 115px;
	}
	.product-item__group img{
		width: 70px;
		height: 70px;
		top: 20px;
	}
	.product-item__client {
		height: 48%;
	}
	.product-item__section--red {
		margin-left: 20px;
	}
}

@media(max-width:480px) {
	.product-item__group{
		height: 110px;
	}
	.product-item__group img{
		width: 80px;
		height: 80px;
	}
	.product-item__client {
		height: 48%;
	}
	.product-item__name--string {
		line-height: 50px;
		margin-left: 30px;
	}
	.product-item__section--red {
		margin-left: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.product-item__client--string {
		margin-left: 45px;
		line-height: 40px;
	}
	.product-item__group {
		min-width: 380px;
		width: 380px;
	}
	.product-item__detail img{
		width: 275px;
		height: 275px;
	}
	.product-item__explanation {
		width: 290px;
	}
	.product-item__movie-group iframe {
		width: 280px;
		height: 157px;
	}
}

@media(max-width:450px) {
	.contact-induction__img {
		width: 300px;
		height: 90px;
	}
	.product-item__group {
		min-width: auto;
		width: 355px;
	}
}