@charset "utf-8";

#main .outerWhite p + p {
	margin-top: 0;
}
#main .block ul {
	margin: -10px -19px 0 0;
}
#main .block li {
	float: left;
	width: 252px;
	border: 1px solid #cfeae7;
	padding: 20px;
	padding-bottom: 68px;
	position: relative;
	margin-right: 19px;
	margin-top: 10px;
}
#main .block02 li {
	padding: 20px;
	padding-bottom: 20px;
}
#main .block li p.text,
#main .block li p.txt {
	font-size: 12px;
	line-height: 1.8;
}
#main .block li .thumb,
#main .block li .img {
	height: 180px;
	margin-bottom: 18px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}
#main .block li .thumb img {
	vertical-align: middle;
}
@media screen and (max-width: 737px) {
	#main .block li {
		float: none;
		width: auto;
		padding: 9px;
		position: relative;
	}
	#main .block li + li {
		margin-left: 0;
		margin-top: 20px;
	}
	#main .block li p.text,
	#main .block li p.txt {
		line-height: 1.5;
	}
	#main .block li .thumb,
	#main .block li .img {
		height: 200px;
		margin-bottom: 8px;
	}
}
#main .block li .link {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding-bottom: 29px;
	text-align: center;
	width: 100%;
	font-size: 0;
}
#main .block li .link a {
	font-size: 14px;
	display: inline-block;
	padding: 4px 10px 5px 0;
	text-align: center;
	position: relative;
	background-color: #444;
	width: 190px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Meiryo","メイリオ",  "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
}
#main .block li .link a:hover {
	background-color: #000;
}
#main .block li .link a:before {
	content: "";
	display: block;
	width: 8px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 25px;
	background-image: url("/common/img/icon/arrow_03.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 16px;
	background-size: 8px 16px;
}
#main .block li .link a:after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -16px;
	position: absolute;
	top: 100%;
	right: 5px;
	background-image: url("/common/img/icon/icon_blank_01.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
@media screen and (max-width: 737px) {
	#main .block li .link {
		position: static;
		margin-top: 28px;
		padding: 0 24px 25px;
		width: auto;
		font-size: 0;
	}
	#main .block li .link a {
		display: block;
		padding: 13px 10px 13px 0;
		width: auto;
	}
	#main .block li .link a:hover {
		background-color: #000;
	}
	#main .block li .link a:before {
		right: 35px;
	}
}
#main .block .btnLink {
	margin-top: 40px;
}
#main .block .btnLink a {
	display: block;
	width: 686px;
	text-align: center;
	padding: 18px 0 30px;
	line-height: 1;
	border: 2px solid #00a6bc;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	color: #00a6bc;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
}
#main .block .btnLink a:hover {
	color: #fff;
	background-color: #00a6bc;
}
#main .block .btnLink a:after {
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	margin-left: -8px;
	position: absolute;
	bottom: 14px;
	left: 50%;
	background-image: url("/common/img/icon/arrow_04.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 9px;
	background-size: 16px 9px;
}
#main .block .btnLink a:hover:after {
	background-image: url("/common/img/icon/arrow_05.png");
}
@media screen and (max-width: 737px) {
	#main .block .btnLink {
		margin-top: 19px;
	}
	#main .block .btnLink a {
		width: auto;
		padding: 12px 0 26px;
		font-size: 18px;
	}
	#main .block .btnLink a:after {
		bottom: 9px;
	}
}

/*追記*/
#main .block h2 {
	padding: 8px 0 7px;
	line-height: 1.5;
	margin-bottom: 0px;
}
#main .block h2 sub {
	line-height: 2.7;
}
#main .block h2:before {
	border-width: 47px medium 47px 15px;
}
#main .block h2:after {
	border-width: 47px 15px 47px medium;
}
#main .block h2 strong {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}
#main .block .hd05 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Meiryo","メイリオ",  "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
}
.voiceAttention{
	text-align: center;
	margin-top: 3px;
	margin-bottom: 7px;
}
@media screen and (max-width: 737px) {
	#main .block h2 strong {
		font-size: 24px;
	}
}
#main .block02.hide {
	display: none;
}