<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  BASE
========================================================================================================*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

/*==Noto Sans JP==*/
/*Thin*/
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}

/*Light*/
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

/*Regular*/
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/*Midium*/
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

/*Bold*/
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

/*Black*/
@font-face {
  font-family: 'Noto Sans JP';
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

body {
    background: #fff;
    font-family: 'Noto Sans JP','繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3','Hiragino Kaku Gothic Pro','繝｡繧､繝ｪ繧ｪ',Meiryo,Osaka,'�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け','MS PGothic',sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a1a;
    -webkit-text-size-adjust: none;
    min-width: 1090px;
}

@media only screen and (max-width: 767px){
    body {
        min-width: 0;        
        font-size: 14px;
    }
}

a { cursor: pointer; }
a:link {
    color: #006699;
    text-decoration: none;
}
a:hover,
a:active {
    color: #006699;
    text-decoration: underline;
}
a:visited {
    color: #006699;
    text-decoration: none;
}
a:visited:hover {
    color: #006699;
    text-decoration: underline;
}

a[href=""] {
    color: #006699;
}


h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.5;
    color: inherit
}


.small,small {
    font-size: 85%
}
.sup,sup {
    font-size: 65%;
    top: -.5em;
}
.sub,sub {
    font-size: 65%;
    bottom: -.25em;
}

p {
    margin:0 0 25px;
}

@media screen and (max-width:767px) {
    p { margin-bottom: 16px; }
}

strong, b {
    font-weight: bold;
}


code, kbd, pre, samp, tt {
    font-family: monospace;
    line-height: 1;
}

pre {
    overflow: auto
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.5;
}
ul, ol {
    margin-bottom: 25px;
}
ul ul, ul ol,
ol ul, ol ol {
    margin-top: .5em;
}
li {
    margin-bottom: .5em;
    vertical-align: top;
}
dl {
    margin-top: 0;
    margin-bottom: 25px
}

dd,dt {
    line-height: 1.7;
}

dt {
    font-weight: bold;
    margin-bottom: 8px;
}

dd {
    margin-bottom: 5px;
    margin-left: 0
}
@media screen and (max-width:767px) {
    ul, ol, dl {
        margin-bottom: 16px;
    }
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

table {
    /*border-collapse: collapse;*/
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    width: 100%;
    /*table-layout: fixed;*/
    margin-bottom: 25px;
}
table th, table td {
    /*
    word-wrap: break-all;
    word-break: break-all;
    overflow-wrap: break-all;
    */
    -ms-word-break: break-all;
    vertical-align: middle;
    padding: 10px 12px;    
}
table th, table td {
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    font-size: 14px;
}
table th *:last-child,
table td *:last-child {
    margin-bottom: 0;
}
table th {
    /*white-space: nowrap;*/
    font-weight: 400;
    background: #F7F7F7;
}
table thead th {
    text-align: center;
}

/*
table th a:visited {
    color: #fff;
}
*/
@media screen and (max-width:767px) {
    table th, table td {
        padding: 8px;
        font-size: 12px;
    }
}

@media  print {
    /* for chrome bug */
    thead { 
        display: table-row-group;
    }
}


hr {
	height: 0;
    margin: 50px 0 75px;
	padding: 0;
	border: 0;
    border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px){
    hr {
        margin: 25px 0 38px;
    }
}


figure {
    margin: 0
}

img { max-width: 100%; }


label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input::-ms-clear { visibility:hidden; }
input::-ms-reveal { visibility:hidden; }
input[type=text],
input[type=search],
input[type=password],
input[type=url],
input[type=tel],
input[type=email],
input[type=number],
input[type=date] {
    box-sizing: border-box;
    width: 242px;
    max-width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 6px;
}
input[type=submit] {
    cursor: pointer;
}

@media only screen and (max-width: 767px){
    input[type=text],
    input[type=search],
    input[type=password],
    input[type=url],
    input[type=tel],
    input[type=email],
    input[type=number],
    input[type=date] {
        width: 200px;
        height: 40px;
        padding: 3px 10px;
        margin-bottom: 4px;
        font-size: 16px;
    }
}

input[type=checkbox],
input[type=radio] {
    position: relative;
    top: -1px;
    margin-right: 5px;
    margin-bottom: 6px;
}
@media only screen and (max-width: 767px){
    input[type=checkbox],
    input[type=radio] {
        margin-bottom: 4px;
    }
}

input[type="number"] {
    -moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[readonly] { background-color: #f7f7f7; }

textarea {
    box-sizing: border-box;
    margin-bottom: 6px;
}

select {
    margin-bottom: 6px;
}

@media only screen and (max-width: 767px){
    select {
        margin-bottom: 4px;
        font-size: 16px;
    }
}

button {
    cursor: pointer;
}

:disable {
    background-color: #cccccc;
}

::-webkit-input-placeholder {
	color: #aaa;
    line-height: 1;
}
::-moz-placeholder {
	color: #aaa;
    line-height: 1;
}
:-ms-input-placeholder {
	color: #aaa;
    line-height: 1;
}

*:focus {
  outline: none;
}


article{
    /*padding: 50px 0px;*/
    padding-top: 80px;
    margin-bottom: 50px;
}
section {
    margin: 90px 0px;
}
main {
    position: relative;
}
main noscript {
    overflow: hidden;
    display: block;
}
main noscript .imp {
    margin-top: 40px;
}

main .wide-wrapper-gray {
    background: #f7f7f7;
    padding: 1px;
    margin-bottom: 64px;
}
main .wide-wrapper-gray &gt; .container:first-child {
    margin: 40px auto 20px;
}
main .container {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}
main .container-sm {
    width: 784px;
    margin: 0 auto;
}

main .main-footer {
    margin: 60px 0;
}

@media screen and (max-width:767px) {
    article {
        padding: 40px 16px 0;
        margin-bottom: 20px;
    }
    section,
    aside {
        padding: 0px 16px;
        margin: 20px 0px;
    }
    main noscript {
        padding: 0 16px;
    }
    main noscript .imp {
        margin: 35px 0 0;
    }
    main .wide-wrapper-gray {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 40px;
        padding-right: 16px;
        padding-left: 16px;
    }
    main .wide-wrapper-gray &gt; .container:first-child {
        margin: 30px auto 15px;
    }

    main .container,
    main .container-sm {
        width: 100%;
        box-sizing: border-box;
    }
    main .main-footer {
        margin: 30px 0;
    }
    footer {
        padding: 20px 0px;
    }
    footer .container {
        width: 100%;
        margin: 0 auto;
    }
}

</pre></body></html>