#p_corner1,
#p_corner2,
#p_corner3,
#p_corner4,
#p_corner5 {
	display: none;
}
.p_box {
	width: 450px;
	position: absolute;
	background: #f7f7f7;
	padding: 0 1px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 2px 2px #e6e6e6;
}
.p_box .p_title {
	margin: 0;
	line-height: 2.5;
}
.p_box .p_txt {
	padding: 15px;
}
.p_box ul {
	width: 90%;
	margin: 0;
	padding: 0 0 0 10%;
	overflow: hidden;
}
.p_box ul li {
	float: left;
	width: 42%;
	margin: 0 0 0 8%;
	font-size: .8em;
}

.area_corner1,.area_corner2,.area_corner3,.area_corner4,.area_corner5:hover{
cursor: pointer;
}

/* 横並び */

.flex {
display: flex; /*横並び*/
}
.flex .image {
width: 50%; /*画像サイズ指定*/
height: auto;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
}
.flex .right {
width: 50%;
margin: 0 0 0 20px;
padding: 0;
}
.flex .title {
margin: 0;
padding: 0;
font-weight: bold;
font-size: 18px;
text-align: left;
}
.flex .text {
margin: 10px 0 0;
padding: 0;
}

.flex .image {
overflow: hidden;
position: relative;
}
.flex .image::before {
content: "";
display: block;
padding-top: 58%;
}
.flex .image img {
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

@media screen and (max-width: 1000px) { 
#p_corner1,
#p_corner2,
#p_corner3,
#p_corner4,
#p_corner5 {
	display: none !important;
}
}
