<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
    font-style: normal;
    margin: 0;
}

body {
    font-family: 'Noto Sans JP',"メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
    font-size: 14px;
    -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
input,
textarea table,
thead,
tbody,
tfoot,
caption,
th,
td,
br {
    padding: 0;
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
}

table {
    font-size: inherit;
    font: 100%;
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

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

textarea {
    font-size: 100%;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

object,
embed {
    vertical-align: top;
}

.clear {
    clear: both;

}

.ieClear {
    line-height: 0;
    font-size: 0;
    clear: both;
}

.va-t {
    vertical-align: top !important;
}

.va-b {
    vertical-align: bottom !important;
}

.al-r {
    text-align: right;
}

.al-l {
    text-align: left;
}

/* float hack */

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
    overflow: hidden;
}

/**/


/* vertical-align hack */

.valignfix {
    display: table-cell;
    margin-bottom: 1px;
    vertical-align: middle;
}

* html .valignfix {
    /* IE 6 */
    display: inline;
    zoom: 1;
}

*:first-child+html .valignfix {
    /* IE 7 */
    display: inline;
    zoom: 1;
}

/*\*/
/*/
* html .valignfix{
    display:inline-block;
}
/**/

/*margin.padding関係*/
.mar-l20 {
    margin-left: 20px;
}

.mar-t20 {
    margin-top: 20px;
}

.mar-tb10 {
    margin: 10px 0;
}

.mar-tb20 {
    margin: 20px 0;
}

.mar-b10 {
    margin-bottom: 10px;
}

.mar-b30 {
    margin-bottom: 30px;
}

.mar-b20 {
    margin-bottom: 20px;
}

.mar-r15 {
    margin-right: 15px;
}

.mar-r20 {
    margin-right: 20px;
}

.mar-b50 {
    margin-bottom: 50px;
}

.mar-t30 {
    margin-top: 30px;
}

.mar-t40 {
    margin-top: 40px;
}

.mar-t50 {
    margin-top: 50px;
}

.mar-l10 {
    margin-left: 10px;
}

.mar-l20 {
    margin-left: 20px;
}

.mar-l30 {
    margin-left: 30px;
}

.mar-l50 {
    margin-left: 50px;
}

.mar-l100 {
    margin-left: 100px;
}

.pd-t5 {
    padding-top: 5px;
}

.pad-t15 {
    padding-top: 15px;
}

.mar-t10 {
    margin-top: 10px;
}

.pad-10 {
    padding: 10px;
}

.pad-tb05 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/*テキストサイズ関係
body {
    font-size: 14px;
    *font-size: small;
    *font: x-small;
}*/

.txt10 {
    font-size: 77%;
}

.txt11 {
    font-size: 85%;
}

.txt12 {
    font-size: 93%;
}

.txt14 {
    font-size: 108%;
}

.txt15 {
    font-size: 116%;
}

.txt16 {
    font-size: 123.1%;
}

.txt17 {
    font-size: 131%;
}

.txt18 {
    font-size: 138.5%;
}

.txt20 {
    font-size: 153.9%;
}

.al-c {
    text-align: center;
}

.fl-l {
    float: left;
}

.bold {
    font-weight: bold;
}

/**********************************************
*common
***********************************************/
/**clearfix**/
.clearfix {
    zoom: 1;
    /* for IE5.5 - IE7 */
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
    overflow: hidden;
}

.left {
    float: left !important;
}

.right {
    float: right;
}

.sp {
    display: none;
}

img {
    margin: 0;
    padding: 0;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    user-drag: none;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}</pre></body></html>