* {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

*,blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

img {
    border: 0 none;
    vertical-align: top
}

em,i {
    font-style: normal
}

ol,ul {
    list-style: none
}

button,h1,h2,h3,h4,h5,h6,input,select {
    font-size: 100%;
    font-family: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

a,body {
    color: #666
}

body {
    margin: 0 auto;
    min-width: 4.26667rem;
    max-width: 10.24rem;
    width: 100%;
    height: 100%;
    font-size: .18667rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%!important;
    text-size-adjust: 100%!important;
    -webkit-user-select: none;
    user-select: none
}

input[type=text],textarea {
    -webkit-appearance: none;
    appearance: none
}

html {
    width: 100%;
    height: 100%
}
.main {
    margin-left: .4rem;
    margin-right: .4rem;
    margin-top: .5rem;
    padding-bottom: 1rem;
    font-size: .34rem;
    color: #666;
    line-height: .64rem;
}

.main h1 {
    padding-bottom: .25rem;
    font-size: .42667rem;
    color: #515151;
    font-weight: 700;
    text-align:center;
}
.main h2 {
    font-size: .4rem;
    color: #515151;
    font-weight: 700;
    line-height: .8rem;
}
.main h3 {
    font-size: .37rem;
    color: #515151;
    font-weight: 700;
    text-indent: 2em;
    line-height: .8rem;
}
.main h4 {
    font-size: .36rem;
    color: #515151;
    font-weight: 700;
    text-indent:2em;
    line-height: .8rem;
}

.main p {
    font-size: .36rem;
    color: #666;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    line-height: .64rem;
    text-indent: 2em;
    text-align: justify;
}

.main .tit{
    text-indent: 0;
}
.line{text-decoration:underline;}
@media screen and (min-width: 415px) {
    .main h1 {
        font-size: 22px;
        line-height:1.8;
    }
    .main h2 {
        font-size: 20px;
        line-height:1.8;
    }
    .main h3 {
        font-size: 20px;
        line-height:1.8;
    }

    .main p {
        font-size: 18px;
        line-height:1.8;
    }
}