@charset "utf-8";

/*
=======================================
  Reset CSS
=======================================
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

h2 {
    font-size: 2.6rem;
    font-weight: black;
    /* margin-bottom: 16px; */
    text-align: center;
    color: #FCD2E3;
    -webkit-text-stroke: 1px #F40E6F;
    text-stroke: 1px #F40E6F;
}

.title {
    font-size: 1.1rem;
    margin-bottom: 64px;
    text-align: center;
}

.w1120 {
    padding: 80px 20px;
    max-width: 1160px;
    margin: 0 auto;
}

@media screen and (max-width:750px) {
    h2 {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 45px;
        text-align: center;
    }
    .w1165 {
        padding: 0 10px;
        width: 100%;
    }
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
input,
select,
textarea {
    vertical-align: middle;
}

.btn {
    transition: 0.3s;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.5;
}


/* a {
    color: ;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    color: ;
}

a:hover img {
    opacity: 0.7;
} */