@charset "utf-8";

/* -------------------------------------------------------------------------

		top styles

		ログイン（index）ページ固有のスタイル

		------------------------------------------------------------------------- */


/* 共通
------------------------------------------------- */
body {
	position: relative;
	width: 100%;
}

a:hover {
	opacity: .7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn a {
	background-color: #382717;
	color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

@media screen and (max-width: 768px){
	.login .sp_none{ display: block;}
	.login .pc_none{ display: none;}
}

@media screen and (max-width: 742px){
	.login .sp_none{ display: block;}
	.login .pc_none{ display: block;}
}

@media screen and (max-width: 479px){
	.login .sp_none{ display: none;}
	.login .pc_none{ display: block;}
}
.charge_free{
	position: relative;/* ←文字の親要素に指定 */
	width: 155px;
	height: 155px;
	background-color: #c0551e;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
}
.charge_free.top {
	margin-top: 50px;
}
.charge_free p{
	font-size: 1.375rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.5;
	letter-spacing: 3px;
}
.charge_free p span{
	font-size: 1.875rem;
	letter-spacing: 5px;
}

section {
	padding: 80px 0;
}

section .inner {
	margin: 0 auto;
	width: 1100px;
}

section h2 {
	font-family: "游明朝", "YuMincho", serif;
	font-size: 277%;
	font-weight: 400;
	margin-bottom: 25px;
	text-align: center;
}

section h3 {
	color: #bc8006;
	font-size: 182%;
	font-weight: normal;
	margin-bottom: 14px;
	line-height: 1.4;
	text-align: center;
}

section p,
section small {
	font-size: 108%;
	line-height: 1.6;
	text-align: center;
}

section ul {
	margin-top: 60px;
}

section ul li {
	line-height: 0;
}

section.bg_w {
	background: url('/img/login/bg.png') no-repeat center -70px #ffffff;
}

section.bg_g {
	background-color: #efefef;
}

.site_footer .breadcrumbs {
	display: none;
}

section.mailmaga {
	padding: 0 0 80px 0;
}
section .inner ul li a, section.mailmaga div.inner_half ul li a{
	text-decoration: none;
	display: block;
}
section.inner ul li a:hover, section.mailmaga div.inner_half ul li a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1150px){

	section, section.mailmaga {
		padding: 60px 0;
	}

	section .inner {
		margin: 0 auto;
		width: calc(100% - 40px);
	}

	section ul {
		margin-top: 40px;
	}
}

@media screen and (max-width: 960px){

	section h2 {
		font-size: 254%;
		margin-bottom: 15px;
	}

	section h3 {
		font-size: 154%;
		margin-bottom: 10px;
	}

	section p,
	section small {
		font-size: 100%;
	}

}

@media screen and (max-width: 850px){
}

@media screen and (max-width: 768px){

	section h2 {
		font-size: 231%;
	}
	section.title_border {
		border-bottom: 1px solid #ffffff;
	}
}

@media screen and (max-width: 768px){

	.login .main_wrapper {
	    padding-top: 0;
	}

}

@media screen and (max-width: 479px){

	body {
		padding-bottom: 50px;
	}

	section, secrion.mailmaga {
		padding: 45px 0;
	}

	section h2 {
		font-size: 185%;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	section h3 {
		font-size: 154%;
		margin-bottom: 5px;
	}

}





/* anchor_nav
------------------------------------------------- */
.anchor_nav {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px 0 30px 15px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99999;
}

.anchor_nav ul li {
	text-align: right;
	margin-bottom: 35px;
}

.anchor_nav ul li:last-child {
	margin-bottom: 0;
}

.anchor_nav ul li a {
	color: #000000;
	display: block;
	font-size: 108%;
	line-height: 1.4;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
}

.anchor_nav ul li a:before {
	background-color: #000000;
	content: "";
	height: 1px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
}

.anchor_nav ul li a.current {
	color: #bc8006;
}

.anchor_nav ul li a.current:before {
	background-color: #bc8006;
}



@media screen and (max-width: 768px){

	.anchor_nav {
		display: none;
	}

}



/* header
------------------------------------------------- */
.header_wrapper {
	background-color: #ffffff;
	box-sizing: border-box;
	position: absolute;
	top: -66px;
	width: 100%;
	z-index: 99999;
}

.header_wrapper.fixed {
	border: 1px solid #eeeeee;
    left: 0;
    top: 0;
    width: 100%;
}

.header_wrapper .header {
	display: table;
	height: 65px;
	width: 100%;
}

.header_wrapper .header h1 {
	height: 35px;
	margin: 15px 0 15px 20px;
	vertical-align: middle;
	width: 152px;
}

.header_wrapper .header nav {
	height: 100%;
	position: absolute;
	right: 0;
	top: 65px;
}

.header_wrapper .header nav ul li {
	float: left;
}

.header_wrapper .header nav ul li.btn {
	display: table;
	height: 100%;
}

.header_wrapper .header nav ul li.btn a {
	display: table-cell;
	height: 42px;
	vertical-align: middle;
	width: 100%;
}

.header_wrapper .header nav ul li.btn.login,
.header_wrapper .header nav ul li.btn.entry {
	margin-right: 1px;
}

.header_wrapper .header nav ul li.btn.login a {
	width: 103px;
}

.header_wrapper .header nav ul li.btn.entry a {
	width: 129px;
}

.header_wrapper .header nav ul li.btn.mail a {
	background-color: #ffffff;
	color: #382717;
	width: 137px;
}

.header_wrapper .header nav ul li.btn a i {
	display: inline-block;
}

.header_wrapper .header nav ul li.btn a p {
	display: inline-block;
}



@media screen and (max-width: 1150px){
}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){
}

@media screen and (max-width: 479px){

	.header_wrapper {
		position: relative;
		top: 0;
	}

	.header_wrapper .header {
		height: auto;
	}

	.header_wrapper .header h1 {
		height: auto;
		margin: 10px auto 8px;
		width: 130px;
	}

	.header_wrapper .header nav {
		bottom: 0;
		height: auto;
		position: fixed;
		top: auto;
		width: 100%;
	}

	.header_wrapper .header nav ul {
	}

	.header_wrapper .header nav ul li.btn {
		width: 33%;
	}

	.header_wrapper .header nav ul li.btn a {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
	}

	.header_wrapper .header nav ul li.btn.login {
		border-right: 1px solid #ffffff;
		box-sizing: border-box;
		margin-right: 0;
		width: 30%;
	}

	.header_wrapper .header nav ul li.btn.entry {
		border-right: 1px solid #ffffff;
		box-sizing: border-box;
		margin-right: 0;
		width: 35%;
	}

	.header_wrapper .header nav ul li.btn.mail {
		width: 35%;
	}

	.header_wrapper .header nav ul li.btn.login a {
		width: 100%;
	}

	.header_wrapper .header nav ul li.btn.entry a {
		width: 100%;
	}

	.header_wrapper .header nav ul li.btn.mail a {
		border-top: 1px solid #eeeeee;
		box-sizing: border-box;
		width: 100%;
	}

}





/* main_img
------------------------------------------------- */
.main_img {
	position: relative;
}

.main_img .logo {
	display: block;
	height: auto;
	left: 30px;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 99999;
}


@media screen and (max-width: 1150px){
}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){

	.main_img .logo {
		left: 20px;
		top: 20px;
		width: 170px;
	}

}

