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

.table {
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
	font-weight: 500;
	margin-bottom: 5em
}
.table dt {
	text-align-last: justify
}
.table dd strong {
	font-weight: 700;
	color: #cc0000;
	text-decoration: underline
}
.news_title {
	text-align: center!important
}
.news_title .subtitle {
	font-style: normal;
	font-weight: 100
}
.news_title .subtitle&gt;strong {
	font-weight: 700
}
.nobr {
	white-space: nowrap
}
.poster {
	margin: 50px auto;
	text-align: center
}
.page_contact {
	margin-top: 5rem
}
.page_contact h3 {
    color: #373582;
    font-weight: bold
}
.btn01 {
	margin: 10px auto
}
.text_red {
	color: #cc0000
}
.poster_caption {
	display: block;
	padding-top: 10px
}
a.pdf::after {
    background: url(../img/shared/icon_pdf.png) no-repeat;
    background-size: 100%
}
.page_title_heading img {
	vertical-align: middle;
	margin: 10px
}
.waku-info {
	margin-top: 75px;
	padding: 25px;
	background-color: #fafafa;
	text-align: left
}
.poster_caption li::before {
    background: none
}


/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {

.table dt {
	width: 10%
}
.table dd {
	width: 90%
}
.page_title_heading .ja {
    font-size: 2.2rem
}
.news_title .subtitle {
	font-size: 2.6rem
}
.news_title {
	margin-bottom: 3rem
}
.main_body_cont {
	margin-top: 5rem
}
.page_contact h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem
}
.wide15 {
    width: 15%!important
}
.wide85 {
    width: 85%!important
}
	
}	


/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {

.table dt {
	width: 22%
}
.table dd {
	width: 78%;
}
.page_title_heading .ja {
    font-size: 3.2rem
}
.page_news .page_title {
    height: 13.5em
}
.news_title .subtitle {
	font-size: 2.6rem
}
.page_contact h3 {
    font-size: 3.6rem;
    margin-bottom: 3.5rem
}
.mb0-sp {
    margin-bottom: 0
}

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