body {
 font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
 margin: 0;
 padding: 0;
 color: #333;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
 font-size: 100%;
 font-weight: normal;
 font-style: normal;
 margin: 0;
 padding: 0;
 list-style-type: none;
}

a {
 color: #51257a
}

p.error,
span.important {
 font-weight: bold;
 padding: 0;
 color: #f00;
}

p.error {
 display: none;
}

div,
th,
td {
 box-sizing: border-box;
}

.disc li {
 list-style-type: disc;
 margin: 0 0 0 1.5em;
}

.pc {
 display: none;
}

img {
 max-width: 100%;
}

/* ----------contents---------- */

.contents_p1 {
    background: #FFF;
    margin: 0 auto;
    padding: 5vw;
}
.link   {
   padding: 2vw;
}
.link a img {
    width: 15vw;
}


h1 {
    background: url(../images/main_bg.jpg) no-repeat center top;
    background-size: 100% 70.2vw;
    margin: 0 0 0 0;
    text-align: center;
}

.contents_p1 h1 {
    margin: 5vw 0 0 0;
}
.contents_p1 .present {
    margin: 0 0 0 0;
    display: block;
}
.contents_p1 .banner {
    margin: 5vw 0 0 0;
}
.contents_p1 .feature {
    margin: 10vw 0 0 0;
    text-align: center;
}
.contents_p1 .feature1 {
        width: 100%;
}
.contents_p1 .feature2 {
    width: 60%;
    margin: 16px 0 0 0;
}
.contents_p1 .feature3 {
    width: 100%;
    margin: 5vw 0 0 0;
    text-align: center;
}
.contents_p1 .feature_text {
    margin: 5vw auto 0 auto;
    font-size: 20px;
    line-height: 1.6;
}
.contents_p1 ul {
    margin: 5vw auto 0 auto;
}
.contents_p1 li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    margin: 5vw 0 0 0;
}
.contents_p1 li img {
    margin: 0 24px 0 0;
}
.contents_p1 .image img {
    width: 20vw;
}
.contents_p1 .matome {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    margin: 10vw 0 0 0;
}
.contents_p1 footer p {
    font-size: 12px;
    margin: 5vw 0 0 0;
    line-height: 1.6;
}