@charset "UTF-8";
#inner.whisper .content {
	padding-bottom: 0;
}
#inner.whisper .content .titlebox .txt {
	margin-top: 40px;
}
#inner.whisper .content .titlebox .txt img {
	height: 70px;
}
#inner.whisper .content .purpose {
	background: #F6FAFD;
	margin-top: 70px;
	padding: 65px 0 75px 0;
}
#inner.whisper .content .purpose > .inner {
	width: 927px;
	margin: 0 auto;
}
#inner.whisper .content .case {
	margin-top: 70px;
	padding: 0 0 100px 0;
}
#inner.whisper .content .case > .inner {
	width: 1100px;
	margin: 0 auto;
}
#inner.whisper .content .case h4 {
	text-align: center;
}
#inner.whisper .content .case h4 span {
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 3px solid #054ea0;
	letter-spacing: 0.1em;
}
#inner.whisper .content .case ul {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	flex-wrap: wrap;
}
#inner.whisper .content .case ul li {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 40px;
	width: 530px;
}
#inner.whisper .content .case ul li:nth-child(-n+2) {
	margin-top: 0;
}
#inner.whisper .content .case ul li a {
	display: block;
	position: relative;
}
#inner.whisper .content .case ul li a > img {
	display: block;
}
#inner.whisper .content .case ul li a::before {
	content: "詳しく見る";
	position: absolute;
	display: block;
	left: 50%;
	bottom: 25px;
	transform: translate(-50%, 0);
	font-size: 16px;
	font-weight: bold;
	color: #054ea0;
	width: 105px;
	line-height: 20px;
}
#inner.whisper .content .case ul li a::after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	bottom: 25px;
	transform: translate(-50%, 0);
	font-size: 16px;
	font-weight: bold;
	color: #054ea0;
	width: 18px;
	height: 18px;
	background: url(./images/icon_arrow2.png) no-repeat center center;
	background-size: 18px auto;
	margin-left: 42px;
}
.modaal-overlay {
	z-index: 15000;
	background: rgba(6, 20, 37, 0.85) !important;
}
.modaal-wrapper {
	z-index: 20000;
}
.modaal-inner-wrapper {
	padding: 0 !important;
}
.modaal-container {
	background: none;
	box-shadow: none;
  max-width: 600px;
  width: 92%;
}
.modaal-content-container {
	padding: 60px 0;
	background: none;
	/* max-width: 600px; */
	margin: 0 auto;
	/* width: 92%; */
}
.modaal-close {right: auto;left: 50%;top: 15px;margin-left: 295px;}
#inner.whisper .modal > .inner {
	background: #EDF1F7;
	padding: 36px 30px;
}
#inner.whisper .modal .box {
	position: relative;
	background: #fff;
	padding: 30px 20px 36px 20px;
}
#inner.whisper .modal .box.after {margin-top: 30px;}
#inner.whisper .modal .box.after::before {
	content: "";
	display: block;
	background: url(./images/img_arrow.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	width: 176px;
	height: 50px;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0);
}
#inner.whisper .modal .box .label {
	text-align: center;
	font-size: 43px;
	letter-spacing: 0.05em;
	color: #054ea0;
	line-height: 1em;
}
#inner.whisper .modal .box .title  {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../images/heding_bg-sp.png) no-repeat center center;
	background-size: 109% 100%;
	line-height: 28px;
	margin-top: 10px;
}
#inner.whisper .modal .box .text  {
	font-size: 14px;
	margin-top: 20px;
	padding: 0 20px;
}
#inner.whisper .modal .box .point {
	color: #074fa3;
	margin-top: 20px;
}
#inner.whisper .modal .box .point .h {
	text-align: center;
	border-bottom: 2px solid #074fa3;
	font-weight: bold;
	margin: 0 20px;
	padding: 7px 0;
}
#inner.whisper .modal .box .point .text {
	margin-top: 15px;
}
#inner.whisper .modal > .inner > img {
	width: 466px;
	margin: 40px auto 20px auto;
}

.remodal-overlay {
	background: rgba(6, 20, 37, 0.85);
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
}
.remodal {
	max-width: 600px;
	background: none;
	padding: 70px 0 0 0;
	margin-bottom: 40px;
	text-align: left;
}
.remodal > .inner {
}
.remodal-close {
	left: auto;
	right: -9px;
	top: 15px;
	width: 50px;
	height: 50px;
}
.remodal-close::before {
    display: none;	
}

