@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-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-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;
}

/* - form - */
label.select_box{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	position: relative;
}
label.select_box:after{
	content: "\F35D";
	font-size: 160%;
	height: 30px;
	line-height: 30px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right:0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
select{
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	color: #212121;
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 2.1em 0 0.5em;
}
input[type="text"],
input[type="password"]{
	border: 1px solid #C0C0C0;
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 1em;
	transition: all 0.2s ease-out 0s;
	vertical-align: text-bottom;
	width: 100%;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #424242;
}
textarea{
	border: 1px solid #C0C0C0;
	font-size: 16px;
	min-height: 12em;
	margin: 0;
	padding: 0.5em 1em;
	resize: vertical;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

/** -- checkbox -- **/
input[type="checkbox"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="checkbox"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:not(.label_btn){
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:not(.label_btn):before,
input[type="checkbox"] + label:not(.label_btn):after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="checkbox"] + label:not(.label_btn):before{
	content: "\F131";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="checkbox"] + label:not(.label_btn):after{
	content: "\F132";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
.input_check[class*="error_"]{
	background-color: #FFEBEE;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="checkbox"] + label:not(.label_btn):after{
		font-size: 40% !important;
	}
}
input[type="checkbox"]:checked + label:not(.label_btn):before{
	color: transparent !important;
}
input[type="checkbox"]:checked + label:not(.label_btn):after{
	color: #FF7490;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="checkbox"]:disabled + label:not(.label_btn){
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="checkbox"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"]:disabled + label:not(.label_btn):hover,
input[type="checkbox"]:disabled + label:not(.label_btn):focus{
	box-shadow: none;
	cursor: default;
}
input[type="checkbox"] + label.label_btn{
	border: 1px solid #9E9E9E;
	border-radius: 15px;
	font-size: 80%;
	height: 1.5em !important;
	line-height: 1.5em !important;
	margin: 3px 4px;
	padding: 0 1em;
	transition: all 0.2s ease-out 0s;
}
input[type="checkbox"] + label.label_btn:hover{
	background-color: #F5F5F5;
}
input[type="checkbox"] + label.label_btn:hover,
input[type="checkbox"] + label.label_btn:focus{
	border-color: #212121;
}
input[type="checkbox"]:checked + label.label_btn{
	background-color: #00BCD4;
}
input[type="checkbox"]:checked + label.label_btn:hover{
	background-color: #00ACC1;
}
/*
:-ms-input-placeholder{
	color: #616161;
}
:-webkit-input-placeholder{
	color: #616161;
}
:placeholder-shown{
	color: #616161;
}
*/

/** -- radio -- **/
input[type="radio"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="radio"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="radio"] + label:not(.btn_radio):before,
input[type="radio"] + label:not(.btn_radio):after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="radio"] + label:not(.btn_radio):before{
	content: "\F43D";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="radio"] + label:not(.btn_radio):after{
	content: "\F43E";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="radio"]:checked + label:not(.btn_radio):after{
		font-size: 40% !important;
	}
}
input[type="radio"]:checked + label:not(.btn_radio):before{
	color: transparent !important;
}
input[type="radio"]:checked + label:not(.btn_radio):after{
	color: #FF7490;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="radio"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="radio"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="radio"]:disabled + label:hover,
input[type="radio"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
input[type="radio"] + .btn_radio{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12) !important;
	font-size: 80%;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin: 3px 6px;
	min-width: 80px;
	padding: 0 6px;
	text-align: center;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
input[type="radio"]:checked + .btn_radio{
	background-color: #00BCD4;
}
input[type="radio"] + .btn_radio:hover,
input[type="radio"] + .btn_radio:focus{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}
.input_radio[class*="error_"]{
	background-color: #FFEBEE;
}

/** - 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;
}
.tbl_common tr td{
}

#line_qr_wrap{
	display: none;
}

/**************************************************50
 * header
 **************************************************/
header{
	background: url("https://h-fortune.work/images/user/back/round_010.png") center bottom no-repeat, url("https://h-fortune.work/images/user/back/pattern_010.jpg") center top repeat;
	padding-bottom: 170px;
	position: relative;
	text-align: center;
}
#header_desc{
	font-size: 75%;
	height: 30px;
	line-height: 30px;
}
#header_top{
	padding-bottom: 55px;
	position: relative;
}
#header_top:before{
	background: url("https://h-fortune.work/images/user/img_010.png") center center no-repeat;
	content: "";
	display: block;
	padding-top: 560px;
	position: absolute;
	position: absolute;
	top: 254px;
	right: -webkit-calc(50% + 232px);
	right: calc(50% + 232px);
	width: 320px;
	z-index: 2;
}
#header_top .contact_items{
	position: absolute;
	top: 460px;
	left: -webkit-calc(50% + 250px);
	left: calc(50% + 250px);
	z-index: 2;
}

