@charset "utf-8";

/*----------------------*/

.pc {
	display: none !important;
}

.tablet {
	display: none;
}

body {
	-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}

.inr,
.inr_s,
.inr_ss{
	width:94%;
	margin:0px auto;
	position:relative;
}

img{
	max-width:100%;
	height:auto;
	margin-bottom:20px;
}
p {
    line-height: 1.7;
}

.center{
	text-align:center;
}

html,
body,
#container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom:20px;
	position:relative;
}
p{
	font-size: 14px;
	font-size: 1.4rem;
}

.zh-cn{
	font-family: "SimSun", sans-serif !important;
}

/*header*/
header{
	background:#FFF;
	width:100%;
	height:60px;
	z-index:9997;
	box-shadow: 0 3px 10px rgba(33,33,33,0.1);
	top:0;
}
header .inr{
	z-index:9997;
}
.header_logo{
	text-align:center;
}
.header_logo img,
.header_logo svg{
	margin:10px 0 0 0;
	height:40px;
	width:auto;
}
.header_menu_btn{
	position:absolute;
	right:10px;
	top:10px;
	font-size:24px;
}


.header_menu_btn2{
	cursor:pointer;
	position:absolute;
	right:20px;
	top:10px;
	font-size:24px;
}
.header_menu2{
	position:relative;
	z-index:9999;
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
}
.header_close2{
	cursor:pointer;
	position:absolute;
	top:10px;
	right:20px;
	color:#FFF;
	font-size:24px;
}

.header_right{
	display:none;
}

.corporate_btn a,
.personal_btn a{
	display:block;
	color:#FFF;
	text-align:center;
	width:100%;
	line-height:1.3;
	padding:10px 0 10px 20px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing:1px;
	font-size:9px;
}
.corporate_btn2 a,
.corporate_btn a{
	background:#ED1E79;
}
.personal_btn2 a,
.personal_btn a{
	background:#FF7BAC;
}

.personal_btn2 a p,
.corporate_btn2 a p {
	font-size:10px;
}

.corporate_btn a:hover{
	background-color:rgba(237,30,121,0.7);
}
.personal_btn a:hover{
	background-color:rgba(255,123,172,0.7);
}

.corporate_btn a i,
.personal_btn a i{
	position:absolute;
	left:15px;
	top:0;
	bottom:0;
	margin:auto;
	font-size:20px;
	width:20px;
	height:20px;
}

.nav_fix{
	position:fixed;
	width:100%;
	height:55px;
	bottom:0;
	z-index:9999;
	background:#FFF;
	box-shadow: 0 3px 10px rgba(33,33,33,0.1);
}
.nav_fix ul li{
	float:left;
}
.nav_fix ul li.personal_btn2,
.nav_fix ul li.corporate_btn2{
	width:40%;
	text-align:center;
}
.nav_fix ul li.personal_btn2 a,
.nav_fix ul li.corporate_btn2 a{
	display:block;
	width:100%;
	height:55px;
	color:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px 0 0 0;
	font-size:12px;
}
.nav_fix ul li.personal_btn2 p,
.nav_fix ul li.corporate_btn2 p{

}
.nav_fix ul li.personal_btn2 a span,
.nav_fix ul li.corporate_btn2 a span{
	font-size:16px;
}
.nav_fix ul li.login_link{
	width:20%;
	height:55px;
	text-align:center;
}
.nav_fix ul li.login_link a{
	display:block;
	width:100%;
	height:60px;
}
.nav_fix ul li.login_link a i{
	color:#ED1E79;
	margin:10px 0 0 0;
}

.nav_fix ul li.login_link2{
	width:33.3%;
	height:55px;
	text-align:center;
}
.nav_fix ul li.login_link2 a{
	display:block;
	width:100%;
	height:60px;
}
.nav_fix ul li.login_link2 a i{
	color:#ED1E79;
	margin:10px 0 0 0;
}

.header_menu{
	position:relative;
	z-index:9999;
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
}
.header_close{
	position:absolute;
	top:5px;
	right:15px;
	color:#FFF;
	font-size:24px;
}

