/*common*/
.c_rd {
	color: #de1111;
}
.c_bl {
	color: #1160de !important;
}
.p_dft {
	font-size: 15px;
	line-height: 1.4em;
	color: #1e1e1e;
	vertical-align: middle;
	word-break: keep-all;
}
.imp_st {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 5px;
	color: #1e1e1e;
	vertical-align: middle;
	word-break: keep-all;
}
@media (max-width:768px){
	.p_dft {
		font-size: 12px;
	}
	.imp_st {
		font-size: 13px;
	}
}
/*tr_sec*/
.tr_sec {
	margin-bottom: 50px;
}
.tr_sec.tr_sec_big {
	margin-bottom: 60px;
}
.tr_sec .img_wrp {
	margin-top: 15px;
}
.tr_sec h3 {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	color: #1e1e1e;
	vertical-align: middle;
}
.tr_sec h5 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	color: #1e1e1e;
	vertical-align: middle;
	margin-top: 30px;
}
.tr_sec h5 i {    
	color: #2367d4;
	display: inline-block;
	margin-right: 5px;
}
.tr_sec h4.sb {
	font-size: 17px;
	line-height: 1.4em;
	margin-bottom: 0px;
	color: #1e1e1e;
	vertical-align: middle;
}
.tr_sec h3 img {
	vertical-align: middle;	
}
.tr_sec p {
	font-size: 15px;
	line-height: 1.4em;
	color: #1e1e1e;
	vertical-align: middle;
	word-break: keep-all;
}


