@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

a:link { color: #b3b3b3; }
a:visited { color: #b3b3b3; }
a:hover { color: #b3b3b3; }
a:active { color: #b3b3b3; }
a {
text-decoration: none;
outline:none;
}

/*img {vertical-align:top;}*/
img.w100p{width:100%}
img.w90p{width:90%}
img.w80p{width:80%}
img.w70p{width:70%}
img.w60p{width:60%}
img.w50p{width:50%}
img.w44p{width:44%}
img.w40p{width:40%}
img.w30p{width:30%}
img.w20p{width:20%}

#wrap {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 777px;
}

#container{
	margin: 0 auto;
	width: 100%;
	/*background-color: #29632e;*/
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*a{
  color: inherit;
  text-decoration: none;
}*/

.support-box{ padding: 0 4vw 15vw;}

.text_color_a{
	color: #db114b;
}

.text_color_b{
	color: #fff000;
}

.text_color_c{
	color: #ff9d00;
}

.text_a{
	font-size: 5.5vw;
	font-weight: bold;
	line-height: 7.5vw;
	margin: 0 auto 5vw;
	text-align: left;
}

.text_aa{
	font-size: 5.5vw;
	font-weight: bold;
	line-height: 7.5vw;
	margin: 10vw auto 5vw;
	text-align: left;
}

.text_b{
	font-size: 4.7vw;
	font-weight: bold;
	line-height: 37px;
	text-align: left;
}

.text_c{
	font-size: 3.75vw;
	line-height: 5.5vw;
	text-align: left;
}

.text_d{
	font-size: 3.75vw;
	line-height: 5.5vw;
	margin: 0 auto 5vw;
	text-align: left;
}

.font_size_a{
	bottom: 18px;	
	font-size: 23px;
	position: relative;
}

.bt_1{
	margin: 0 auto;
	width: 85%;	
}

.login_t{
	margin: 5% auto 0;
}

.pmark{
	margin: 0 auto;
	width: 80%;
}