@media screen and (max-width: 479px){

	.main_img .logo {
		display: none;
	}

}





/* slide */
.main_img .slide {
	height: 555px;
	overflow: hidden;
	position: relative;
}

.main_img.slide ul {
	height: 100%;
}



@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){

	.main_img .slide {
		height: 500px;
	}

}

@media screen and (max-width: 479px){

	.main_img .slide {
		height: 180px;
	}

}



/* login_area */
.main_img .login_area {

	display: none;

	position: absolute;
	right: 10%;
	top: 50%;
	z-index: 9999;
}

.main_img .login_area .login_area_inner {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 40px 60px;
}

.main_img .login_area .logo {
	height: auto;
	margin: 0 auto;
	display: block;
	width: 200px;
}

.main_img .login_area .signin {
	margin-top: 30px;
}

.main_img .login_area .signin fieldset:first-child {
	margin-bottom: 10px;
}

.main_img .login_area .signin .form_block_label {
	margin-bottom: 5px;
}

.main_img .login_area .signin input {
	background-color: #ffffff !important;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
	height: 30px;
	padding: 0 5px;
	width: 100%;
}

.main_img .login_area .signin .btn {
	margin-bottom: 15px;
	margin-top: 30px;
}

.main_img .login_area .signin .btn a {
	font-size: 123.1%;
	padding: 10px 0;
}

