#ptitle {
	margin : 0;
}

/*----------HMSG----------*/

#hmsg {
	width : 100%;
	overflow : hidden;
	background : #ffffff;
	margin-bottom : 7%;
}

.cover {
	width : 100%;
	background-size : cover;
	background-position : top center;
	padding-top : 180px;
}

#hmsg dl {
	margin : 6.5% 7% 9% 7%;
}

#hmsg dl dt {
	margin-bottom : 20px;
	font-size : 120%;
	font-weight : 700;
}

h3.mindex {
	margin-bottom : 5%;
	font-size : 120%;
	font-weight : 800;
	text-align : center;
}

p#btn1 {
	clear : both;
	width : 74%;
	margin : 0 auto 9% auto;
    font-size : 110%;
	font-weight : 800;
	text-align : center;
}

p#btn2 {
	clear : both;
	width : 74%;
	margin : 0 auto 10% auto;
    font-size : 110%;
	font-weight : 800;
	text-align : center;
}

p#btn1 a,p#btn2 a {
	display : block;
	padding : 16px 0 17px 0;
	color : #ffffff;
	background : #eb690f;
	text-decoration : none;
	border-radius : 36px;
}

/*----------TARGET----------*/

ul#target {
	clear : both;
	list-style : none;
	overflow : hidden;
	width : 90%;
	margin : 0 auto 3% auto;
}

ul#target li {
	position : relative;
	width : 100%;
	margin-bottom : 6%;
}

.thumbnail {
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top : 200px;
	border-radius : 10px;
}

.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)70%);
	border-radius : 10px;
}

ul#target li dl {
	position : absolute;
	width : 85%;
	color : #ffffff;
	bottom : 22px;
	left : 22px;
}

ul#target li dl dt {
	margin-bottom : 5px;
	font-size : 120%;
	font-weight : 700;
}

ul#target li dl dd {
	font-weight : 400;
	line-height : 1.5em;
}

/*----------FLOW----------*/

ul#point {
	list-style : none;
	overflow : hidden;
	width : 86%;
	margin : 0 auto 9% auto;
}

ul#point li {
	margin-bottom : 4%;
	padding-bottom : 8%;
	background-image : url(arrow2.svg);
	background-repeat : no-repeat;
	background-size : 24px;
	background-position : center bottom;
}

ul#point li:last-child {
	margin : 0;
	padding : 0;
	background : none;
}

h4 {
	margin-bottom : 4%;
	padding : 15px 0 17px 0;
	color : #ffffff;
	background : #0a9bf0;
	font-size : 120%;
	font-weight : 800;
	text-align : center;
	line-height : 1.4em;
	border-radius : 10px;
}

h4 span {
	display : block;
	font-size : 120%;
	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 : 100%;
	margin-bottom : 8%;
	padding : 7% 0 8% 0;
	background : #ffffff;
}

#data {
	width : 90%;
	margin : 0 auto 0 auto;
	border-top : solid 1px #b4b4b4;
	line-height : 1.5em;
}

#data th {
	width : 30%;
	padding : 10px 0 12px 0;
	border-bottom : solid 1px #b4b4b4;
	background : #dce6eb;
	text-align : center;
	font-weight : normal;
}

#data td {
	padding : 10px 0 12px 10px;
	border-bottom : solid 1px #b4b4b4;
	word-break : break-all;
}

#data td span {
	color : #0a9bf0;
	font-size : 120%;
	font-family: "Figtree",sans-serif;
	font-optical-sizing : auto;
	font-weight : 700;
	font-style : normal;
	letter-spacing : 1px;
}

#data td font {
	display : block;
}

#data td ul {
	margin-left : 20px;
}

#data td ul li {
	margin-bottom : 5px;
}

#data td ul li:last-child {
	margin : 0;
}