@charset "utf-8";
/* CSS Document */

/********************[基本設定]********************/

body {font-size: 1em; margin: 0;}
h1 {color: #fff; font-size:  1em; padding: 0.3em; margin: 0;}
h2 {font-size:1.6em; margin-bottom: 1em; font-weight: 600;}
p {margin-bottom: 1em;}
header {position: sticky; top: 0; z-index: 999; background-color: #3c3c3c; text-align: center;}
footer {text-align: center; border-top:1px #dcdcdc solid; padding: 1em;}

.container {max-width: 1200px; margin: 0 auto; margin-bottom: 10em;}
.content {width: 100%; text-align: center;}
.content img {display: block; width: 80%; margin: 0 auto 2em;} 

.pc { display: none !important; }
.sp { display: block !important; }

@media only screen and (min-width: 768px) {
    .container {margin-top: 1em;}
    .pc { display: block !important; }
    .sp { display: none !important; }
}

/********************[スタイル設定]********************/

body {
    background-color:#fffff4;
    font-family: 'Noto Sans JP', sans-serif;
}

h2 {color: #F87E2F;}
p {font-weight: 600;}

.content img {width: 40%;}
