@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
/****************************************************************/
/* reset normalize HTML5 Boilerplate */
/****************************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

td, th {
	padding: 0;
}

/*!  HTML5 Boilerplate
 * Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/*
@media print {
	*, :after, :before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img, tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.btn > .caret, .dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td, .table th {
		background-color: #fff !important;
	}
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important;
	}
}
*/
dd, dl, dt, ol, p, ul {
	padding-left: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

figure {
	margin: 0;
}

@-ms-viewport {
	width: auto;
	initial-scale: 1;
}

@-o-viewport {
	width: device-width;
	initial-scale: 1;
}

@viewport {
	width: device-width;
	initial-scale: 1;
}

/****************************************************************/
/* base */
/****************************************************************/
h1, h2, h3, h4, h5, h6 {
	margin: auto;
}

.t-default h1, .t-default h2, .t-default h3, .t-default h4, .t-default h5, .t-default h6,
.t-default .h1, .t-default .h2, .t-default .h3, .t-default .h4, .t-default .h5, .t-default .h6 {
	font-weight: bold;
	margin: auto;
}

.t-default .row {
	margin-right: auto;
	margin-left: auto;
}

.t-default .col-xs-1, .t-default .col-sm-1, .t-default .col-md-1, .t-default .col-lg-1, .t-default .col-xs-2, .t-default .col-sm-2, .t-default .col-md-2, .t-default .col-lg-2,
.t-default .col-xs-3, .t-default .col-sm-3, .t-default .col-md-3, .t-default .col-lg-3, .t-default .col-xs-4, .t-default .col-sm-4, .t-default .col-md-4, .t-default .col-lg-4,
.t-default .col-xs-5, .t-default .col-sm-5, .t-default .col-md-5, .t-default .col-lg-5, .t-default .col-xs-6, .t-default .col-sm-6, .t-default .col-md-6, .t-default .col-lg-6,
.t-default .col-xs-7, .t-default .col-sm-7, .t-default .col-md-7, .t-default .col-lg-7, .t-default .col-xs-8, .t-default .col-sm-8, .t-default .col-md-8, .t-default .col-lg-8,
.t-default .col-xs-9, .t-default .col-sm-9, .t-default .col-md-9, .t-default .col-lg-9, .t-default .col-xs-10, .t-default .col-sm-10, .t-default .col-md-10, .t-default .col-lg-10,
.t-default .col-xs-11, .t-default .col-sm-11, .t-default .col-md-11, .t-default .col-lg-11, .t-default .col-xs-12, .t-default .col-sm-12, .t-default .col-md-12, .t-default .col-lg-12 {
	padding: 0;
}

html,
:root {
	font-size: 62.5%;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: auto;
}

body {
	font-family: 'Noto Sans JP', Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	color: #333;
	cursor: auto;
}

body.-active {
	overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
	body {
		font-family: "メイリオ", Meiryo, sans-serif !important;
	}
}

@media only screen and (max-width: 979px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	table {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 690px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

a, .t-default a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .3);
	margin: 0;
	padding: 0;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

a:hover, .t-default a:hover {
	text-decoration: underline;
	color: #333333;
}

a:hover img, .t-default a:hover img {
	opacity: .8;
}

.t-default .tglink a[target="_blank"]::after,
.tglink a[target="_blank"]::after {
	font-family: "Font Awesome 5 Free";
	content: "\f08e";
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
}

hr {
	background: none;
	border: none;
	border-bottom: 1px solid #f5f5f5;
	margin: 0;
}

time {
	font-size: 11px;
	display: block;
}

* {
	outline: none !important;
}

/* title *************************************/
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.05em;
}

/* IE *********/
/*@media all and (-ms-high-contrast: none){
	.img100 img,
	#contents img,
	.inner img,
	body.dcms_editor .img100 img,
	body.dcms_editor #contents img,
	body.dcms_editor .inner img{
		width: 100% !important;
	}
}*/
body.page_news a[href$="/news.html"] {
	pointer-events: none;
	display: inline-block;
	/*IE用*/
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/****************************************************************
 img 
****************************************************************/
body#tinymce img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}

/****************************************************************/
/* on off */
/****************************************************************/
.partition {
	padding: 24px;
	margin: 75pt 0 40px;
	background: -webkit-gradient(linear, left top, right bottom, from(#f8f4ed), color-stop(0.25, #f8f4ed), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #f8f4ed), color-stop(0.75, #f8f4ed), color-stop(0.75, white), to(white));
	background: -webkit-linear-gradient(135deg, #f8f4ed 25%, #fff 25%, #fff 50%, #f8f4ed 50%, #f8f4ed 75%, #fff 75%, #fff);
	background: linear-gradient(-45deg, #f8f4ed 25%, #fff 25%, #fff 50%, #f8f4ed 50%, #f8f4ed 75%, #fff 75%, #fff);
	background-size: 4px 4px;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #56b495;
}

.partition_s {
	padding: 8px 1pc;
	margin: 1pc auto 8px;
	background-color: #f8f4ed;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #56b495;
}

.partition_s + .in {
	display: inline-block;
}

@media only screen and (max-width: 690px) {
	.partition_s + .in {
		display: block;
	}
}

/*-----------------------------------------------------------------*/
/* ページ内リンク処理 */
/*-----------------------------------------------------------------*/
/*.plink {
  padding-top: 65px;
  margin-top: -65px;
}*/
/*↓↓↓↓↓↓　header01を使うときは消す　↓↓↓↓↓↓*/
/*@media only screen and (max-width: 979px) {
  .plink {
		padding-top: 60px;
		margin-top: -60px;
    }
}*/
/*↑↑↑↑↑↑↑↑↑↑↑*/
/*@media all and (-ms-high-contrast: none){
  body#h_fixed #locator02, .locator02{margin-bottom: 0;}
  body#h_fixed #contents{padding-top: 60px;}
  .plink{padding-top: 120px;}
}*/
/* 印刷設定 */
/*
@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
}
*/
/******----table用---******/
.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

blockquote {
	position: relative;
	padding: 12px 16px 12px 56px;
	box-sizing: border-box;
	font-style: italic;
	background: #f5f5f5;
	margin: 0 1em;
}

blockquote:before {
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	/*	font-family: "Font Awesome 5 Free";
*/
	position: absolute;
	top: 12px;
	left: 15px;
	vertical-align: middle;
	content: " ” ";
	color: #bbbbbb;
	font-size: 40px;
	line-height: 1;
}

blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

/*blockquote cite {
	display: block;
	text-align: right;
	font-size: 0.9em;
}*/
.bq02 blockquote {
	padding: 12px 48px 12px 56px;
}

.bq02 blockquote:after {
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	/*	font-family: "Font Awesome 5 Free";*/
	position: absolute;
	bottom: 12px;
	right: 15px;
	vertical-align: middle;
	content: " ” ";
	color: #bbbbbb;
	font-size: 40px;
	line-height: 1;
}

@media only screen and (max-width: 690px) {
	blockquote {
		margin: 0;
		padding: 12px 16px 12px 38px;
	}
	blockquote::before {
		font-size: 18px;
		left: 10px;
	}
	.bq02 blockquote::after {
		font-size: 18px;
		right: 10px;
	}
	.bq02 blockquote {
		padding: 12px 30px 12px 38px;
	}
}

.editor_on {
	display: none;
}

body#tinymce .editor_on {
	display: block;
}