.remodal-close::before,
.remodal-close::after {
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background: #fff;
	left: 5px;
	top: 50%;
	transform: rotate(-45deg);
}
.remodal-close::after {
    transform: rotate(45deg);
}
/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
	#inner.whisper .content .titlebox .txt {
		margin-top: 25px;
	}
	#inner.whisper .content .titlebox .txt img {
		height: 36px;
	}
	#inner.whisper .content .purpose {
		background: #F6FAFD;
		margin-top: 40px;
		padding: 20px 0 40px 0;
	}
	#inner.whisper .content .purpose > .inner {
		width: auto;
		margin: 0 auto;
	}
	#inner.whisper .content .purpose .img {
		margin: 0 auto;
		overflow: scroll;
		padding: 20px 0 20px 20px;
	}
	#inner.whisper .content .purpose .img img {
		max-width: none;
		width: 620px;
		margin-right: 20px;
	}
	#inner.whisper .content .purpose .note {
		text-align: right;
		padding: 0 5%;
		margin-bottom: -22px;
	}
	#inner.whisper .content .purpose .note span {
		display: inline-block;
		font-size: 10px;
		color: #969696;
		padding-bottom: 12px;
		line-height: 1em;
		background: url(./images/icon_arrow.png) no-repeat center bottom;
		background-size: 92px auto;
		width: 92px;
		text-align: center;
	}
	#inner.whisper .content .case {
		margin-top: 50px;
		padding: 0 0 50px 0;
	}
	#inner.whisper .content .case > .inner {
		width: auto;
		margin: 0 auto;
	}
	#inner.whisper .content .case h4 {
		text-align: center;
	}
	#inner.whisper .content .case h4 span {
		font-size: 18px;
		display: inline-block;
		font-weight: bold;
		border-bottom: 2px solid #054ea0;
		letter-spacing: 0.1em;
	}
	#inner.whisper .content .case ul {
		display: flex;
		justify-content: space-between;
		margin-top: 70px;
		flex-wrap: wrap;
		width: 350px;
		margin: 40px auto 0 auto;
	}
	#inner.whisper .content .case ul li {
		border-radius: 7px;
		overflow: hidden;
		margin-top: 20px;
		width: 530px;
	}
	#inner.whisper .content .case ul li:nth-child(-n+2) {
		margin-top: 20px;
	}
	#inner.whisper .content .case ul li:nth-child(1) {
		margin-top: 0px;
	}
	#inner.whisper .content .case ul li a {
		display: block;
		position: relative;
	}
	#inner.whisper .content .case ul li a > img {
		display: block;
	}
	#inner.whisper .content .case ul li a::before {
		content: "詳しく見る";
		position: absolute;
		display: block;
		left: 50%;
		bottom: 15px;
		transform: translate(-50%, 0);
		font-size: 13px;
		font-weight: bold;
		color: #054ea0;
		width: 100px;
		line-height: 20px;
	}
	#inner.whisper .content .case ul li a::after {
		content: "";
		position: absolute;
		display: block;
		left: 50%;
		bottom: 16px;
		transform: translate(-50%, 0);
		font-weight: bold;
		color: #054ea0;
		width: 18px;
		height: 18px;
		background: url(./images/icon_arrow2.png) no-repeat center center;
		background-size: 18px auto;
		margin-left: 32px;
	}
	#inner.whisper .modal > .inner {
		background: #EDF1F7;
		padding: 10px 10px;
	}
	#inner.whisper .modal .box {
		position: relative;
		background: #fff;
		padding: 30px 20px 36px 20px;
	}
	#inner.whisper .modal .box.after {margin-top: 30px;}
	#inner.whisper .modal .box.after::before {
		content: "";
		display: block;
		background: url(./images/img_arrow.png) no-repeat center center;
		background-size: cover;
		position: absolute;
		width: 176px;
		height: 50px;
		left: 50%;
		top: -30px;
		transform: translate(-50%, 0);
	}
	#inner.whisper .modal .box .label {
		text-align: center;
		font-size: 43px;
		letter-spacing: 0.05em;
		color: #054ea0;
		line-height: 1em;
	}
	#inner.whisper .modal .box .title  {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: url(../images/heding_bg-sp.png) no-repeat center center;
		background-size: 180% 100%;
		line-height: 30px;
		margin-top: 10px;
		border-radius: 6px;
	}
	#inner.whisper .modal .box .text  {
		font-size: 13px;
		margin-top: 15px;
		padding: 0;
	}
	#inner.whisper .modal .box .point .h {
		margin: 0 0px;
	}
	#inner.whisper .remodal > .inner > img {
		width: auto;
		margin: 30px auto 30px auto;
	}
	.modaal-close {
		position: absolute;
		margin: 0;
		left: auto;
		right: 0;
		top: 6px;
		background: none !important;
	}
	.modaal-close::after,
	.modaal-close::before {
		background: #fff !important;
	}
	.modaal-content-container {
		padding: 40px 0 ;
	}
	
	.remodal-overlay {
		background: rgba(6, 20, 37, 0.85);
		z-index: 1000000;
	}
	.remodal-wrapper {
		z-index: 1000001;
	}
	.modal {
		max-width: 600px;
		background: none;
		padding: 10px 0 0 0;
		margin-bottom: 20px;
		text-align: left;
	}
	.modal > .inner {
	}
	.remodal-close::before {
	    display: none;	
	}
	
	.remodal-close::before,
	.remodal-close::after {
		display: block;
		position: absolute;
		content: "";
		width: 30px;
		height: 1px;
		background: #000;
		left: 10px;
		top: 50%;
		transform: rotate(-45deg);
		z-index: 100;
		opacity: 0.3;
	}
	.remodal-close::after {
	    transform: rotate(45deg);
	}
}