/*footer*/
#footer{
	width:100%;
	background:#FFF;
	position:relative;
	z-index:9;
	padding:0;
}
.mypage #footer{
	background:none;
}
#footer_contact{
	padding:5px 0 50px 0;
	background:url(../img/footer.svg) repeat-x center bottom;
	background-size:200% auto;
}
#footer_contact h2{
	font-size:18px;
	text-align:center;
}
#footer_contact h2 span{
	color:#ED1E79;
	font-family: 'Caveat', cursive;
}
#footer_contact nav{
	position: relative; 
	overflow: hidden;
}
#footer_contact nav ul{
}
#footer_contact nav ul li{
	width:49%;
	float:left;
	margin:0 0.5%;
}
#footer_contact .corporate_btn,
#footer_contact .personal_btn{
	font-size:14px;
}
#footer_contact .corporate_btn span,
#footer_contact .personal_btn span{
	font-size:16px;
}

@media(max-width: 374px) {
	#footer_contact h2{
		font-size:16px;
	}
	#footer_contact .corporate_btn span,
	#footer_contact .personal_btn span{
		font-size:16px;
	}
	#footer_contact .corporate_btn i,
	#footer_contact .personal_btn i{
		left:10px;
	}
}

#footer_bottom{
	background:#534741;
	color:#fff;
	padding:15px 0 60px 0;
}
.footer_logo{
	font-size:18px;
	text-align:center;
}

#footer_menu{
	float:left;
}
#footer_menu ul{
	margin:0;
}
#footer_menu ul li{
	float:left;
	margin:0 10px 0 0;
}
#footer_menu ul li a{
	color:#FFF;
	font-size:14px;
}
#footer_menu ul li a:hover{
	text-decoration:underline;
}

#footer_sns{
	float:right;
}
#footer_sns ul{
	margin:0;
}
#footer_sns ul li{
	float:left;
	margin:0 0 0 20px;
}
#footer_sns ul li a{
	color:#FFF;
	font-size:30px;
}

.footer_copy{
	padding:0 0 5px 0;
	text-align:center;
	font-size: 13px;
	font-size: 1.3rem;
	margin:0;
}
.footer_copy a{
	color:#FFF;
}
.footer_copy a:hover{
	text-decoration:underline;
}

#footer_bottom_mypage{
	color:#000;
	padding:0 0 50px 0;
}
#footer_bottom_mypage #footer_menu ul li a{
	color:#000;
}
#footer_bottom_mypage #footer_sns ul li a{
	color:#000;
}
#footer_bottom_mypage .footer_copy{
	color:#000;
}
#footer_bottom_mypage .footer_copy a{
	color:#000;
}

.footer_link{
	display:flex;
	justify-content:center;
}
.footer_link li{
	padding:0 5px;
	font-size:14px;
}


#main{
	width:100%;
	float:left;
}

#side{
	width:100%;
	float:right;
	padding:0 0 80px 0;
}

