@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
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,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    /* font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    color: #262626;
}

body {
    -webkit-text-size-adjust: 100%;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    word-break: break-all;
}

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

address {
    font-style: normal;
}

li {
    list-style-type: none;
    word-break: break-all;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:link,
a:visited {
    color: #262626;
}

a:hover,
a:active {
    color: #008ed1;
}

a.underline:hover,
a.underline:active {
    color: #008ed1;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table caption,
th,
td {
    text-align: left;
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

h1 {
    font-size: 16px;
    font-weight: normal;
}

h2 {
    font-size: 25px;
    font-weight: normal;
}

h3 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

* {
    /*font-size: 16px;*/
    /* 基準のフォントサイズを13pxとする */
    color: #262626;
    /* 基準のフォントカラー＃262626のグレーとする */
    -webkit-text-size-adjust: 100%;
    /* ブラウザ側での自動調整をなしにする */
    letter-spacing: 0.1em;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}

input[type="radio"] {
    margin: 0px 5px 1px 0px;
}

textarea {
    resize: none;
}

.page_newsSubTit {
    margin-bottom: 20px !important;
    margin-top: 80px !important;
}