.tr_sec h6 {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	color: #1e1e1e;
	vertical-align: middle;
	margin-top: 30px;
}
.tr_sec h6 i {    
	color: #2367d4;
	display: inline-block;
	margin-right: 5px;
	font-weight:700
}
@media (max-width:768px){
	.tr_sec {
		margin-bottom: 20px;
	}
	.tr_sec.tr_sec_big {
		margin-bottom: 40px;
	}
	.tr_sec h3 {
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 1.4em;
	}
	.tr_sec h4.sb {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 0px;
		color: #1e1e1e;
		vertical-align: middle;
	}
	.tr_sec h5 {
		font-size: 13px;
		margin-top: 20px;
	}
	.tr_sec h3 img {
		width: 12px;
	}
	.tr_sec p {
		font-size: 12px;
	}
}
/*sb_con*/
.sb_con {
	padding: 30px 0;
}
.sb_con .row {
	margin: 0 -5px;
}
.sb_con .row > div,
.sb_con .row > li {
	padding: 0 5px;
}
/*big_tit*/
.big_tit h1 {
	font-size: 27px;
	line-height: 1em;
	margin-bottom: 20px;
	color: #002894;
	word-break: keep-all;
	font-weight: 600;
	margin-top: 40px;
}
.big_tit h1 span {
	border-bottom: 2px solid #002894;
	display: inline-block;
	padding-bottom: 5px;
}
.big_tit h2 {
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 20px;
	color: #1e1e1e;
	word-break: keep-all;
	font-weight: 600;
}
@media (max-width:768px){
	.big_tit h1 {
		font-size: 17px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.big_tit h1 span {
		border-bottom: 0px;
		text-decoration: underline;
	}
	.big_tit h2 {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
/*basic_table*/
.table.basic_table {
	border-top: 2px solid #333;	
}
.table.basic_table.text-center thead tr th,
.table.basic_table.text-center thead tr td,
.table.basic_table.text-center tbody tr th,
.table.basic_table.text-center tbody tr td {
	text-align: center;
}
.table.basic_table thead tr th,
.table.basic_table thead tr td,
.table.basic_table tbody tr th,
.table.basic_table tbody tr td {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 15px;
	line-height: 1.4em;
	color: #1e1e1e;
	vertical-align: middle;
}
.table.basic_table thead tr th {
	background-color: #f4f4f4;
}
.table.basic_table thead tr td {
	background-color: #f7f7f7;
}
.table.basic_table tbody tr:nth-child(even){
	background-color: #fcfcfc;	
}
.table.basic_table.ln_table tbody tr:nth-child(even){
	background-color: #fff;	
}
.table.basic_table.ln_table tbody th{
	background-color: #fcfcfc;	
}
.table.basic_table tbody tr.impt{
	background-color: #fadebf;	
	border-top: 2px solid #f58710 !important;
	border-bottom: 2px solid #f58710 !important;
}
.table.basic_table tbody tr.impt th,
.table.basic_table tbody tr.impt td {
	color: #f58710;	
	font-weight: 600;
	border-color: #f2bd83;
}
@media (max-width:768px){
	.table.basic_table thead tr th,
	.table.basic_table thead tr td,
	.table.basic_table tbody tr th,
	.table.basic_table tbody tr td {
		padding: 5px;
		font-size: 12px;
	}
}
/*col_table*/
.table.col_table.text-center thead tr th,
.table.col_table.text-center thead tr td,
.table.col_table.text-center tbody tr th,
.table.col_table.text-center tbody tr td {
	text-align: center;
}
.table.col_table thead tr th,
.table.col_table thead tr td,
.table.col_table tbody tr th,
.table.col_table tbody tr td {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 15px;
	line-height: 1.4em;
	color: #1e1e1e;
	vertical-align: middle;
}
.table.col_table tbody tr th {
	background-color: #f7f7f7;
}
@media (min-width:769px){
	.table.col_table thead tr th,
	.table.col_table thead tr td,
	.table.col_table tbody tr th,
	.table.col_table tbody tr td {
		word-break: keep-all;
	}
}
@media (max-width:768px){
	.table.col_table thead tr th,
	.table.col_table thead tr td,
	.table.col_table tbody tr th,
	.table.col_table tbody tr td {
		padding: 5px;
		font-size: 12px;
	}
	.table.col_table tbody tr th {
		width: 20%;
	}
	.table.col_table tbody tr td {
		width: 30%;
	}
}

/*psn_condition*/
.psn_condition {
	position: relative;
	margin-top: 20px;
}
.psn_condition .lined_center {
	position: absolute;
    height: 100%;
    width: 1px;
    background-color: #282a36;
    z-index: 3;
	top: 0%;
    left: 446px;
}
.psn_condition .psn_condition-box .img_wrp {
	margin-bottom: 15px;
}
.psn_condition .psn_condition-box h1 {
	color: #1e1e1e;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 600;
}
.psn_condition .psn_condition-box h3 {
	color: #1e1e1e;
	font-size: 14px;
	line-height: 1.4em;
	word-break: keep-all;
	position: relative;
	font-weight: 400;
}
@media (min-width:769px){
	.psn_condition ul li {
		min-height: 150px;
		position: relative;
	}
	.psn_condition ul li .psn_condition-box-wrp {
		z-index: 5;
		position: absolute;
		left: 49%;
		width: 50%;
		background: url(../img/codition_right.png) 0 center no-repeat;
		text-align: left;
	}
	.psn_condition ul li:nth-child(even) .psn_condition-box-wrp {
		z-index: 5;
		position: absolute;
		left: 1.1%;
		width: 50.1%;
		text-align: right;
		background: url(../img/codition_left.png) 100% center no-repeat;
		padding-left: 0px;
		padding-right: 100px;
	}
	.psn_condition ul li .psn_condition-box-wrp .psn_condition-box {
		padding-top: 10px;
	}
	.psn_condition ul li:nth-child(odd) .psn_condition-box-wrp .psn_condition-box {
		padding-left: 100px;
	}
}
@media (max-width:992px) and (min-width:769px){	
	.psn_condition .lined_center {
		left: 357px;
	}
}
@media (max-width:768px){	
	.aca1_sec02 .history_sec {
		margin-bottom: 50px;
	}
	.aca1_sec02 .history_sec.history_sec_mini {
		margin-bottom: 0px;
	}
	.psn_condition .lined_center {
		left: 3px;
		top: 0px;
		height: 100%;
	}
	.psn_condition ul li .psn_condition-box-wrp {
		padding-left: 50px;
		background: url(../img/codition_right_m.png) 0 25% no-repeat;
		margin-left: -1px;
		position: relative;
		z-index: 5;
	}
	.aca1_sec02 .img_wrp {
		padding: 20px 0 0;
	}
	.psn_condition {
		margin-top: 20px;
	}
	.psn_condition ul li .psn_condition-box-wrp .psn_condition-box {
		background-size: 50px;
		height: auto;
		padding-top: 5px;
	}
	.psn_condition .psn_condition-box .img_wrp {
		margin-bottom: 5px;
	}
	.psn_condition .psn_condition-box .img_wrp img {
		width: 30px;
	}
	.psn_condition .psn_condition-box h1 {
		font-size: 14px;
	}
	.psn_condition .psn_condition-box h3 {
		font-size: 12px;
		word-break: keep-all;
	}
}

/*itr_box*/
.itr_box .itr_item {
	display: table;
	width: 100%;
	height: 100%;
}
.itr_box li {
	border-bottom: 1px dashed #ddd;
}
.itr_box .itr_item > div {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
}
.itr_box .itr_item .imgbox {
	padding: 30px 20px;
}
.itr_box .itr_item .txtbox h1 {
	font-size: 25px;
    line-height: 1em;
    margin-bottom: 20px;
    color: #1e1e1e;
    word-break: keep-all;
    font-weight: 600;
}
@media (min-width:769px){
	.itr_box .itr_item .imgbox {
		width: 30%;
	}
}
@media (max-width:768px){
	.itr_box .itr_item > div {
		display: block;
		padding: 0px;
	}
	.itr_box .itr_item .imgbox {
		padding: 15px 0 0;		
	}
	.itr_box .itr_item .imgbox img {
		width: 80px;
	}
	.itr_box .itr_item .txtbox {
		padding: 15px 0;
		text-align: center;
	}
	.itr_box .itr_item .txtbox h1 {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

/*sb_con :: tabs*/
.sb_con .tabs .nav-tabs li {
    width: 50% !important;
    float: left;
}
.sb_con .tabs .nav-tabs li a {
	background-color: #fff;
	font-size: 15px;
}
.sb_con .tabs .nav-tabs li a img {
	opacity: 0.3;
	width: 100%;
}
.sb_con .tabs .nav-tabs li.active a img, 
.sb_con .tabs .nav-tabs li.active a img,
.sb_con .tabs .nav-tabs li.active a:hover img {
	opacity: 1;	
}
.sb_con .tabs .nav-tabs.nav-justified li:first-child a, 
.sb_con .tabs .nav-tabs.nav-justified li:first-child a:hover,
.sb_con .tabs .nav-tabs.nav-justified li:last-child a, 
.sb_con .tabs .nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
    font-size: 15px;
}
.sb_con .tabs .nav-tabs a, 
.sb_con .tabs .nav-tabs a, 
.sb_con .tabs .nav-tabs a:hover, 
.sb_con .tabs .nav-tabs a:hover {
    color: #909090;
}
.sb_con .tabs .nav-tabs.nav-justified a:hover, 
.sb_con .tabs .nav-tabs.nav-justified a:hover{
    border-top-color: #ccc;
}
.sb_con .tabs .nav-tabs li.active a, 
.sb_con .tabs .nav-tabs li.active a,
.sb_con .tabs .nav-tabs li.active a:hover, 
.sb_con .tabs .nav-tabs.nav-justified a:focus, 
.sb_con .tabs .nav-tabs.nav-justified a:focus  {
    border-top-color: #1a2957;
    color: #1e1e1e;
}
.sb_con .tabs .nav-tabs.nav-justified a:hover img, 
.sb_con .tabs .nav-tabs.nav-justified a:hover img, 
.sb_con .tabs .nav-tabs.nav-justified a:focus img, 
.sb_con .tabs .nav-tabs.nav-justified a:focus img {
	opacity: 1;	
}
@media (max-width:992px){
	.sb_con .tabs .nav-tabs li a img {
		display: none;
	}
}
@media (max-width:768px){
	.sb_con .tabs .nav-tabs li a,
    .sb_con .tabs .nav-tabs.nav-justified li:first-child a, 
    .sb_con .tabs .nav-tabs.nav-justified li:first-child a:hover,
    .sb_con .tabs .nav-tabs.nav-justified li:last-child a, 
    .sb_con .tabs .nav-tabs.nav-justified li:last-child a:hover {
		padding: 15px 0;
        font-size: 12px;
    }
}
/*tab-content*/
.sb_con .tab-content {
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 30px;
}
.sb_con .tab-content .tab-pane .img_wrp{
	padding-bottom: 50px;
}
.sb_con .tab-content .tab-pane .s_tt {
	color: #1e1e1e;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 500;
}
.sb_con .tab-content .tab-pane .s_tt strong {
	font-size: 0.8em;
}
.sb_con .tab-content .tab-pane .s_tt strong strong {
    font-weight: 300;
}
@media (max-width:768px){
	.sb_con .tab-content {
		padding: 15px;
	}
	.sb_con .tab-content .tab-pane .img_wrp{
		padding-bottom: 20px;
	}
	.sb_con .tab-content .tab-pane .s_tt {
		font-size: 16px;
	}
	.sb_con .tab-content .tab-pane .s_tt strong strong {
		display: block;
	}
}
/*prd2_4_sec02*/
.sb_con.prd2_4_sec02 .tabs .nav-tabs li {
    width: 25% !important;
    float: left;
}
/*t_list*/
.t_list li {
	position: relative;
	padding: 5px 0;
	padding-left: 10px;
	font-size: 15px;
	line-height: 1.4em;
	color: #1e1e1e;
	vertical-align: middle;
	word-break: keep-all;
}
.t_list li p {
	padding-left: 10px;
}
.t_list li p span{
	padding-left: 10px;
}
.t_list.wide li {
	padding-left: 15px;
}
.t_list.big_wide li {
	padding-left: 25px;
}
.t_list.wide li ul li {
	padding-left: 10px;
}
.t_list.wide li ul.wide li {
	padding-left: 15px;
}
.t_list li span {
	position: absolute;
	left: 0;
}
@media (max-width:768px){
	.t_list li {
		font-size: 12px;
	}
}
/*t_cmt*/
.t_cmt_wrp {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fdfdfd;
	padding: 30px 20px;
	margin-bottom: 20px;
}
.t_cmt {
	display: table;
	width: 100%;
	height: 100%;
}
.t_cmt > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.t_cmt .txt_con h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
	color: #1e1e1e;	
}
.t_cmt .txt_con p {
	font-size: 14px;
	line-height: 1.4em;
	color: #1e1e1e;	
	word-break: keep-all;
}
.t_cmt .txt_con h4 strong {
	color: #002894;	
}
@media (max-width:768px){
	.t_cmt_wrp {
		padding: 15px;
		text-align: center;
	}
	.t_cmt > div {
		display: block;
		width: 100%;
	}
	.t_cmt .img_con {
		margin-bottom: 10px;
	}
	.t_cmt .img_con img {
		width: 80px;
	}
	.t_cmt .txt_con h3 {
		font-size: 13px;
		font-weight: 600;
		line-height: 1.4em;
		margin-bottom: 10px;
		color: #1e1e1e;	
		word-break: keep-all;
	}
	.t_cmt .txt_con p {
		font-size: 12px;
	}
	.t_cmt .txt_con h4 strong {
		color: #002894;	
	}	
}


.tr_sec table h5 {    
	margin-top:10px;
}
table h5 i {    
	color: #2367d4;
	display: inline-block;
	margin-right: 5px;
}


.tr_sec button {    
	width:100%;
}

/*if3_s01*/
.wnin {
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	margin-bottom: 60px;
}