/* RESET
================================================ */
 html, body, div, span, a, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content: none;
}
img, fieldset {
    border: 0;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
img {
    max-width: 100%;
    height: auto;
    margin:0;
    padding:0;
}
nav ul {
    list-style: none
}
ul, li {
    list-style: none
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}
;
 em, cite {
    font-style: normal
}
b, strong {
    font-weight: bold
}
:focus {
    outline: 0
}
table, th, td {
    border: 0
}
table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
    border-color: inherit;
}
blockquote, q {
    quotes: none
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background-color: #ffff00;
    color: #000;
    text-decoration: none;
}
mark {
    color: inherit;
    font-weight: bold;
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
textarea {
    overflow-x: hidden;
    overflow-y: auto;
    vertical-align: top;
}
fieldset {
    border: 0
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button
}
input, select, input[type=search], button {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
button, input {
    line-height: normal;
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input, button {
    border: 0
}
input {


    vertical-align: middle;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]:focus {
    outline-offset: -2px
}
input[type="search"]::-webkit-search-decoration {
    display: none
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    padding: initial;
    background-color: initial;
    border: initial;
}
input, input[type="password"], input[type="search"], isindex {
    padding: 1px;
    background-color: white;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: pointer;
}
input, textarea, keygen, select, button, isindex {
    margin: 0em;
    /*font: -webkit-small-control;*/
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
}
textarea {
    width:100%;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
input, textarea, keygen, select, button, isindex, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}
/*-- clear -- */
.clearfix:after {
    content:"";
    display: block;
    clear: both;
}
/*-- box-sizing -- */
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* INIT
================================================ */
 html, body{
    height: 100%
}
html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    font-family:" ArialMT", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W3", "HiraKakuProN-W6", "メイリオ", sans-serif;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    font-style: normal;
    color: #212121;
    background-color: #8ace02;
    line-height: 100%;
    letter-spacing: 0px;
    word-spacing: normal;
    white-space: normal;
    text-wrap: normal;
    word-break: normal;
    word-wrap: break-word;
    text-indent: 0;
    text-transform: none;

}
a {
    font-weight: normal;
    color: #424242;
    border: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(138, 206, 2, 0.5);
    border-radius: 0;
}
a:hover {
    -webkit-tap-highlight-color: rgba(138, 206, 2, 0.4);
    outline: none;
}
a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
}
p {
    margin: 0;
    padding: 0;
    /*text-align: justify;*/
    text-justify: inter-ideograph;
    line-break: strict;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
　　font-weight: normal; 
}
h1 {
  font-size: 1.8rem;
  line-height: 22px;
}
h2{
    font-size: 1.6rem;
    line-height: 20px;

}
h3, h4, h5, h6 {
    font-size: 1.4rem;
    line-height: 16px;
}
small {
    font-size: 1.0rem;
    line-height: 1.0rem;
    font-weight: normal;
    font-family:"ArialMT", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "sans-serif";
}
img {
    -ms-interpolation-mode: bicubic;
}