/* パンくず */
.bread{
	width:100%;
	margin:60px auto 0 auto;
	padding:5px 0 0 0;
	overflow-x: scroll;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.bread li{
	display:inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}

.bread li a{
	color:#1A1A1A;
}
.bread li a:hover{
	text-decoration:underline;
}
.bread li:after{
	display:inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin:0 5px;
}
.bread li:last-child:after{
	content:none;
	margin:0;
}

/*ページャー*/
.pager_box{
	text-align: center;
	margin:30px 0 0 0;
	padding:5px 0;
}
.pager {
	display: inline-block;
	/display: inline; /*forIE7*/
	/zoom: 1; /*forIE7*/
	margin-right: -3px;
	font-size: 12px;
	font-size: 1.2rem;
}

.pager .current{
	display: inline-block;
	height:34px;
	line-height:34px;
	padding: 0 10px;
	background: #ED1E79;
	color: #FFF;
	border:1px solid #ED1E79;
	margin-right: 5px;
}
.pager a {
	display: inline-block;
	border:1px solid #F6F1EB;
	padding: 0 10px;
	color: #000;
	background: #FFF;
	margin-right: 5px;
	height:34px;
	line-height:34px;
}
.pager a:hover {
	color: #FFF !important;
	background: #ED1E79;
}
.detail_btn{
	position:relative;
	margin:30px 0;
}
.prev_btn,
.next_btn{
	display:inline-block;
	vertical-align: middle;
}
.prev_btn{
	margin:0 5px 0 0 !important;
}
.next_btn{
	margin:0 0 0 5px !important;
}


.prev_btn a,
.next_btn a{
	display:block;
	width:34px;
	height:34px;
	background:#ED1E79;
	color:#FFF;
	position:relative;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.next_btn a:after{
	position:absolute;
	right:14px;
	bottom:0;
	top:0;
	margin:auto;
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.prev_btn a:after{
	position:absolute;
	left:14px;
	bottom:0;
	top:0;
	margin:auto;
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.pager_box .btn,
.pager_box .btn2{
	display:inline-block;
	vertical-align: middle;
	width:68%;
}
.pager_box .btn2 a{
	height:36px;
	line-height:36px;
	padding:0;
}
.pager_box .btn{
	display:inline-block;
	vertical-align: middle;
	width:47%;
}
.pager_box .btn a{
	font-size:16px;
	height:40px;
	line-height:40px;
	padding:0;
	margin:0;
}

/*タブ*/
.tab{
	border-bottom:5px solid #dc2000;
}
.tab ul{
	margin-bottom:0;
}
.tab ul li{
	float:left;
	margin:0 1% 0 0;
	display:block;
	background:#F2F2F2;
	color:#000;
	height:35px;
	line-height:35px;
	width:19%;
	text-align:center;
	cursor:pointer;
	font-size: 12px;
	font-size: 1.2rem;
}
.tab ul li.active{
	background:#dc2000;
	color:#FFF;
}
.tab ul li:hover,
.tab ul li a:hover{
	background:#dc2000;
	color:#FFF;
}

.tab_l ul li{
	height:auto;
	line-height:110%;
	margin:0 0 0 2%;
	padding:5px 0;
	width:49%;
	font-size: 15px;
	font-size: 1.5rem;
}
.tab_l ul li:first-child{
	margin:0;
}
.tab_l ul li span{
	font-size: 10px;
	font-size: 1.0rem;
}

.tabbox{
	display:none;
}

.search_catelist_sp{
	margin:50px 0 0 0;
}
.search_catelist_sp_fixed{
	width:100%;
	margin:0 0 5px 0;
	position:fixed;
	top:50px;
	z-index:999;
}

.scroll_nav {
}
.scroll_nav_box {
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	padding:5px;
}
/*
.scroll_nav_box{overflow-x:scroll;}
.scroll_nav_box::-webkit-scrollbar{height:5px;}
.scroll_nav_box::-webkit-scrollbar-track{background:#dc2000;}
.scroll_nav_box::-webkit-scrollbar-thumb{background:#dc2000;}
*/


.scroll_nav_box ul {
	display: table;
	list-style: none;
	margin: 0 auto 0 0;
	padding:0 0 5px 0;
}

.scroll_nav_box ul li{
	display: table-cell;
	white-space: nowrap;
	font-size: 12px;
	font-size: 1.2rem;
}
.scroll_nav_box ul li p{
	cursor:pointer;
	height:35px;
	line-height:35px;
	padding:0 10px;
	background:#F2F2F2;
	color:#000;
	margin:0 3px 0 0;
}
.scroll_detail_box{
	display:none;
}

#sub_contents{
	padding:0 0 40px 0;
}


/*--------------*/

.title{
	text-align:center;
	font-size:24px;
	color:#534741;
	margin:30px 0;
}
.title2{
	text-align:left;
	font-size:24px;
	color:#534741;
	margin:0 0 30px 0;
}
.title span,
.title2 span{
	color:#ED1E79;
	font-family: 'Caveat', cursive;
	font-size:24px;
}

.sub_page{
	padding:60px 0 20px 0;
}
.popup_page{
	padding:0;
	color:#FFF;
	background:#534741;
}

.sub_title2{
	margin-bottom:0px;
	font-size:24px;
}
.sub_title_bknone{
	background:none;
}
.sub_title2{
	margin-bottom:0px;
}
.sub_title_white{
	text-align:center;
	height:auto;
	line-height: 1.6;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	padding:40px 0 0 0;
	margin:0 0 40px 0;
}
.mypage .sub_title{
	color:#374F59;
	font-size:22px;
	letter-spacing:0px;
	font-weight:normal;
	text-align:center;
	position:relative;
	z-index:9;
	padding:15px 0;
}


.sub_caption{
	font-weight:bold;
	color:#534741;
	font-size:16px;
	text-align:center;
	margin-bottom:40px;
}

.p_large{
	font-size:18px;
	line-height:160%;
	text-align:center;
}
.ulli_center{
	position: relative; 
	overflow: hidden;
}

.ulli_center ul {
	position: relative;
	left: 50%;
	float: left;
}

.ulli_center ul li {
	position: relative;
	left: -50%;
	float: left;
}

.error_msg{
	color:#ED1E79;
}
.border-error{
	border:1px solid #ED1E79 !important;
}

/*--------------------------*/

.mypage{
	background:url(../img/back.png) no-repeat;
	background-size:cover;
	width:100%;
}
.mypage:before{
	position:absolute;
	top:50px;
	left:0;
	content:"";
	display:block;
	width:100%;
	height: 90px;
	border-radius: 50% / 0 0 100% 100%;
	background: #FFF;
}

.mypage .btn{
	position:relative;
	width:200px;
}
.mypage .btn:after{
	position:absolute;
	right:20px;
	top:0;
	bottom:0;
	margin:auto;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
	transform: rotate(45deg);
}
.mypage .btn a{
	display:block;
	color:#FFF;
	height:45px;
	line-height:45px;
	padding:0 10px 0 0;
	font-size:16px;
	background-image: linear-gradient(to right bottom,#DC0BEF 0%,#FEAC06 100%);
	border-radius: 30px;
}


.login_box{
	margin:40px 0 0 0;
	text-align:center;
}

.login_box input[type="text"],
.login_box input[type="email"],
.login_box input[type="password"]{
	width:300px;
	height:45px;
	border-radius: 30px;
	padding:5px 20px;
	margin:5px 0;
	border:none;
}

.login_person{
	margin:100px 0 0 0;
	padding:0 0 60px 0;
}

.login_person_title{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
	margin:0 0 20px 0;
}

.login_person_link{
	width:100px;
	margin:20px auto;
}
.login_person_link a{
	display:block;
	color:#ED1E79;
	border:1px solid #ED1E79;
	background:#FFF;
	padding:5px;
}

.login_person_none a{
	color:#ED1E79;
}

.input_name_box{
	width:94%;
	margin:60px auto;
	text-align:center;
}
.input_name_box p{
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 0 20px 0;
}

.input_name_box input[type="email"],
.input_name_box input[type="text"]{
	height:45px;
	border-radius: 30px;
	padding:5px 20px;
	margin:5px 0 30px 0;
	border:none;
}
.input_name_box_topbox{
	padding:50px 0 0 0;
}
.input_name_box_topbox h2{
	position:relative;
	color:#ED1E79;
	font-weight:bold;
	background: #ED1E79;
	padding:15px;
	border-radius:50px;
	color:#ffffff;
	font-size:120%;
	max-width:300px;
	margin:0 auto -30px auto;
	z-index:9;
}
.input_name_box_topbox_in{
	position:relative;
	border:5px double #ED1E79;
	padding:50px 15px 10px 15px;
	border-radius:15px;
	background:#FFF;
	text-align:left;
	z-index:1;
}
.input_name_box_topbox_in h3{
	font-weight:bold;
}

.check_box{
	margin:100px 0 0 0;
	text-align:center;
	padding:0 0 80px 0;
}
.check_box h2{
	font-weight:bold;
	margin:40px 0 0 0;
}

.check_box h3{
	font-size: 18px;
	font-size: 1.8rem;
	margin:40px 0 0 0;
}

.check_box .question{
	font-size: 18px;
	font-size: 1.8rem;
	margin:20px 0 10px 0;
	text-align:left;
}
.check_box .question span{
	font-weight:bold;
	color:#ED1E79;
	margin:0 5px 0 0;
}

.answer_box_list{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.answer_box{
	padding:0;
}
.answer_box input[type="radio"]{
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.answer_box label{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  background:#FFF;
  border: 1px solid #FFF;
  color: #000;
  cursor: pointer;
  transition: .3s;
	width:160px;
	padding:5px 0;
	border-radius: 30px;
}
.answer_box input[type="radio"]:checked + label{
  background-color: #ED1E79;
  border-color: #ED1E79;
	color:#FFF;
  cursor: default;
}

/*---------------------*/

.result_box{
	padding:0 0 30px 0;
}
.result_box h2{
	color:#374F59;
	text-align:center;
	font-size:24px;
	margin:60px 0 0 0;
}

.result_select{
	margin:70px 0 0 0;
	text-align:center;
}
.result_select select{
	width:200px;
	height:40px;
	line-height:40px;
	border:none;
	border-radius: 30px;
	padding:0 20px;
	font-size:16px;
}

.result_point{
	justify-content: center;
	margin:40px 0;
	text-align:center;
}
.result_point .title{
	text-align:center;
	font-size:18px;
	margin:0 0 10px 0;
}
.result_point .point{
	background:#FFF;
	border-radius: 50%;
	width:160px;
	height:160px;
	text-align:center;
	line-height:160px;
	margin:0 auto 10px auto;
	font-size:20px;
	color:#374F59;
}
.result_point .point span{
	font-size:44px;
	color:#ED1E79;
}
.result_point .bar{
	margin:0px auto 80px auto;
	width:250px;
	position:relative;
}
.result_point .bar:after{
	position:absolute;
	left:50%;
	top:0;
	content:"";
	display:block;
	height:20px;
	border-left:1px solid #DDDDDD;
}
.result_point .bar .bar_1{
	height:10px;
	width:120px;
	margin:0px auto;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.result_point .bar .bar_2{
	height:10px;
	width:120px;
	margin:0px auto;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
.result_point .bar .p1{
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
	position:absolute;
	top:0;
	left:30px;
	background:#F99222;
	color:#FFF;
}
.result_point .bar .p2{
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
	position:absolute;
	top:0;
	right:30px;
	background:#C2252E;
	color:#FFF;
}
.result_point .bar .p1_2{
	font-size:13px;
	text-align:center;
	position:absolute;
	bottom:-40px;
	left:35px;
}
.result_point .bar .p2_2{
	font-size:13px;
	position:absolute;
	bottom:-40px;
	right:30px;
}

.result_advice{
	width:90%;
	margin:0px auto;
	background:#FFF;
	padding:20px;
	border-radius: 30px;
}
.result_advice h3{
	text-align:center;
	color:#374F59;
	font-weight:bold;
	margin:0 0 20px 0;
}
.result_advice .pink{
	color:#ED1E79;
	font-size:16px;
	font-weight:bold;
}

.result_highscore{
	background:#C2252E;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	margin:0 auto 40px auto;
	width:94%;
	padding:10px 0;
	border-radius: 60px;
}
.result_highscore i{
	margin:0 10px 0 0;
	color:#F99222;
	font-size:20px;
}
.result_checkbox{
	text-align:center;
	margin:100px 0;
}
.result_checkbox p{
	color:#374F59;
	font-weight:bold;
	text-align:center;
	font-size:22px;
}
.result_checkbox_radio{
	display:flex;
	justify-content: center;
}

.result_checkbox input[type="radio"]{
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.result_checkbox label{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  background:#FFF;
  border: 1px solid #FFF;
  color: #000;
  cursor: pointer;
  transition: .3s;
	width:150px;
	padding:10px 0;
	border-radius: 30px;
	margin:0 10px;
}
.result_checkbox input[type="radio"]:checked + label{
	background-image: linear-gradient(to right bottom,#DC0BEF 0%,#FEAC06 100%);
	color:#FFF;
  cursor: default;
}

.result_graph{
	margin:0;
}
.result_box h2.result_graph_title{
	margin-bottom:30px;
}
.result_graph .title{
	text-align:center;
	font-size:18px;
	margin:0;
}
.result_graph_box{
	width:320px;
	height:320px;
	margin:0pc auto;
}
.result_graph_box canvas{
	width:100%;
	height:100%;
	margin:0px auto;
}
#myChart2{
	padding:0 0 60px 0;
}

.result_graph_comment{
	background:#FFF;
	padding:10px 20px;
	width:90%;
	margin:0 auto 40px auto;
	text-align:center;
	border-radius: 30px;
	font-weight:bold;
	color:#000;
}

.result_care{
	background:#FFF;
	padding:25px;
	border-radius: 30px;
	margin:20px 0;
	text-align:center;
}
.result_care h3{
	font-weight:bold;
	text-align:center;
	color:#ED1E79;
	font-size:24px;
}
.result_care h4{
	font-weight:bold;
	margin:20px 0 0 0;
}
.result_care ul li span{
	color:#ED1E79;
}
.result_care_box div{
	text-align:left;
}
.result_movie_sec{
	margin:60px 0;
}
.result_movie_sec .caption{
	text-align:center;
	margin:20px 0 30px 0;
}

.result_movie_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px 0;
}
.result_movie_box{
	width:48%;
	margin:0 1% 10px 1%;
}
.result_movie_box h3{
	font-size:15px;
}
.result_movie_box img{
	width:100%;
	height:auto;
	border-radius: 20px;
	margin:0 0 5px 0;
}

.pdf_btn{
	position:fixed !important;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
}

.result_logout{
	padding:30px 0;
	text-align:center;
	color:#ED1E79;
}
.result_logout a{
	display:block;
	padding:5px;
	background:#FFF;
	color:#ED1E79;
	border:2px solid #ED1E79;
	font-weight:bold;
	width:260px;
	margin:0px auto 10px auto;
}
.result_logout a:hover{
	background:#ED1E79;
	color:#FFF;
}



