@charset "UTF-8";
/* baseformat updated date 191031*/
/* ----------------------------------------------------------------reset */
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img, figure, figcaption {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}
/*others*/
table {
    border-spacing: 0;
}
* html table {
    border-collapse: collapse;
}
*:first-child + html table {
    border-collapse: collapse;
}
th, td {
    vertical-align: middle;
    border-collapse: collapse;
}
table, th, td, tr, img {
    border: 0;
}
img {
    vertical-align: bottom;
}
q:before, q:after {
    content: '';
}
ul {
    list-style: none;
}
/* ------------------------------------------------------------------base*/
html {
    font-family: poppins, sans-serif;
}
/*body*/
body {
    height: 100%;
    text-align: center;
    color: #444;
    word-break: break-all;
    background-color: #FFF;
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
	word-break: keep-all;
}
.wrap{
	overflow: hidden;
}
/*link*/
a {
    color: #ea5870;
    text-decoration: none;
}
a img {
    border-style: none;
}
a:visited {
   
}
a:hover {
    color: #46cadb;
	transition: all 0.7s;
}
/*font-size*/
h1, h2, h3, h4, h5, p {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}
li, dt, dd {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}
table {
    font-size: 1.4rem; /* 14px */
    font-size: 14px;
}