 @charset "utf-8";
/*===Setup default===*/
.big_about_lst {overflow: hidden;}
.about_lbl {width: 200px;height: 200px;line-height: 200px;margin: 0 auto 20px auto;border-radius: 100%;background: #b30033;color: #fff;font-weight:normal;font-size: 2.4rem; text-align: center;}
.about_ttl {padding-bottom: 12px;font-size: 2rem; text-align: center; font-weight:bold; }
.abt_lstnum{ position: relative;counter-reset: number;overflow:hidden; list-style-type: none;}
.abt_lstnum li{display:block; width:100% !important; float:none; margin:0 0 0 0px !important;  }
.abt_lstnum li:before{counter-increment: number; content:counter(number, decimal)". ";}
/*追加　20171115 start*/
.fea_about_lst {overflow: hidden;padding: 10px 0; counter-reset: about;}
.fea_about_lst li {margin-bottom: 22px;}
.fea_about_lst_thumb {display: table-cell;position: relative;vertical-align: top;}
.fea_about_lst_box {display: table-cell;}
.fea_about_lst_img {overflow: hidden;position: relative;border-radius: 10px;}
.fea_about_lst_img img {width: 100%; max-width: 150px;}
.fea_about_lst_img::before {content: "";position: absolute;left: -60px;width: 100px;height: 100px;background: #b30033;transform: rotate(55deg);}
.fea_about_lst_img::after { counter-increment: about;content: counter(about);position: absolute; color: #fff;font-family: "HiraginoKaku";font-weight: bold;}
/*追加　20171115 end*/
@media only screen and (min-width: 768px) {
	.big_about_lst li {float: left; width: 48.5%;max-width: 460px;margin-bottom: 50px;margin-left: 3%;}
	.big_about_lst li:nth-child(2n-1) {margin-left: 0;}
	/*追加　20171115 start*/
	.fea_about_lst li{float: left;width: 48%;margin-left: 4%; }
	.fea_about_lst li:nth-child(2n-1) {margin-left: 0; }
	.fea_about_lst_thumb {width: 175px;padding: 8px 25px 0 0;}
	.fea_about_lst_img:before {top: -65px;}
	.fea_about_lst_ttl {padding-bottom: 10px;font-size: 2rem;}
	.fea_about_lst_img::after {top: 3px; left: 10px;font-size: 1.6rem;}
	/*追加　20171115 end*/
}

@media only screen and (max-width: 767px) {
	.big_about_lst li {display: block;margin-bottom: 25px;}
	/*追加　20171115 start*/
	.fea_about_lst_thumb {width: 24%;min-width: 90px;padding: 5px 3% 0 0;}
	.fea_about_lst_img:before {top: -80px;}
	.fea_about_lst_ttl {font-size: 1.6rem;}
	.fea_about_lst_img::after{top: 1px; left: 6px;font-size: 1rem;}
	/*追加　20171115 end*/
}
@media only screen and (max-width: 680px) {
	.subbox_part_up{ padding-bottom:0px !important;}

}