.trouble {
	padding: 0;
	position: relative;
	overflow-x: clip;
}

/*.trouble:before {*/
/*	content: "";*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: calc(100% + 808px);*/
/*	background: url(../images/trouble_bg03_pc.png) no-repeat center bottom / cover;*/
/*	position: absolute;*/
/*	bottom: -808px;*/
/*	left: 50%;*/
/*	z-index: 1;*/
/*	transform: translateX(-50%);*/
/*	-webkit-transform: translateX(-50%);*/
/*}*/

.trouble:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/trouble_bg01_pc.png) no-repeat center bottom / 3000px auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.trouble__inner {
	padding: 1px 0 1px;
}

.trouble__present {
	display: flex;
	justify-content: space-between;
	width: 760px;
	padding: 35px 30px 25px;
	margin: -65px auto 0;
	background: #242e49;
	/*border: 7px solid #222940;*/
	box-shadow:
			inset 1px 1px 2px rgba(255, 255, 255, 0.35),  /* ハイライト */
			inset -1px -1px 2px rgba(0, 0, 0, 0.35);     /* シャドウ */
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.trouble__present:before {
	content: "";
	display: block;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.trouble__present-ttl {
	display: flex;
	position: absolute;
	top: -27px;
	left: 30px;
	z-index: 1;
}

.trouble__present-ttl-txt01 {
	display: block;
	padding: 9px 12px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .05em;
	background: #cca549;
	white-space: nowrap;
}

.trouble__present-ttl-txt02 {
	display: block;
	padding: 9px 12px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .05em;
	background: #242e49;
	white-space: nowrap;
}

.trouble__present-content {
	flex: 1;
	display: flex;
	align-items: center;
}

.trouble__present-content-txt01 {
	margin-right: .3em;
	color: #242e49;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.trouble__present-content-txt02 {
	padding-bottom: .1em;
	margin-right: .05em;
	color: #cca549;
	font-size: 72px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1;
	white-space: nowrap;
}

.trouble__present-content-txt03 {
	color: #242e49;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
	white-space: nowrap;
}

.trouble__present-content-txt03 .gold {
	color: #cca549;
}

.trouble__present-content-txt03 .le-s {
	margin-left: -.2em;
	margin-right: -.5em;
}

.trouble__present-logo {
	width: 227px;
	margin-top: -70px;
}

.trouble__present-logo img {
	width: 100%;
	max-width: none;
}

.trouble__present-txt01 {
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 3;
	cursor: pointer;
}

.trouble__present-txt01 span {
	text-decoration: underline;
	text-underline-offset: .4em;
}

.trouble__present-txt01 span:hover {
	text-decoration: none;
}

.trouble .titleBox {
	margin-top: 60px;
	position: relative;
	z-index: 3;
}

.trouble__checklist {
	margin-top: 50px;
	position: relative;
	z-index: 3;
}

.trouble__checklist-pic {
	width: 1220px;
	height: 260px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.trouble__checklist-pic img {
	width: 100%;
}

.trouble__checklist ul {
	width: 680px;
	max-width: 100%;
	margin: 0 auto;
	color: #242d48;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .05em;
}

.trouble__checklist ul li {
	display: inline-block;
	min-height: 66px;
	padding: 15px 20px;
	margin-top: 33px;
	margin-left: 80px;
	text-align: left;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.trouble__checklist ul li:first-child {
	margin-top: 0;
}

.trouble__checklist ul li:before {
	content: "";
	display: block;
	width: 66px;
	height: 100%;
	margin-left: -80px;
	background: #242e49 url(../images/trouble_check_pc.png) no-repeat center / 1.8rem 1.4rem;
	border-radius: 15px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.trouble__checklist ul li .marker {
	background: linear-gradient(transparent 70%, #ccdaee 70%);
}

.trouble__checklist ul li .inline-block {
	display: inline-block;
}

.trouble__box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 676px;
	height: 476px;
	padding-top: 40px;
	margin: 33px auto -202px;
	background: url(../images/trouble_bg02_pc.png) no-repeat center / contain;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
}

.trouble__box-inner {

}

.trouble__box-txt01 {
	color: #242e49;
	font-size: 46px;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .05em;
}

.trouble__box-txt01-block {
	display: inline-block;
	padding: 1px 10px;
	background: #fff;
	border-radius: 10px;
}

.trouble__box-txt02 {
	margin-top: .4em;
	color: #fff;
	font-size: 54px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .05em;
	text-shadow: 0 4px 0 rgba(0,0,0,.2);
}

@media (max-width: 1199px) {

	.trouble__present {
		width: 63.333vw;
		padding: 2.917vw 2.5vw 2.083vw;
		margin: -5.41666667vw auto 0;
		box-shadow:
				inset 1px 1px 2px rgba(255, 255, 255, 0.35),  /* ハイライト */
				inset -1px -1px 2px rgba(0, 0, 0, 0.35);     /* シャドウ */
		border-radius: 1.25vw;
	}

	.trouble__present:before {
		width: calc(100% - 1.167vw);
		height: calc(100% - 1.167vw);
		border-radius: 0.833vw;
	}

	.trouble__present-ttl {
		top: -2.25vw;
		left: 2.5vw;
	}

	.trouble__present-ttl-txt01 {
		padding: 0.75vw 1vw;
		font-size: 2vw;
	}

	.trouble__present-ttl-txt02 {
		padding: 0.75vw 1vw;
		font-size: 2vw;
	}

	.trouble__present-content-txt01 {
		font-size: 2.667vw;
	}

	.trouble__present-content-txt02 {
		font-size: 6vw;
	}

	.trouble__present-content-txt03 {
		font-size: 2.667vw;
	}

	.trouble__present-logo {
		width: 18.917vw;
		margin-top: -5.833vw;
	}
}

@media (max-width: 1099px) {

	.trouble__checklist-pic {
		width: 110.909vw;
		height: 23.636vw;
	}
}

@media (max-width: 768px) {

	.trouble {
		padding: 0 4.66666667%;
	}

	.trouble:after {
		width: calc(100% + 2px);
		background: url(../images/trouble_bg01_sp.png) no-repeat center bottom / 100% auto;
	}

	.trouble__inner {
		padding: 75px 0 1px;
	}

	.trouble__present {
		display: block;
		width: auto;
		max-width: 340px;
		padding: 35px 12px 15px;
		margin: 0 auto 0;
		box-shadow:
				inset 1px 1px 2px rgba(255, 255, 255, 0.35),  /* ハイライト */
				inset -1px -1px 2px rgba(0, 0, 0, 0.35);     /* シャドウ */
		border-radius: 12.5px;
	}

	.trouble__present:before {
		width: calc(100% - 7px);
		height: calc(100% - 7px);
		border-radius: 10px;
	}

	.trouble__present-ttl {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		top: -50px;
		left: 10px;
	}

	.trouble__present-ttl-txt01 {
		display: block;
		padding: 7px 8px;
		font-size: 18px;
		letter-spacing: .05em;
		background: #cca549;
		white-space: nowrap;
	}

	.trouble__present-ttl-txt02 {
		display: block;
		padding: 7px 8px;
		font-size: 18px;
		letter-spacing: .05em;
		background: #242e49;
		white-space: nowrap;
	}

	.trouble__present-content {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.trouble__present-content-txt01 {
		margin-right: .3em;
		font-size: 24px;
	}

	.trouble__present-content-txt02 {
		padding-bottom: .1em;
		margin-right: .05em;
		font-size: 50px;
	}

	.trouble__present-content-txt03 {
		font-size: 21px;
	}

	.trouble__present-content-txt03 .le-s {
		margin-left: -.2em;
		margin-right: -.3em;
	}

	.trouble__present-logo {
		width: 154.5px;
		margin-top: 0;
		position: absolute;
		top: -75px;
		right: 8px;
		z-index: 1;
	}

	.trouble__present-txt01 {
		margin-top: 10px;
		font-size: 9px;
	}

	.trouble .titleBox {
		margin-top: 30px;
	}

	.trouble__checklist {
		margin-top: 25px;
	}

	.trouble__checklist-pic {
		width: 86.667vw;
		height: 34.667vw;
		margin: 4.53333333vw auto 0;
		position: static;
		transform: none;
		-webkit-transform: none;
	}

	.trouble__checklist ul {
		width: 70.667vw;
		margin: 0 auto;
		font-size: 14px;
	}

	.trouble__checklist ul li {
		display: block;
		min-height: 40px;
		padding: 8px 10px;
		margin-top: 16px;
		margin-left: 50px;
		border-radius: 7.5px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	}

	.trouble__checklist ul li:first-child {
		margin-top: 0;
	}

	.trouble__checklist ul li:before {
		width: 40px;
		min-height: 40px;
		margin-left: -50px;
		background: #242e49 url(../images/trouble_check_sp.png) no-repeat center / 1.45rem 1.15rem;
		border-radius: 7.5px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	}

	.trouble__checklist ul li .marker {
		background: linear-gradient(transparent 70%, #ccdaee 70%);
	}

	.trouble__box {
		width: 338px;
		height: 238px;
		padding-top: 20px;
		margin: 0 auto -145px;
		background: url(../images/trouble_bg02_sp.png) no-repeat center / contain;
	}

	.trouble__box-txt01 {
		font-size: 23px;
	}

	.trouble__box-txt01-block {
		padding: 1px 5px;
		border-radius: 5px;
	}

	.trouble__box-txt02 {
		margin-top: .4em;
		font-size: 27px;
		text-shadow: 0 2px 0 rgba(0,0,0,.2);
	}
}