@charset "UTF-8";
.trouble {
	padding-top: 120px;
}
.trouble .heading {
	font-size: 70px;
	color: #003988;
	text-align: center;
}
.trouble__img {
	position: relative;
	padding-top: 180px;
	padding-bottom: 55px;
}
.trouble__img img {
	display: block;
	margin: 0 auto;
}
.trouble-balloon01,
.trouble-balloon02,
.trouble-balloon03 {
	position: absolute;
	margin: 0 auto;
	background-color: #003988;
	border-radius: 50px;
}
.trouble-balloon01 {
	top: 180px;
	left: 12%;
	transform: rotate(-15deg);
}
.trouble-balloon02 {
	top: 60px;
	right: 6%;
	transform: rotate(11deg);
}

.trouble-balloon03 {
	bottom: 120px;
	right: 0%;
	transform: rotate(7deg);
}
.trouble-balloon01::before,
.trouble-balloon02::before,
.trouble-balloon03::before {
	content: "";
	width: 40px;
	height: 35px;
	position: absolute;
	display: block;
	background-color: #003988;
}
.trouble-balloon01::before {
	top: calc(100% - 1px);
	right: 16%;
	clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
}
.trouble-balloon02::before {
	top: calc(100% - 1px);
	left: 16%;
	clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
}
.trouble-balloon03::before {
	right: calc(100% - 1px);
	bottom: 25%;
	clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
}
.trouble-balloon__txt {
	width: 100%;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	margin: 0 auto;
	padding: 30px 50px;
}
.trouble-message-below {
	font-size: 30px;
	line-height: 72px;
	color: #003988;
	max-width: 1000px;
	margin: 0 auto 80px;
}
.trouble-message-below .block ~ .block {
	margin-top: 80px;
}
.trouble-message-below .border-double {
	margin-right: 10px;
}
.trouble-message-below .border {
	border-bottom: 6px solid #dc010b;
}
.trouble-message-below .border span {
	font-size: 150%;
	color: #dc010b;
}
@media screen and (max-width: 1440px) {
	.trouble {
		padding-top: 80px;
	}
	.trouble .heading {
		font-size: 50px;
	}
	.trouble__img {
		padding-top: 120px;
		padding-bottom: 0;
	}
	.trouble__img img {
		width: 400px;
	}
	.trouble-balloon01,
	.trouble-balloon02,
	.trouble-balloon03 {
		border-radius: 24px;
	}
	.trouble-balloon01 {
		top: 147.4px;
		max-width: 300px;
	}
	.trouble-balloon02 {
		top: 40px;
		max-width: 400px;
	}
	.trouble-balloon03 {
		bottom: 50px;
		max-width: 288px;
	}
	.trouble-balloon01::before,
	.trouble-balloon02::before,
	.trouble-balloon03::before {
		width: 26.8px;
		height: 35px;
	}
	.trouble-balloon__txt {
		font-size: 20px;
		line-height: 30px;
		padding: 20px;
	}
	.trouble-message-below {
		font-size: 20px;
		line-height: 40px;
		max-width: 670px;
		margin: 0 auto 54px;
	}
	.trouble-message-below .block ~ .block {
		margin-top: 55px;
	}
	.trouble-message-below .border {
		border-bottom: 4px solid #dc010b;
	}
}
@media screen and (max-width: 1024px) {
	.trouble {
		padding-top: 55px;
	}
	.trouble .heading {
		font-size: 35px;
	}
	.trouble__img {
		padding-bottom: 20px;
	}
	.trouble__img img {
		width: 250px;
	}
	.trouble-balloon01,
	.trouble-balloon02,
	.trouble-balloon03 {
		border-radius: 20px;
	}
	.trouble-balloon01 {
		top: 88px;
		max-width: 180px;
	}
	.trouble-balloon02 {
		top: 24px;
	}
	.trouble-balloon03 {
		bottom: 60px;
	}
	.trouble-balloon01::before,
	.trouble-balloon02::before,
	.trouble-balloon03::before {
		width: 20px;
		height: 20px;
	}
	.trouble-balloon__txt {
		font-size: 14px;
		line-height: 25px;
	}
	.trouble-message-below {
		max-width: 480px;
		font-size: 14px;
		line-height: 30px;
		margin: 0 auto 40px;
	}
	.trouble-message-below .block ~ .block {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.trouble {
		padding-top: 40px;
	}
	.trouble .heading {
		font-size: 24px;
	}
	.trouble__img {
		padding-top: 120px;
		padding-bottom: 150px;
	}
	.trouble-balloon01,
	.trouble-balloon02,
	.trouble-balloon03 {
		border-radius: 15px;
	}
	.trouble-balloon01 {
		top: 40px;
		left: 4%;
	}
	.trouble-balloon02 {
		top: 50px;
		right: 4%;
	}
	.trouble-balloon03 {
		max-width: 130px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 50px;
	}
	.trouble-balloon01::before,
	.trouble-balloon02::before,
	.trouble-balloon03::before {
		width: 20px;
		height: 15px;
	}
	.trouble-balloon01::before {
		right: 15%;
	}
	.trouble-balloon02::before {
		left: 70%;
	}
	.trouble-balloon03::before {
		bottom: calc(100% - 1px);
		left: 0;
		right: 0;
		margin: auto;
		clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
	}
	.trouble-balloon__txt {
		font-size: 12px;
		line-height: 20px;
		padding: 10px;
	}
	.trouble-message-below {
		font-size: 13px;
		line-height: 30px;
		margin-bottom: 80px;
	}
	.trouble-message-below .block ~ .block {
		margin-top: 28px;
	}
}
