html {
	font-family:"メイリオ", "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
}
body {
-webkit-text-size-adjust:100%;
background-color:#CCCCCC;
}

#head {
	position: fixed;
	z-index: 999;
	max-width: 640px;
	margin:0 auto;
	top:0;
}
.c-wrapper {
    margin: 0 auto;
    background: #FFFACD;
}
.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;
}

.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 25px;
}

.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;
    padding: 17px 0 0;
    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;
}

.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);
}

.topbox {
	max-width: 1000px;
	display: box;
	display: -webkit-box;
	display: -moz-box;

	/* 配置したボックスを左右中央寄せにする */
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
}

.secbox {
	display: inline-block;
	text-align:left;
	vertical-align:top;
	max-width: 100%;
	font-size:0.9em;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:20px;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

.contbox {
	text-align:left;
	vertical-align:middle;
	max-width: 100%;
	font-size:0.9em;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}

/* -- #画像関係指定 -- */

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

.img-r {
    float: right;
	max-width: 100%;
	height:auto;
	margin:5px;
}

.img-l {
    float: left;
	max-width: 100%;
	height:auto;
	margin:5px;
}

/* -- テキスト装飾 -- */

h1,h2,h3,h4,h5 {
  margin: 0 auto;
  line-height: 1.5em;
  }

p {
  margin:10px;
  line-height: 1.5em;
  }

hr {
	margin:20px;}

ul {
margin-bottom:10px;
}

li {
  list-style-type: none;
  padding-left: 5px;
  text-indent: -10px;
  margin-left:10px;
}

li::before {
  position: relative;
  left:-5px;
  display: inline-block;
 
  width: 10px;
  height: 10px;
 
  content: '';
 
  border-radius: 100%;
  background: black;
}

h1 {
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	color:#006699;
	border-bottom-style:solid;
	border-bottom-color:#036;
	border-bottom-width:1px;

}

h2{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin-top:0px;
	margin-bottom:20px;
	color:#FFFFFF;
	background-color:#E70012;
	border-width:non;
	width:60%;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */  
	}

h3	{
	font-size:1.2em;
	font-weight:bold;
	padding-top:2px;
	background-color:#FFE45F;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

h4	{
	font-size:1.1em;
	font-weight:bold;
	margin-top:1em;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	color:#036;
	border-top: double #0084FF;
	border-bottom: solid 1px #0084FF;
	}

h5	{
	font-size:1em;
	font-weight:bold;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-left-style:double;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left:5px;
	}

h6	{
	font-size:0.9em;
	font-weight:bold;
	margin-left:-20px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding: 0px;
	}

.conttitle	{
	font-size:1.2em;
	font-weight:bold;
	width:200px;
	float:left;
	text-align:center;
	color:#FFF;
	background-color:#A40B5F;
	border-width:thin;
	border-style:solid;
	margin-top:10px;
}

a.btn {
  display: inline-block;
  margin: 15px 15px 0;
  padding: .6em 1.1em;
  font-size: 20px;
  font-size: 1.2rem;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #fe4365;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}
a.btn:hover, a.btn:focus {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

a.btn-secondary {
  background:#69C;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
}
a.btn-secondary:hover {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
}

a.btn-sub {
  background: #C60;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9;
}
a.btn-sub:hover {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99;
} 
  
a.btn:active,
a.btn-sub:active,
a.btn-secondary:active {
  background: #4ecdc4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
}

a.smallbtn {
  display: inline-block;
  margin: 5px 5px 0;
  padding: .4em .8em;
  font-size:0.9em;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #06C;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #fe4365;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}
a.smallbtn:hover, a.smallbtn:focus {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

a.smallbtn:active {
  background: #4ecdc4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
}


table {
	margin: 0 auto;
}

table.top {
	margin: 0 auto;
	table-layout:fixed;
}

.stdtext {
	text-align:left;
	padding-left:30px;
	font-size:1em;
	line-height:1.5em;
}
	
.whitetitle {
	color:#FFFFFF;
	font-weight:bold;
	}

.snote {
	font-size:0.9em;
}

.warn {
	font-size:0.9em;
	font-weight:bold;
	color:red;
}

.footertext {
	color:#252525;
	font-size:0.9em;
	margin:10px;
}

.footercopy {
	color:#FFFFFF;
	font-size:0.8em;
	margin:10px;
}

.footlink {
	border: 1px #BBBBBB solid;
	padding:10px;
}

/* -- テキストボックス内の指定 -- */
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.clearfix {
display: inline-table;
}

.clearfix:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

.clear {
clear:both;
}

.clear hr {
display:none;
}



@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;
    }
}


@media screen and ( max-width:479px )
{
body {
	font-size: 0.9em;
	}
}