@charset "utf-8";

.h2_bottom{
	width: 95%;
	margin: auto;
}
.h2_bottom h4{
	font-size: 28px;
	margin-bottom: 10px;
}
/*-------------*/

.other .icon img{
	width:300px;
	margin: 5px;
}
.other h4{
	font-size: 29px;
	line-height: 50px;
	text-align: left;
}
.other .text{
	width: 50%;
}
.other .title{
	color: #006BFF;
	font-size: 32px;
	font-weight: bold;
 }
.other hr{
	border:1px solid #006BFF;
}
.other .p{
	font-size: 20px;
	font-weight: bold;
}
.other .price{
	width: 90%;
	margin: auto;
}
.other .BG_blue{
	font-weight: normal;
	color: #fff;
	background-color: #46BDFF;
	text-align: center;
	font-size: 25px;
	padding: 5px 0;
	margin: 10px 0;
}
.other .blue{
	font-weight: normal;
}
.other .orange{
	font-weight: normal;
	color: #FF7A00;
}
.re_top{
	font-family: "font_M";
	color: #46BDFF;
	padding-top: 50px;
 }

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

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 0;
.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;
		}
	}
}