.main_img .login_area .signup {
	text-align: center;
}


@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){

	.main_img .login_area {
		left: 50%;
		right: 0;
		top: 50%;
	}

}

@media screen and (max-width: 479px){

	.main_img .login_area {
		width: 250px !important;
	}

	.main_img .login_area .logo {
		display: block;
		width: 80%;
	}

	.main_img .login_area .login_area_inner {
		padding: 20px 20px;
	}

	.main_img .login_area .signin {
	    margin-top: 15px;
	}

	.main_img .login_area .signin .btn {
	    margin-bottom: 12px;
	    margin-top: 15px;
	}

}





/* bnr
------------------------------------------------- */
.bnr {
	background-color: #efefef;
	padding: 20px 0;
}

.bnr ul {
	margin: 0 auto;
	width: 1100px;
}

.bnr ul li {
	float: left;
	width: 550px;
}

.bnr ul li a img {
	width: 100%;
}


@media screen and (max-width: 1150px){

	.bnr ul {
		width: 100%;
	}
	.bnr ul li {
		width: 50%;
	}
}

@media screen and (max-width: 600px){

	.bnr ul li {
		float: none;
		width: 100%;
	}

	.bnr ul li:first-child {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 479px){

	.bnr {
		padding: 10px 0;
	}

	.bnr ul li:first-child {
		margin-bottom: 5px;
	}

}


/* about
------------------------------------------------- */
.about ul li {
	margin-bottom: 60px;
	width: 100%;
}

.about ul li:last-child {
	margin-bottom: 0;
}

.about ul li .text {
	float: left;
}

.about ul li:nth-child(2) .text {
	float: right;
}

.about ul li .text .text_inner {
	display: table-cell;
	vertical-align: middle;
}

.about ul li .text .icon {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
}

.about ul li .text .copy {
	display: table-cell;
	vertical-align: middle;
}

.about ul li .text .copy h3,
.about ul li .text .copy p {
	text-align: left;
}

.about ul li .image {
	float: right;
	width: 420px;
}

.about ul li:nth-child(2) .image {
	float: left;
}

.about ul li .image .image_inner {
	display: table-cell;
	vertical-align: middle;
}

.about ul li .image .image_inner img {
	display: table-cell;
	vertical-align: middle;
}



@media screen and (max-width: 1150px){

	.about ul li .text {
		margin-right: 5%;
		width: 60%;
	}

	.about ul li .text .copy br {
		display: none;
	}

	.about ul li:nth-child(2) .text {
		margin-left: 5%;
		margin-right: 0;
	}

	.about ul li .image img {
		display: block;
		height: auto;
		width: 100%;
	}

	.about ul li .image {
		width: 35%;
	}

}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){

	.about ul li {
	    margin-bottom: 40px;
	}

	.about ul li .text {
		float: none;
		display: block;
		margin: 0;
		width: auto;
	}

	.about ul li .text .text_inner {
		display: inline;
	}

	.about ul li .text .icon {
		display: inline;
	}

	.about ul li .text .copy {
		display: inline;
	}

	.about ul li:nth-child(2) .text {
		float: none;
		margin-left: 0;
	}

	.about ul li .text .icon {
		display: block;
		height: auto;
		margin: 0 auto 20px;
		padding-right: 0;
		width: 130px;
	}

	.about ul li .text .icon img {
		display: block;
		height: auto;
		width: 100%;
	}

	.about ul li .text .copy {
		display: block;
		float: left;
		vertical-align: middle;
		width: 58%;
	}

	.about ul li .image {
		width: 38%;
	}

	.about ul li .image .image_inner {
		display: inline;
	}

	.about ul li .image .image_inner img {
		display: inline;
	}

	.about ul li:nth-child(2) .text .copy {
		float: right;
	}

	.about ul li:nth-child(2) .image {
		float: left;
	}

}

@media screen and (max-width: 479px){

	.about ul li .text .icon {
		margin: 0 auto 10px;
		width: 100px;
	}

	.about ul li .text .copy {
		float: none;
		width: 100%;
	}

	.about ul li .image {
		display: block;
		float: none;
		margin-top: 10px;
		width: 100%;
	}

	.about ul li:nth-child(2) .text .copy {
		float: none;
	}

	.about ul li:nth-child(2) .image {
		display: block;
		float: none;
	}

}





