@charset "utf-8"; /* CSS Document */

/* compe-calc */
.compe-calc span {
	display: inline-block;
	vertical-align: middle;
}
/* compensation-wrap */
.compensation-wrap {
	padding-left: 1em;
}
/* compensation-case */
.compensation-case {
	padding-left: 30px;
	padding-right: 1em;
}
@media (max-width: 480px) {
	.compensation-wrap {
		padding-left: 0;
	}
	.compensation-case {
		padding-left: 0;
		padding-right: 0;
	}
}

.compensation-case img {
	max-width: 100%;
}
.compensation-case .case-row {
	display: flex;
	flex-wrap: wrap;
}
.compensation-case .case-row .left {
	width: 40%;
	padding-right: 5%;
}
.compensation-case .case-row .right {
	width: 60%;
	position: relative;
	border-left: 4px solid #71b2e3;
	padding-left: 7.8%;
}
.compensation-case .case-row .right:before {
	content: "";
	display: block;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-right: 0px solid #71b2e3;
	border-bottom: 10px solid transparent;
	border-left: 14px solid #71b2e3;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transition: none;
}
.compensation-case .case-h {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.compensation-case .label {
	display: inline-block;
	width: 60px;
	line-height: 60px;
	background-color: #71b2e3;
	border-radius: 50%;
	text-align: center;
}
.compensation-case .ttl {
	width: calc(100% - 60px);
	padding-left: 20px;
}
.compensation-case .ttl .object {
	line-height: 1.4;
}
.compensation-case .monitor {
	padding: 10px 10px 20px 10px;
}
.compensation-case .case1,
.compensation-case .case2 {
	padding-left: 1.9em;
}
.compensation-case .case1 dt,
.compensation-case .case2 dt {
	text-indent: -1.9em;
}

@media (max-width: 991px) {
	.compensation-case .case-row {
		display: block;
	}
	.compensation-case .case-row .left {
		display: flex;
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.compensation-case .case-h {
		width: 50%;
		padding-right: 5%;
	}
	.compensation-case .monitor {
		width: 50%;
		margin: 0 auto;
	}

	.compensation-case .case-row .right {
		width: 100%;
		border-top: 4px solid #71b2e3;
		border-left: none;
		padding-top: 30px;
		padding-left: 0;
	}
	.compensation-case .case-row .right:before {
		margin-top: 0;
		margin-left: -10px;
		border-top: 14px solid #71b2e3;
		border-right: 10px solid transparent;
		border-bottom: 0 solid #71b2e3;
		border-left: 10px solid transparent;
		left: 50%;
		top: 0;
	}
	.compensation-case .case-txt {
		display: table;
		margin: 0 auto;
	}
	.compensation-case .img-male {
		display: table;
		margin: 0 auto;
	}
}

@media (max-width: 768px){
	.compensation-case .case-row .left {
		flex-wrap: wrap;
	}
	.compensation-case .case-h {
		max-width: none;
		width: 100%;
		margin: 0 auto;
		padding-right: 0;
	}
	.compensation-case .monitor {
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 480px){

}


/* compesation-film */
.compesation-film {
	padding-left: 30px;
	padding-right: 1em;
}
@media (max-width: 480px) {
	.compesation-film {
		padding-left: 0;
		padding-right: 0;
	}
}

.compesation-film p {
	max-width: 830px;
}

.compesation-film dl {
	display: table;
	table-layout: auto;

	width: 100%;
	max-width: 815px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.compesation-film dl dt {
	display: table-cell;
	vertical-align: middle;
	

	width: 130px;
	padding: 15px 0;
	background-color: #f7f9e0;
	text-align: center;
	line-height: 1;
}
.compesation-film dl .img {
	padding-bottom: 5px;
}

.compesation-film dl dd {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 130px);
}
.compesation-film .monitor {
	margin-bottom: 10px;
}
.compesation-film .monitor img {
	width: 45px;
	height: auto;
}
.compesation-film .ipad img {
	width: 35px;
	height: auto;
}
.compesation-film .exp-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 15px 0;
}
.compesation-film .monitor .exp-price {
}
.compesation-film .monitor .exp-price:first-child {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.compesation-film .exp-price > span {
	line-height: 1.5;
	padding: 0 20px;
}
.compesation-film .exp-price .size {
	text-align: center;
	width: 175px;
}
.compesation-film .exp-price .recover {
	width: 250px;
}
.compesation-film .exp-price .plan {
	width: 260px;
}

@media (max-width: 854px) {
	.compesation-film .exp-price .size {
		text-align: left;
	}
	.compesation-film .exp-price .recover {
	}
	.compesation-film .exp-price .plan {
	}
}

@media (max-width: 480px) {
	.compesation-film dl dt {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.compesation-film dl dd {
		display: block;
		width: 100%;
	}
	.compesation-film .exp-price {
		padding: 15px 10px;
	}
	.compesation-film .exp-price > span {
		line-height: 1.2;
	}
	.compesation-film .exp-price .size,
	.compesation-film .exp-price .recover {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0 0 5px 0;
	}
	.compesation-film .exp-price .plan {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0;
	}
}




/* compensation-target */
.compensation-target {
	padding: 0 1em;
}
.compensation-target .target-row {
	display: flex;
	flex-wrap: wrap;
}
.compensation-target .target-row .left {
	width: calc(100% - 546px);
	padding-right: 4%;
}
.compensation-target .target-row .right {
	width: 546px;
}
.compensation-target .target-object {
	position: relative;
	margin-top: 25px;
	border: 5px solid #71b2e3;
}
.compensation-target .target-object .ttl {
	display: inline-block;
	width: 100%;
	max-width: 420px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: -3px;
	right: 50%;
	transform: translate(50%, -50%);
	z-index: 1;
}
.compensation-target .target-object .ttl > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}
.compensation-target .target-object .ttl .f-sz15 {
	letter-spacing: 0.025em;
	padding-right: 0.5em;
}
.compensation-target .target-object .ttl .f-sz20 {
	letter-spacing: 0.15em;
}

.compensation-target .target-object .ttl .exp {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-color: #71b2e3;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
}


.compensation-target .target-object .comment {
	display: inline-block;
	letter-spacing: 0.05em;
	position: absolute;
	left: 30px;
	bottom: 25px;
	z-index: 1;
}

@media (max-width: 991px) {
	.compensation-target .target-row .left {
		width: 100%;
		padding-right: 0;
	}
	.compensation-target .target-object {
		width: 100%;
		max-width: 540px;
		margin: 0 auto 30px auto;
	}
}
@media (max-width: 768px) {
	.compensation-target .target-object img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 540px) {
	.compensation-target .target-object {
		margin: 10px auto 30px auto;
	}
	.compensation-target .target-object .ttl {
		max-width: 320px;
	}
	.compensation-target .target-object .ttl > span {
		display: block;
		line-height: 1.3;
	}	
	.compensation-target .target-object .ttl .f-sz15 {
		padding-right: 0;
	}
}
@media (max-width: 480px) {
	.compensation-target {
		padding: 0;
	}
	.compensation-target .target-object {
		padding-top: 20px;
	}
	.compensation-target .target-object .ttl {
		max-width: 270px;
	}
	.compensation-target .target-object .comment {
		left: 10px;
		bottom: 5px;
	}
	.compensation-target .target-object .ttl .f-sz15 {
		letter-spacing: 0;
		font-size: 1.4rem;
	}
}






























