html {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 62.5%;
    background-color:#CCCCCC;
}

#head {
	position: fixed;
	z-index: 999;
	max-width: 640px;
	margin:0 auto;
	top:0;
}
.c-wrapper {
    margin: 0 auto;
    background: #ffffff;
}
.c-header {
    background: #ffffff;
    border-bottom: 1px solid #999999;
    padding: 22px 20px 21px;
}

.c-header-logo {
    text-align: right;
}

.c-innerContents-ttl {
    text-align: center;
    background-color: #57b349;
}

.c-innerContents-ttl .p-ttl {
    padding: 22px 0 27px 0;
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    color: #ffffff;
    font-weight: bold;
}

.c-innerContents-main {
    padding: 18px 20px 45px;
}

.c-step-nav {
    text-align: center;
    line-height: 0;
}

.c-btn-toTop {
    text-align: center;
    line-height: 0;
   padding-bottom:5px;
}

.c-footer {
    background: #ffffff;
    border-top: 1px solid #999999;
    padding: 34px 0 34px;
    text-align: center;
}

.c-btn-toTop .p-link img {
    width: 140px;
    padding-bottom:10px;
}

.c-footer-copyright {
    text-align: center;
}

.autoimg {
	max-width: 100%;
	height:auto;
}

.snote {
	font-size:10px;
	color: #e60012;
}

.scopy {
	font-size:0.7em;
}

.filelabel{
  display: inline-block;
  position: relative;
  background-color: #1877F2;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.5s;
}
.filelabel:hover{
  background-color: #004db1;
}

.fileinput{
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

@media screen and (min-width:641px){
    .c-wrapper {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        width: 640px;
    }
    .c-footer-copyright {
        margin-top: 20px;
    }
}

@media screen and (max-width:640px){
    .c-header-logo img {
        width: 29.53125vw;
    }
    .c-step-nav img {
        width: 87.5vw;
    }
    .c-footer-logo img {
        width: 44.375vw;
    }
    .c-footer-copyright {
        margin-top: 3.125vw;
    }
    .c-footer-copyright img {
        width: 88.90625vw;
    }
}