@charset "utf-8";
p, h1, h2, ul, dl, dd, body, form {
    padding: 0px;
    margin: 0px;
}
img {
    border: none;
    vertical-align: top;
}
#all {
    line-height: 1.7;
    /* [disabled]font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; */
    font-family: 'Noto Serif JP', serif;
    color: #333333;
    width: 100%;
}
header {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    background-color: hsla(0,0%,100%,0.80);
    overflow: hidden;
    z-index: 1;
}
#nav-toggle {
    width: 30px;
    height: 26px;
    position: absolute;
    top: 30px;
    left: 15px;
    cursor: pointer;
}
#nav-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    right: 0px;
    background-color: #1995AD;
    transition: 0.3s;
}
#nav-toggle span:nth-child(1) {
    top: 0px;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#nav-toggle.open span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
}
#nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
}
#nav-toggle.open span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
}	
header h1  {
    position: absolute;
    top: 15px;
    right: 26px;
}
nav {
    padding-top: 90px;
    margin-left: 0px;
    position: relative;
}
nav ul {
    background-color: rgba(25,149,173,0.90);
    padding: 80px 10px;
    display: none;
    overflow: hidden;
}

nav li {
    margin: 0 auto;
    float: none;
    width: 375px;
    list-style-type: none;
}
.sec0 h1     {
    text-align: center;
    margin: 0 auto;
    padding-top: 120px;
}
.sec0 .title   {
    margin: 10px auto 0px;
    width: 300px;
}
.sec0 .step {
    margin-top: 69px;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 346px;
}
.sec0 .discript {
    width: 320px;
    text-align: left;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: ショートハンドを設定;
    margin-top: 0px;
}
.sec0 .photo    {
    margin: 0 auto;
    width: 250px;
}
.sec2 .photo {
    margin: 0 atuo;
    width: 200px;
}


.sec1 .step , .sec2 .step, .sec3 .step, .sec4 .step, .sec5 .step{
    margin-top: 75px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 159px;
}
.sec1 a {
    /* [disabled]display: none; */
    text-decoration: none;
    color: #1995AD;
    text-align: center;
    margin: 0 auto;
    width: 320px;
    font-size: small;
}
.sec6 h1 {
    text-align: center;
    margin: 0 auto;
    padding-top: 150px;
}

.sec6 .title {
    margin: 0px auto 49px;
    width: 300px;
}
.sec6 .inner {
    margin: 0 auto;
    width: 375px;
    padding-bottom: 76px;
    padding-top: 0px;
}

.sec6 .photo {
    margin: 39px auto 50px;
    width: 250px;
}
.sec6 table {
    margin: 47px auto 0px;
    border-collapse: collapse;
    border: 1px solid #1995AD;
}


.sec6 .discript {
    width: 320px;
    margin-top: 31px;
    margin-bottom: 148px;
    margin-left: auto;
    margin-right: auto;
}
.sec6 .gotop {
    width: 54px;
    position: absolute;
    right: 24px;
}
footer {
    background-color: #1995AD;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    text-align: center;
}

@media (min-width:640px){
.sec0 h1   , .sec6 h1{
    font-size: x-large;
}
.sec0 .discript   , .sec1 .discript, .sec2 .discript, .sec3 .discript, .sec4 .discript, .sec5 .discript, .sec6 .discript{
    width: 450px;
}
.sec6 .inner {
    width: 430px;
}
.sec6 .inner .title {
    width: 430px;
    display: inline-block;
    text-align: center;
}





}
