@charset "utf-8";

.title01 {
	background: url(../images/title_icon.gif) no-repeat 0 0;
	min-height: 52px;
	padding: 11px 0 0 79px;
}
.title02 {
    margin: 40px 0 20px 0;
}

div.hojo_list {
	width: 458px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 14px 20px 20px 20px;
	margin: 29px 29px 0 0;
	float: left;
}
div.hojo_list a,
div.hojo_list span {
	display: block;
	text-decoration: none;
}
div.hojo_list a {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
}
div.hojo_list a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
div.hojo_list .hojo_img {
	margin: 12px 0 17px 0;
}
div.hojo_list .hojo_btn {
	text-align: center;
	font-size: 16px;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	max-width: 335px;
	margin: 0 auto;
	line-height: 36px;
	background: url(../images/btn_icon.gif) no-repeat right center;
	padding-right: 21px;
}
div.hojo_list .hojo_btn em {
	font-style: normal;
	font-size: 13px;
}
div.hojo_list.hojo02,
div.hojo_list.hojo04 {
	margin: 29px 0 0 0;
}
div.hojo_list.hojo01 {
	background-color: #e8f5fc;
}
div.hojo_list.hojo01 .hojo_title {
	background: url(../images/title01_icon.gif) no-repeat right center;
}
div.hojo_list.hojo01 .hojo_btn {
	background-color: #397dad;
}
div.hojo_list.hojo02 {
	background-color: #edf4eb;
}
div.hojo_list.hojo02 .hojo_title {
	background: url(../images/title02_icon.gif) no-repeat right center;
}
div.hojo_list.hojo02 .hojo_btn {
	background-color: #94c050;
}
div.hojo_list.hojo03 {
	background-color: #ebf6f7;
}
div.hojo_list.hojo03 .hojo_title {
	background: url(../images/title03_icon.gif) no-repeat right center;
}
div.hojo_list.hojo03 .hojo_btn {
	background-color: #2bb0c4;
}
div.hojo_list.hojo04 {
	background-color: #f8eee2;
}
div.hojo_list.hojo04 .hojo_title {
	background: url(../images/title04_icon.gif) no-repeat right center;
}
div.hojo_list.hojo04 .hojo_btn {
	background-color: #f9a130;
}


@media screen and (max-width: 1024px) {
	.title01 {
		background: url(../images/title_icon_tab.png) no-repeat 0 7px;
		background-size: 46px auto;
		min-height: 45px;
		padding: 0 0 0 60px;
	}
	div.hojo_list {
		width: 48.6%;
		margin: 20px 2.4% 0 0;
		padding: 13px 0 14px 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	div.hojo_list.hojo02,
	div.hojo_list.hojo04 {
		margin: 20px 0 0 0;
	}
	div.hojo_list .hojo_title {
		margin: 0 14px;
	}
	div.hojo_list .hojo_title img {
		height: 40px;
		width: auto;
	}
	div.hojo_list .hojo_img {
		text-align: center;
	}
	div.hojo_list .hojo_img img {
		width: 325px;
	}
	div.hojo_list .hojo_btn {
		font-size: 13px;
		max-width: 256px;
		line-height: 28px;
		background: url(../images/btn_icon_tab.png) no-repeat right center;
		background-size: 13px auto;
	}
	div.hojo_list .hojo_btn em {
		font-size: 11px;
	}
	div.hojo_list.hojo01 .hojo_title {
		background: url(../images/title01_icon_tab.gif) no-repeat right center;
		background-size: 10px;
	}
	div.hojo_list.hojo02 .hojo_title {
		background: url(../images/title02_icon_tab.gif) no-repeat right center;
		background-size: 10px;
	}
	div.hojo_list.hojo03 .hojo_title {
		background: url(../images/title03_icon_tab.gif) no-repeat right center;
		background-size: 10px;
	}
	div.hojo_list.hojo04 .hojo_title {
		background: url(../images/title04_icon_tab.gif) no-repeat right center;
		background-size: 10px;
	}
	
}

@media screen and (max-width: 767px) {
	.title01 {
		background: url(../../common/images/title_bg.png) repeat-x 0 0;
		background-size: auto 100%;
		min-height: inherit;
		padding: 12px 0 15px 0;
	}
	.title01 span {
		background: url(../images/title_icon_tab.png) no-repeat center 40px;
		background-size: 79px auto;
	}
	.title02 {
		margin: 0 0 13px 0;
	}
	p.hojo_txt {
		margin: 0 13px 13px 13px;
	}
	div.hojo_list {
		width: 100%;
		margin: 2px 0 0 0;
		padding: 7px 0 25px 0;
	}
	div.hojo_list.hojo02,
	div.hojo_list.hojo04 {
		margin: 2px 0 0 0;
	}
	div.hojo_list .hojo_title {
		margin: 0 10px;
	}
	div.hojo_list .hojo_title img {
		height: 40px;
		width: auto;
	}
	div.hojo_list .hojo_img {
		text-align: center;
		margin: 9px 0 4px 0;
	}
	div.hojo_list .hojo_img img {
		width: 300px;
	}
	div.hojo_list .hojo_btn {
		font-size: 13px;
		max-width: 279px;
		line-height: 28px;
		background: url(../images/btn_icon_tab.png) no-repeat right center;
		background-size: 13px auto;
	}
	div.hojo_list .hojo_btn em {
		font-size: 11px;
	}
	
}