@charset "utf-8";
/* ----------------------- Browser Default Initialization */
html {
    width: 100%;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1.5;
}
body{
    width: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var  {
    font-style: normal;
}
table   {
    border-collapse: collapse;  border-spacing: 0;
}
caption, th, td {
    text-align: left;
    vertical-align: top;
}
q:before ,q:after   {
    content: '';
}
object, embed   {
    vertical-align: top;
}
hr, legend  {
    border: 0;
}
h1, h2, h2, h3, h4, h5, h6,b {
    font-size: 100%;
    font-weight: 700;
    font-style: normal;
}
img, abbr, acronym, fieldset    {
    border: 0;
}
img{
  width: 100%;
  vertical-align: bottom;
}
li  {
    list-style-type: none;
}
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;
}

/* ----------------------- Basic Style */

a{
    text-decoration: none;
}
*,
*:before,
*:after{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #004559;
    font-feature-settings: "palt";
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
@media screen and (max-width: 750px){
    html {
        width: 100%;
        overflow-y: scroll;
        font-size: 16px;
        line-height: 1.5;
    }
    /*iPhoneのテキスト自動拡大を解除*/
    body {
      -webkit-text-size-adjust: 100%;
    }
    img{
        width: 100%;
    }
}
/* CSS Document */
