html{
    font-size: 62.5%;
}
body {
	background: #DDFFFF;
	vertical-align:middle;
	text-align: center;
	font-size:1.6rem;/* 16px*/
    line-height: 2;
}


img { 
    width: 80%; 
    height: auto;
    text-align: center; 
} 


ul {
text-align ="left"
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}


th {
	background: #f0e6cc;
	padding: 3px;
	width: 80px;
	height: 40px;
}

td {
	background: #ffffff;
	padding: 3px;
	width: 150px;
	height: 40px;
}

.even {
	background: #fbf8f0;
}

.odd {
	background: #fefcf9;
}
	
.main_j_large{
text-align ="left"
}

.main_j{
text-align ="left"
}

h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}

ol li::marker{
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}

ol li ol li::marker{
	font-size:1.6rem;/* 16px*/
    line-height: 2;
}

ol li ol{
	padding-left: 10px;
}



.br-pc { display:block; }
.br-sp { display:none; }

@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
.br-pc { display:block; }
.br-sp { display:none; }

ol li::marker{
        font-size: 2.4rem;/* 24px*/
}

ol li ol li::marker{
	font-size:1.6rem;/* 16px*/
    line-height: 2;
}

ol li ol{
	padding-left: 10px;
}

}



@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
  .br-pc { display:none; }
  .br-sp { display:block; }

ol li::marker{
        font-size: 2rem;/* 20px*/
}

ol li ol li::marker{
	font-size:1.6rem;/* 16px*/
    line-height: 2;
}

ol li ol{
	padding-left: 10px;
}


}


