@charset "utf-8";

/*---------------------------------------
recet
---------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
hgroup,
section,
article,
aside,
hgroup,
footer,
figure,
figcaption,
nav {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

body {
    -moz-text-size-adjust: none;
    line-height: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

img {
    border: 0 none;
    vertical-align: text-bottom;
    max-width: 100%;
    height: auto;
}

ul {
    list-style: outside none none;
}

table {
    border-spacing: 0;
    empty-cells: show;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: normal;
    src: url('../font/NotoSansCJKjp.eot');
    src: url('../font/NotoSansCJKjp.eot?#iefix') format('embedded-opentype'),
        url('../font/NotoSansCJKjp.woff') format('woff'),
        url('../font/NotoSansCJKjp.otf') format('opentype')
}

/*---------------------------------------
native
---------------------------------------*/

/* editor */

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */

.aligncenter {
    display: block;
    margin: 1em auto;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px !important;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0 !important;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
    margin: auto;
}

/* clearfix */

.cf::after {
    content: "";
    display: block;
    clear: both;
}


/* border-box */
*,
*::before,
*::after {
    box-sizing: border-box;
}


@media screen and (max-width:767px) {
.alignright {
    float: right;
    margin: 0 0 10px 10px !important;
    max-width: 45%!important;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0 !important;
    max-width: 45%!important;
}
}