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

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, 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 {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/* base */
body {
line-height: 1;
}

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

nav ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

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

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}

/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}

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

/* change border colour to suit your needs */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 0;
padding: 0;
}

/* Custom reset */
* {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}

button,
input[type="submit"] {
cursor: pointer;
-webkit-appearance: none;
}

ul {
list-style: none;
}

ol {
padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

/* font */
body,
button,
input,
textarea {
 font-family: YakuHanJP, "Zen Maru Gothic", Meiryo, sans-serif;
 font-weight: 500;
}

/* html &amp; body */
html {
font-size: 62.5%;
overflow-y: scroll;
}

body {
line-height: 1.8;
color: #222;
background: #ffffff;
min-width: 320px;
}

/* anchor */
a:link,
a:visited {
color: #333;
text-decoration: none;
}

a:hover,
a:active {
color: #f29600;
text-decoration: none;
}

a:focus {
outline: none;
}

a.blank::after {
padding-right: .4em;
padding-left: .3em;
color: #aaaaaa;
content: "";
display: inline-block;
}

img{
display:block;
}

/* clearfix */
.cf::after {
	content: "";
	display: table;
	clear: both;
}

.serif{
font-family: 'Noto Serif JP', serif;
}

.t_b{
font-weight:bold;
}

.t_red{
color:#ef624b;
}

.t_link{
text-decoration:underline !important;
color: #0033cc !important;
}

.t_blue{
color:#3d9fe6;
}

.t_green{
color:#f29600 !important;
}
.t_orange{
color:#f29600 !important;
}

.alink{
margin-top: -13rem !important;;
padding-top: 13rem !important;
}





/*PC*/
@media screen and (min-width:751px) {

/* Google Webフォント */
@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: normal;
  src: url('../fonts/YakuHanJP-DemiLight.woff2') format('woff2'),
       url('../fonts/YakuHanJP-DemiLight.woff') format('woff');
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: bold;
  src: url('../fonts/YakuHanJP-Medium.woff2') format('woff2'),
       url('../fonts/YakuHanJP-Medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: normal;
  src: url('../fonts/NotoSansJP-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifJP';
  font-weight: normal;
  src: url('../fonts/NotoSerifJP-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'MPLUSRounded';
  font-weight: normal;
  src: url('../fonts/MPLUSRounded1c-Bold.ttf') format('truetype');
}

body {
font-size: 1.6rem;
line-height: 1.7;
 font-family: YakuHanJP, "Zen Maru Gothic", Meiryo, sans-serif;
font-weight: 500;
letter-spacing: .085rem;
color: #333;
}

.t_xl{
font-size:2rem !important;
}

.t_l{
font-size:1.8rem !important;
}

.t_s{
font-size:1.5rem !important;
}

.t_xs{
font-size:1.4rem !important;
}

.pc{
display:block !important;
}
.sp{
display:none !important;
}

/* margin */
.mbpc10{
margin-bottom:10px !important;
}
.mbpc20{
margin-bottom:20px !important;
}
.mbpc30{
margin-bottom:30px !important;
}
.mbpc40{
margin-bottom:40px !important;
}
.mbpc50{
margin-bottom:50px !important;
}
.mbpc60{
margin-bottom:60px !important;
}
.mbpc70{
margin-bottom:70px !important;
}
.mbpc80{
margin-bottom:80px !important;
}
.mbpc90{
margin-bottom:90px !important;
}
.mbpc100{
margin-bottom:100px !important;
}
.mbpc110{
margin-bottom:110px !important;
}
.mbpc120{
margin-bottom:120px !important;
}
.mtpc10{
margin-top:10px !important;
}
.mtpc20{
margin-top:20px !important;
}
.mtpc30{
margin-top:30px !important;
}
.mtpc50{
margin-top:50px !important;
}
.mtpc60{
margin-top:60px !important;
}
.mtpc70{
margin-top:70px !important;
}
.mtpc80{
margin-top:80px !important;
}
.mtpc90{
margin-top:90px !important;
}
.mtpc100{
margin-top:100px !important;
}
.mtpc110{
margin-top:110px !important;
}
.mtpc120{
margin-top:120px !important;
}

.mincho{

}

}
/*PC*/


/*sp*/
@media screen and (max-width:750px) { 
body {
color: #333;
font-size: 1.4rem;
line-height: 1.6;
 font-family: YakuHanJP, "Zen Maru Gothic", Meiryo, sans-serif;
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: normal;
  src: url('../fonts/YakuHanJP-DemiLight.woff2') format('woff2'),
       url('../fonts/YakuHanJP-DemiLight.woff') format('woff');
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: bold;
  src: url('../fonts/YakuHanJP-Medium.woff2') format('woff2'),
       url('../fonts/YakuHanJP-Medium.woff') format('woff');
}


.t_xl{
font-size:1.8rem !important;
}

.t_l{
font-size:1.6rem !important;
}


.t_s{
font-size:1.4rem !important;
}

.t_xs{
font-size:1.4rem !important;
}

.pc{
display:none !important;
}
.sp{
display:block !important;
}

/*mb*/
.mbsp10{
margin-bottom:1rem !important;
}
.mbsp20{
margin-bottom:2rem !important;
}
.mbsp30{
margin-bottom:3rem !important;
}
.mbsp40{
margin-bottom:4rem !important;
}
.mbsp50{
margin-bottom:5rem !important;
}
.mbsp60{
margin-bottom:6rem !important;
}
.mbsp70{
margin-bottom:7rem !important;
}
.mbsp80{
margin-bottom:8rem !important;
}
.mbsp90{
margin-bottom:9rem !important;
}
.mbsp100{
margin-bottom:10rem !important;
}
.mtsp10{
margin-top:1rem !important;
}
.mtsp20{
margin-top:2rem !important;
}
.mtsp30{
margin-top:3rem !important;
}
.mtsp50{
margin-top:5rem !important;
}

}
/*sp*/
</pre></body></html>