.item_area{
	display: flex;
	flex-wrap: wrap;
}
.item{
	padding: 30px;
	background-color: rgb(251, 244, 221);
	width: calc(100%/2 - 20px);
	margin: 10px;
	position: relative;
	height: 250px;
}
.item:last-child{
	width: 100%;
	height: auto;
}
.item_title{
	text-decoration: underline;
	margin: 0 0 15px 0;
}
.btn_center_box{
	position: absolute;
	bottom: 30px;
}

.c-iconList {
    display: flex;
    flex-direction: column;
    margin: 60px 0 0;
}
.c-iconList.u-margin0 {
	margin: 0;
}
.c-iconList .mee_h4_heading {
	margin-top: 20px;
}
.img-icon {
    width: 80px;
    margin-right: 20px;
}
.img-icon img {
    width: 100%;
}

.priority_wrap{
	display: flex;
	justify-content: space-between;
	 justify-content: center;
}
.priority_item{
	width: 350px;
	padding: 10px;
}
.priority_item img{
	width: 100%;
}
.priority_item p.title{
	text-align: center;
	text-decoration-line: underline;
	font-weight: bold;
}
.priority_item p.small{
	font-size: 11px;
}

.text_underline_bold{
	text-decoration-line: underline;
	font-weight: bold;
}
.text_underline{
	text-decoration-line: underline;
}
.text_bold{
	font-weight: bold;
}

.img{
	max-width: 100%;
}

.img-txt {
	text-align: center;
}
.img-txt img {
  	width: 70%;
}

.note {
    margin-top: -20px;
    margin-bottom: 40px;
    font-size: 13px;
}

@media print, screen and (max-width: 767px){
	.item{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		height: auto;
	}
	.btn_center_box{
		position: static;
	}
	.btn{
		width: 100%;
	}
	.img-txt img {
		width: 100%;
	}
	.note {
		margin-top: 0;
	}
}