<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*------------------------------------------------*/
/*  Common  */
/*------------------------------------------------*/
html{
    height: 100%; /* important/scrool image */
}
body {
  font-family: "Droid Serif", serif;
  color: #7f8c97;
	background-color: #FFFFFF;
  background-position: center -100px;
  background-image: url(../images/download.jpg);
    background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,p,li{
    color: #546e7a;
	font-family: "Noto Sans Japanese";
	font-size: 12px;	
}
table{
    color: #546e7a;
	font-family: "Noto Sans Japanese";
	font-size: 14px;	
}
strong{
	font-family: "Noto Sans Japanese";
	font-weight: 600;
}


/*------------------------------------------------*/
/*  form */
/*------------------------------------------------*/
/*  common */
/*------------------------------------------------*/
#form{
    margin: 0px 0px 30px 0px;
}
#form .full{
    width: 100%;
    margin: 0px 0px 0px 0px;
    height: 200px;
}
#form #title{
    width: auto;
    margin: 70px 0px 0px 0px;
}

#form h1{
    margin: 100px 0px 10px 0px;
    font-size: 23px;
font-family: "Noto Sans Japanese";
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    letter-spacing: -0.05em;
}
#form h2{
    margin: 0px 0px 60px 0px;
    font-size: 16px;
font-family: "Noto Sans Japanese";
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    letter-spacing: -0.05em;
    line-height: 1.5em;
}
#form .text{
    font-size: 14px;
font-family: "Noto Sans Japanese";
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    letter-spacing: -0.05em;
    line-height: 2em;
    padding: 20px;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    border-radius: 3px;
}


#Mform{
    width: 561px;
    display: inline;
    
}




button{
font-family: "Noto Sans Japanese";
    font-weight: 400;
}



    
    







</pre></body></html>