@media screen and (max-width: 750px) {
body {
	background-image: none;
}
#header {
	width: 100%;
}
#header .logo {
	display: none;
}
#header .logo_sp {
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	margin-left: 5px;
}
#Container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#Container section h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
}
#Container section h3 {
	font-size: medium;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#Container section .contentbox {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 50px;
	width: 100%;
}
#Container section .contentbox dd {
	text-align: center;
	margin-bottom: 20px;
	margin-right: 35px;
	margin-left: 35px;
}
#Container section .contentbox2 {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 50px;
	width: 100%;
}
#Container section .contentbox2 dd {
	text-align: center;
	margin-bottom: 20px;
	margin-right: 35px;
	margin-left: 35px;
}
#Container section .contentbox p {
	font-size: small;
	line-height: 150%;
	margin-bottom: 50px;
}
#Contact p {
	font-size: medium;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
}
.b_details{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #FFF;
	font-size: medium;
	text-decoration: none;
	text-align: center;
	background-color: #FF3E3E; /*ボタン色*/
	border-radius: 7px; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.b_details:hover{
	background-color: #FF7777; /*ボタン色*/
}
}
