@charset "UTF-8";

/****************************************

    reset

****************************************/
*,*::before,*::after{box-sizing:border-box}
ul[class],ol[class]{padding:0}
body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}
html{scroll-behavior:smooth}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
ul[class],ol[class]{list-style:none}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
article>*+*{margin-top:1em}
input,button,textarea,select{font:inherit}
img:not([alt]){filter:blur(10px)}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}
/* addition */
main{display:block}
h5,h6{margin:0}
img,picture{width:100%;height:auto}
table{border-collapse:collapse;border-spacing:0}
a{color:inherit;word-break:break-all}


/****************************************

    base

****************************************/
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	background: #fff;
	color: #181818;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media print, screen and (min-width: 540px) { body { line-height: 2.0; } }
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  color: #0045A4;
}
a:visited { color: #5E2A81; }
a:hover, a:active { color: #078AEF; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* font style */
em {
	color: #CA0F2B;
	font-style: normal;
	font-weight: inherit;
}
.f-large-LL { font-size: 1.4em; }
.f-large { font-size: 1.1em; }
.f-small { font-size: 0.9em; }
.f-bold { font-weight: bold; }
.f-red { color: #CA0F2B; }
.f-underline {
	padding: 1px 5px;
	background: linear-gradient(transparent 60%, #FFD7DE 60%);
	line-height: 1.9;
}

/* list */
ul, ol { margin: 0 0 0 -1em; }


/****************************************

    global menu

****************************************/
nav.gm { display: none; }
@media print, screen and (min-width: 768px) {
  nav.gm { display: block; }
}


/****************************************

    footer

****************************************/
footer {
	padding: 15px 0;
	background: #115fad;
	color: #fff;
  font-size: 1.2rem;
	text-align: center;
}
address {
  font: inherit;
  line-height: 20px;
}
@media print, screen and (min-width: 768px) {
  footer { padding: 25px 0;  }
}
