<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
====================================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
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;
	vertical-align:baseline;
	background:transparent;
    word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
    letter-spacing: 0.1em;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
	transition:0.5s ease;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    transition: 0.4s;
    background: #fff;
}
.loaded .loading{
    opacity: 0;
    z-index: -999;
}

.section-tit {
	position: relative;
}
.section-tit span{
    display: inline-block;
    font-size: 22px;
    margin: 0 0 0 20px;
}

/*===================================================
	block--category
====================================================*/

.block--category {
    margin: 0 auto 60px;
}
.block--category li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
}
.block--category .current a {

}


/*===================================================
	history_area_inner
====================================================*/

.history_area_inner{


}
.history_area_inner li{
    border-bottom: 1px solid;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}
.history_area_inner li dl{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.history_area_inner li dl dt{
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.history_area_inner li dl dt span{
    font-size: 20px;
    margin: 0 5px 0 0;
}
.history_area_inner li dl dd{

}
.history_area_inner li dl dd:nth-child(1){

}
.history_area_inner li dl dd:nth-child(2){
    background: #ffa354;
    color: #fff;
    padding: 5px 10px;
    margin: 0 15px 0 0;
    width: 12%;
    text-align: center;
    line-height: 1;
    font-size: min(0.9vw, 12px);
}
.history_area_inner li dl dd:nth-child(3){
    font-weight: bold;
    line-height: 1.5;
    width: 70%;
    font-size: min(1.3vw, 21px);
}
.history_area_inner li dl dd:nth-child(4){
    font-size: min(1.1vw, 15px);
    width: 14%;
    text-align: right;
    line-height: 1;
}

@media screen and (min-width: 960px){
    .sp{display: none;}
}

@media screen and (max-width: 960px){
    .pc{display: none;}
	.section-tit span {
	    display: inline-block;
	    font-size: 15px;
	    margin: 0 0 0 20px;
	}
	.block--category--ac{
        position: relative;
        margin: 0 auto 30px;
	}
	.block--category--ac dt{
	    border: 1px solid;
	    padding: 10px;
	    font-size: 12px;
	    text-align: center;
	}
	.block--category--ac dt h3{
	    font-size: 12px;
	}
	.block--category--ac dd{
        border: 1px solid;
       /* position: absolute;*/
        z-index: 1;
        background: #e2eb9f;
        width: 100%;
        box-sizing: border-box;
        border-top: none;
	}
	.block--category--ac ul{

	}
	.block--category--ac ul li{

	}	
	.block--category--ac ul li a{
        display: block;
        font-size: 15px;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #d2d99a;
	}
	.history_area_inner li {
	    border-bottom: 1px solid;
	    padding: 0 0 20px 0;
	    margin: 0 0 20px 0;
	}
	.history_area_inner li dl dt {
	    font-size: 12px;
	    margin: 0 0 10px 0;
	    line-height: 1;
	}
	.history_area_inner li dl dt span {
	    font-size: 17px;
	    margin: 0 3px 0 0;
	}
	.history_area_inner li dl dd:nth-child(2) {
        font-size: 11px;
        padding: 5px 10px;
        margin: 0 0 10px 0;
        width: auto;
	}
	.history_area_inner li dl dd:nth-child(3) {
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 1.8;
	    width: 100%;
	    margin: 0 0 5px;
	}
	.history_area_inner li dl dd:nth-child(4) {
	    font-size: 12px;
	    width: 100%;
	    text-align: left;
	    line-height: 1.3;
	}

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