@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	color: #604A42;
	font-size: 16px;
	line-height: 1.6;
}
#page-wrap {
	min-height: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	padding-left: -webkit-calc((100% - 1200px) / 2);
	padding-left: calc((100% - 1200px) / 2);
	padding-right: -webkit-calc((100% - 1200px) / 2);
	padding-right: calc((100% - 1200px) / 2);
	min-width: 1200px;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
img{
	max-width: 100%;
}
img.lazyload{
	visibility: hidden;
}


/**************************************************50
 * common
 **************************************************/
/* -- color -- */
p strong,
.pink{
	color: #FF969C;
}
.black{
	color: #212121;
}
.blue{
	color: #43729F;
}

/* -- link -- */
a{
	color: #604A42;
}
.rollover img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
.rollover:hover img{
	opacity: 0.7;
}
[class^="link_to"],
[class^="btn_"]{
	background-color: #212121;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 340px;
}
[class^="btn_"]{
	font-size: 125%;
	margin: 0 1em;
	width: 240px;
}
[class^="link_to"]:after{
	content: "\F142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="link_to"]:hover,
[class^="btn_"]:hover{
	opacity: 0.7;
}
.link_to_pink{
	background-color: #FF969C;
}

/* -- pager -- */
#pager{
/*	margin-bottom: 50px; */
}
.pager_num{
	text-align: center;
}
.pager_link{
	margin: 5px auto;
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	background-color: #FFFFFF;
	border-color: #FF969C;
	border-radius: 5px;
	color: #FF969C;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #FF969C;
	border-color: #FF969C;
	color: #FFFFFF;
}
.pager_link > a.mdi{
	border-radius: 50%;
	font-size: 140%;
}
.pager_link > span{
	background-color: #FF969C;
	border-color: #FF969C;
	border-radius: 5px;
	color: #FFFFFF;
}
.pager_link > strong{
	border: none;
}
.pager_link > * + *{
	margin-left: 20px;
}

/** - table - **/
.tbl_common{
	border-collapse: separate;
	border-spacing: 0px 20px;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
	width: 580px;
}
.tbl_common tr th{
	font-weight: bold;
	width: 12em;
}
.tbl_common tr th:before{
	content: "\F12E";
	color: #FF7490;
	font-family: "Material Design Icons";
}
.tbl_common tr td{
}

#line_qr_wrap{
	display: none;
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	margin-top: -30px;
	position: relative;
	text-align: center;
	z-index: 1;
}
#contents{
	margin-left: auto;
	margin-right: auto;
}

/* -- title -- */
.title_img{
	text-align: center;
	margin-bottom: 20px;
}
.title_img img{
	width: 440px;
}
.title_img span{
	display: block;
	line-height: 1;
}
.title_pink{
	color: #FF969C;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
}
.title_blue{
	color: #71A3B6;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
}

/* -- breadcrumbs -- */
.breadcrumbs{
	font-size: 75%;
	margin-top: -100px;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	min-width: 1200px;
}
.breadcrumbs > *{
	display: inline-block;
	margin-left: 2em;
	position: relative;
}
.breadcrumbs > *:not(:first-child):before{
	content: "\F142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}

/* -- contact_items -- */
.contact_items{
	display: block;
	height: 340px;
	text-align: left;
	padding: 80px 40px 0;
	width: 300px;
}
.contact_items.lazyloaded{
	background: url("https://h-fortune.work/images/user/frame.webp") center center no-repeat;
}
.contact_items > * + *{
	margin-top: 10px;
}
.contact_items p{
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.contact_items p .mdi{
	color: #FF788D;
	display: inlie-block;
	font-weight: normal;
	margin-right: 0.2em;
	text-align: center;
	width: 1em;
}
.contact_items a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FF788D;
	border-radius: 10px;
	color: #FFFFFF;
	display: block;
	font-size: 112.5%;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 220px;
}
.contact_items a:hover{
	opacity: 0.7;
}
.contact_items a:before{
	background-image: url("https://h-fortune.work/images/user/icon/mail.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	line-height: 1;
	display: block;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 1em;
	text-align: center;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
}
.contact_items a[href="#line_qr"]{
	background-color: #00CD30;
	font-size: 100%;
}
.contact_items a[href="#line_qr"]:before{
	background-image: url("https://h-fortune.work/images/user/icon/line.webp");
	left: 0.4em;
}