/* member
------------------------------------------------- */

section.member h3 {
	font-weight: bold;
}

.member {
}

.member ul li {
	float: left;
	width: 50%;
}

.member ul li:nth-child(1),
.member ul li:nth-child(2),
.member ul li:nth-child(5),
.member ul li:nth-child(6) {
}

.member ul li:nth-child(3),
.member ul li:nth-child(4) {
}

.member ul li .text {
	background-color: #ffffff;
	display: table;
	height: 230px;
	position: relative;
	width: 305px;
}

.member ul li .text .text_inner {
	display: table-cell;
	vertical-align: middle;
}

.member ul li .text p {
	font-size: 93%;
	font-weight: bold;
	letter-spacing: -0.04em;
}

.member ul li:nth-child(1) .text,
.member ul li:nth-child(2) .text,
.member ul li:nth-child(5) .text,
.member ul li:nth-child(6) .text {
	float: left;
}

.member ul li:nth-child(3) .text,
.member ul li:nth-child(4) .text {
	float: right;
}

.member ul li:nth-child(1) .text h3,
.member ul li:nth-child(2) .text h3,
.member ul li:nth-child(5) .text h3,
.member ul li:nth-child(6) .text h3,
.member ul li:nth-child(1) .text p,
.member ul li:nth-child(2) .text p,
.member ul li:nth-child(5) .text p,
.member ul li:nth-child(6) .text p {
	padding-left: 15px;
}

.member ul li:nth-child(2) .text p {
	margin: 0 auto;
	width: 100%;
	max-width: 238px;
}

.member ul li:nth-child(3) .text h3,
.member ul li:nth-child(4) .text h3,
.member ul li:nth-child(3) .text p,
.member ul li:nth-child(4) .text p {
	padding-right: 15px;
}

.member ul li .image {
	width: 245px;
}

.member ul li:nth-child(1) .image,
.member ul li:nth-child(2) .image,
.member ul li:nth-child(5) .image,
.member ul li:nth-child(6) .image {
	float: right;
}

.member ul li:nth-child(3) .image,
.member ul li:nth-child(4) .image {
	float: left;
}

.member ul li:nth-child(1) .image {
	background-image: url('/img/login/img_member_present.jpg');
}
.member ul li:nth-child(2) .image {
	background-image: url('/img/login/img_member_interior.jpg');
}
.member ul li:nth-child(3) .image {
	background-image: url('/img/login/img_member_shopping.jpg');
}
.member ul li:nth-child(4) .image {
	background-image: url('/img/login/img_member_lifesupport.jpg');
}
.member ul li:nth-child(5) .image {
	background-image: url('/img/login/img_member_travel.jpg');
}
.member ul li:nth-child(6) .image {
	background-image: url('/img/login/img_member_restaurant.jpg');
}

.member ul li .image {
	background-repeat: no-repeat;
	background-size: cover;
}

