@charset "utf-8";


.Side_right .icon img{
	width: 330px;
}
.Side_right h4{
	font-size: 29px;
	line-height: 50px;
}
#Side_right #gradationP{
background: #3AC9D8;
background: linear-gradient(90deg, rgba(58, 201, 216, 1) 0%, rgba(32, 164, 225, 1) 33%, rgba(0, 149, 221, 1) 77%);
	color: #fff;
	font-size: 24px;
	padding:2px 0 5px 20px;
	margin: 30px 0px 20px 0;
	text-align: center;
	font-family: "font_M";
	white-space: nowrap;
	width: 100%;
}

.Side_right .BG_blue{
	font-weight: normal;
	color: #fff;
	background-color: #46BDFF;
	text-align: center;
	font-size: 25px;
	padding: 5px 0;
}

.Side_right .blue{
	font-weight: normal;
}

.re_top{
	font-family: "font_M";
	color: #46BDFF;
	padding-top: 50px;
 }

@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
.Side_right .icon img{
	width: 95%;
	margin: 20px;
}
	.Side_right h4{
	font-size: 35px;
}
.re_top{
	font-size: 30px;
	margin-left: 20px;
 }
}

details{
	margin-bottom: 40px;
}
.details-summary {
	position: relative;
	display: block;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details-content {
	padding: 20px;
.close-btn {
		display: block;
		margin: 0 auto;
		padding: 8px 32px 12px 32px;
		background:#46BDFF;
		color: #fff;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
	font-size: 25px;
		&:hover {
			opacity: 0.8;
		}
	}
}
