<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 &amp; IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1;
	letter-spacing: 0.03em;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

p,
a,
dt,
dd,
li,
th,
td {
	line-height: 1;
}

a {
	color: #1a1a1a;
}

a:hover {
	color: #1a1a1a;
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.breadcrumb li {
	/**/
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button01 {
	/**/
}

.button02 {
	/**/
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.pager li {
	/**/
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

header {
	/**/
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

footer {
	/**/
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.news-list li {
	/**/
}

body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.slide-menu {
	/**/
}

main {
	padding-top: 100px;
}

header {
	background-color: #fff !important;
}

h2 {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #1a1a1a;
	margin-bottom: 40px;
}

h3 {
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-right: 20px;
	color: #1a1a1a;
}

@media screen and (max-width: 1366px) {
	h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
}

.sub {
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.3em;
	color: #969696;
	font-family: "Lato";
}

.left_border {
	margin-bottom: 30px;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	color: #212e5f;
	border-left: #212e5f 2px solid;
	padding-left: 10px;
}

.bread_container {
	margin: 20px 0 20px 72px;
}

@media screen and (max-width: 1366px) {
	.bread_container {
		margin: 20px 0 20px 20px;
	}
}

.bread_container ul {
	display: flex;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700px;
	color: #333;
}

.bread_container ul p {
	margin: 0 5px;
}

.bread_container ul img {
	width: 100%;
	margin-top: 20px;
}

.bread2_container &gt; img {
	width: 100%;
}

.bread2_container ul {
	display: flex;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700px;
	color: #333;
	margin: 20px 0;
}

@media screen and (max-width: 1366px) {
	.bread2_container ul {
		margin: 20px 0 20px 20px;
		flex-wrap: wrap;
	}
}

.bread2_container ul li {
	line-height: 1.3;
}

.bread2_container ul p {
	margin: 0 5px;
}

.bread2_container ul .band {
	width: 1364px;
	margin-top: 20px;
}

.blue_container {
	margin-bottom: 60px;
}

.blue_container .ttl_blue {
	background-image: url("../../../img/access/img03.png");
	background-size: cover;
	width: 100%;
	height: 212px;
}

.blue_container .ttl_blue ul {
	display: flex;
	font-size: 12px;
	line-height: 1.2;
	color: #333;
	padding: 20px 0 0 70px;
}

@media screen and (max-width: 1366px) {
	.blue_container .ttl_blue ul {
		padding: 20px 0 0 20px;
	}
}

.blue_container .ttl_blue ul p {
	margin: 0 5px;
}

.blue_container .ttl_blue .box {
	display: flex;
	width: 1040px;
	margin: 0 auto;
	margin-top: 40px;
	align-items: baseline;
}

@media screen and (max-width: 1366px) {
	.blue_container .ttl_blue .box {
		width: 100%;
		padding: 0 20px;
		display: block;
	}
}

.view_container {
	background-size: cover;
	width: 1222px;
	height: 508px;
	margin: 0 auto;
	/* UI Properties */
}

@media screen and (max-width: 1366px) {
	.view_container {
		width: 100%;
		background-position: center;
		height: auto;
	}
}

.view_container .wrap {
	padding-left: 80px;
	color: #fff;
	background: transparent linear-gradient(270deg, #efe59300 30%, #d1bf2ae0 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

@media screen and (max-width: 1366px) {
	.view_container .wrap {
		padding: 60px 20px;
	}
}

.view_container .wrap &gt; .sub {
	color: #fff;
}

.view_container .wrap &gt; img {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.view_container .wrap .wrap_top {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.view_container .wrap .wrap_top .left img {
	width: 48px;
	margin-right: 15px;
}

.view_container .wrap .wrap_top .right .ttl {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

@media screen and (max-width: 1366px) {
	.view_container .wrap .wrap_top .right .ttl {
		font-size: 30px;
	}
}

.view_container .wrap .top {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.3em;
	margin: 0px 0 30px 0;
	font-family: "Lato";
}

@media screen and (max-width: 1366px) {
	.view_container .wrap .top {
		margin: 0 0 20px;
		font-size: 10px;
	}
}

.view_container .wrap .top_back {
	font-family: "Lato";
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin-bottom: 40px;
}

@media screen and (max-width: 1366px) {
	.view_container .wrap .top_back {
		font-size: 15px;
	}
}

.view_container .wrap .wrap_bottom .read {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
	font-weight: 500;
	width: 352px;
}

@media screen and (max-width: 1366px) {
	.view_container .wrap .wrap_bottom .read {
		width: 100%;
	}
}

.sidebar_base {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	width: 100%;
	padding: 0 72px;
}

@media screen and (max-width: 1366px) {
	.sidebar_base {
		width: 100%;
		padding: 0;
	}
}

.sidebar_base .content_container {
	width: 874px;
	padding-left: 70px;
	border-left: 1px solid #ddd;
}

@media screen and (max-width: 1366px) {
	.sidebar_base .content_container {
		width: 100%;
		padding-left: 0;
		padding: 0 20px;
		border-left: none;
	}
}

.access {
	position: relative;
	margin-top: 140px;
}

@media screen and (max-width: 1366px) {
	.access {
		position: static;
		display: flex;
		flex-direction: column-reverse;
	}
}

.access iframe {
	position: absolute;
	top: 60px;
	right: 100px;
	width: 600px;
	height: 340px;
}

@media screen and (max-width: 1366px) {
	.access iframe {
		position: static;
		width: 100%;
		height: 200px;
		margin-top: -60px;
	}
}

.access .access_container {
	background-color: #f7f5f2;
	padding: 60px 0 145px 0;
	width: 990px;
	margin-bottom: 140px;
	padding-left: 200px;
}

@media screen and (max-width: 1366px) {
	.access .access_container {
		width: 100%;
		margin-bottom: 0;
		padding: 60px 20px 80px 20px;
	}
}

.access .access_container .access_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.access .access_container .access_wrap &gt; h2 {
	margin-bottom: 0;
}

.access .access_container .access_wrap .icon {
	width: 25px;
	height: 35px;
	margin-right: 15px;
}

.access .access_container .access_wrap h2 {
	margin-right: 10px;
}

.access .access_container .access_wrap .sub {
	margin-right: 35px;
}

.access .access_container .access_wrap .arrow {
	width: 24px;
}

.access .access_container .read {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #5a5a5a;
	width: 275px;
}

.menu {
	border-top: 1px solid #888;
	width: 803px;
	margin-bottom: 70px;
}

@media screen and (max-width: 1366px) {
	.menu {
		width: 100%;
	}
}

.menu h2 {
	margin: 30px 0;
}

.menu p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}

.menu .menu_container {
	background-size: cover;
	margin-bottom: 15px;
	top: 471px;
	left: 492px;
	width: 802px;
	opacity: 1;
}

@media screen and (max-width: 1366px) {
	.menu .menu_container {
		width: 100%;
		background-position: center;
	}
}

.menu .menu_container .wrap {
	background: transparent linear-gradient(111deg, #546abe 0%, #212e5f00 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	padding: 60px;
	position: relative;
}

@media screen and (max-width: 1366px) {
	.menu .menu_container .wrap {
		padding: 60px 20px;
	}
}

.menu .menu_container .wrap &gt; img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.menu .menu_container .wrap .box {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.menu .menu_container .wrap .box .ttl {
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 0.16em;
	margin-bottom: 25px;
}

.menu .menu_container .wrap .box .read {
	color: #fff;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}

.menu ul {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 803px;
	column-gap: 40px;
	row-gap: 40px;
}

.menu ul::after {
	content: "";
	display: block;
	width: 241px;
}

@media screen and (max-width: 1366px) {
	.menu ul {
		width: 100%;
		justify-content: space-between;
		column-gap: 0;
		row-gap: 0;
	}
}

.menu ul li {
	position: relative;
}

@media screen and (max-width: 1366px) {
	.menu ul li {
		width: 49%;
		margin-bottom: 20px;
	}
}

.menu ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.menu ul li .menu_img {
	width: 241px;
	height: 180px;
	object-fit: cover;
}

@media screen and (max-width: 1366px) {
	.menu ul li .menu_img {
		width: 100%;
	}
}

.menu ul li .box {
	display: flex;
	align-items: center;
}

.menu ul li .box .icon {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.menu ul li .box .bottom {
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 0.1em;
}

.news {
	margin-bottom: 70px;
}

.news ul::after {
	content: "";
	display: block;
	width: 1px;
}

.news ul li {
	border-top: 1px solid #ebebeb;
	display: flex;
	padding: 25px 0;
	position: relative;
}

.news ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1366px) {
	.news ul li {
		flex-direction: column;
	}
}

.news ul li:last-child {
	border-bottom: 1px solid #ebebeb;
}

.news ul li .day {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.06em;
	font-weight: bold;
	font-family: "Lato";
	color: #1a1a1a;
	margin: 0 20px;
}

@media screen and (max-width: 1366px) {
	.news ul li .day {
		margin: 0;
	}
}

.news ul li .read {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;
	font-weight: 500px;
	color: #645c5c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 1366px) {
	.news ul li .read {
		margin: 0 0px;
	}
}

.between_ttl {
	border-top: 1px solid #888;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.between_ttl h2 {
	margin: 30px 0;
}

.between_ttl .box {
	display: flex;
	align-items: center;
}

.between_ttl .box .left {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-right: 10px;
	align-items: center;
}

.between_ttl .box .news_img {
	width: 16px;
}

.top_back {
	margin-top: 60px;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: flex;
	padding: 25px 0;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.top_back span {
	color: #5c5c5c;
}

.top_back .read {
	color: #1a1a1a;
	margin-bottom: 0;
}

.table ul li {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1366px) {
	.table ul li {
		flex-wrap: wrap;
	}
}

.table ul li:last-child .right {
	border-bottom: 1px solid #ccc;
}

.table ul li .left {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #1a1a1a;
	background-color: #f8f8f8;
	border-bottom: 1px solid #fff;
	width: 20%;
	padding: 15px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1366px) {
	.table ul li .left {
		width: 100%;
		padding: 10px 10px;
		border: 1px solid #ccc;
		border-bottom: none;
		justify-content: flex-start;
	}
}

.table ul li .right {
	width: 80%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #1a1a1a;
	padding: 15px 0;
	padding-left: 25px;
}

@media screen and (max-width: 1366px) {
	.table ul li .right {
		width: 800px;
		padding: 10px 10px;
		border: 1px solid #ccc;
		border-bottom: none;
	}
}

.nomal &gt; ul {
	display: flex;
	font-size: 12px;
	line-height: 1.2;
	flex-wrap: wrap;
	color: #333;
	margin: 20px 0 0 70px;
}

@media screen and (max-width: 1366px) {
	.nomal &gt; ul {
		margin: 20px 0 0 20px;
	}
}

.nomal &gt; ul li {
	line-height: 1.3;
	border-bottom: 1px solid #000;
}

.nomal &gt; ul li:last-child {
	border: none;
}

.nomal &gt; ul p {
	margin: 0 5px;
}

.nomal &gt; ul .band {
	width: 1364px;
	margin-top: 20px;
}

.news_detail {
	margin: 0 auto;
	width: 1040px;
}

@media screen and (max-width: 1366px) {
	.news_detail {
		width: 100%;
		padding: 0 20px;
	}
}

.news_detail .day {
	margin-top: 60px;
	margin-bottom: 25px;
	font-size: 12px;
	letter-spacing: 0.15em;
	line-height: 1.2;
	font-weight: bold;
	font-family: "lato";
}

.news_detail h3 {
	margin-bottom: 60px;
}

.news_detail h2 {
	padding-top: 25px;
	border-top: 1px solid #888;
}

.news_detail .lead {
	margin-bottom: 50px;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.news_detail .container .box {
	background-color: #f7f5f2;
	margin-bottom: 50px;
	padding: 20px;
}

.news_detail .container .box .top {
	font-size: 32px;
	color: #656565;
}

.news_detail .container .box .lead {
	width: 976px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
	color: #656565;
}

@media screen and (max-width: 1366px) {
	.news_detail .container .box .lead {
		width: 90%;
	}
}

.news_detail .container .box .bottom {
	font-size: 32px;
	color: #656565;
	text-align: end;
}

.news_detail .container .img {
	width: 640px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 1366px) {
	.news_detail .container .img {
		width: 100%;
	}
}

.news_detail .container ul {
	margin-top: 30px;
}

.news_detail .container ul li {
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.06em;
	list-style: disc;
}

.news_detail .container .link {
	display: flex;
	text-align: center;
	margin-top: 30px;
}

.news_detail .container .link .text {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #212e5f;
	border-bottom: 1px solid #212e5f;
}

.news_detail .container .link span {
	color: #212e5f;
}

.poricy_box {
	width: 1040px;
	margin: 0 auto;
}

@media screen and (max-width: 1366px) {
	.poricy_box {
		width: 100%;
	}
}

.poricy_box p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #645c5c;
	margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
	.poricy_box ul {
		padding: 0 20px;
	}
}

.poricy_box ul li {
	border-bottom: 1px solid #ddd;
}

.poricy_box ul li .ttl {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin: 40px 0 20px 0;
}

@media screen and (max-width: 1366px) {
	.poricy_box ul li .ttl {
		width: 100%;
	}
}

.poricy_box ul li .bottom {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #645c5c;
	margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
	.poricy_box ul li .bottom {
		width: 100%;
	}
}

.poricy_box .name {
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #969696;
	margin-top: 15px;
}

@media screen and (max-width: 1366px) {
	.poricy_box .name {
		width: 100%;
		padding: 0 20px;
	}
}

.fv_color_bg {
	position: relative;
}

.fv_color_bg::before {
	content: "";
	width: 1366px;
	height: 486px;
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%, -50%);
	background-image: url(../../../img/firstview/img15.png);
}

@media screen and (max-width: 1366px) {
	.fv_color_bg::before {
		display: none;
	}
}

.wp-pagenavi {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	column-gap: 30px;
}

@media screen and (max-width: 1366px) {
	.wp-pagenavi {
		flex-wrap: wrap;
		row-gap: 10px;
		padding: 0 20px;
	}
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: block;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
	display: none;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .nextpostslink {
	width: 171px;
	line-height: 38px;
	color: #fff;
	background-color: #bf1514;
	text-align: center;
	border-radius: 6px;
	font-weight: 500;
	font-size: 12px;
}

@media screen and (max-width: 1366px) {
	.wp-pagenavi .nextpostslink {
		width: 100%;
	}
}

.wp-pagenavi .previouspostslink {
	width: 171px;
	line-height: 38px;
	color: #808080;
	background-color: #ebebeb;
	text-align: center;
	border-radius: 6px;
	font-weight: 500;
	font-size: 12px;
}

@media screen and (max-width: 1366px) {
	.wp-pagenavi .previouspostslink {
		width: 100%;
	}
}

.wp-pagenavi .last,
.wp-pagenavi .first {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	font-size: 12px;
}

@media screen and (max-width: 1366px) {
	.wp-pagenavi .last,
	.wp-pagenavi .first {
		display: none;
	}
}

#id {
	display: none;
}

.appointment {
	width: 1040px;
	margin: 0 auto;
}

@media screen and (max-width: 1366px) {
	.appointment {
		width: 100%;
		padding: 0 20px;
	}
}

.appointment .top {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
	font-weight: bold;
	color: #212e5f;
}

.appointment .bottom {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #645c5c;
	margin-bottom: 35px;
}

.appointment .box {
	background-color: #f7f5f2;
	width: 720px;
	margin: 0 auto;
	padding: 35px 0 40px 0;
	text-align: center;
}

@media screen and (max-width: 1366px) {
	.appointment .box {
		width: 100%;
	}
}

.appointment .box .ttl {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
	font-weight: bold;
	margin-bottom: 20px;
}

.appointment .box_bottom {
	margin-top: 20px;
	width: 720px;
	margin: 0 auto;
}

@media screen and (max-width: 1366px) {
	.appointment .box_bottom {
		width: 100%;
	}
}

.appointment .box_bottom ul {
	display: flex;
	margin-top: 20px;
	column-gap: 10px;
	row-gap: 10px;
}

@media screen and (max-width: 1366px) {
	.appointment .box_bottom ul {
		flex-wrap: wrap;
	}
}

.appointment .box_bottom ul li {
	display: flex;
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 8px;
	position: relative;
}

.appointment .box_bottom ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.appointment .box_bottom ul li p {
	color: #656565;
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.06em;
}

.appointment .box_bottom ul li span {
	align-items: center;
}

.appointment .wrap &gt; ul &gt; li {
	border-top: 1px solid #888;
	margin-top: 60px;
}

.appointment .wrap &gt; ul &gt; li h2 {
	margin-top: 20px;
}

.appointment .wrap &gt; ul &gt; li .read {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}

.appointment .wrap &gt; ul &gt; li .list_top {
	counter-reset: count 0;
	width: 805px;
	padding-left: 20px;
}

@media screen and (max-width: 1366px) {
	.appointment .wrap &gt; ul &gt; li .list_top {
		width: 100%;
	}
}

.appointment .wrap &gt; ul &gt; li .list_top &gt; li {
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.06em;
	list-style-type: disc;
}

.appointment .wrap &gt; ul &gt; li .list_top .list_top li::before {
	content: counter(count) ". ";
	counter-increment: count 1;
}

.appointment .wrap &gt; ul &gt; li .list_bottom {
	padding-left: 20px;
}

.appointment .wrap &gt; ul &gt; li .list_bottom li {
	width: 805px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.06em;
	list-style: decimal;
}

@media screen and (max-width: 1366px) {
	.appointment .wrap &gt; ul &gt; li .list_bottom li {
		width: 100%;
	}
}

.appointment .wrap &gt; ul &gt; li .list_bottom .list_bottom li::before {
	content: counter(mycounter);
}

/*# sourceMappingURL=appointment.css.map */</pre></body></html>