.member ul li .text .arrow {
	background-image: url('/img/login/arrow_member.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	width: 60px;
}

.member ul li:nth-child(1) .text .arrow,
.member ul li:nth-child(2) .text .arrow,
.member ul li:nth-child(5) .text .arrow,
.member ul li:nth-child(6) .text .arrow {
	background-position: -30px 0;
	left: 100%;
}

.member ul li:nth-child(3) .text .arrow,
.member ul li:nth-child(4) .text .arrow {
	background-position: 30px 0;
	right: 100%;
}

.member_intro {
	border: 1px solid #bc8006;
	margin-top: 40px;
	padding: 25px 0;
}

.member_intro h3 {
}

.member_intro h3 img {
	padding-right: 5px;
}

.member_intro h3 span {
	position: relative;
	top: -11px;
}

.member_intro p {
	font-size: 108%;
}

.member_intro p br.tab {
		display: none;
	}

.member_intro p.copy {
	font-weight: bold;
	margin-bottom: 5px;
}

.member_intro p span {
	color: #bc8006;
}



@media screen and (max-width: 1150px){

	.member ul li .text {
		width: 55%;
	}

	.member ul li .image {
		width: 45%;
	}

}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){

	.member ul li {
		float: none;
		width: 100%;
	}

	.member ul li:nth-child(1) .text,
	.member ul li:nth-child(3) .text,
	.member ul li:nth-child(5) .text {
		float: left;
	}

	.member ul li:nth-child(2) .text,
	.member ul li:nth-child(4) .text,
	.member ul li:nth-child(6) .text {
		float: right;
	}

	.member ul li:nth-child(1) .text h3,
	.member ul li:nth-child(3) .text h3,
	.member ul li:nth-child(5) .text h3,
	.member ul li:nth-child(1) .text p,
	.member ul li:nth-child(3) .text p,
	.member ul li:nth-child(5) .text p {
		padding-left: 15px;
		padding-right: 0;
	}

	.member ul li:nth-child(2) .text h3,
	.member ul li:nth-child(4) .text h3,
	.member ul li:nth-child(6) .text h3,
	.member ul li:nth-child(2) .text p,
	.member ul li:nth-child(4) .text p,
	.member ul li:nth-child(6) .text p {
		padding-left: 0;
		padding-right: 15px;
	}

	.member ul li:nth-child(1) .image,
	.member ul li:nth-child(3) .image,
	.member ul li:nth-child(6) .image {
		float: right;
	}

	.member ul li:nth-child(2) .image,
	.member ul li:nth-child(4) .image,
	.member ul li:nth-child(6) .image {
		float: left;
	}

	.member ul li:nth-child(5) .image {
		background-position: center bottom;
	}

	.member ul li:nth-child(1) .text .arrow,
	.member ul li:nth-child(3) .text .arrow,
	.member ul li:nth-child(5) .text .arrow {
		background-position: -30px 0;
		left: 100%;
		right: auto;
	}

	.member ul li:nth-child(2) .text .arrow,
	.member ul li:nth-child(4) .text .arrow,
	.member ul li:nth-child(6) .text .arrow {
		background-position: 30px 0;
		left: auto;
		right: 100%;
	}

	.member_intro {
		padding: 30px 50px;
	}

	.member_intro p br {
		display: none;
	}

	.member_intro p br.tab {
		display: block;
	}

}

@media screen and (max-width: 479px){

	.member ul li {
		margin-bottom: 30px;
	}

	.member ul li .text {
		background: none;
		display: block;
		float: none !important;
		height: auto;
		width: 100%;
	}

	.member ul li .text .text_inner {
	    display: block;
	}

	.member ul li .text h3,
	.member ul li .text p {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.member ul li:nth-child(1) .text p br {
		display: none;
	}

	.member ul li .image {
		float: none !important;
		height: 200px;
		background-position: center center;
		margin-top: 10px;
		width: 100%;
	}

	.member ul li .text .arrow {
		display: none;
	}

	.member_intro {
		padding: 20px 25px;
	}

	.member_intro p {
		text-align: left;
	}

	.member_intro p br.tab {
		display: none;
	}

	.member_intro p.copy {
		text-align: center;
	}

	.member_intro p.copy br {
		display: block;
	}

}





/* mypage
------------------------------------------------- */
.mypage {
}

.mypage ul li {
	float: left;
	width: 33%;
}

.mypage ul li .icon {
	text-align: center;
	margin-bottom: 30px;
}



@media screen and (max-width: 1150px){
}

@media screen and (max-width: 960px){

	.mypage ul li {
		margin-bottom: 40px;
		width: 50%;
	}

	.mypage ul li:last-child {
		margin-bottom: 0;
		width: 100%;
	}

	.mypage ul li .icon {
		margin: 0 auto 15px;
		height: 130px;
		width: 130px;
	}

	.mypage ul li .icon img {
		display: block;
		height: auto;
		width: 100%;
	}

}

@media screen and (max-width: 768px){
}

@media screen and (max-width: 479px){

	.mypage ul li {
		margin-bottom: 30px;
		width: 100%;
	}

	.mypage ul li .icon {
		margin: 0 auto 10px;
		height: 100px;
		width: 100px;
	}

}





/* recipe
------------------------------------------------- */
.recipe {
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	width: 50%;
}

.recipe ul {
	margin-left: auto;
	margin-right: 2rem;
	width: 470px;
}

.recipe ul li {
	float: left;
}

.recipe ul li:first-child {
	margin-right: 40px;
}

.recipe ul li .image {
	text-align: center;
	margin-bottom: 15px;
}



@media screen and (max-width: 1150px){

	.recipe ul {
		margin-right: auto;
		width: 80%;
	}

	.recipe ul li {
		width: 45%;
	}

	.recipe ul li:first-child {
		margin-right: 10%;
	}

	.recipe ul li .image img {
		display: block;
		height: auto;
		width: 100%;
	}

}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){

	.recipe {
		float: none;
		border-bottom: 1px solid #ffffff;
		border-right: none;
		width: 100%;
	}

	.recipe ul {
		width: 440px;
	}

	.recipe ul li {
		width: 180px;
	}

	.recipe ul li:first-child {
		margin-right: 80px;
	}

}