#header_info{
	height: 140px;
	position: relative;
}
#header_info:before{
	background: url("https://h-fortune.work/images/user/img_010.png") center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	padding-top: 238px;
	position: absolute;
	top: -30px;
	right: -webkit-calc(50% + 350px);
	right: calc(50% + 350px);
	width: 136px;
	z-index: 2;
}
#header_info > div{
	background: url("https://h-fortune.work/images/user/band.png") left top no-repeat;
	padding-top: 50px;
	position: absolute;
	top: 0;
	left: -webkit-calc(50% + 70px);
	left: calc(50% + 70px);
	text-align: left;
}
#header_info > div > * + *{
	margin-top: 10px;
}
#header_info > div p{
	line-height: 1;
	font-size: 175%;
	font-weight: bold;
}
#header_info > div p .mdi{
	color: #FF788D;
	display: inlie-block;
	font-weight: normal;
	margin-right: 0.2em;
	text-align: center;
	width: 1em;
}
#header_info a[href="https://h-fortune.work/"]{
	display: block;
	position: absolute;
	top: 5px;
	right: -webkit-calc(50% - 60px);
	right: calc(50% - 60px);
	width: 400px;
}
#header_info a[href="https://h-fortune.work/"] img{
	width: 100%
}
#header_info a[href="#line_qr"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #00CD30 url("https://h-fortune.work/images/user/icon/line.png") 7px center no-repeat;
	background-size: 30px;
	border-radius: 10px;
	color: #FFFFFF;
	display: block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 45px;
	left: -webkit-calc(50% + 330px);
	left: calc(50% + 330px);
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 220px;
	z-index: 2;
}

header nav{
	background-color: #FFFCFD;
	left: 0;
	width: 100%;
	z-index: 1000;
}
header nav:not(.active){
	position: absolute;
	bottom: 100px;
}
header nav.active{
	box-shadow:0px 3px 3px -1px rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
}
header nav:after{
	clear both;
	content: "";
	display: block;
}
header nav a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	float: left;
	line-height: 1;
	padding: 19px 0;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
}
header nav a:first-child{
	width: 100px;
}
header nav a:not(:first-child){
	width: 110px;
}
header nav a b{
	display: block;
	font-size: 87.5%;
	margin-bottom: 8px;
}
header nav a span{
	color: #FF959B;
	display: block;
	font-size: 62.5%;
}
header nav a:hover,
header nav a:focus,
header nav a.active{
	background-color: #FF959B;
	color: #FFFFFF;
}
header nav a:hover span,
header nav a:focus span,
header nav a.active span{
	color: #FFFFFF;
}
#navi_btn{
	position: fixed;
	top: 90px;
	width: 100px;
	z-index: 1001;
}
#navi_btn #btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	transition: opacity 0.2s ease-out 0s;
}
#navi_btn #btn_totop:hover{
	opacity: 0.7;
}
@media screen and (max-width:1319px){
	#navi_btn{
		right: 0;
	}
}
@media screen and (min-width:1320px){
	#navi_btn{
		left: -webkit-calc(50% + 620px);
		left: calc(50% + 620px);
	}
}


/**************************************************50
 * slider
 **************************************************/
#slider:not(.slick-slider):before{
	content: "";
	display: block;
	padding-top: 560px;
}
#slider:not(.slick-slider) > li:not(.slick-slide){
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#slider:not(.slick-slider) > li:not(.slick-slide):not(:first-child){
	opacity: 0;
}
#slider{
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	margin: 0 auto 55px;
	width: 1000px;
	z-index: 1;
}
#slider *{
	z-index: 1;
}
#slider li.slick-slide > img{
	width: 100%;
}
#slider li.slick-slide > a > img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#slider li.slick-slide > a:hover > img{
	opacity: 0.7;
}
#slider .slick-dots{
	bottom: 0;
}


/**************************************************50
 * footer
 **************************************************/
footer{
	background: url("https://h-fortune.work/images/user/back/round_020.png") center top no-repeat, url("https://h-fortune.work/images/user/back/pattern_010.jpg") center top repeat;
	margin-top: -30px;
	padding-top: 80px;
	text-align: center;
}
#footer_portal{
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer nav{
	padding: 0 100px;
	margin-bottom: 20px;
}
footer nav a{
	display: inline-block;
/*	font-size: 75%; */
	margin-right: 1em;
	position: relative;
	text-decoration: none;
}
footer nav a:not(:last-child):after{
	content: "|";
	position: absolute;
	top: 50%;
	right: -0.5em;
	-ms-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);

}
footer nav a:hover,
footer nav a.active{
	text-decoration: underline;
}
#footer_info{
	position: relative;
}
#footer_info p{
	font-size: 75%;
}
#copyright{
	color: #FF959B;
	padding: 10px 0;
	text-align: center;
}


