/*----------HMSG----------*/

#hmsg {
	position : relative;
	width : 1200px;
	margin : 0 auto 60px auto;
	background : #ffffff;
	border-radius : 15px;
}

.cover {
	width : 500px;
	background-size : cover;
	background-position : center center;
	padding-top : 350px;
	border-top-left-radius : 12px;
	border-bottom-left-radius : 12px;
}

#hmsg dl {
	position : absolute;
	width : 610px;
	top : 50px;
	right : 40px;
}

#hmsg dl dt {
	margin-bottom : 25px;
	padding-right : 20px;
	font-size : 160%;
	font-weight : 700;
}

#hmsg dl dd {
	line-height : 1.6em;
}

h3.mindex {
	margin-bottom : 30px;
	font-size : 150%;
	font-weight : 800;
	text-align : center;
}

/*----------TARGET----------*/

ul#target {
	list-style : none;
	overflow : hidden;
	width : 1200px;
	margin : 0 auto 60px auto;
	padding-top : 10px;
}

ul#target li {
	float : left;
	position : relative;
	width : 380px;
	margin-right : 30px;
}

ul#target li:nth-child(3n) {
	margin : 0;
}

.thumbnail {
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top : 400px;
	border-radius : 12px;
}

.thumbnail:after {
	position : absolute;
	content : "";
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background : -webkit-linear-gradient(top,rgba(0,0,0,0)20%,rgba(0,0,0,0.6)90%);
	border-radius : 12px;
}

ul#target li dl {
	position : absolute;
	width : 80%;
	color : #ffffff;
	bottom : 30px;
	left : 10%;
}

ul#target li dl dt {
	margin-bottom : 10px;
	font-size : 130%;
	font-weight : 700;
	text-align : center;
}

ul#target li dl dd {
	font-weight : 400;
	line-height : 1.5em;
}

/*----------BUTTON----------*/

p#btn1 {
	clear : both;
	margin : 0 auto 70px auto;
    font-size : 130%;
	font-weight : 800;
	text-align : center;
}

p#btn2 {
	margin : 0 auto 130px auto;
    font-size : 130%;
	font-weight : 800;
	text-align : center;
}

p#btn1 a,p#btn2 a {
	padding : 18px 40px 19px 40px;
	color : #ffffff;
	background : #eb690f;
	text-decoration : none;
	border-radius : 36px;
}

p#btn1 a:hover,p#btn2 a:hover {
	background : #dc3200;
}

/*----------FLOW----------*/

ul#point {
	list-style : none;
	overflow : hidden;
	width : 1200px;
	margin : 0 auto 50px auto;
	z-index : 999;
}

ul#point li {
	float : left;
	width : 370px !important;
	width /**/: 415px;
	padding-right : 45px;
	line-height : 1.6em;
	background-image : url(arrow1.svg);
	background-repeat : no-repeat;
	background-size : 18px;
	background-position : 384px 63px;
}

ul#point li:last-child {
	margin : 0;
	width : 370px;
	padding : 0;
	background : none;
}

ul#point li h4 {
	margin : 15px 0 15px 0;
	padding : 30px;
	color : #ffffff;
	background : #0a9bf0;
	font-size : 130%;
	font-weight : 800;
	line-height : 1.6em;
	text-align : center;
	border-radius : 12px;
}

ul#point li h4 span {
	display : block;
	font-size : 130%;
	font-family: "Figtree",sans-serif;
	font-optical-sizing : auto;
	font-weight : 700;
	font-style : normal;
	letter-spacing : 2px;
	color : rgba(255,255,255,0.6);
}

/*----------OUTLINE----------*/

#outline {
	width : 1000px !important;
	width /**/: 1100px;
	margin : 0 auto 60px auto;
	padding : 40px 50px 50px 50px;
	background : #ffffff;
	border-radius : 15px;
}

#data {
	width : 1000px;
	border-top : solid 1px #b4b4b4;
	line-height : 1.6em;
}

#data th {
	width : 147px !important;
	width /**/: 180px;
	padding : 16px;
	border-left : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #dce6eb;
	text-align : center;
	font-weight : normal;
}

#data td {
	padding : 16px 16px 16px 20px;
	background : #ffffff;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
}

#data td span {
	color : #0a9bf0;
	font-size : 130%;
	font-family: "Figtree",sans-serif;
	font-optical-sizing : auto;
	font-weight : 700;
	font-style : normal;
	letter-spacing : 1px;
	vertical-align : -3px;
}

#data td font {
	margin-left : 8px;
}

#data td a {
	color : #0f55b9;
}

#data td ul {
	margin-left : 20px;
}

#data td ul li {
	margin-bottom : 5px;
}

#data td ul li:last-child {
	margin : 0;
}