@media screen and (max-width: 479px){

	.recipe ul {
		width: 85%;
	}

	.recipe ul li {
		display: table;
		width: 100%;
	}

	.recipe ul li:first-child {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.recipe ul li .image {
		display: table-cell;
		padding-right: 5%;
		width: 45%;
	}

	.recipe ul li p {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		width: 50%;
	}

}





/* voice
------------------------------------------------- */
.voice {
	float: left;
	width: 50%;
}

.voice ul {
	margin-left: 2rem;
	margin-right: auto;
	width: 470px;
}

.voice ul li {
	float: left;
}

.voice ul li:first-child {
	margin-right: 40px;
}

.voice ul li .image {
	text-align: center;
	margin-bottom: 15px;
}



@media screen and (max-width: 1150px){

	.voice ul {
		margin-left: auto;
		width: 80%;
	}

	.voice ul li {
		width: 45%;
	}

	.voice ul li:first-child {
		margin-right: 10%;
	}

	.voice ul li .image img {
		display: block;
		height: auto;
		width: 100%;
	}

}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){

	.voice {
		float: none;
		width: 100%;
	}

	.voice ul {
		width: 440px;
	}

	.voice ul li {
		width: 180px;
	}

	.voice ul li:first-child {
		margin-right: 80px;
	}

}

@media screen and (max-width: 479px){

	.voice ul {
		width: 85%;
	}

	.voice ul li {
		display: table;
		width: 100%;
	}

	.voice ul li:first-child {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.voice ul li .image {
		display: table-cell;
		padding-right: 5%;
		width: 45%;
	}

	.voice ul li p {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		width: 50%;
	}

}





/* registration
------------------------------------------------- */
.registration {
}

.registration .btn {
	margin: 40px auto 0;
	width: 630px;
}

.registration .btn a {
	display: block;
	font-size: 182%;
	padding: 25px 0;
	width: 100%;
}

.registration small {
	display: block;
	margin-top: 15px;
	font-size: 93%;
}




@media screen and (max-width: 1150px){
}

@media screen and (max-width: 960px){

	.registration .btn {
		width: 70%;
	}

	.registration .btn a {
		font-size: 154%;
	}

}

@media screen and (max-width: 768px){
}

@media screen and (max-width: 479px){

	.registration p {
		text-align: left;
	}

	.registration .btn {
		margin: 20px auto 0;
		width: 100%;
	}

	.registration .btn a {
		font-size: 124%;
		padding: 15px 0;
	}

	.registration small {
		text-align: left;
	}

}


/* popup
------------------------------------------------- */

.info_overlay{
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	position: absolute;
	z-index: 100000;
	top:0;
	left: 0;
}
.info_popup{
	display: none;
}
.info_popup .info_popup_inner{
	width: 620px;
	background-color: #fff;
	position: fixed;
	z-index: 100001;
	top:50%;
	left: 50%;
	text-align: center;
	padding: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.info_popup .info_popup_logo{
	margin: 10px 0 30px;
}
.info_popup p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.info_popup button{
	background: #bc8006;
	max-width: 286px;
	border: none;
	cursor: pointer;
	padding: 0 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.info_popup button:hover{
	opacity: 0.8;
}
.info_popup button span{
	color: #fff;
	font-size: 18px;
	background: url(/img/login/icon_close.png) no-repeat;
	background-size: 17px 17px;
	line-height: 60px;
	padding-left: 30px;
}

@media screen and (max-width: 699px){
	.info_popup{
		width: 100%;
		padding: 0 20px;
		position: absolute;
		top: 50px;
		left:0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.info_popup .info_popup_inner{
		width: 100%;
		padding: 30px;
		position: relative;
		top: 0;
		left:0;
		-ms-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	.info_popup .info_popup_logo{
		margin-bottom: 20px;
	}
	.info_popup p {
		font-size:14px;
		margin-bottom: 20px;
	}
	.info_popup p br{
		display: none;
	}
	.info_popup button span{
		line-height: 44px;
	}
}
