@charset "utf-8";
/* Component
   ----------------------------------------------------------------- */
h2.top_ttl02{
	text-align: center;
	display: block;
	margin: 40px 0;
	font-size: 100%;
	color: #000;
	letter-spacing: 0.1em;
 	font-family:'Alte Haas Grotesk', sans-serif;
}
.bl_ttl24{
	font-size: 150%;
	color: #185c9b;
	margin-bottom: 30px;
	text-align: center;
	clear: both;
}
/*共通ボタン*/
.more_btn{
	width: 139px;
	min-width: 139px;
	text-align: left;
	padding-left: 18px;
	color: #333;
	background: #fff;
	line-height: 30px;
	border: 1px solid #185c9b;
	font-size: 87.5%;
	display: block;
	position: relative;
	border-radius: 15px;
	box-sizing:border-box;
}
.more_btn:after{
	content: '';
    position: absolute;
    right: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.more_btn:hover{
	color: #fff;
	background: #185c9b;
}
.more_btn:hover:after{
	content: '';
    position: absolute;
    right: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bc_second.top a{
    color: #555!important;
    font-size: 87%;
}
.bc_second.top{
    color: #555!important;
    font-size: 87%;
}
/*line_txt20タイトル*/
.line_txt20{
	position: relative;
	padding-left: 40px;
	font-size: 125%;
	line-height: 1;
	margin-bottom: 20px;
	color: #185c9b;
}
.line_txt20:before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 30px;
	height: 1px;
	background: #185c9b;
}
/*共通ページャー*/
.pager_area{
	border-bottom: 1px solid #adadad;
	padding: 40px 0;
	background: #fafafc;
	max-width: 1000px;
	margin: 0 auto;
}
.pager{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 555px;
	margin: 0 auto;
	justify-content:space-between;
}
.pager .prev,
.pager .next{
	width: 14.4%;
}
.pager .prev a,
.pager .next a{
	display: block;
	text-align: left;
	padding-left: 18px;
	color: #333;
	background: #fff;
	line-height: 30px;
	border: 1px solid #185c9b;
	font-size: 87.5%;
	display: block;
	position: relative;
	border-radius: 15px;
	box-sizing:border-box;
}
.pager .prev a{
	padding-left: 25px;
}
.pager .next a:after{
	content: '';
    position: absolute;
    right: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pager .prev a:after{
	content: '';
    position: absolute;
    left: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.pager .bcList a{
	min-width: 320px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 87%;
	background: #185c9b;
}
.pager .bcList a:hover{
	background: #fff;
	border: 1px solid #185c9b;
	color: #185c9b;
}
.pager .prev a:hover,
.pager .next a:hover{
	color: #fff;
	background: #185c9b;
}
.pager .next a:hover:after{
	content: '';
    position: absolute;
    right: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pager .prev a:hover:after{
	content: '';
    position: absolute;
    right: 14px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/*背景グレー文字白タイトル*/
.ttl_type02{
	width: 100%;
	text-align: center;
	background: #adadad;
	line-height: 50px;
	color: #fff;
	margin-bottom: 40px;
	font-size: 150%;
	box-sizing:border-box;
}
.ttl_type02.mbNone{
	margin-bottom: 0;
}
.ttl_type02.bl{
	background: #185c9b;
	color: #fff;
}
/*テーブルリスト*/
.table_list{
	display: table;
	width: 100%;
	background: #fafafc;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}
.table_list:last-of-type{
	border-bottom: none;
}
.table_list>dt,
.table_list>dd{
	display: table-cell;
	vertical-align: top;
	padding: 19px 0px;
	font-size: 93%;
	line-height: 1.6;
	box-sizing:border-box;
}
.table_list>dd{
	padding-right: 20px;
}
.table_list>dt{
	width: 240px;
	text-align: center;
}
.table_list>dd .table_col {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.table_list>dd .table_col_lt {
  border-right: 1px solid #e7e7e7;
  padding-right: 10px;
  margin-right: 10px;
}
.table_list>dd .table_col_gt {
  flex: 1;
}
/*content_wrap*/
.content_wrap{
	margin: 0 auto;
	max-width: 1280px;
}
.content_wrap.top{
	width: 100%;
	max-width: 100%;
}
.content_wrap.sub{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.df_con{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	width: 100%;
}
/*h2メインタイトル*/
.page_ttl{
	text-align: center;
	display: block;
	position: relative;
	font-size: 187%;
	margin-bottom: 63px;
	color: #1575b5;
	font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.page_ttl:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 600px;
	height: 1px;
	margin-left: -300px;
	background: #1575b5;
}
.page_ttl>span{
	padding-top: 15px;
	display: block;
	font-size: 62%;
	color: #333333;
}
.page_ttl.br_nn{
	margin-bottom: 35px;
}
.page_ttl.br_nn:after{
	display: none;
}
.page_ttl.br_nn>span{
	padding-top: 5px;
}
/*メインテキスト100%*/
.sct_txt,
.sct_txt14,
.sct_txt15,
.sct_txt18{
	font-size: 100%;
	color: rgb(85, 85, 85);
	/*text-transform: uppercase;*/
	line-height: 1.8;
	text-align: left;
}
.sct_txt.tar{
	text-align: center;
}
.sct_txt14{
	font-size: 87%;
	line-height: 2;
}
.sct_txt15{
	font-size: 93%;
	line-height: 1.7;
	letter-spacing: 0.03em;
}
.sct_txt18{
	font-size: 112%;
	line-height: 2;
}
.sct_txt21{
	font-size: 131%;
	line-height: 2;
}





