html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}
body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

.title {
font-size :24px;
font-weight:bold;
}


h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: bold;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
	font-size:16px;
}


.sub1 {
 width:100%;	
 margin-top:20px;
 font-size:20px;
 font-weight:bold;
 margin-bottom:0;

}


.haikei {
	background-color:#FF3;

}

.futo {
	font-weight:bold;
}

.mt_20 {
	margin-top:20px;
}

.mb_3em {
	margin-bottom:3em;
}

.m_l_20 {
	
	margin-left:20px;
}



a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }



/*
################################
スマホ用
################################
*/
@media screen and (max-width:750px) {
* { margin: 0; padding: 0;}

img {max-width:100%;}

body {
	max-width:100%;
	width:80%;
	/*max-width: 750px;*/
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto ;
	text-align: center;
}

html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

/*body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}*/

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: bold;
    line-height: 1.3;
	font-size:calc(160% * 0.5);
}

h2 {
    margin-top: 1.3em;
	font-size:16px;
}


.title {
font-size :calc(100%*0.5);
}

.sub1 {
 width:80%;	
 margin-top:2em;
 font-size:90%;
 font-weight:bold;
 margin-bottom:1em;

}


.haikei {
	background-color:#FF3;

}

.futo {
	font-weight:bold;
}

.mt_20 {
	margin-top:3em;
}

.mb_3em {
	margin-bottom:3em;
}



a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}