html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
button {
    outline: 0
}
ol {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
q {
    display: inline;
    font-style: italic
}
q:before {
    content: '"';
    font-style: normal
}
q:after {
    content: '"';
    font-style: normal
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
th,
td {
    padding: 2px
}
big {
    font-size: 120%
}
small,
sup,
sub {
    font-size: 80%
}
sup {
    vertical-align: super
}
sub {
    vertical-align: sub
}
dd {
    margin-left: 20px
}
kbd,
tt {
    font-family: courier;
    font-size: 12px
}
ins {
    text-decoration: underline
}
del,
strike,
s {
    text-decoration: line-through
}
dt {
    font-weight: bold
}
address,
cite,
var {
    font-style: italic
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}
/*非表示*/
aside,
footer.entry-footer,
footer.footer,
#branding,
#menu,
.post-edit-link,
.entry-meta {
    display: none;
}
/*デザイン*/
body {
    background-color: #eee;
	font-size: 16px;
    line-height: 32px;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
footer{
	text-align:center;
}
h1,
h2,
h3,
h4,
h5,
h6{
    border-bottom:1px solid #ccc;
    margin-bottom:12px;
	padding-bottom:12px;
	font-size:120%;
	font-weight:bold;
	line-height: 1.6;
}
h1 a{
    color: #000;
    text-decoration: none;
    pointer-events: none;
}
a{
    color:#3998d6;
	text-decoration: none;
	cursor: hand;
}
a:hover img {
    opacity:.6;
}
.button {
  display: block;
	margin:0 auto;
  max-width: 100%;
  text-align: center;
  background-color: #01C33D;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 1.4em;
  border-radius: 48px;
}
a p{
cursor: hand;
}
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    background: #eee;
margin-bottom:1em;
border-left:solid 4px #ccc;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
p{
    margin-bottom: 2em;
	line-height: 1.6;
}
a.company{
	text-decoration:none;
	color:#000;
}
#footer p{
    margin-bottom: 0;
}
#footer p a{
    text-decoration:none;
	color:#000;
}
ul {
	padding-left: 1em;
	margin-bottom: 2em;
}
strong{
	font-weight:bold;
}
.marker-yellow{
	/*display:inline-block;*/
background: linear-gradient(transparent 50%, #ffef00 0%);
	font-weight:bold;
}
pre{
    background-color: #eee;
    border:1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1em;
    padding: 1em;
    white-space: pre-wrap ;
}
figure{
    text-align: center;
}
/*PC
---------------------------------------------------------------------------*/
#wrapper{
    width:960px;
    margin:0 auto;
}
#container{
    background-color: #fff;
    border-radius: 12px;
    border:1px solid #ccc;
    padding:80px;
    margin:40px 12px;
}
img{
	width: auto;
	height: auto;
}
/*タブレット
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px){
    #wrapper{
        width:100%;
        margin:0 auto;
    }
    #container{
        background-color: #fff;
        border-radius: 12px;
        border:1px solid #ccc;
        padding:1em;
        margin:12px;
    }
}
/*スマートフォン
---------------------------------------------------------------------------*/
@media (max-width : 480px){
    #wrapper{
        width:100%;
        margin:0 auto;
    }
    #container{
        background-color: #fff;
        border-radius: 12px;
        border:1px solid #ccc;
        padding:1em;
        margin:12px;
    }
}