.sub_wrap, .sub_wrap *{ box-sizing:border-box; }

.sub01_title{text-align:center; margin-bottom:60px;}
.sub01_title h2{font-size:46px; font-weight:600; color:#333;}

.sub01_pt_wrap{ max-width:1200px; width:100%; margin:0 auto; display:flex; flex-flow:row wrap; }
.sub01_pt{ width:50%; }

.sub01_box{ padding-right:40px; }
.sub01_img{ max-width:389px; width:100%; margin:0 auto 20px; }
.sub01_box > a{ display:block; max-width:560px; width:100%; margin:0 auto; font-size:16px; font-weight:500; color:#333; padding:10px 30px; background-color:#fff; border:1px solid #999; text-align:center; transition:0.4s background-color 0s, 0.4s color 0s,  0.4s border-color 0s; }
.sub01_box > a:hover{ color:#fff; background-color:#0a923c; border-color:#0a923c; }

.sub01_wid_wrap{ max-width:1200px; width:100%; margin:0 auto; }

@media(max-width:900px){
	.sub01_pt{ width:100%; margin-bottom:80px; }
	.sub01_pt:last-child{ margin-bottom:0; }
	.sub01_box{ padding-right:0; }
}