@charset "UTF-8";
/* default.css
**************************************************************************************/
/* CSS Reset
============================================================================= */
body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

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

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

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

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

/* Artis-add */
br {
    letter-spacing: normal;
}

hr {
    display: none;
}

img {
    vertical-align: bottom;
    font-size: 1px;
}

img a {
    border: none;
}

/* gsc-result */
.gsc-result .gs-title {
    height: 1.4em !important;
}

/* Voice Reader Hide
============================================================================= */
p.hide {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}

/* Float Clear
============================================================================= */
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

/* \ */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*  */
.clear {
    clear: both;
}

/* Layout Space
============================================================================= */
.sp-mb000 {
    margin-bottom: 0 !important;
}

.sp-mb005 {
    margin-bottom: 5px !important;
}

.sp-mb010 {
    margin-bottom: 10px !important;
}

.sp-mb015 {
    margin-bottom: 15px !important;
}

.sp-mb020 {
    margin-bottom: 20px !important;
}

.sp-mb025 {
    margin-bottom: 25px !important;
}

.sp-mb030 {
    margin-bottom: 30px !important;
}

.sp-mb040 {
    margin-bottom: 40px !important;
}

.sp-mb050 {
    margin-bottom: 50px !important;
}

.sp-mb075 {
    margin-bottom: 75px !important;
}

.sp-mb100 {
    margin-bottom: 100px !important;
}

.sp-mb125 {
    margin-bottom: 125px !important;
}

.sp-mb150 {
    margin-bottom: 150px !important;
}

.sp-mb200 {
    margin-bottom: 200px !important;
}

.sp-pb000 {
    padding-bottom: 0 !important;
}

.sp-pb005 {
    padding-bottom: 5px !important;
}

.sp-pb010 {
    padding-bottom: 10px !important;
}

.sp-pb015 {
    padding-bottom: 15px !important;
}

.sp-pb020 {
    padding-bottom: 20px !important;
}

.sp-pb025 {
    padding-bottom: 25px !important;
}

.sp-pb030 {
    padding-bottom: 30px !important;
}

.sp-pb040 {
    padding-bottom: 40px !important;
}

.sp-pb050 {
    padding-bottom: 50px !important;
}

.sp-pb075 {
    padding-bottom: 75px !important;
}

.sp-pb100 {
    padding-bottom: 100px !important;
}

.sp-pb125 {
    padding-bottom: 125px !important;
}

.sp-pb150 {
    padding-bottom: 150px !important;
}

.sp-pb200 {
    padding-bottom: 200px !important;
}

/* Text Decoration (CMS)
============================================================================= */
/* Color */
span.color-01 {
    color: #000;
}

span.color-02 {
    color: #fff;
}

span.color-03 {
    color: #800000;
}

span.color-04 {
    color: #000080;
}

span.color-05 {
    color: #f36;
}

span.color-06 {
    color: #f00;
}

span.color-07 {
    color: #f90;
}

span.color-08 {
    color: #3c0;
}

span.color-09 {
    color: #008000;
}

span.color-10 {
    color: #0cf;
}

/* Style */
span.strong {
    font-weight: bold;
}

span.i {
    font-style: italic;
    font-family: MS UI Gothic, Verdana, sans-serif, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
}

span.v-top {
    vertical-align: top;
    font-size: 80%;
}

span.v-bottom {
    vertical-align: bottom;
    font-size: 80%;
}

span.right-adjust {
    display: block;
    text-align: right;
}

span.center-justification {
    display: block;
    text-align: center;
}

span.non-breaking {
    display: block;
    text-align: right;
}
