@charset "utf-8";
/* CSS Document */

body {
    background: white;
}
.xdgform img {
    width: 60%;
    padding: 2% 0 2% 3%;
}
.xdgform form input {
    display: block;
    border: 1px solid #594853;
    width: 75%;
    height: 3.2rem;
    border-radius: 1rem;
    text-indent: 1%;
    margin: 2% auto;
}
#submit {
    background: #fec036;
    color: #1a1618;
    font-weight: 700;
    text-indent: 0;
    font-size: 1.7rem;
    letter-spacing: 3px;
    border: 0;
}
.xdg_01 h2 {

    text-align: center;
    color: #ff2352;
    letter-spacing: 2px;
    padding-top: 1rem;

}
.xdg_01 p {

    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding: 1%;

}
.xdg_03 h2 {
    text-align: center;
    color: #ff2352;
    letter-spacing: 2px;
    padding-top: 1%;
}
.xdg_03 p {
    text-align: center;
    color: #383636;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.xdg_02 div {
    float: left;
    width: 50%;
    text-align: center;
}
.xdg_02 div a {
    background: -webkit-linear-gradient(#fc7491, #ff2957);
    background: -o-linear-gradient(#fc7491, #ff2957);
    background: -moz-linear-gradient(#fc7491, #ff2957);
    background: linear-gradient(#fc7491, #ff2957);
    display: block;
    color: white;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    width: 71%;
    border-radius: 1rem;
    margin: 8% auto;
	box-shadow: 2px 2px 0px #df6581;
}
.xdg_03 a {
    background: -webkit-linear-gradient(#fc7491, #ff2957);
    background: -o-linear-gradient(#fc7491, #ff2957);
    background: -moz-linear-gradient(#fc7491, #ff2957);
    background: linear-gradient(#fc7491, #ff2957);
    display: block;
    color: white;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    width: 85%;
    border-radius: 1rem;
    margin: 8% auto;
	box-shadow: 2px 2px 0px #df6581;
text-align: center;
}