@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : kyushu_sum.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.container {
	width: 1260px;
	margin: 0 auto;
	*zoom: 1;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}

/* -----------------------------------------------------------
	.topicpath
----------------------------------------------------------- */
.topicpath {
	margin-bottom: 0;
}

#contents {
	background: #fff;
	min-width: 1260px;
}

/* -----------------------------------------------------------
	.con_imgmain
----------------------------------------------------------- */
.con_imgmain {
	position: relative;
	overflow: hidden;
}
.con_imgmain .wrp_img {
	overflow: hidden;
	left: 50%;
	position: relative;
	margin-left: -960px;
}
.con_imgmain .wrp_img img {
	max-width: none;
	width: 1920px;
}

/* -----------------------------------------------------------
	.con_box
----------------------------------------------------------- */
.con_box {
	margin-bottom: 8.5em;
}
.con_box .ttl_main {
	background: url(../images/bg_ttl.png) no-repeat bottom center;
	text-align: center;
	color: #fff;
	font-size: 34px;
	margin-bottom: .8em;
	padding: 1.1em 0 1.45em;
}
.con_box .ttl {
	color: #2c1616;
	background: #fce33a;
	text-align: center;
	font-size: 24px;
	padding: 1.1em 0 .9em;
}
.con_box .box_ctn {
	border: 7px solid #fce33a;
	border-top: none;
	padding: 1.7em;
}
.con_box .box_ctn .txt_red {
	text-align: center;
	color: #e60013;
	font-weight: bold;
	font-size: 1em;
	margin: .3em 0 1em;
}

/* -----------------------------------------------------------
	.con_use
----------------------------------------------------------- */
.con_use .box_ctn .sub {
	margin-bottom: 1.2em;
}
.con_use .box_ctn .sub span {
	display: inline-block;
	vertical-align: middle;
}
.con_use .box_ctn .sub span.nb {
	background: #1fb5a4;
	color: #fff;
	padding: 0 .2em;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin-right: .3em;
}
.con_use .box_ctn .sub span.sp_txt {
	color: #1fb5a4;
	font-size: 23px;
	line-height: 1;
	margin-top: .2em;
	font-weight: 400;
}
.con_use .box_ctn .step {
	margin-bottom: 4.5em;
}
.con_use .box_ctn .txt {
	font-size: 1.1em;
	font-weight: 400;
}
.con_use .box_ctn .txt a {
	text-decoration: underline;
	color: #3e3e3e;
}
.con_use .box_ctn .txt a:hover {
	text-decoration: none;
}
.con_use .box_ctn .sp_red_b {
	font-weight: bold;
	color: #e9440c;
}
.con_use .box_ctn .sp_red {
	color: #E70015;
}
.con_use .box_ctn .txt_norm {
	font-size: 1em;
	padding-left: 3.3em;
	position: relative;
	font-weight: normal;
}
.con_use .box_ctn .txt_norm .sp_bf {
	position: absolute;
	left: 0;
}
.con_use .box_ctn .txt_dot {
	position: relative;
	padding-left: .8em;
	padding-bottom: .3em;
}
.con_use .box_ctn .txt_dot::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.con_use .box_ctn .txt_note {
	font-size: 1em;
	position: relative;
	padding-left: 1.2em;
	padding-top: .3em;
}
.con_use .box_ctn .txt_note::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	padding-top: .3em;
}
.con_use .box_ctn .txt_note.mg_bt05 {
	margin-bottom: .5em;
}
.con_use .box_ctn .txt_link {
	margin: 0.8em 0 1.1em 0;
	padding-left: .4em;
}

/* -----------------------------------------------------------
	.con_fac
----------------------------------------------------------- */
.con_fac {
	padding-bottom: 8em;
	margin-bottom: 0;
	background: url(../images/bg_map.png) no-repeat top;
}
.con_fac .container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1220px;
}
.con_fac .container .item_fac {
	width: 360px;
	margin-right: 5.6%;
	margin-bottom: 5em;
	padding-top: 1em;
}
.con_fac .container .item_fac:nth-child(3n) {
	margin-right: 0;
}
.con_fac .container .item_fac .ttl_fac {
	margin-bottom: .5em;
	text-align: center;
	background: #1fb5a4;
	padding: 0.3em 0;
}
.con_fac .container .item_fac .ttl_fac a {
	color: #FFFFFF;
	font-size: 23px;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
.con_fac .container .item_fac .ttl_fac a:hover {
	opacity: .7;
	text-decoration: none;
}
.con_fac .container .item_fac .img {
	margin-bottom: 1em;
}
.con_fac .container .item_fac .btn {
	margin-bottom: 1em;
}
.con_fac .container .item_fac .btn a {
	display: block;
	width: 100%;
	background: #1fb5a4;
	color: #fff;
	font-size: 22px;
	padding: 1.3em .5em;
	text-decoration: none;
	text-align: center;
}
.con_fac .container .item_fac .btn a span:after {
	content: "";
	background: url(../images/ic_external_lnk.png) no-repeat top left;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.con_fac .container .item_fac .btn a:hover {
	opacity: .7;
}
.con_fac .container .item_fac .btn_link {
	width: 360px;
	margin: 0 auto 10px auto;
}
.con_fac .container .item_fac .btn_link:hover {
	background: #69cabf;
}
.con_fac .container .item_fac .btn_link a span {
	background: url(../../../images/common/ic_btn_black.png) left center no-repeat;
}

/* -----------------------------------------------------------
	.btn_blue
----------------------------------------------------------- */
.btn_blue {
	width: 300px !important;
	margin: 30px auto !important;
}
.btn_blue:hover {
	background: #69cabf;
}
.btn_blue a span {
	background: url(../../../images/common/ic_btn_black.png) left center no-repeat;
}
