@charset "UTF-8";
/* #Normalize.css
   -------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  font-size: inherit;
  margin-bottom: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  word-break: break-all;
}

/* color
---------------------------------------------------------- */
/*文字*/
/*リンク*/
/*背景*/
/*ボーダー*/
/*見出し*/
/*アクセント*/
/*ボタン*/
/* fonfts
---------------------------------------------------------- */
/* google fonts */
/*文字サイズ*/
/* $_font-sizeの半分の数値 */
/*文字の太さ*/
/* margin
---------------------------------------------------------- */
/* list */
/* other
---------------------------------------------------------- */
/*ボーダー*/
/*角丸サイズ*/
/*矢印パーツ*/
.arrow {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  background: #2A86B0;
}

/* _sr-only
---------------------------------------------------------- */
/* ul-list
---------------------------------------------------------- */
/* link
---------------------------------------------------------- */
/* #Base
   -------------------------------------------------------------------------- */
/**
 * Baseレイヤーには、Mainレイヤー(_main.scss)と同様に、プロジェクトにおける基本的なベーススタイルを定義します。
 * concret5での構築において、先頭に.ccm-pageクラスを付けたくない場合のみBaseレイヤーに定義します。
 * concrete5のインターフェースへの干渉を防ぐため、出来る限りMainレイヤー(_main.scss)に定義するようにしてください。
 */
/**
 */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;

}

body {
  font-family: YuGothic,-apple-system,BlinkMacSystemFont,Meiryo,"Hiragino Kaku Gothic ProN",sans-serif !important;
  -webkit-text-size-adjust: 100% !important;
  text-align: justify !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 1.5 !important;
  font-size: 1.6rem !important;
  color: #633917 !important;
  -webkit-print-color-adjust: exact;
  word-break:break-all;
}

main {
  background: url("/common/img02/pattern01.png") repeat;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.bgnone {
  background: none !important;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* 閲覧支援ツール 文字サイズ変更 */
.f-font-size-small {
  font-size: 50.8% !important;
}

.f-font-size-medium {
  font-size: 62.5% !important;
}

.f-font-size-large {
  font-size: 72.5% !important;
}

/*地図検索　ガイドの高さ修正*/
.height-0 {
  height: 0px !important;
}

/* 閲覧支援ツール 色変更 */
/* 黒 */
.f-color-black {
  background: #000 !important;
  color: #dfde4c !important;
  border-color: #fff !important;
}

.f-color-black a, .f-color-black a .f-color-black {
  color: #fff !important;
}

.f-color-black .c-button {
  background: #fff !important;
  color: #000 !important;
}

.f-color-black .c-button:hover {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #fff !important;
}

/* 青 */
.f-color-blue {
  background: #0b24fb !important;
  color: #dfde4c !important;
  border-color: #fff !important;
}

.f-color-blue a, .f-color-blue a .f-color-blue {
  color: #fff !important;
}

.f-color-blue .c-button {
  background: #fff !important;
  color: #0b24fb !important;
}

.f-color-blue .c-button:hover {
  color: #fff !important;
  background: #0b24fb !important;
  border: 1px solid #fff !important;
}

/* 黄 */
.f-color-yellow {
  background: #fffd38 !important;
  color: #000 !important;
  border-color: #0b24fb !important;
}

.f-color-yellow a, .f-color-yellow a .f-color-yellow {
  color: #0b24fb !important;
}

.f-color-yellow .c-button {
  background: #0b24fb !important;
  color: #fffd38 !important;
}

.f-color-yellow .c-button:hover {
  color: #0b24fb !important;
  background: #fffd38 !important;
  border: 1px solid #0b24fb !important;
}

.p-management {
  background: #f1f1f1 !important;
}

.is-invalid,
.is-invalid * {
  color: #630015 !important;
	border-color: #c20c33 !important;
	background-color: #ffd9e1 !important;
}

div.ccm-page {
  /* #Main
   -------------------------------------------------------------------------- */
  /**
 * Mainレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します。
 * 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます。
 * 基本的にclass属性は使用しません。
 * concret5での構築において、先頭に.ccm-pageクラスを付けたくない場合はBaseレイヤー(_base.scss)に定義してください。
 */
  /**
 */
  /**
 * ネストされたリストのマージンをリセットします。
 */
  /**
 * `dt`と`dd`の左端を揃えます。
 */
  /**
 * フルードイメージにします。
 */
  /**
 * 日本語では斜体を使用しないためリセットします。
 */
  /* 5 Columns */
  /* #Content
   -------------------------------------------------------------------------- */
  /*doc
---
title: content
name: content
categories: [layout]
---
`<article>`タグが使われるようなメインコンテンツのスタイルです。
ナビゲーションやバナーなどのレイアウトを含むことはできますが、
コンポーネント自体はobject/projectレイヤーで定義します。
```block
<body>
	<article class="l-content">
	</article>
</body>
```
*/
  /* #Footer
   -------------------------------------------------------------------------- */
  /*doc
---
title: footer
name: footer
categories: [layout]
---
`<footer>`タグのスタイルです。
コピーライトやナビゲーションのレイアウトを含むことはできますが、
コンポーネント自体はobject/projectレイヤーで定義します。
```block
<body>
	<footer class="l-footer">
		<nav class="l-footer__nav">
			<ul class="p-footer-nav">
				<li></li>
				<li></li>
			</ul>
		</nav>
		<div class="l-footer__copyright">
			<small class="p-copyright"></small>
		</div>
</body>
```
*/
  /* #Header
   -------------------------------------------------------------------------- */
  /*doc
---
title: header
name: header
categories: [layout]
---
`<header>`タグのスタイルです。
ロゴやグローバルナビゲーションのレイアウトを含むことはできますが、
コンポーネント自体はobject/projectレイヤーで定義します。
```block
<body>
	<header class="l-header">
		<div class="p-pc-header hidden-xs hidden-sm">
			<div class="p-pc-header__head">
				<h1 class="p-pc-header__logo">
					<a href=""></a>
				</h1>
			</div>
		</div>
		<nav class="p-pc-header__body">
			<ul class="p-global-nav">
				<li class="p-global-nav__item"></li>
				<li class="p-global-nav__item"></li>
				<li class="p-global-nav__item"></li>
			</ul>
		</nav>
	</header>
</body>
```
*/
  /* #Section
   -------------------------------------------------------------------------- */
  /*doc
---
title: section
name: section
categories: [layout]
---
`<section>`タグを使うようなセクションの余白（`margin`）を管理します。
コンポーネント単位での余白はobject/utility/_margin.scssで管理をします。
サイズはデフォルトで3つ、最大で5つとします。
1. tiny(optional)
2. small
3. medium(default)
4. large
5. huge(optional)
Modifierなしをmedium、変更する場合にはModifierを指定します。
```block
<div class="l-section">
  <h2>見出し2</h2>
</div>
<div class="l-section l-section--small">
  <h2>見出し2</h2>
</div>
<div class="l-section l-section--large">
  <h2>見出し2</h2>
</div>
```
*/
  /* #Sidebar
   -------------------------------------------------------------------------- */
  /*doc
---
title: sidebar
name: sidebar
categories: [layout]
---
`<aside>`タグが使われるようなサイドバーのスタイルです。
ナビゲーションやバナーなどのレイアウトを含むことはできますが、
コンポーネント自体はobject/projectレイヤーで定義します。
```block
<body>
	<article class="l-content"></article>
	<aside class="l-sidebar">
		<div class="l-sidebar__item">
			<nav class="p-local-nav"></nav>
		</div>
		<div class="l-sidebar__item">
			<div class="p-banner"></div>
		</div>
	</aside>
</body>
```
*/
  /* #Wrapper
   -------------------------------------------------------------------------- */
  /*doc
---
title: wrapper
name: wrapper
categories: [layout]
---
レイアウト全体を囲うラッパーのスタイルです。
```block
<body>
	<div class="l-wrapper">
		<header class="l-header"></header>
		<article class="l-content"></article>
		<aside class="l-sidebar"></aside>
		<footer class="l-footer"></footer>
	</div>
</body>
```
*/
  /* #Button
   -------------------------------------------------------------------------- */
  /*doc
---
title: button
name: button
categories: [component]
---
ボタンのコンポーネントです。
```block
<p class="c-paragraph">
	<a href="" class="c-button">button</a>
</p>
```
*/
  /* #Definition
   -------------------------------------------------------------------------- */
  /*doc
---
title: definition
name: definition
categories: [component]
---
定義のコンポーネントです。

*/
  /* #Flame
   -------------------------------------------------------------------------- */
  /*doc
---
title: flame
name: flame
categories: [component]
---
flameのコンポーネントです。
```
*/
  /* #Google-map
   -------------------------------------------------------------------------- */
  /*doc
---
title: google-map
name: google-map
categories: [component]
---
Google map のコンポーネントです。
```block
<div class="c−google-map">
	<iframe></iframe>
</div>
```
*/
  /* #Icon-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: icon-list
name: icon-list
categories: [component]
---
アイコンリストのコンポーネントです。
```block
<ul class="c-icon-list">
	<li class="c-icon-list__item">
		<a class="c-icon-list__link" href="">
			<i aria-hidden="true" class="fa fa-instagram"></i>
		</a>
	</li>
	<li class="c-icon-list__item">
		<a class="c-icon-list__link" href="">
			<i aria-hidden="true" class="fa fa-instagram"></i>
		</a>
	</li>
</ul>
```
*/
  /* #Link-box
   -------------------------------------------------------------------------- */
  /*doc
---
title: link-box
name: link-box
categories: [component]
---
リンクリストのコンポーネントです。
```block
<ul class="c-link-box">
	<li class="c-link-box__item">
		<a class="c-link-box__link" href="">
        </a>
	</li>
</ul>
```
*/
  /* #Link-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: link-list
name: link-list
categories: [component]
---
リンクリストのコンポーネントです。
```block
<ul class="c-link-list">
	<li class="c-link-list__item"><a class="c-link-list__link" href="./">list1</a></li>
	<li class="c-link-list__item"><a class="c-link-list__link" href="./">list2</a></li>
	<li class="c-link-list__item"><a class="c-link-list__link" href="./">list3</a></li>
</ul>
```
*/
  /* #Link
   -------------------------------------------------------------------------- */
  /*doc
---
title: link
name: link
categories: [component]
---
リンクのコンポーネントです。
```block
<p class="c-link">
	<a href="./">link</a>
</p>
```
*/
  /* #Ol-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: ol-list
name: ol-list
categories: [component]
---
olリストのコンポーネントです。
```block
<ul class="c-ol-list">
	<li class="c-ol-list__item">list1</li>
	<li class="c-ol-list__item">list2</li>
	<li class="c-ol-list__item">list3</li>
</ul>
```
*/
  /* #Pagination
   -------------------------------------------------------------------------- */
  /*doc
---
title: pagination
name: pagination
categories: [component]
---
ulリストのコンポーネントです。
```block
<div class="c-pagination">
	<div class="ccm-pagination-wrapper">
		<ul class="pagination">
			<li><li>
			<li><li>
			<li><li>
		</ul>
	</div>
</div>
```
*/
  /* #Paragraph
   -------------------------------------------------------------------------- */
  /*doc
---
title: paragraph
name: paragraph
categories: [component]
---
文章の段落のコンポーネントです。
```block
<p class="c-paragraph"></p>
```
*/
  /* #Slider
   -------------------------------------------------------------------------- */
  /*doc
---
title: slider
name: slider
categories: [component]
---
スライダーのコンポーネントです。
```block
<div class="c−slider"></div>
```
*/
  /* #Table
   -------------------------------------------------------------------------- */
  /*doc
---
title: table
name: table
categories: [component]
---
tableのコンポーネントです。
```
*/
  /* #Ul-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: ul-list
name: ul-list
categories: [component]
---
ulリストのコンポーネントです。
<ul class="c-ul-list">
	<li class="c-ul-list__item">list1</li>
	<li class="c-ul-list__item">list2</li>
	<li class="c-ul-list__item">list3</li>
</ul>
*/
  /* #Activity-record
   -------------------------------------------------------------------------- */
  /*doc
---
title: activity-record
name: activity-record
categories: [component]
---
活動記録のコンポーネントです。
*/
  /* #Area
   -------------------------------------------------------------------------- */
  /*doc
---
title: area
name: area
categories: [component]
---
エリアを探すのコンポーネントです。
*/
  /* #Availability-info
   -------------------------------------------------------------------------- */
  /*doc
---
title: availability-info
name: availability-info
categories: [project]
---
```block
```
*/
  /* #Board
   -------------------------------------------------------------------------- */
  /*doc
---
title: board
name: board
categories: [component]
---
掲示板のコンポーネントです。
*/
  /* #Breadcrumb
   -------------------------------------------------------------------------- */
  /*doc
---
title: breadcrumb
name: breadcrumb
categories: [project]
---
パンくずリストのコンポーネントです。横幅を超えると、折り返さず省略されます。
```block
<ol class="p-breadcrumb">
	<li class="p-breadcrumb__item">
		<a href="#" class="p-breadcrumb__link">home</a>
	</li>
	<li class="p-breadcrumb__item">
		<a href="#" class="p-breadcrumb__link">page1</a>
	</li>
	<li class="p-breadcrumb__item">page2</li>
</ol>
```
*/
  /* 2つ目以降のリストの前に`>`を表示する。 */
  /* #Category
   -------------------------------------------------------------------------- */
  /*doc
---
title: category
name: category
categories: [component]
---
各カテゴリーのトッページコンポーネントです。
*/
  /* #Color-change
   -------------------------------------------------------------------------- */
  /*doc
---
title: color-change
name: color-change
categories: [project]
---
色変更のコンポーネントです。
```block

```
*/
  /* #Contact
   -------------------------------------------------------------------------- */
  /*doc
---
title: contact
name: contact
categories: [component]
---
アンケートフォーム等のコンポーネントです。
*/
  /* #Copyright
   -------------------------------------------------------------------------- */
  /*doc
---
title: copyright
name: copyright
categories: [project]
---
コピーライトのコンポーネントです。
```block
<small class="p-copyright">copyright © totec bs</small>
```
*/
  /* #Edit-schedule
   -------------------------------------------------------------------------- */
  /*doc
---
title: edit-schedule
name: edit-schedule
categories: [project]
---
編集画面のカレンダーのコンポーネントです。
*/
  /* #Facility
   -------------------------------------------------------------------------- */
  /*doc
---
title: facility
name: facility
categories: [component]
---
施設情報のコンポーネントです。
*/
  /* #Faq
   -------------------------------------------------------------------------- */
  /*doc
---
title: faq
name: faq
categories: [project]
---
よくある質問のコンポーネントです。
*/
  /* #Fixed-bar
   -------------------------------------------------------------------------- */
  /*doc
---
title: fixed-bar
name: fixed-bar
categories: [project]
---
固定リンクのコンポーネントです。
*/
  /* #Fonts-size-change
   -------------------------------------------------------------------------- */
  /*doc
---
title: fonts-size-change
name: fonts-size-change
categories: [project]
---
フォントサイズ変更のコンポーネントです。
```block

```
*/
  /* #Footer-item
   -------------------------------------------------------------------------- */
  /*doc
---
title: footer-item
name: footer-item
categories: [project]
---
フッターアイテムのコンポーネントです。
```block
<div class="p-footer-item">
	<div class="p-footer-item__head"></div>
	<div class="p-footer-item__body"></div>
	<div class="p-footer-item__foot">/div>
</div>
```
*/
  /* #Footer-nav
   -------------------------------------------------------------------------- */
  /*doc
---
title: footer-nav
name: footer-nav
categories: [project]
---
フッターナビゲーションのコンポーネントです。
```block
<ul class="p-footer-nav">
	<li class="p-footer-nav__item">
		<a class="p-footer-nav__link" href="">category</a>
		<ul class="p-footer-nav__list--layer2">
			<li class="p-footer-nav--layer2__item"><a class="p-footer-nav--layer2__link" href="">child</a></li>
		</ul>
	</li>
</ul>
```
*/
  /* #Form
   -------------------------------------------------------------------------- */
  /*doc
---
title: form
name: form
categories: [project]
---
フォームのコンポーネントです。
```block
<div class="p-form">
	<table class="p-form__body-wrap">
		<tbody class="p-form__body">
			<tr class="p-form__item">
				<th class="p-form__label"><label>item<span class="p-form__must-mark">必須</span></label></th>
				<td class="p-form__input"><input class="form-control"></td>
			</tr>
		</tbody>
	</table>
	<div class="p-form__foot u-text-center">
		<input type="submit" name="submitConfirm" value="入力内容を確認する" class="c-button">
	</div>
</div>
```
*/
  /* #Global-nav
   -------------------------------------------------------------------------- */
  /*doc
---
title: global-nav
name: global-nav
categories: [project]
---
グローバルナビゲーションのコンポーネントです。
```block

```
*/
  /* #Heading
   -------------------------------------------------------------------------- */
  /*doc
---
title: heading
name: heading
categories: [project]
---
見出しのコンポーネントです。
```block
<h1 class="p-heading01">heading01</h2>
<h2 class="p-heading02">heading02</h2>
<h3 class="p-heading03">heading03</h2>
<h4 class="p-heading04">heading04</h2>
<h5 class="p-heading05">heading05</h2>
<h6 class="p-heading06">heading06</h2>
```
*/
  /* #Important-notices
   -------------------------------------------------------------------------- */
  /*doc
---
title: important-notices
name: important-notices
categories: [project]
---
トピックリストのコンポーネントです。
```block
<div class="p-important-notices">
	<h2 class="p-important-notices__head p-heading04">title</h2>
	<div class="p-important-notices__body">
        <div class="p-important-notices__date">0000.00.00</div>
	    <div class="p-important-notices__item c-link">
	    	<a class="p-important-notices__link c-link__link" href="">page</a>
	    </div>
	</div>
</div>
```
*/
  /* #Index-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: index-list
name: index-list
categories: [project]
---
インデックスリストのコンポーネントです。
```block
<section class="l-section p-index-list row">
	<div class="p-index-list__item col-sm-4">
		<a href="">
			<div class="p-index-list__thumbnail">
				<img src="">
			</div>
			<h3 class="p-index-list__title c-link"><span class="c-link__link"></span></h3>
			<div class="p-index-list__description"></div>
		</a>
	</div>
</section>
```
*/
  /* #Link-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: link-list
name: link-list
categories: [project]
---
```block
```
*/
  /* #Local-nav
   -------------------------------------------------------------------------- */
  /*doc
---
title: local-nav
name: local-nav
categories: [project]
---
ローカルナビゲーションのコンポーネントです。
```block
<nav class="p-local-nav">
	<h2 class="p-local-nav__head">
		<a href="">category</a>
	</h2>
	<ul class="p-local-nav__body">
		<li class="p-local-nav__item "><a class="p-local-nav__link" href="">page1</a></li>
		<li class="p-local-nav__item "><a class="p-local-nav__link" href="">page2</a></li>
		<li class="p-local-nav__item "><a class="p-local-nav__link" href="">page3</a></li>
	</ul>
</nav>
```
*/
  /* 第1階層 */
  /* 第2階層 */
  /* #Login-service
   -------------------------------------------------------------------------- */
  /*doc
---
title: login-service
name: login-service
categories: [component]
---
ログイン画面周りのコンポーネントです。
*/
  /* #Main-visual
   -------------------------------------------------------------------------- */
  /*doc
---
title: main-visual
name: main-visual
categories: [project]
---
メインビジュアルのコンポーネントです。
```block

```
*/
  /* #Management
   -------------------------------------------------------------------------- */
  /*doc
---
title: Management
name: Management
categories: [project]
---
管理画面用のコンポーネントです。
```block

```
*/
  /* #Members
   -------------------------------------------------------------------------- */
  /*doc
---
title: members
name: members
categories: [project]
---
会員専用ログインのコンポーネントです。
*/
  /* #Next-previous
   -------------------------------------------------------------------------- */
  /*doc
---
title: next-previous
name: next-previous
categories: [project]
---
「次へ」「前へ」ナビゲーションのコンポーネントです。
```block
<nav class="p−next-previous">
	<ul class="p−next-previous__body">
		<li class="p−next-previous__next">
			<a href="">NEXT</a>
		</li>
		<li class="p−next-previous__list">
			<a href="">一覧を見る</a>
		</li>
		<li class="p−next-previous__prev">
			<a href="">PREV</a>
		</li>
	</ul>
</nav>
```
*/
  /* #Notice-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: notice-list
name: notice-list
categories: [project]
---
各お知らせのコンポーネントです。
```
*/
  /* #Notice
   -------------------------------------------------------------------------- */
  /*doc
---
title: notice
name: notice
categories: [component]
---
アンケートフォーム等のコンポーネントです。
*/
  /* #Page-top
   -------------------------------------------------------------------------- */
  /*doc
---
title: page-top
name: page-top
categories: [project]
---
ページトップのコンポーネントです。
```block
<a class="p-page-top" href=".l-wrapper">PAGE TOP</a>
```
*/
  /* #Pc-header
   -------------------------------------------------------------------------- */
  /*doc
---
title: pc-header
name: pc-header
categories: [project]
---
PC用ヘッダーのコンポーネントです。
```block
<div class="c-pc-header">
	<div class="c-pc-header__head">
		<div class="c-pc-header__logo">
			<h1 class="p-logo">logo</h1>
		</div>
        <div class="c-pc-header__utility-nav"></div>
	</div>
	<nav class="c-pc-header__body"></nav>
</div>
```
*/
  /* #Post-news
   -------------------------------------------------------------------------- */
  /*doc
---
title: post-news
name: post-news
categories: [component]
---
記事詳細ページのコンポーネントです。
*/
  /* #Questionnaire
   -------------------------------------------------------------------------- */
  /*doc
---
title: questionnaire
name: questionnaire
categories: [component]
---
アンケートのコンポーネントです。
*/
  /* #Read-alound
   -------------------------------------------------------------------------- */
  /*doc
---
title: read-alound
name: read-alound
categories: [project]
---
音声読み上げのコンポーネントです。
```block

```
*/
  /* #Registered
   -------------------------------------------------------------------------- */
  /*doc
---
title: registered
name: registered
categories: [component]
---
登録事業所のコンポーネントです。
*/
  /* #Resource
   -------------------------------------------------------------------------- */
  /*doc
---
title: Resource
name: Resource
categories: [project]
---
資源登録のコンポーネントです。
```
*/
  /* #Search-map
   -------------------------------------------------------------------------- */
  /*doc
---
title: search-map
name: search-map
categories: [project]
---
検索メニューのコンポーネントです。

*/
  /* #Search-menu
   -------------------------------------------------------------------------- */
  /*doc
---
title: search-menu
name: search-menu
categories: [project]
---
検索メニューのコンポーネントです。

*/
  /* #Search-service
   -------------------------------------------------------------------------- */
  /*doc
---
title: search-service
name: search-service
categories: [component]
---
サービスを探すのコンポーネントです。
*/
  /* #Link-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: link-list
name: link-list
categories: [project]
---
```block
```
*/
  /* #Site-search
   -------------------------------------------------------------------------- */
  /*doc
---
title: site-search
name: site-search
categories: [project]
---
サイト内検索のコンポーネントです。
```block

```
*/
  /* #Sp-global-nav
   -------------------------------------------------------------------------- */
  /*doc
---
title: sp-global-nav
name: sp-global-nav
categories: [project]
---
スマホグローバルナビゲーションのコンポーネントです。
```block

```
*/
  /* #Sp-header
   -------------------------------------------------------------------------- */
  /*doc
---
title: sp-header
name: sp-header
categories: [project]
---
SP用ヘッダーのコンポーネントです。
*/
  /* #Stakeholder
   -------------------------------------------------------------------------- */
  /*doc
---
title: Stakeholder
name: Stakeholder
categories: [project]
---
関係者用トップのコンポーネントです。
```block

```
*/
  /* #Topics-list-box
   -------------------------------------------------------------------------- */
  /*doc
---
title: topics-list-box
name: topics-list-box
categories: [project]
---
トピックリストボックスのコンポーネントです。
```block
<ul class="p-topics-list-box c-link-box c-paragraph">
	<li class="p-topics-list-box__item c-link-box__item">
		<a class="p-topics-list-box__link c-link-box__link" href="">
			<div class="p-topics-list-box__head">
				<div class="p-topics-list-box__date"></div>
				<div class="p-topics-list-box__new"></div>
	        </div>
            <div class="p-topics-list-box__title"></div>
        </a>
	</li>
</ul>
```
*/
  /* #Topics-list
   -------------------------------------------------------------------------- */
  /*doc
---
title: topics-list
name: topics-list
categories: [project]
---
トピックリストのコンポーネントです。
```block
<div class="p-topics-list">
	<div class="p-topics-list__title"> <a class="p-topics-list__link" href="" target="">topic</a> </div>
	<div class="p-topics-list__new">NEW</div>
	<div class="p-topics-list__date">0000.00.00</div>
</div>
```
*/
  /* #Topics
   -------------------------------------------------------------------------- */
  /*doc
---
title: topics
name: topics
categories: [project]
---
トピックのコンポーネントです。
*/
  /* #Useful-menu
   -------------------------------------------------------------------------- */
  /*doc
---
title: useful-menu
name: useful-menu
categories: [project]
---
お役立ちメニューのコンポーネントです。
*/
  /* #Utility-nav
   -------------------------------------------------------------------------- */
  /*doc
---
title: utility-nav
name: utility-nav
categories: [project]
---
トピックリストのコンポーネントです。
```block

```
*/
  /* #Align
   -------------------------------------------------------------------------- */
  /*doc
---
title: align
name: align
categories: [utility]
---
画像などを左右や中央に配置します。
```block
<div class="c-wrapper">
	<img src="http://lorempixel.com/150/150/">
	<img src="http://lorempixel.com/150/150/" class="u-align-center">
	<img src="http://lorempixel.com/150/150/" class="u-align-right">
</div>
```
*/
  /* #Clearfix
   -------------------------------------------------------------------------- */
  /*doc
---
title: clearfix
name: clearfix
categories: [utility]
---
*/
  /* #Align
   -------------------------------------------------------------------------- */
  /*doc
---
title: align
name: align
categories: [utility]
---
要素の表示形式を指定します。
```block

```
*/
  /* #Margin
   -------------------------------------------------------------------------- */
  /*doc
---
title: margin
name: margin
categories: [utility]
---
マージンで余白の管理をします。常に下方向にだけ余白をとります。
`<section>`要素を使うようなセクションの余白はlayout/_section.scssで管理します。
* `.u-mb`は常に余白をとります。
* `.u-mb-gain`は768px以上で余白を指定します。
* `.u-mb-lose`は768px以上で余白を無くします。
```block
<div class="u-mb-medium">
	<p>Lorem ipsum</p>
</div>
<div class="u-mb-gain-medium">
	<p>Lorem ipsum</p>
</div>
<div class="u-mb-lose-medium">
	<p>Lorem ipsum</p>
</div>
```
*/
  /* 常に余白を指定するクラス。 */
  /* 768px以上で余白を指定するクラス。 */
  /* 768px以上で余白を無くすクラス。 */
  /* #Percent
   -------------------------------------------------------------------------- */
  /*doc
---
title: percent
name: percent
categories: [utility]
---
`width`プロパティを5%刻みで指定する汎用クラスです。
```block
<div class="c-wrapper">
	<table class="c-table">
		<tr>
			<th class="u-percent50">th1</th>
			<th>th2</th>
			<th>th3</th>
		</tr>
		<tr>
			<td>td1</td>
			<td>td2</td>
			<td>td3</td>
		</tr>
	</table>
</div>
```
*/
  /* #Row-width
   -------------------------------------------------------------------------- */
  /*doc
---
title: row-width
name: row-width
categories: [utility]
---
Bootstrapのガター幅を調整します。
```block
<div class="row row-0 row-md-10 row-sm-20 row-xs-30">
    <div class="col-sm-6">
    </div>
    <div class="col-sm-6">
    </div>
</div>
```
*/
  /* ガター幅（余白）指定
--------------------------------------------- */
  /* lg以下 */
  /* md以下 */
  /* sm以下 */
  /* xs以下 */
  /* #Sr-only
   -------------------------------------------------------------------------- */
  /*doc
---
title: sr-only
name: sr-only
categories: [utility]
---
要素を非表示にさせますが、スクリーンリーダーには読み上げられます。
```block
<div>
  <span class="p-icon p-icon--rss" aria-hidden="true"></span>
  <span class="u-sr-only">rss購読</span>
</div>
```
*/
  /* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
  /*doc
---
title: text
name: text
categories: [utility]
---
テキストのスタイルを指定する汎用クラスです。
```block
<p class="u-text-light">font-weight 300</p>
<p class="u-text-normal">font-weight 400</p>
<p class="u-text-bold">font-weight 600</p>
<p class="u-text-indent">先頭の1文字目を1文字分字下げします。</p>
<p class="u-text-note">2行目以降の1文字目を1文字分字下げします。<br>2行目以降の1文字目を1文字分字下げします。</p>
<p class="u-text-nowrap">テキストを折り返させません。横幅を超えても、このテキストは折り返さずに表示されます。</p>
<p class="u-text-breakword">テキストを折り返させます。長文になっても、このテキストは必ず折り返して表示されます。</p>
<p class="u-text-justify">テキストを両端揃え（均等割り付け）させます。通常のテキストと文字間が違うのが分かると思います。</p>
<p class="u-text-none">記述した通りに表示します。</p>
<p class="u-text-lowercase">abcdEFGH すべての英単語を小文字で表示します。</p>
<p class="u-text-uppercase">abcdEFGH すべての英単語を大文字で表示します。</p>
<p class="u-text-capitalize">abcdEFGH 英単語の先頭を大文字で表示します。</p>
<p class="u-text-smallcaps">abcdEFGH スモールキャップ（小文字と同じ高さで作られた大文字）で表示します。</p>
<p class="u-text-vertical">abcdEFGH 縦書きで表示します。</p>
<p class="u-text-vertical u-text-vertical--upright">abcdEFGH 英文も縦書きにする場合はModifierを指定します。</p>
<p class="u-text-right">text-align right</p>
<p class="u-text-center">text-align center</p>
<p class="u-text-left">text-align left</p>
<p class="u-text-top">vertical-align top</p>
<p class="u-text-middle">vertical-align middle</p>
<p class="u-text-bottom">vertical-align bottom</p>
```
*/
  /* font-weightを指定します。 */
  /* 先頭の1文字目を1文字分字下げします。 */
  /* 2行目以降の1文字目を1文字分字下げします。 */
  /* テキストを改行させません。 */
  /* テキストを改行させます。 */
  /* テキストを両端揃えさせます。 */
  /* 記述した通りに表示します。 */
  /* すべての英単語を小文字にします。 */
  /* すべての英単語を大文字にします。 */
  /* 英単語の先頭を大文字にします。 */
  /* スモールキャップ（小文字と同じ高さで作られた大文字）にします。 */
  /* 縦書きにします。 */
  /* 英文も縦書きにする場合はModifierを指定します。 */
}

div.ccm-page h1, div.ccm-page h2, div.ccm-page h3, div.ccm-page h4, div.ccm-page h5, div.ccm-page h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
  color: inherit;
}

div.ccm-page ul, div.ccm-page ol {
  padding-left: 0;
  list-style: none;
}

div.ccm-page li > ul, div.ccm-page li > ol {
  margin-bottom: 0;
}

div.ccm-page dd {
  margin-left: 0;
}

div.ccm-page table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #d9d9d9;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  margin-bottom: 3rem !important;
}

div.ccm-page tr {
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page table tr:last-child {
  border: none;
}

div.ccm-page th {
  text-align: left;
  background: #f9ccb7;
  padding: 1rem 1.5rem;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

div.ccm-page td {
  padding: 1rem 1.5rem;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  div.ccm-page th {
    padding: 0.5rem;
  }
  div.ccm-page td {
    padding: 0.5rem;
    word-break: break-all;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page th {
    border-right: none;
  }
  div.ccm-page td {
    border-right: none;
  }
}

div.ccm-page a {
  text-decoration: underline;
  color: #633917;
}

div.ccm-page a:visited {
  color: #633917;
}

div.ccm-page a:hover {
  text-decoration: none;
  color: #633917;
}

div.ccm-page img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

div.ccm-page i,
div.ccm-page cite,
div.ccm-page em,
div.ccm-page address,
div.ccm-page dfn {
  font-style: normal;
}

div.ccm-page pre {
  padding: 2em;
  margin: 1em 0;
  background: #fcfcfc;
  border: 1px solid #d9d9d9;
}

div.ccm-page code,
div.ccm-page pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

div.ccm-page code {
  padding: 0.2em;
  border-radius: 4px;
  font-size: 1.3rem;
  background-color: rgba(0, 0, 0, 0.06);
}

div.ccm-page pre code {
  padding: 0;
  font-size: 1.3rem;
  background-color: inherit;
}

div.ccm-page h1, div.ccm-page h2, div.ccm-page h3, div.ccm-page h4, div.ccm-page h5, div.ccm-page h6,
div.ccm-page ul, div.ccm-page ol, div.ccm-page dl,
div.ccm-page blockquote, div.ccm-page p, div.ccm-page address,
div.ccm-page hr,
div.ccm-page table,
div.ccm-page fieldset, div.ccm-page figure,
div.ccm-page pre {
  margin-top: 0;
  margin-bottom: 0;
}

div.ccm-page em {
  font-style: normal;
  font-weight: bold;
}

div.ccm-page strong {
  color: #c64624;
}

div.ccm-page a:focus, div.ccm-page input:focus, div.ccm-page textarea:focus, div.ccm-page select:focus, div.ccm-page button:focus {
  outline: 5px solid #007bff !important;
  outline-offset: -2px;
}

div.ccm-page .col-xs-15,
div.ccm-page .col-sm-15,
div.ccm-page .col-md-15,
div.ccm-page .col-lg-15 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

div.ccm-page .col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  div.ccm-page .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  div.ccm-page .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  div.ccm-page .col-lg-15 {
    width: 20%;
    float: left;
  }
}

div.ccm-page .l-content {
  padding-bottom: 10rem;
}

div.ccm-page .l-content__none {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .l-content {
    padding-bottom: 5rem;
  }
}

div.ccm-page .l-footer {
  position: relative;
  background: #ffffff;
  padding-top: 4.5rem;
}

div.ccm-page .l-footer::before {
  content: "";
  display: block;
  background: url("/common/img03/pattern05.png") repeat #f3a385;
  width: 100%;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .l-footer__info {
  background: #ffffff;
}

div.ccm-page .l-footer__page-top {
  position: fixed;
  right: 7rem;
  bottom: 10.5rem;
  z-index: 10;
}

div.ccm-page .l-footer__menu {
  margin-bottom: 5rem;
}

div.ccm-page .l-footer__menu-btn {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  border: 2px solid #f3a385;
  border-radius: 4px;
  padding: 2rem;
  padding-left: 5rem;
  position: relative;
  display: block;
  line-height: 1;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
}

div.ccm-page .l-footer__menu-btn:after {
  content: "";
  display: block;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.8rem;
}

div.ccm-page .l-footer__menu-btn:hover {
  text-decoration: none;
  background-color: #fffcf0;
  box-shadow: 0px 1px 0px 0px #d9d9d9;
}

div.ccm-page .l-footer__menu-btn--01 {
  background: url("/common/img03/faq-btn01.png") no-repeat #fff;
  background-size: contain;
}

div.ccm-page .l-footer__menu-btn--02 {
  background: url("/common/img03/notfind-btn01.png") no-repeat #fff;
  background-size: contain;
}

div.ccm-page .l-footer__menu-btn--03 {
  background: url("/common/img03/sitemap-btn01.png") no-repeat #fff;
  background-size: contain;
}

div.ccm-page .l-footer-item__head {
  margin-bottom: 3rem;
  text-align: center;
}

div.ccm-page .l-footer-item__body {
  margin-bottom: 4.5rem;
}

div.ccm-page .l-footer-item__list {
  display: inline-block;
}

div.ccm-page .l-footer-item__list-item {
  float: left;
  line-height: 1;
  border-right: 1px dotted #876c4d;
}

div.ccm-page .l-footer-item__list-item:last-child {
  border: none;
}

div.ccm-page .l-footer-item__list-link {
  font-size: 1.4rem;
  padding: 0.3rem 1.5rem;
}

div.ccm-page .l-footer-item__list-link:hover {
  text-decoration: none;
}

div.ccm-page .l-footer-item__logo-img01 {
  width: 13.5rem;
  height: 3.1rem;
  margin-bottom: 0.3rem;
}

div.ccm-page .l-footer-item__logo-img02 {
  width: 13.8rem;
  height: 2.6rem;
  margin-bottom: 0.3rem;
}

div.ccm-page .l-footer-item__copy {
  margin-bottom: 1rem;
  line-height: 1;
}

div.ccm-page .l-footer-item__copy-txt {
  font-size: 1.1rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .l-footer__menu-btn {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .l-footer {
    padding-top: 0.5rem;
  }
  div.ccm-page .l-footer__page-top {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
  div.ccm-page .l-footer__page-top-icon {
    margin-right: 0.6rem;
    display: inline-block !important;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .l-footer-item__body {
    display: none;
  }
}

div.ccm-page .l-header__breadcrumb {
  position: relative;
}

div.ccm-page .l-section--tiny {
  margin-bottom: 2rem;
}

div.ccm-page .l-section--small {
  margin-bottom: 4rem;
}

div.ccm-page .l-section {
  margin-bottom: 6rem;
}

div.ccm-page .l-section--large {
  margin-bottom: 8rem;
}

div.ccm-page .l-section--huge {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .l-section--tiny {
    margin-bottom: 1rem;
  }
  div.ccm-page .l-section--small {
    margin-bottom: 2rem;
  }
  div.ccm-page .l-section {
    margin-bottom: 3rem;
  }
  div.ccm-page .l-section--large {
    margin-bottom: 4rem;
  }
  div.ccm-page .l-section--huge {
    margin-bottom: 5rem;
  }
}

div.ccm-page .l-wrapper {
  position: relative;
  overflow: hidden;
}

div.ccm-page .l-wrapper__loader {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  _position: absolute;
  /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -25px;
  /* heightの半分のマイナス値 */
  margin-left: -25px;
  /* widthの半分のマイナス値 */
  z-index: 99999999;
}

div.ccm-page .l-wrapper__fade {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999998;
}

div.ccm-page .c-button01 {
  display: inline-block;
  border-radius: 4px;
  color: #633917;
  font-weight: bold;
  background: url("/common/img03/pattern08.png") repeat #f8ffd7;
  border: 2px solid #f3a385;
  margin-bottom: 2rem;
}

div.ccm-page .c-button01 a {
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 5rem 0.5rem 4rem;
  display: block;
  position: relative;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: 1.7rem 1.6rem;
  background-position: 96% center;
}

div.ccm-page .c-button01 a:hover {
  text-decoration: none;
  color: #633917;
  opacity: .8;
}

div.ccm-page .c-button01:visited {
  color: #633917;
}

div.ccm-page .c-button02 {
  display: inline-block;
  border-radius: 4px;
  color: #633917;
  font-weight: bold;
  background: url("/common/img03/pattern09.png") repeat #f8ffd7;
  border: 2px solid #fde267;
  margin-bottom: 2rem;
}

div.ccm-page .c-button02 a {
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 5rem 0.5rem 4rem;
  display: block;
  position: relative;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: 1.7rem 1.6rem;
  background-position: 96% center;
}

div.ccm-page .c-button02 a:hover {
  text-decoration: none;
  color: #633917;
  opacity: .8;
}

div.ccm-page .c-button02:visited {
  color: #633917;
}

div.ccm-page .c-button03 {
  display: inline-block;
  border-radius: 4px;
  color: #633917;
  font-weight: bold;
  background: url("/common/img03/pattern10.png") repeat #f8ffd7;
  border: 2px solid #f8b545;
  margin-bottom: 2rem;
}

div.ccm-page .c-button03 a {
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 5rem 0.5rem 4rem;
  display: block;
  position: relative;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: 1.7rem 1.6rem;
  background-position: 96% center;
}

div.ccm-page .c-button03 a:hover {
  text-decoration: none;
  color: #633917;
  opacity: .8;
}

div.ccm-page .c-button03:visited {
  color: #633917;
}

div.ccm-page .c-button04 {
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem 3.5rem 1rem 5rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
}

div.ccm-page .c-button04:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .c-button05 {
  border: 2px solid #f3a385;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  display: block;
  width: 21.5rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
  background: #fff;
  margin: 0 auto;
}

div.ccm-page .c-button05::after {
  display: block;
  content: "";
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.8rem;
}

div.ccm-page .c-button05:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d9d9d9;
  background: #fffcf0;
}

div.ccm-page .c-button06 {
  background: #f7d53b;
  font-weight: bold;
  padding: 1rem 3.5rem 1rem 5rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d1b432;
  display: inline-block;
  border: none;
  line-height: 1.2;
}
.c-btn__mini {
  padding: 0.5rem 2rem !important;
}

div.ccm-page .c-button06:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d1b432;
  background: #eac82b;
}

div.ccm-page .c-button06-disabld,
div.ccm-page .c-button06-disabld:hover {
  background: #d9d9d9;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
}

div.ccm-page .c-button07 {
  display: inline-block;
}

div.ccm-page .c-button07 a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-color: #fff;
  background-size: 1.7rem 1.6rem;
  background-position: 1.2rem center;
  padding: 1rem 3rem 1rem 4rem;
  border-radius: 4px;
  border: 2px solid #f3a385;
  box-shadow: 0 0.3rem 0 0 #d9d9d9;
}

div.ccm-page .c-button07 a:hover {
  text-decoration: none;
  background-color: #fffcf0;
  box-shadow: 0px 1px 0px 0px #d9d9d9;
}

div.ccm-page .c-button08 {
  display: inline-block;
}

div.ccm-page .c-button08 button {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-color: #fff;
  background-size: 1.7rem 1.6rem;
  background-position: 1.2rem center;
  padding: 1rem 3rem 1rem 4rem;
  border-radius: 4px;
  border: 2px solid #f3a385;
  box-shadow: 0 0.3rem 0 0 #d9d9d9;
}

div.ccm-page .c-button08 button:hover {
  text-decoration: none;
  background-color: #fffcf0;
  box-shadow: 0px 1px 0px 0px #d9d9d9;
}

div.ccm-page .c-button-d01 {
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem 3.5rem 1rem 5rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
}

div.ccm-page .c-button-d02 {
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem 3.5rem 1rem 3.5rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
}

div.ccm-page .c-button-d01:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .c-button-d04 {
  background: #f7a63b;
  font-weight: bold;
  padding: 0.75rem;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #d18c32;
  border: none;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

div.ccm-page .c-button-d04:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .c-button-d04 a {
  text-decoration: none;
}

div.ccm-page .c-button__delete a,
div.ccm-page .c-button__delete button {
  background: #f7a63b;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: inline-block;
  border: none;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2.8rem;
  border-radius: 4px;
}

div.ccm-page .c-button__delete a::before,
div.ccm-page .c-button__delete button:before {
  content: "\f2ed";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -1.2rem;
}

div.ccm-page .c-button__delete a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

@media screen and (max-width: 767px) {
  div.ccm-page .c-button06 {
    display: block;
  }
}

div.ccm-page .c-definition {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
}

div.ccm-page .c-definition__item {
  padding: 2.5rem 1.5rem;
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .c-definition__item:last-child {
  border: none;
}

div.ccm-page .c-definition__ttl {
  display: inline-block;
  padding: 2rem 3.5rem;
  margin-right: 2rem;
  background: #fde266;
  font-weight: bold;
  font-size: 1.8rem;
  vertical-align:middle;
  display: table-cell;
}

div.ccm-page .c-definition__txt {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  vertical-align:middle;
  display: table-cell;
  padding-left:2rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .c-definition__ttl {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
  }
  div.ccm-page .c-definition__txt {
    display: block;
    padding: 0;
  }
}

div.ccm-page .c-definition__txtarea {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

div.ccm-page .c-definition__facility .p-search__office-name-txt {
  padding-left: 0;
}

div.ccm-page .c-definition__facility .p-search__office-name-txt::before {
  content: none;
  display: none;
}

div.ccm-page .c-definition__contact {
  margin-top: 6rem;
}

div.ccm-page .c-definition__contact-num {
  margin-top: 3rem;
}

div.ccm-page .c-definition__contact-ttl {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  background: #fde266;
}

div.ccm-page .c-definition__contact-txt {
  font-size: 5rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  div.ccm-page .c-definition__contact-ttl {
    font-size: 1.4rem;
  }
  div.ccm-page .c-definition__contact-txt {
    font-size: 3.4rem;
  }
  div.ccm-page .c-definition__ttl {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
  }
  div.ccm-page .c-definition__txt {
    display: block;
    padding: 0;
  }
}

div.ccm-page .c-flame01 {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-bottom: 4rem;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  overflow: hidden;
}

div.ccm-page .c-flame01__ttl {
  background: url("/common/img03/pattern07.png") repeat #f3a385;
  padding: 1rem;
  text-align: center;
  font-size: 1.9rem;
}

div.ccm-page .c-flame01__body {
  background: #ffffff;
  padding: 2rem 3rem;
}

div.ccm-page .c-flame02 {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-bottom: 4rem;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  overflow: hidden;
}

div.ccm-page .c-flame02__ttl {
  background: url("/common/img03/pattern11.png") repeat;
  padding: 1rem;
  text-align: center;
  font-size: 1.9rem;
}

div.ccm-page .c-flame02__body {
  background: #ffffff;
  padding: 2rem 3rem;
}

div.ccm-page .c-flame03 {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-bottom: 4rem;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  overflow: hidden;
}

div.ccm-page .c-flame03__ttl {
  background: url("/common/img03/pattern12.png") repeat;
  padding: 1rem;
  text-align: center;
  font-size: 1.9rem;
}

div.ccm-page .c-flame03__body {
  background: #ffffff;
  padding: 2rem 3rem;
}

div.ccm-page .c−google-map {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

div.ccm-page .c−google-map iframe, div.ccm-page .c−google-map object, div.ccm-page .c−google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.ccm-page .c-icon-list__item {
  display: inline-block;
}

div.ccm-page .c-link-box__item {
  position: relative;
}

div.ccm-page .c-link-box__item:before {
  display: block;
  position: absolute;
  background: url("/common/img03/arrow01.png") no-repeat;
  left: auto;
  right: 1.5rem;
  top: 50%;
  margin-top: -0.8rem;
}

div.ccm-page .c-link-box__link {
  text-decoration: none;
  display: block;
}

div.ccm-page .c-link-box__link:hover {
  text-decoration: none;
  background: #e1f1f8;
}

div.ccm-page .c-link-list__item {
  padding-left: 1.7rem;
  margin-bottom: 0.7rem;
}

div.ccm-page .c-link-list__link {
  position: relative;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: left center;
  padding-left: 1.9rem;
}

div.ccm-page .c-link {
  margin-bottom: 1rem;
}

div.ccm-page .c-link a {
  position: relative;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: left center;
  padding-left: 1.9rem;
  color: #006680;
}

div.ccm-page .c-link a::before {
  content: "";
  display: block;
  background: url("/common/img/arrow01.png") no-repeat;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
}

div.ccm-page .c-link a:hover {
  color: #006680;
}

div.ccm-page .c-link a:visited {
  color: #690080;
}

div.ccm-page .c-link__external a::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  speak: none;
  background: none;
}

div.ccm-page .c-ol-list {
  counter-reset: number 0;
  margin-left: 1.5rem;
}

div.ccm-page .c-ol-list__item {
  padding-left: 1.7rem;
  position: relative;
  margin-bottom: 0.7rem;
}

div.ccm-page .c-ol-list__item:before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  position: absolute;
  left: 0;
  color: #c64624;
  font-weight: bold;
}

div.ccm-page .c-ol-list__item:nth-child(n+10) {
  padding-left: 2.3rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .c-ol-list {
    margin-left: 0.7rem;
  }
}

div.ccm-page .c-pagination {
  text-align: center;
}

div.ccm-page .c-pagination__list-item {
  display: inline-block;
}

div.ccm-page .c-pagination__list-link {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 0.65rem 1.0rem;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

div.ccm-page .c-pagination__list-link.prev {
  padding: 0.65rem 2rem 0.65rem 3.5rem;
  position: relative;
}

div.ccm-page .c-pagination__list-link.prev::before {
  content: "\f100";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 1.6rem;
  margin-top: -1.2rem;
}

div.ccm-page .c-pagination__list-link.next {
  padding: 0.65rem 3.5rem 0.65rem 2rem;
  position: relative;
}

div.ccm-page .c-pagination__list-link.next::before {
  content: "\f101";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  margin-top: -1.2rem;
}

div.ccm-page .c-pagination__list-link:hover {
  background: #f1f1f1;
  box-shadow: 0px 1px 0px 0px #d9d9d9;
}

div.ccm-page .c-pagination__list-current {
  background: #f3a385;
  border-radius: 4px;
  /* padding: 0.8rem 1.5rem; */
  box-shadow: 0px 0px 0px 0px transparent;
  text-decoration: none;
  font-weight: bold;
  border: none;
}

div.ccm-page .c-pagination__list-current:hover {
	background: #f3a385;
	box-shadow: 0px 0px 0px 0px transparent;
}

@media screen and (max-width: 767px) {
  div.ccm-page .c-pagination__list-link {
    padding: 0.65rem 0.5rem;
    font-size: 1.4rem;
  }
  div.ccm-page .c-pagination__list-link.prev {
    padding: 0.65rem 0.5rem 0.65rem 2rem;
  }
  div.ccm-page .c-pagination__list-link.prev::before {
    left: 0.6rem;
    margin-top: -0.6rem;
    line-height: 1;
  }
  div.ccm-page .c-pagination__list-link.next {
    padding: 0.65rem 2rem 0.65rem 0.5rem;
  }
  div.ccm-page .c-pagination__list-link.next::before {
    right: 0.6rem;
    margin-top: -0.6rem;
    line-height: 1;
  }
  div.ccm-page .c-pagination__list-current {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
  }
}

div.ccm-page .c-paragraph {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1199px) {
  div.ccm-page .c-paragraph {
    margin-bottom: 1rem;
  }
}

div.ccm-page .c-slider img {
  width: 100%;
}

div.ccm-page .c-table {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

div.ccm-page .c-table__responsive-txt {
  display: none;
}

div.ccm-page .c-table__scroll {
  display: none;
}

div.ccm-page .c-table__scroll__input {
  display: none;
}

div.ccm-page .c-table__week {
  font-size: 1.3rem;
  display: block;
}

div.ccm-page .c-table__res {
  overflow-x: scroll;
}

div.ccm-page .c-table__res table {
  margin-bottom: 2rem !important;
}

div.ccm-page .c-table__res-wide th {
  white-space: inherit !important;
  width: 6rem;
}

div.ccm-page .c-table__res-wide-txt {
  display: none;
}

@media screen and (max-width: 991px) {
  div.ccm-page .c-table__res-wide th {
    white-space: nowrap !important;
  }
  div.ccm-page .c-table__res-wide-txt {
    display: block;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .c-table-responsive__input {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    min-height: .01%;
    border: none;
  }
  div.ccm-page .c-table-responsive__input table {
    margin-bottom: 1rem !important;
  }
  div.ccm-page .c-table__scroll__input {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .c-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    min-height: .01%;
    border: none;
  }
  div.ccm-page .c-table-responsive table {
    margin-bottom: 1rem !important;
  }
  div.ccm-page .c-table__responsive-txt {
    display: block;
    margin-bottom: 3rem;
  }
  div.ccm-page .c-table__scroll {
    display: block;
  }
}

div.ccm-page .c-table03 {
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

div.ccm-page .c-table03 tr {
  border-bottom: 0;
}

div.ccm-page .c-table03 td {
  vertical-align: baseline;
  border: 1px solid #ccc;
  padding: 0;
}

div.ccm-page .c-table03 td dl {
  height: 100%;
}

div.ccm-page .c-table03 td dl dt {
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  text-align: center;
  padding-top: 0.5rem;
  font-weight: bold;
  background: #f9ccb7;
}

div.ccm-page .c-table03 td dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

div.ccm-page .c-table03__week {
  font-weight: normal;
}

div.ccm-page .c-table03__sec-cont {
  text-align: center;
}

div.ccm-page .c-table03__sec-cont img {
  height: 3.2rem;
  width: auto;
  vertical-align: text-top;
}

div.ccm-page .c-table03__sec-ttl01 {
  text-align: center;
  font-size: 1.4rem;
  border-right: 0.1rem solid #ccc;
}

div.ccm-page .c-table03__sec-ttl02 {
  text-align: center;
  font-size: 1.4rem;
}

div.ccm-page .c-table03__sec-cont01 {
  text-align: center;
  border-right: 0.1rem solid #ccc;
}

div.ccm-page .c-table03__sec-cont01 img {
  height: 1.6rem;
  width: auto;
  vertical-align: text-top;
}

div.ccm-page .c-table03__sec-cont02 {
  text-align: center;
}

div.ccm-page .c-table03__sec-cont02 img {
  height: 1.6rem;
  width: auto;
  vertical-align: text-top;
}

div.ccm-page .c-table03__sec {
  width: 100%;
}

div.ccm-page .c-table03__sec01 {
  width: 50%;
}

div.ccm-page .c-table03__sec02 {
  width: 50%;
}

div.ccm-page .c-table03__week--sat {
  color: #165AC0;
  font-weight: bold;
}

div.ccm-page .c-table03__week--sun {
  color: #d82929;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  div.ccm-page .c-table03__empty {
    display: none !important;
  }
  div.ccm-page .c-table03 td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  div.ccm-page .c-table03 td dl dt {
    display: table-cell;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
    text-align: center;
    padding: 0.5rem;
    white-space: nowrap;
    min-width: 8rem;
  }
  div.ccm-page .c-table03 td dl dd {
    display: table-cell;
    padding: 0.5rem 1rem;
    vertical-align: middle;
    min-height: auto;
    width: 100%;
  }
  div.ccm-page .c-table03__sec01 {
    float: left;
  }
  div.ccm-page .c-table03__sec02 {
    float: left;
  }
}

div.ccm-page .c-ul-list {
  margin-left: 1.5rem;
  margin-top: 1rem;
}

div.ccm-page .c-ul-list__item {
  padding-left: 1.7rem;
  position: relative;
  margin-bottom: 0.7rem;
}

div.ccm-page .c-ul-list__item:before {
  display: block;
  position: absolute;
  content: "";
  left: 0.5rem;
  top: 0.9rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999999px;
  background: #f3a385;
}

@media screen and (max-width: 767px) {
  div.ccm-page .c-ul-list {
    margin-left: 0.7rem;
  }
}

div.ccm-page .p-activity-record {
  position: relative;
}

div.ccm-page .p-activity-record__conditions {
  margin-bottom: 5rem;
}

div.ccm-page .p-activity-record__thread-conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.ccm-page .p-activity-record__thread-date {
  width: 50%;
  margin-bottom: 1rem;
}

div.ccm-page .p-activity-record__thread-date p {
  display: inline-block;
}

div.ccm-page .p-activity-record__thread-date-ttl {
  background: #fde266;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  margin-right: 1rem;
  border-radius: 2.5rem;
}

div.ccm-page .p-activity-record__thread-place {
  width: 50%;
  margin-bottom: 1rem;
}

div.ccm-page .p-activity-record__thread-place p {
  display: inline-block;
}

div.ccm-page .p-activity-record__thread-place-ttl {
  background: #fde266;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  margin-right: 1rem;
  border-radius: 2.5rem;
}

div.ccm-page .p-activity-record__thread-user {
  width: 50%;
  margin-bottom: 1rem;
}

div.ccm-page .p-activity-record__thread-user p {
  display: inline-block;
}

div.ccm-page .p-activity-record__thread-user-ttl {
  background: #fde266;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  margin-right: 1rem;
  border-radius: 2.5rem;
}

div.ccm-page .p-activity-record__thread-area {
  width: 50%;
  margin-bottom: 1rem;
}

div.ccm-page .p-activity-record__thread-area p {
  display: inline-block;
}

div.ccm-page .p-activity-record__thread-area-ttl {
  background: #fde266;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  margin-right: 1rem;
  border-radius: 2.5rem;
}

div.ccm-page .p-activity-record__thread-time {
  width: 50%;
  margin-bottom: 1rem;
}

div.ccm-page .p-activity-record__thread-time p {
  display: inline-block;
}

div.ccm-page .p-activity-record__thread-time-ttl {
  background: #fde266;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  margin-right: 1rem;
  border-radius: 2.5rem;
}

div.ccm-page .p-activity-record__thread-make {
  width: 50%;
  margin-bottom: 1rem;
}

div.ccm-page .p-activity-record__thread-make p {
  display: inline-block;
}

div.ccm-page .p-activity-record__thread-make-ttl {
  background: #fde266;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  margin-right: 1rem;
  border-radius: 2.5rem;
}

div.ccm-page .p-activity-record__txt {
  padding: 5rem 2rem 0rem 2rem;
  background: #ffffff;
  border-radius: 4px;
  border: 2px solid #f3a385;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-activity-record__txt-func {
  text-align: right;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-activity-record__thread-conditions {
    display: block;
  }
  div.ccm-page .p-activity-record__thread-date {
    width: 100%;
    margin-right: 0;
  }
  div.ccm-page .p-activity-record__thread-date-ttl {
    display: block !important;
  }
  div.ccm-page .p-activity-record__thread-place {
    width: 100%;
    margin-right: 0;
  }
  div.ccm-page .p-activity-record__thread-place-ttl {
    display: block !important;
  }
  div.ccm-page .p-activity-record__thread-user {
    width: 100%;
    margin-right: 0;
  }
  div.ccm-page .p-activity-record__thread-user-ttl {
    display: block !important;
  }
  div.ccm-page .p-activity-record__thread-area {
    width: 100%;
    margin-right: 0;
  }
  div.ccm-page .p-activity-record__thread-area-ttl {
    display: block !important;
  }
  div.ccm-page .p-activity-record__thread-time {
    width: 100%;
    margin-right: 0;
  }
  div.ccm-page .p-activity-record__thread-time-ttl {
    display: block !important;
  }
  div.ccm-page .p-activity-record__thread-make {
    width: 100%;
    margin-right: 0;
  }
  div.ccm-page .p-activity-record__thread-make-ttl {
    display: block !important;
  }
}

div.ccm-page .p-area__info {
  margin-bottom: 1.4rem;
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

div.ccm-page .p-area__info-current {
  float: left;
  font-weight: bold;
  padding-left: 2.75rem;
  background: url("/common/img03/icon-current01.png") no-repeat;
  background-size: 2.3rem;
  background-position: left center;
  line-height: 4.2rem;
  margin-right: 2.5rem;
}

div.ccm-page .p-area__info-pin, div.ccm-page .p-area__info-pin-center, div.ccm-page .p-area__info-pin-welfare, div.ccm-page .p-area__info-pin-medical, div.ccm-page .p-area__info-pin-informal, div.ccm-page .p-area__info-pin-disability, div.ccm-page .p-area__info-pin-childcare {
  float: left;
  font-weight: bold;
  padding-left: 4.2rem;
  background: url("/common/img03/icon-pin01.png") no-repeat;
  background-size: 3.2rem 4rem;
  background-position: left center;
  line-height: 4.2rem;
  margin-right: 2.5rem;
}

div.ccm-page .p-area__info-pin-center {
  background: url("/common/img03/icon-pin-center01.png") no-repeat;
  background-size: 3rem 3rem;
  background-position: left center;
  line-height: 4.2rem;
}

div.ccm-page .p-area__info-pin-welfare {
  background: url("/common/img03/icon-pin-welfare01.png") no-repeat;
  background-size: 3.35rem 3.95rem;
  background-position: left center;
  line-height: 4.2rem;
}

div.ccm-page .p-area__info-pin-medical {
  background: url("/common/img03/icon-pin-medical01.png") no-repeat;
  background-size: 3.35rem 3.95rem;
  background-position: left center;
  line-height: 4.2rem;
}

div.ccm-page .p-area__info-pin-informal {
  background: url("/common/img03/icon-pin-informal01.png") no-repeat;
  background-size: 3.35rem 3.95rem;
  background-position: left center;
  line-height: 4.2rem;
}

div.ccm-page .p-area__info-pin-disability {
  background: url("/common/img03/icon-pin-disability01.png") no-repeat;
  background-size: 3.35rem 3.95rem;
  background-position: left center;
  line-height: 4.2rem;
}

div.ccm-page .p-area__info-pin-childcare {
  background: url("/common/img03/icon-pin-childcare01.png") no-repeat;
  background-size: 3.35rem 3.95rem;
  background-position: left center;
  line-height: 4.2rem;
}

div.ccm-page .p-area__info-mapbtn {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-area__info-mapbtn a {
  display: block;
  font-weight: bold;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-color: #ffffff;
  background-size: 1.7rem 1.6rem;
  background-position: 90% center;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0.3rem 0 0 #d9d9d9;
  text-align: center;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 1rem;
}

div.ccm-page .p-area__info-mapbtn a:last-child {
  margin-right: 0;
}

div.ccm-page .p-map__msg-info {
  max-height: 150px;
  overflow: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-area__info {
    display: block;
    margin-bottom: 0.5rem;
    position: relative;
  }
  div.ccm-page .p-area__info-mapbtn {
    margin-bottom: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
  }
  div.ccm-page .p-map__msg-info {
    max-height: 120px;
    font-size: 0.9em !important;
  }
}

div.ccm-page .p-disp-only-survey {
  display: none;
}

div.ccm-page .p-availability-info__data {
  margin-top: 3rem;
}

div.ccm-page .p-availability-info__data .c-table__td img {
  width: auto;
  height: 1.6rem;
}

div.ccm-page .p-availability-info__update {
  text-align: right;
  font-weight: bold;
}

div.ccm-page .p-availability-info__prev-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div.ccm-page .p-availability-info__prev-btn {
  display: block;
  background: #f5a043;
  margin-top: 2rem;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
}

div.ccm-page .p-availability-info__prev-btn:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-availability-info__prev-btn a {
  text-decoration: none;
  padding: 1rem 2rem;
  display: block;
}

div.ccm-page .p-availability-info__today-btn {
  display: block;
  background: #f5a043;
  margin-top: 2rem;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
}

div.ccm-page .p-availability-info__today-btn:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-availability-info__today-btn a {
  text-decoration: none;
  padding: 1rem 2rem;
  display: block;
}

div.ccm-page .p-availability-info__next-btn {
  display: block;
  background: #f5a043;
  margin-top: 2rem;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
}

div.ccm-page .p-availability-info__next-btn:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-availability-info__next-btn a {
  text-decoration: none;
  padding: 1rem 2rem;
  display: block;
}

div.ccm-page .p-availability-info__status {
  padding: 1rem 1.5rem;
  border: 2px solid #f3a385;
  border-radius: 4px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

div.ccm-page .p-availability-info__status-ttl {
  font-weight: bold;
  margin-right: 3rem;
}

div.ccm-page .p-availability-info__status-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-availability-info__status-list li {
  margin-right: 2rem;
  line-height: 2.4rem;
}

div.ccm-page .p-availability-info__status-list li span {
  margin-right: 0.7rem;
}

div.ccm-page .p-availability-info__status-list li span img {
  width: auto;
  height: 1.6rem;
  vertical-align: text-top;
}

div.ccm-page .p-availability-info__table th {
  width: 12.5%;
}

div.ccm-page .p-availability-info__table td {
  text-align: center;
}

div.ccm-page .p-availability-info__table2 th {
  border-right: 1px solid #d9d9d9;
  text-align: center;
  white-space: nowrap;
}

div.ccm-page .p-availability-info__table2 td {
  text-align: center;
  border-right: 1px solid #d9d9d9;
}

div.ccm-page .p-availability-info__select {
  width: 100%;
  height: 4rem;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}

div.ccm-page .p-availability-info__textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 15rem;
  padding: 1rem;
}

div.ccm-page .p-availability-info__calendar-txt {
  font-weight: bold;
  text-align: center;
  margin: 0.5rem 0;
}

div.ccm-page .p-availability-info__add-row {
  text-align: right;
}

div.ccm-page .p-availability-info__add-row a,
div.ccm-page .p-availability-info__add-row button {
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  background: #f7a63b;
  box-shadow: #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
  position: relative;
  padding: 1rem 3.5rem;
  box-shadow: 0px 3px 0px 0px #d18c32;
}

div.ccm-page .p-availability-info__add-row a:hover,
div.ccm-page .p-availability-info__add-row button:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-availability-info__send {
  margin-top: 8rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-availability-info__status {
    display: block;
  }
  div.ccm-page .p-availability-info__status-ttl {
    margin-bottom: 1rem;
  }
  div.ccm-page .p-availability-info__status-list {
    display: block;
  }
  div.ccm-page .p-availability-info__status-list li {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-availability-info__table2 td {
    white-space: nowrap;
  }
  div.ccm-page .p-availability-info__table2 .p-availability-info__select {
    width: 20rem;
  }
  div.ccm-page .p-availability-info__table2 .p-availability-info__txtbox {
    width: 20rem;
  }
  div.ccm-page .p-availability-info__prev-btn {
    text-align: center;
    width: 30%;
  }
  div.ccm-page .p-availability-info__prev-btn a {
    padding: 1rem;
  }
  div.ccm-page .p-availability-info__today-btn {
    text-align: center;
    width: 30%;
  }
  div.ccm-page .p-availability-info__today-btn a {
    padding: 1rem;
  }
  div.ccm-page .p-availability-info__next-btn {
    text-align: center;
    width: 30%;
  }
  div.ccm-page .p-availability-info__next-btn a {
    padding: 1rem;
  }
}

div.ccm-page .p-board__tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}

div.ccm-page .p-board__selectbox-display {
  margin-right: auto;
  width: 20%;
}

div.ccm-page .p-board__selectbox-display p {
  font-weight: bold;
  display: inline-block;
}

div.ccm-page .p-board__selectbox-display select {
  height: 4rem;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}

div.ccm-page .p-board__conditions {
  margin-left: auto;
  width: 80%;
}

div.ccm-page .p-board__conditions select {
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  width: 100%;
  background: #ffffff;
}

div.ccm-page .p-board__conditions-ttl {
  background: #f9ccb7;
  position: relative;
  cursor: pointer;
}

div.ccm-page .p-board__conditions-ttl p {
  text-align: center;
  font-weight: bold;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
}

div.ccm-page .p-board__conditions-ttl::after {
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

div.ccm-page .p-board__conditions-ttl--close::after {
  content: "\f0d8";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

div.ccm-page .p-board__conditions-panel {
  background: #ffffff;
  padding: 2rem;
  display: none;
}

div.ccm-page .p-board__conditions-search-ttl {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-board__conditions-search input[type="txt"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 1rem;
  height: 4rem;
  margin-bottom: 2rem;
}

div.ccm-page .p-board__conditions-search-status {
  font-weight: bold;
  font-size: 1.7rem;
  margin-right: 2rem;
  display: inline-block;
}

div.ccm-page .p-board__conditions-search-status--01 {
  font-weight: bold;
  padding: 0.5rem 7rem;
  background: #f9ccb7;
  border-radius: 2.5rem;
  margin-right: 1rem;
}

div.ccm-page .p-board__conditions-search-status--01 input {
  display: none;
}

div.ccm-page .p-board__conditions-search-status--02 {
  font-weight: bold;
  padding: 0.5rem 7rem;
  background: #d9d9d9;
  border-radius: 2.5rem;
}

div.ccm-page .p-board__conditions-search-status--02 input {
  display: none;
}

div.ccm-page .p-board__thread {
  margin-bottom: 3rem;
}

div.ccm-page .p-board__thread-ttl {
  position: relative;
}

div.ccm-page .p-board__thread-file-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.3rem;
  height: 3.3rem;
}

div.ccm-page .p-board__thread-link {
  display: block;
  background: #f3a385;
  padding: 0.2rem;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  padding-right: 2.5rem;
  position: relative;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-board__thread-link:hover .p-board__thread-flame {
  background: #fffcf0;
}

div.ccm-page .p-board__thread-link::after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  color: #ffffff;
  font-weight: bold;
  margin-top: -1.5rem;
  font-size: 3rem;
  line-height: 1;
}

div.ccm-page .p-board__thread-flame {
  background: #ffffff;
  padding: 2rem;
}

div.ccm-page .p-board__thread-flame--detail {
  background: #ffffff;
  padding: 2rem;
  border: 2px solid #f3a385;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  position: relative;
  margin-bottom: 1.5rem;
}

div.ccm-page .p-board__thread-conditions-status {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  background: #fde266;
  padding: 0.3rem 5rem;
  border-radius: 2.5rem;
  margin-right: 2rem;
}

div.ccm-page .p-board__thread-conditions-status--close {
  background: #d9d9d9;
  padding: 0.3rem 2rem;
}

div.ccm-page .p-board__thread-conditions-status--temp {
  background: #d9d9d9;
  padding: 0.3rem 3.5rem;
}

div.ccm-page .p-board__thread-conditions-list {
  display: inline-block;
  vertical-align: middle;
}

div.ccm-page .p-board__thread-conditions-list .p-board__thread-conditions-lastuser {
  display: block;
}

div.ccm-page .p-board__thread-conditions-lastuser {
  display: inline-block;
  line-height: 2.7rem;
}

div.ccm-page .p-board__thread-conditions-lastuser span {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0.3rem 1rem;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}

div.ccm-page .p-board__thread-conditions-join {
  line-height: 2.7rem;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-board__thread-conditions-join span {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0.3rem 1rem;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}

div.ccm-page .p-board__thread-author {
  text-align: right;
  font-weight: bold;
  font-size: 1.5rem;
}

div.ccm-page .p-board__thread-author span {
  margin-right: 2.5rem;
}

div.ccm-page .p-board__post {
  background: #ffffff;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  border-radius: 4px;
  margin-top: 2rem;
  margin-bottom: 4rem;
  counter-increment: number;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-board__post-heading {
  font-size: 2.6rem;
}

div.ccm-page .p-board__post-ttl {
  background: #fffcf0;
  border-top: 2px solid #f3a385;
  border-bottom: 1px solid #d9d9d9;
  padding: 1.8rem 1.5rem 1.5rem 1.5rem;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  font-size: 1.6rem;
}

div.ccm-page .p-board__post-ttl span{
  font-weight: bold;
  margin-right: 1.8rem;
  font-size: 2rem;
}

div.ccm-page .p-board__post-ttl.deleted_post {
  border-top: 2px solid #9b9b9b !important;
  background: rgb(207, 207, 207) !important;
}

div.ccm-page .p-board__post-ttl-req {
  font-size: 1.4rem;
  margin-left: 1rem;
  background: #f7ad3f;
  padding: 0rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.6;
  font-weight: bold;
}

div.ccm-page .p-board__post-txt-rep {
  display: block;
  margin-bottom: 1rem;
}

div.ccm-page .p-board__post-return-list {
  display: inline-block;
}

div.ccm-page .p-board__post-return-list a {
  padding-left: 2rem;
  position: relative;
  display: inline-block;
}

div.ccm-page .p-board__post-return-list a::before {
  content: "\f06e";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.2rem;
}

div.ccm-page .p-board__post-content-area {
  padding: 2rem 3rem;
}

div.ccm-page .p-board__post-content-func {
  text-align: right;
  padding-bottom: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

div.ccm-page .p-board__post-content-rep {
  display: inline-block;
}

div.ccm-page .p-board__post-content-rep a {
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}

div.ccm-page .p-board__post-content-rep a::before {
  content: "\f3e5";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
  font-weight: bold;
  line-height: 1;
}

div.ccm-page .p-board__post-content-edit {
  display: inline-block;
  margin-right: 1rem;
}

div.ccm-page .p-board__post-content-edit a {
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
}

div.ccm-page .p-board__post-content-edit a::before {
  content: "\f044";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
  font-weight: bold;
  line-height: 1;
}

div.ccm-page .p-board__post-content-del {
  display: inline-block;
  margin-left: 1rem;
}

div.ccm-page .p-board__post-content-del a {
  padding-left: 1.7rem;
  position: relative;
}

div.ccm-page .p-board__post-content-del a::before {
  content: "\f2ed";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
  font-weight: bold;
  line-height: 1;
}

div.ccm-page .p-board__post-content-date {
  display: inline-block;
  margin-left: 1rem;
}

div.ccm-page .p-board__post-content-row {
  display: block;
  margin-bottom: 1.5rem;
}

div.ccm-page .p-board__post-content-fix {
  display: inline-block;
  margin-left: 1rem;
}

div.ccm-page .p-board__post-content-fix a {
  padding-left: 1.7rem;
  position: relative;
}

div.ccm-page .p-board__post-content-fix a::before {
  content: "\f303";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8rem;
  font-weight: bold;
  line-height: 1;
}

div.ccm-page .p-board__post-file {
  background: #fffcf0;
  border: 1px solid #d9d9d9;
  padding: 1rem 1.5rem 1rem 6rem;
  margin-top: 3rem;
  border-radius: 4px;
  position: relative;
}

div.ccm-page .p-board__post-file-txt {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  float: left;
}

div.ccm-page .p-board__post-file-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3.3rem;
  height: 3.3rem;
}

div.ccm-page .p-board__post-reply {
  text-align: left;
  padding: 3rem;
  border: 2px solid #f3a385;
  border-radius: 4px;
  background: #fffcf0;
  margin-top: 1rem;
  display: none;
  margin-bottom: 1rem;
}

div.ccm-page .p-board__post-reply.is-active {
  display: block;
}

div.ccm-page .p-board__post-reply-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

div.ccm-page .p-board__post-reply-error {
  color: #d82929;
  margin-top: 2rem;
  font-weight: bold;
}

div.ccm-page .p-board__post-reply textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
}

div.ccm-page .p-board__post-reply-em {
  margin-top: 1rem;
}

div.ccm-page .p-board__calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-board__calendar-txtbox {
  width: 47%;
  position: relative;
}

div.ccm-page .p-board__calendar-txtbox::before {
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  font-size: 2.2rem;
  margin-top: -1.1rem;
  color: #838383;
  line-height: 1;
}

div.ccm-page .p-board__calendar input[type="text"] {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 4rem;
  padding: 1.5rem 1.5rem 1.5rem 4.5rem !important;
  display: block;
  width: 100%;
}

div.ccm-page .p-board__calendar-day input[type="text"] {
  width: auto !important;
}

div.ccm-page .p-board__calendar-day-txtbox {
  width: auto !important;
}

div.ccm-page .p-board__calendar-txt {
  width: 6%;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
}

div.ccm-page .p-board__calendar-day-txt {
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
}

div.ccm-page .p-board__btn-area {
  position: relative;
  text-align: right;
}

div.ccm-page .p-board__new-post a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 4px;
  padding: 1.5rem 2rem 1.5rem 5rem;
  background: #f7a63b;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

div.ccm-page .p-board__new-post a::before {
  content: "\f044";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -1.1rem;
}

div.ccm-page .p-board__new-post a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-board__new-post-btn {
  text-align: right;
}

div.ccm-page .p-board__select-participant button {
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  background: #f7a63b;
  box-shadow: #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
  position: relative;
  padding: 1rem 2rem;
  margin-left: 3.5rem;
  box-shadow: 0px 3px 0px 0px #d18c32;
}

div.ccm-page .p-board__select-participant button:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-modal__form-selectbox {
  border : 1px solid #d9d9d9;
  background-color:#fff;
  border-radius: 4px;
  overflow-x: visible;
  overflow-y: scroll;
}

div.ccm-page .p-modal__form-selectbox.modal_scroll {
  height : 32rem;
}

div.ccm-page .p-modal__form-selectbox.staff_modal_scroll {
  height : 25rem;
}

div.ccm-page .p-modal__form-selectbox.staff_reguser_modal_scroll {
  height: calc(40px + 25.5rem);
}

div.ccm-page .p-modal__form-selectbox .option {
  border-bottom: 1px dotted #876c4d;
  cursor: default;
  box-sizing: border-box;
  padding: 1rem;
  width: 500px;
}

div.ccm-page .p-modal__form-selectbox .option .num{
  overflow-wrap : break-word;
  word-break: break-all;
  height: 2rem;
  line-height: 2rem;
  font-size:1.4rem;
}

div.ccm-page .p-modal__form-selectbox .option .name{
  overflow-wrap : break-word;
  word-break: break-all;
  word-wrap: break-word;
  min-height: 2rem;
  line-height: 2rem;
  font-size:1.4rem;
  white-space: normal;
}

div.ccm-page .p-modal__form-selectbox .option-user {
  cursor: default;
  box-sizing: border-box;
  padding: 1rem;
  width: 420px;
}

div.ccm-page .p-modal__form-selectbox .option-user .num{
  overflow-wrap : break-word;
  word-break: break-all;
  min-height: 2rem;
  line-height: 2rem;
  font-size:1.4rem;
}

div.ccm-page .p-modal__form-selectbox .option-user .name{
  overflow-wrap : break-word;
  word-break: break-all;
  word-wrap: break-word;
  min-height: 3rem;
  line-height: normal;
  font-size:1.4rem;
  white-space: normal;
}

div.ccm-page .p-modal__form-selectbox .selected {
  background-color:#e3efb2;
}

div.ccm-page .p-file-upload__heading01 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

div.ccm-page .p-file-upload__delete-btn {
  display: inline-block;
  margin-right: 1rem;
}

div.ccm-page .p-file-upload__delete-btn button {
  padding: 0.5rem 1.5rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-board__thread-conditions-status {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-board__thread-conditions-status {
    margin-bottom: 2rem;
  }
  div.ccm-page .p-board__thread-conditions-join {
    display: block;
  }
  div.ccm-page .p-board__thread-conditions-join span {
    display: block;
  }
  div.ccm-page .p-board__thread-conditions-lastuser {
    display: block;
  }
  div.ccm-page .p-board__thread-conditions-lastuser span {
    display: block;
  }
  div.ccm-page .p-board__thread-file {
    padding-right: 4.5rem;
  }
  div.ccm-page .p-board__new-post {
    position: relative;
    margin-bottom: 3rem;
    right: inherit;
  }
  div.ccm-page .p-board__new-post-btn {
    text-align: center;
  }
  div.ccm-page .p-board__post-file-txt {
    margin-right: 2rem;
  }
  div.ccm-page .p-board__calendar {
    display: block;
  }
  div.ccm-page .p-board__calendar-txt {
    width: 100%;
  }
  div.ccm-page .p-board__calendar-txtbox {
    width: 100%;
  }
  div.ccm-page .p-board__calendar-day {
    display: flex !important;
  }
  div.ccm-page .p-board__calendar-day input[type="text"] {
    width: auto !important;
  }
  div.ccm-page .p-board__calendar-day-txtbox {
    width: auto !important;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-board__post-reply {
    padding: 2rem;
  }
  div.ccm-page .p-board__post-reply-btn-close {
    display: block;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  div.ccm-page .p-board__post-reply-btn-submit {
    display: block;
    width: 100%;
  }
  div.ccm-page .p-board__post-reply-file {
    display: block;
    text-align: center;
  }
  div.ccm-page .p-board__post-heading {
    font-size: 1.8rem;
  }
  div.ccm-page .p-board__move-new {
    margin-bottom: 4rem;
  }
  div.ccm-page .p-board__move-new a {
    padding: 1.5rem 5rem;
    font-size: 1.6rem;
  }
  div.ccm-page .p-board__thread-author {
    font-size: 1.4rem;
  }
  div.ccm-page .p-board__thread-conditions-status {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  div.ccm-page .p-board__new-post a {
    font-size: 1.6rem;
  }
}

div.ccm-page .p-breadcrumb {
  overflow: hidden;
  margin: 1rem 0 5rem;
  padding-left: 0;
  padding-right: 25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style-type: none;
}

div.ccm-page .p-breadcrumb__item {
  display: inline-block;
}

div.ccm-page .p-breadcrumb__item:last-child {
  display: inline;
}

div.ccm-page .p-breadcrumb__link {
  display: inline-block;
}

div.ccm-page .p-breadcrumb__item:not(:first-of-type):before {
  content: "/";
  margin: 0 0.8rem 0 1.3rem;
}

/* コロン */
div.ccm-page .p-colon:before {
  content: "：";
  margin: 0 0.8rem;
}

div.ccm-page .p-colon-harf:before {
  content: ":";
}

div.ccm-page .p-breadcrumb__item:first-child {
  padding-left: 2rem;
  background: url("/common/img03/pankuzu-home01.png") no-repeat;
  background-size: 1.1rem 1.3rem;
  background-position: left center;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-breadcrumb {
    padding-right: 0;
  }
}

div.ccm-page .p-category__ttl {
  background: url("/common/img03/pattern13.png") repeat;
  padding-bottom: 4.7rem;
}

div.ccm-page .p-category__ttl .p-breadcrumb {
  margin-bottom: 2rem;
}

div.ccm-page .p-category__ttl-txt {
  text-align: center;
}

div.ccm-page .p-category__heading--01 {
  padding-left: 5rem !important;
  position: relative;
}

div.ccm-page .p-category__heading--01::before {
  content: "";
  display: block;
  background: url("/common/img03/icon-search02.png") no-repeat;
  background-size: contain;
  height: 2.3rem;
  width: 2.3rem;
  position: absolute;
  top: 50%;
  left: 1.8rem;
  margin-top: -1.15rem;
}

div.ccm-page .p-category__heading--02 {
  padding-left: 5rem !important;
  position: relative;
}

div.ccm-page .p-category__heading--02::before {
  content: "";
  display: block;
  background: url("/common/img03/icon-consultation02.png") no-repeat;
  background-size: contain;
  height: 2rem;
  width: 3rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-top: -1rem;
}

div.ccm-page .p-category__heading--03 {
  padding-left: 5rem !important;
  position: relative;
}

div.ccm-page .p-category__heading--03::before {
  content: "";
  display: block;
  background: url("/common/img03/icon-information01.png") no-repeat;
  background-size: contain;
  height: 2.3rem;
  width: 2.3rem;
  position: absolute;
  top: 50%;
  left: 1.7rem;
  margin-top: -1.15rem;
}

div.ccm-page .p-category-link__link01 {
  background: url("/common/img03/icon-map01.png") no-repeat #ffffff !important;
  background-size: 6.3rem 6.4rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link01:hover {
  background: url("/common/img03/icon-map01.png") no-repeat #fffcf0 !important;
  background-size: 6.3rem 6.4rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link02 {
  background: url("/common/img03/icon-home02.png") no-repeat #ffffff !important;
  background-size: 5.5rem 5.4rem !important;
  background-position: center 1.9rem !important;
}

div.ccm-page .p-category-link__link02:hover {
  background: url("/common/img03/icon-home02.png") no-repeat #fffcf0 !important;
  background-size: 5.5rem 5.4rem !important;
  background-position: center 1.9rem !important;
}

div.ccm-page .p-category-link__link02-medical {
  background: url("/common/img03/icon-medical03.png") no-repeat #ffffff !important;
  background-size: 8rem 5.4rem !important;
  background-position: center 2.3rem !important;
}

div.ccm-page .p-category-link__link02-medical:hover {
  background: url("/common/img03/icon-medical03.png") no-repeat #fffcf0 !important;
  background-size: 8rem 5.4rem !important;
  background-position: center 2.3rem !important;
}

div.ccm-page .p-category-link__link02-informal {
  background: url("/common/img03/icon-informal04.png") no-repeat #ffffff !important;
  background-size: 6.8rem 6.5rem !important;
  background-position: center 1.9rem !important;
}

div.ccm-page .p-category-link__link02-informal:hover {
  background: url("/common/img03/icon-informal04.png") no-repeat #fffcf0 !important;
  background-size: 6.8rem 6.5rem !important;
  background-position: center 1.9rem !important;
}

div.ccm-page .p-category-link__link03 {
  background: url("/common/img03/icon-informal02.png") no-repeat #ffffff !important;
  background-size: 5.7rem 5.4rem !important;
  background-position: center 2rem !important;
}

div.ccm-page .p-category-link__link03:hover {
  background: url("/common/img03/icon-informal02.png") no-repeat #fffcf0 !important;
  background-size: 5.7rem 5.4rem !important;
  background-position: center 2rem !important;
}

div.ccm-page .p-category-link__link03-childcare {
  background: url("/common/img03/icon-childcare03.png") no-repeat #ffffff !important;
  background-size: 7.7rem 5.7rem !important;
  background-position: center 1.9rem !important;
}

div.ccm-page .p-category-link__link03-childcare:hover {
  background: url("/common/img03/icon-childcare03.png") no-repeat #fffcf0 !important;
  background-size: 7.7rem 5.7rem !important;
  background-position: center 1.9rem !important;
}

div.ccm-page .p-category-link__link04 {
  background: url("/common/img03/icon-consultation03.png") no-repeat #ffffff !important;
  background-size: 6.5rem 6.5rem !important;
  background-position: center 1rem !important;
}

div.ccm-page .p-category-link__link04:hover {
  background: url("/common/img03/icon-consultation03.png") no-repeat #fffcf0 !important;
  background-size: 6.5rem 6.5rem !important;
  background-position: center 1rem !important;
}

div.ccm-page .p-category-link__link05 {
  background: url("/common/img03/icon-care02.png") no-repeat #ffffff !important;
  background-size: 5.9rem 6.0rem !important;
  background-position: center 1.8rem !important;
}

div.ccm-page .p-category-link__link05:hover {
  background: url("/common/img03/icon-care02.png") no-repeat #fffcf0 !important;
  background-size: 5.9rem 6.0rem !important;
  background-position: center 1.8rem !important;
}

div.ccm-page .p-category-link__link05-disability {
  background: url("/common/img03/icon-disability03.png") no-repeat #ffffff !important;
  background-size: 6.9rem 6.6rem !important;
  background-position: center 1.2rem !important;
}

div.ccm-page .p-category-link__link05-disability:hover {
  background: url("/common/img03/icon-disability03.png") no-repeat #fffcf0 !important;
  background-size: 6.9rem 6.6rem !important;
  background-position: center 1.2rem !important;
}

div.ccm-page .p-category-link__link06 {
  background: url("/common/img03/icon-caremane01.png") no-repeat #ffffff !important;
  background-size: 5.3rem 6.5rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link06:hover {
  background: url("/common/img03/icon-caremane01.png") no-repeat #fffcf0 !important;
  background-size: 5.3rem 6.5rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link07 {
  background: url("/common/img/icon-informal01.png") no-repeat #ffffff !important;
  background-size: 5.3rem 6.5rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link07:hover {
  background: url("/common/img/icon-informal01.png") no-repeat #fffcf0 !important;
  background-size: 5.3rem 6.5rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link08 {
  background: url("/common/img03/icon-medical01.png") no-repeat #ffffff !important;
  background-size: 5.3rem 6.5rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link08:hover {
  background: url("/common/img03/icon-medical01.png") no-repeat #fffcf0 !important;
  background-size: 5.3rem 6.5rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link1121 {
  background: url("/customimg/112/menu-icon_suzuka.png") no-repeat #ffffff !important;
  background-size: 5.3rem 6.5rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category-link__link1121:hover {
  background: url("/customimg/112/menu-icon_suzuka.png") no-repeat #fffcf0 !important;
  background-size: 5.3rem 6.5rem !important;
  background-position: center 1.3rem !important;
}

div.ccm-page .p-category__search {
  background: #ffffff;
  border: 2px solid #f3a385;
  border-radius: 4px;
  padding: 3rem;
  text-align: center;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  margin-bottom: 4rem;
}

div.ccm-page .p-category__search-txt {
  margin-bottom: 2.5rem;
}

div.ccm-page .p-category__back {
  width: 100%;
}

div.ccm-page .p-category__notice {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-category__back {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-category__ttl {
    padding-bottom: 1.7rem;
  }
}

div.ccm-page .p-color-change {
  display: inline-block;
  margin-left: 1rem;
}

div.ccm-page .p-color-change__title {
  font-size: 1.3rem;
  display: inline-block;
}

div.ccm-page .p-color-change__normal, div.ccm-page .p-color-change__black, div.ccm-page .p-color-change__blue, div.ccm-page .p-color-change__yellow {
  display: inline-block;
}

div.ccm-page .p-color-change .c-button {
  padding: 0.5rem;
}

div.ccm-page .p-contact__required {
  font-size: 1.2rem;
  padding: 0.3rem;
  border-radius: 4px;
  margin-left: 1rem;
  display: inline-block;
  line-height: 1.6rem;
  background: #f7ad3f;
}

div.ccm-page .p-contact__table {
  word-break: break-all;
}

div.ccm-page .p-contact__table-head {
  width: 30%;
}

div.ccm-page .p-contact__table td {
  padding: 2rem;
  display: block;
}

div.ccm-page .p-contact__mail-example {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-contact__mail-again {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}

div.ccm-page .p-contact__tel {
  display: none;
}

div.ccm-page .p-contact__tel-type {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
  height: 4rem;
}

div.ccm-page .p-contact__privacy-caution {
  text-align: center;
}

div.ccm-page .p-contact__privacy-link {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

div.ccm-page .p-contact__privacy-form {
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

div.ccm-page .p-contact__privacy-form label {
  font-weight: bold;
}

div.ccm-page .p-contact__form-button-area {
  text-align: center;
}

div.ccm-page .p-contact__form-button[disabled] {
  background: #adabab;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.5rem 13rem;
}

div.ccm-page .p-contact__pass-edit {
  margin-top: 4rem;
}

div.ccm-page .p-contact__pass-edit p {
  font-weight: bold;
  margin-right: 1rem;
}

div.ccm-page .p-contact__name02 {
  display: none;
}

div.ccm-page .p-contact__name03 {
  display: none;
}

div.ccm-page .p-contact__name04 {
  display: none;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-contact__pass-edit input[type="password"] {
    width: 100%;
  }
}

div.ccm-page .p-copyright {
  display: block;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

div.ccm-page .p-edit-schedule__item {
  padding: 1rem;
  /* vertical-align: top; */
}

div.ccm-page .p-edit-schedule__week {
  text-align: center;
}

div.ccm-page .p-edit-schedule__week--edit {
  width: 9em;
}

div.ccm-page .p-edit-schedule__week--sat {
  color: #165abf;
}

div.ccm-page .p-edit-schedule__week--sun {
  color: #d82929;
}

div.ccm-page .p-edit-schedule__day {
  text-align: center;
  /*
		width: 100%;
		border-bottom: 1px solid #d9d9d9;
		padding: 1rem;
		background-color: #e4efb1;
		*/
}

div.ccm-page .p-edit-schedule__day--sat {
  color: #165abf;
}

div.ccm-page .p-edit-schedule__day--sun {
  color: #d82929;
}

div.ccm-page .p-edit-schedule__date {
  display: none;
}

div.ccm-page .p-edit-schedule__data {
  /*padding: 1rem;*/
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-edit-schedule__item {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 0;
  }
  div.ccm-page .p-edit-schedule__head {
    display: none;
  }
  div.ccm-page .p-edit-schedule__empty {
    display: none;
  }
  div.ccm-page .p-edit-schedule__inner {
    display: table;
  }
  div.ccm-page .p-edit-schedule__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  div.ccm-page .p-edit-schedule__day {
    display: table-cell;
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 0;
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 7rem;
    white-space: nowrap;
  }
  div.ccm-page .p-edit-schedule__day--sun {
    background: #f0d6d5;
    color: #d82929;
  }
  div.ccm-page .p-edit-schedule__day--sat {
    background: #d8ebed;
    color: #165abf;
  }
  div.ccm-page .p-edit-schedule__date {
    display: block;
  }
  div.ccm-page .p-edit-schedule__data {
    display: table-cell;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
    min-height: auto;
    width: calc(100% - 7rem);
  }
  div.ccm-page .p-edit-schedule__data select {
    width: auto;
  }
  div.ccm-page .p-edit-schedule__data--edit select {
    /*width: calc(100% - 115px);*/
  }
  div.ccm-page .p-edit-schedule__body--single p, div.ccm-page .p-edit-schedule__body--single div, div.ccm-page .p-edit-schedule__body--single select {
    float: left;
    margin-right: 0.5em;
  }
  div.ccm-page .p-edit-schedule__body--single::after {
    content: "";
    display: block;
    clear: both;
  }
  div.ccm-page .p-edit-schedule__body--double::after {
    content: "";
    display: block;
    clear: both;
  }
  div.ccm-page .p-edit-schedule__body-item {
    float: left;
    margin-left: 0.5em;
  }
  div.ccm-page .p-edit-schedule c-button-d04 {
    margin-left: 0.5em;
  }
}

div.ccm-page .p-facility__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

div.ccm-page .p-facility__info-house {
  font-size: 1.5rem;
  margin-right: 2rem;
}

div.ccm-page .p-facility__info-facility {
  font-size: 1.5rem;
}

div.ccm-page .p-facility__info-num {
  margin-left: auto;
  font-size: 1.5rem;
  border: 1px solid #876c4d;
  padding: 0.4rem 1rem;
  line-height: 1;
}

div.ccm-page .p-facility__tag {
  margin-bottom: 1.5rem;
}

div.ccm-page .p-facility__tag-ttl {
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 1.6rem;
}

div.ccm-page .detail-p-facility__tag-ttl {
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 1.6rem;
}

div.ccm-page .p-facility__tag-link {
  display: inline-block;
  background: rgba(135, 108, 77, 0.1);
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  margin-right: 0.5rem;
  float: left;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-facility__tag-link:last-child {
  margin-right: 0;
}

div.ccm-page .p-facility__comment {
  background: #ffffff;
  padding: 4rem 5rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-facility__comment h3 {
  margin-top: 0;
}

div.ccm-page .p-facility__btn {
  text-align: center;
  margin-top: 6rem;
}

div.ccm-page .p-facility__slider {
  margin-bottom: 6rem;
}

div.ccm-page .p-facility__cat {
  margin-bottom: 0.5rem;
  line-height: 1.6rem;
  display: block;
}

div.ccm-page .p-facility__cat span {
  display: inline-block;
  font-size: 1.6rem;
  background: #fde266;
  padding: 0.5rem 1rem;
  border-radius: 2.5rem;
}

div.ccm-page .p-facility__func {
  margin-bottom: 5rem;
}

div.ccm-page .p-facility__func-btn {
  text-align: right;
}

div.ccm-page .p-facility__func-btn a {
  display: inline-block;
  font-weight: bold;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-color: #ffffff;
  background-size: 1.7rem 1.6rem;
  background-position: 90% center;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0.3rem 0 0 #d9d9d9;
  text-align: center;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 1rem;
}

div.ccm-page .p-facility__func-btn a::last-child {
  margin-right: 0;
}

div.ccm-page .p-facility__breadcrumb .p-breadcrumb {
  margin-bottom: 1rem;
}

div.ccm-page .slick-slide {
  margin: 0 1rem;
}

div.ccm-page .slick-slide img {
  margin: 0 auto;
}

div.ccm-page .slick-prev {
  left: -5rem;
  width: auto;
  height: auto;
}

div.ccm-page .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 3.5rem;
  color: #633917;
  opacity: 1;
  font-weight: bold;
}

div.ccm-page .slick-next {
  right: -5rem;
  width: auto;
  height: auto;
}

div.ccm-page .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 3.5rem;
  color: #633917;
  opacity: 1;
  font-weight: bold;
}

div.ccm-page .slick-dots li {
  width: auto;
  height: auto;
}

div.ccm-page .slick-dots li button {
  width: auto;
  height: auto;
}

div.ccm-page .slick-dots li button::before {
  height: 1rem;
  width: 1.5rem;
  color: #cabca5;
  opacity: 1;
}

div.ccm-page .slick-dots li.slick-active button::before {
  color: #f7a63b;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-facility__info {
    margin-bottom: 1rem;
  }
  div.ccm-page .p-facility__info-house {
    display: none;
  }
  div.ccm-page .p-facility__info-facility {
    display: none;
  }
  div.ccm-page .slick-slide {
    margin-right: 0;
    text-align: center;
    box-shadow: none;
  }
  div.ccm-page .slick-slide img {
    display: inline-block;
  }
}

div.ccm-page .p-faq01 {
  border: 1px solid #d9d9d9;
  border-bottom: 0.3rem solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: block;
  text-decoration: none;
}

div.ccm-page .p-faq01__ttl {
  text-decoration: underline;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 6.75rem;
  padding-right: 3.5rem;
  font-size: 1.6rem;
  position: relative;
}

div.ccm-page .p-faq01__ttl:hover {
  text-decoration: none;
}

div.ccm-page .p-faq01__ttl:before {
  content: "";
  top: 1.25rem;
  left: 1.5rem;
  position: absolute;
  background: url("/common/img03/question01.png") no-repeat;
  background-size: contain;
  width: 3.75rem;
  height: 3.75rem;
}

div.ccm-page .p-faq01__ttl:after {
  content: "";
  top: 50%;
  right: 2.5rem;
  margin-top: -0.5rem;
  position: absolute;
  background: url("/common/img03/arrow02.png") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}

div.ccm-page .p-faq01__txt {
  border-top: 1px dotted #d9d9d9;
  display: none;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  padding-left: 7rem;
  padding-right: 2rem;
  margin-bottom: 0;
  position: relative;
}

div.ccm-page .p-faq01__txt:before {
  content: "";
  top: 2rem;
  left: 1.5rem;
  position: absolute;
  background: url("/common/img03/answer01.png") no-repeat;
  background-size: contain;
  width: 4rem;
  height: 3.75rem;
}

div.ccm-page .p-updlog {
  border: 1px solid #d9d9d9;
  border-bottom: 0.3rem solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 80%;
  text-decoration: none;
  display: inline-block;
}

div.ccm-page .p-updlog__ttl {
  text-decoration: underline;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

div.ccm-page .p-updlog__ttl:after {
  content: "";
  top: 50%;
  right: 2.5rem;
  margin-top: -0.5rem;
  position: absolute;
  background: url("/common/img03/arrow02.png") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}

div.ccm-page .p-updlog__ttl:hover {
  text-decoration: none;
}

div.ccm-page .p-updlog__txt {
  border-top: 1px dotted #d9d9d9;
  display: none;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-faq01__ttl {
    padding-right: 6rem;
  }
}

div.ccm-page .p-fixed-bar-servicesch {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(185, 184, 184, 0.6);
  padding: 2rem;
  z-index:5;
}
div.ccm-page .p-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 2rem;
}

div.ccm-page .p-fixed-bar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-fixed-bar__list:first-child {
  margin-left: 0;
}

div.ccm-page .p-fixed-bar__item {
  margin-left: 1.5rem;
}

div.ccm-page .p-fixed-bar__link {
  background: #f7a63b;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none !important;
  font-weight: bold;
}

div.ccm-page .p-fixed-bar__link--green {
  background: #f9ccb7;
}

div.ccm-page .p-fixed-bar__link--yellow {
  background: #f7dc60;
}

div.ccm-page .p-fixed-bar__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-fixed-bar {
    display: none;
  }
}

div.ccm-page .p-fonts-size-change {
  margin-left: 10px;
  float: left;
  margin-right: 15px;
}

div.ccm-page .p-fonts-size-change__title {
  font-size: 1.4rem;
  font-weight: bold;
  float: left;
  line-height: 34px;
  margin-right: 6px;
}

div.ccm-page .p-fonts-size-change__medium {
  font-size: 1.6rem;
  margin-right: 5px;
  margin-bottom: 20px;
}

div.ccm-page .p-fonts-size-change__large {
  font-size: 1.9rem;
  margin-bottom: 20px;
}

div.ccm-page .p-fonts-size-change__medium, div.ccm-page .p-fonts-size-change__large {
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
  float: left;
  padding: 3px 7px;
}

div.ccm-page .p-fonts-size-change .c-button {
  padding: 5px;
}

div.ccm-page .p-footer-item {
  text-align: center;
}

div.ccm-page .p-footer-item__head {
  display: inline-block;
}

div.ccm-page .p-footer-item__foot {
  font-size: 3rem;
}

div.ccm-page .p-footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
}

div.ccm-page .p-footer-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  position: relative;
  padding: 1.5rem 5rem;
}

div.ccm-page .p-footer-nav__item:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

div.ccm-page .p-footer-nav__link {
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 0.7rem;
  display: inline-block;
}

div.ccm-page .p-form__heading-txt {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 2rem;
}

div.ccm-page .p-form__body {
  margin-bottom: 2rem;
}

div.ccm-page .p-form__item {
  margin-bottom: 0;
}

div.ccm-page .p-form__label {
  background: #e6edef;
  margin-bottom: 0;
  padding: 1rem;
}

div.ccm-page .p-form__must-mark {
  background: #2A86B0;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0.5rem 0.8rem;
  border-radius: 100rem;
  margin-left: 0.3rem;
  white-space: nowrap;
}

div.ccm-page .p-form__input {
  padding: 1rem;
}

div.ccm-page .p-form__foot {
  margin-top: 2.5rem;
}

div.ccm-page .p-form__myinf {
  padding: 2rem;
  background: #f9ccb7;
}

div.ccm-page .p-form__myinf-txt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-form__myinf-name {
  font-weight: bold;
  font-size: 2.3rem;
}

div.ccm-page .p-form__myinf-num {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
}

div.ccm-page .p-form__txtbox {
  border: 1px solid #d9d9d9;
  padding: 1rem;
  height: 4rem;
  border-radius: 4px;
  width: 100%;
}

div.ccm-page .p-form__check {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  /*overflow-y: scroll; チェックボックスにスクロールバーがでてしまうため、コメント*/
}

div.ccm-page .p-form__check.check-active {
  display: block;
}

div.ccm-page .p-form__check--slide {
  display: block;
}

div.ccm-page .p-form__checkbox {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}

div.ccm-page .p-form__checkbox:last-child {
  border: none;
}

div.ccm-page .p-form__checkbox input {
  position: absolute;
  left: -9999px;
}

div.ccm-page .p-form__checkbox input[type="checkbox"]:checked + label {
  padding-left: 3.3rem;
  background: #f9ccb7;
}

div.ccm-page .p-form__checkbox input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #c64624;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-form__checkbox input[type="checkbox"]:focus + label {
  outline: 5px solid #007bff !important;
  outline-offset: -2px;
}

div.ccm-page .p-form__checkbox input[type="radio"]:checked + label {
  padding-left: 3.3rem;
  background: #f9ccb7;
}

div.ccm-page .p-form__checkbox input[type="radio"]:checked + label::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #c64624;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-form__checkbox input[type="radio"]:focus + label {
  outline: 5px solid #007bff !important;
  outline-offset: -2px;
}

div.ccm-page .p-form__checkbox input[type="button"]:focus + label {
  background: #f9ccb7;
}
div.ccm-page .p-form__checkbox input[type="button"]:focus + label {
  outline: 5px solid #007bff !important;
  outline-offset: -2px;
}

div.ccm-page .p-form__checkbox label {
  padding: 1.3rem;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: 0;
}

div.ccm-page .p-form__checkbox label:last-child {
  border: none;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service {
  display: block;
  margin-bottom: 0;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service input {
  display: none;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service input[type="radio"]:checked ~ span {
  padding-left: 3.3rem;
  background: #f9ccb7;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service input[type="radio"]:checked ~ span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #c64624;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service input[type="checkbox"]:checked ~ span {
  padding-left: 3.3rem;
  background: #f9ccb7;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service input[type="checkbox"]:checked ~ span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #c64624;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-form__check--service .p-form__checkbox--service span {
  padding: 1.3rem;
  text-decoration: none;
  position: relative;
  display: block;
}

div.ccm-page .p-form__check--notice .p-search__checkbox--notice {
  display: block;
  margin-bottom: 0;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
}

div.ccm-page .p-form__check--notice .p-search__checkbox--notice:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

div.ccm-page .p-form__check--notice .p-search__checkbox--notice:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-form__check--notice .p-search__checkbox--notice input {
  display: none;
}

div.ccm-page .p-form__check--notice .p-search__checkbox--notice input[type="checkbox"]:checked ~ span {
  padding-left: 3.3rem;
  background: #f9ccb7;
}

div.ccm-page .p-form__check--notice .p-search__checkbox--notice input[type="checkbox"]:checked ~ span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #c64624;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-form__check--notice .p-search__checkbox--notice span {
  padding: 1.3rem;
  text-decoration: none;
  position: relative;
  display: block;
}

div.ccm-page .p-form__clear-btn {
  display: inline-block;
  margin-right: 1rem;
}

div.ccm-page .p-form__clear-btn input {
  padding: 1rem 3.5rem;
}

div.ccm-page .p-form__clear-btn button {
  padding: 1rem 3.5rem;
}

div.ccm-page .p-form__cancel-btn {
  padding: 1rem 3.5rem;
}

div.ccm-page .p-form__submit {
  margin-top: 5rem;
  text-align: center;
}

div.ccm-page .p-form__submit-btn {
  position: relative;
  display: inline-block;
}

div.ccm-page .p-form__submit-btn::before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 3rem;
  line-height: 1;
  margin-top: -0.8rem;
  pointer-events: none;
}
div.ccm-page .p-fixed-bar-servicesch_search {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
  z-index:2;
}

div.ccm-page .p-form__file {
  background: #f6a53b;
  padding: 1rem 2.5rem 1rem 5rem;
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #d18c32;
  position: relative;
}

div.ccm-page .p-form__file::before {
  content: "\f07c";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 2.5rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-form__file:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-form__file-btn {
  position: absolute;
  left: -9999px;
}

div.ccm-page .p-form__file-btn:focus + label {
  outline: 5px solid #007bff !important;
  outline-offset: -2px;
}

div.ccm-page .p-form__select {
  width: 100%;
  height: 4rem;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}

div.ccm-page .p-form__txtarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 15rem;
  padding: 1rem;
}
div.ccm-page .p-form__txtarea_eq {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 7rem;
  padding: 1rem;
}

div.ccm-page .p-form__txtarea-row {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0.5rem;
}

div.ccm-page .p-form__move-btn {
  padding: 1rem 3.5rem;
}

div.ccm-page .p-form__reg-btn {
  display: inline-block;
}

div.ccm-page .p-form__reg-btn::before {
  display: none;
  content: "";
}

div.ccm-page .p-form__reg-btn input {
  padding: 1rem 3.5rem;
}

div.ccm-page .p-form__info-btn {
  padding: 1rem 3.5rem;
}

div.ccm-page .p-form__password {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 40%;
}

div.ccm-page .p-form__send-btn {
  display: inline-block;
}

div.ccm-page .p-form__send-btn::before {
  display: none;
  content: "";
}

div.ccm-page .p-form__send-btn input {
  padding: 1rem 3.5rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-form__label {
    display: list-item;
    list-style: none;
    border-width: 0 1px;
  }
  div.ccm-page .p-form__input {
    display: list-item;
    list-style: none;
  }
  div.ccm-page .p-form__clear-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  div.ccm-page .p-form__clear-btn input {
    display: block;
    width: 100%;
  }
  div.ccm-page .p-form__submit-btn {
    width: 100%;
  }
  div.ccm-page .p-form__submit-btn input {
    display: block;
    width: 100%;
  }
  div.ccm-page .p-form__reg-btn {
    width: 100%;
  }
  div.ccm-page .p-form__reg-btn input {
    display: block;
    width: 100%;
  }
  div.ccm-page .p-form__move-btn {
    width: 100%;
  }
  div.ccm-page .p-form__move-btn input {
    display: block;
    width: 100%;
  }
  div.ccm-page .p-fixed-bar-servicesch {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(185, 184, 184, 0.6);
    padding: 2rem;
    z-index:11;
  }
  div.ccm-page .p-fixed-bar-servicesch_search {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem 0;
    z-index:2;
  }
}

div.ccm-page .p-global-nav {
  padding: 5px 0 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

div.ccm-page .p-global-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  border-right: 1px solid #d9d9d9;
}

div.ccm-page .p-global-nav__item:last-child {
  border-right: 1px solid #d9d9d9;
}

div.ccm-page .p-global-nav__item:first-child {
  border-left: 1px solid #d9d9d9;
}

div.ccm-page .p-global-nav__link {
  width: 100%;
  display: block;
  padding: 15px 0 15px 35px;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: bold;
}

div.ccm-page .p-global-nav__link_no_icon {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: bold;
}

div.ccm-page .p-global-nav__link:hover {
  text-decoration: none;
  background: #ffeee7;
}

div.ccm-page .p-global-nav__link_no_icon:hover {
  text-decoration: none;
  background: #ffeee7;
}

div.ccm-page .p-global-nav__link span {
  position: relative;
}

div.ccm-page .p-global-nav__link-txt01::before {
  display: block;
  content: "";
  height: 25px;
  width: 30px;
  background: url("/common/img03/icon-home01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15.5px;
}

div.ccm-page .p-global-nav__link-txt02::before {
  display: block;
  content: "";
  height: 29px;
  width: 32px;
  background: url("/common/img03/icon-care01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -36px;
  margin-top: -15.5px;
}

div.ccm-page .p-global-nav__link-txt03::before {
  display: block;
  content: "";
  height: 31px;
  width: 30px;
  background: url("/common/img03/icon-medical01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -36px;
  margin-top: -15.5px;
}

div.ccm-page .p-global-nav__link-txt04::before {
  display: block;
  content: "";
  height: 29px;
  width: 32px;
  background: url("/common/img03/icon-informal01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -33px;
  margin-top: -15.5px;
}

div.ccm-page .p-global-nav__link-txt05::before {
  display: block;
  content: "";
  height: 25px;
  width: 30px;
  background: url("/common/img03/icon-disability01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15.5px;
}

div.ccm-page .p-global-nav__link-txt06::before {
  display: block;
  content: "";
  height: 27px;
  width: 34px;
  background: url("/common/img03/icon-childcare01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -15.5px;
}

div.ccm-page .p-global-nav__link-txt07::before {
  display: block;
  content: "";
  height: 25px;
  width: 30px;
  background: url("/common/img03/icon-home01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
}

div.ccm-page .p-global-nav__link-txt08::before {
  display: block;
  content: "";
  width: 30px;
  height: 27px;
  background: url("/common/img03/icon-news01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -34px;
  margin-top: -15px;
}

div.ccm-page .p-global-nav__link-txt09::before {
  display: block;
  content: "";
  height: 28px;
  width: 27px;
  background: url("/common/img03/icon-bbs01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -34px;
  margin-top: -14px;
}

div.ccm-page .p-global-nav__link-txt10::before {
  display: block;
  content: "";
  height: 27px;
  width: 35px;
  background: url("/common/img03/icon-care-search01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -38px;
  margin-top: -13.5px;
}

div.ccm-page .p-global-nav__link-txt11::before {
  display: block;
  content: "";
  height: 30px;
  width: 25px;
  background: url("/common/img03/icon-rec01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -32px;
  margin-top: -15px;
}

div.ccm-page .p-global-nav__link-txt12::before {
  display: block;
  content: "";
  height: 30px;
  width: 25px;
  background: url("/common/img03/icon-rec-reg01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -32px;
  margin-top: -15px;
}

div.ccm-page .p-global-nav__link-txt13::before {
  display: block;
  content: "";
  height: 30px;
  width: 25px;
  background: url("/common/img03/icon-rec-search01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -32px;
  margin-top: -15px;
}

div.ccm-page .p-global-nav__link-txt14::before {
  display: block;
  content: "";
  height: 30px;
  width: 25px;
  background: url("/common/img03/icon-survey01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15.5px;
}

div.ccm-page .p-global-nav__link-txt15::before {
  display: block;
  content: "";
  height: 25px;
  width: 35px;
  background: url("/common/img03/icon-qa01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: -40px;
  margin-top: -13.5px;
}

div.ccm-page .p-global-nav__link-txt16::before {
  display: block;
  content: "";
  height: 30px;
  width: 25px;
  background: url("/common/img03/icon-care-user01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15.5px;
}

div.ccm-page .p-global-nav__hover-informal {
  width: 30% !important;
}

div.ccm-page .p-global-nav__hover-nav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  z-index: 1;
}

div.ccm-page .p-global-nav__hover-nav-inr {
  padding: 30px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

div.ccm-page .p-global-nav__hover-nav h2 {
  font-weight: bold;
  font-size: 20px;
  background: -webkit-linear-gradient(transparent 75%, #fde67b 25%);
  background: linear-gradient(transparent 75%, #fde67b 25%);
  display: inline-block;
}

div.ccm-page .p-global-nav__hover-nav li {
  margin-left: 0;
}

div.ccm-page .p-global-nav__hover .p-link-list01 {
  font-size: 16px;
}

div.ccm-page .p-global-nav__hover-top {
  float: left;
  width: 22%;
  padding: 20px 30px;
}

div.ccm-page .p-global-nav__hover-top a {
  display: block;
  background: #f5a043;
  margin-top: 20px;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  font-size: 16px;
}

div.ccm-page .p-global-nav__hover-top a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-global-nav__hover01 {
  float: left;
  width: 25%;
  text-align: left;
  margin-left: 30px;
  display: block;
  padding: 10px 20px;
  height: 160px;
}

div.ccm-page .p-global-nav__hover01 .p-link-list01 {
  font-size: 16px;
}

div.ccm-page .p-global-nav__hover01 .p-link-list01__link {
  padding-left: 17.5px;
}

div.ccm-page .p-global-nav__hover01 .p-link-list01__link::before {
  width: 15px;
  height: 15px;
}

div.ccm-page .p-global-nav__hover02 {
  float: left;
  width: 25%;
  text-align: left;
  display: block;
  padding: 10px 20px;
  border-left: 1px dotted #876c4d;
  height: 160px;
}

div.ccm-page .p-global-nav__hover02 .p-link-list01 {
  font-size: 16px;
}

div.ccm-page .p-global-nav__hover02 .p-link-list01__link {
  padding-left: 17.5px;
}

div.ccm-page .p-global-nav__hover02 .p-link-list01__link::before {
  width: 15px;
  height: 15px;
}

div.ccm-page .p-global-nav__hover03 {
  float: left;
  width: 25%;
  text-align: left;
  padding: 10px 20px;
  display: block;
  height: 160px;
  border-left: 1px dotted #876c4d;
}

div.ccm-page .p-global-nav__hover03 .p-link-list01 {
  font-size: 16px;
}

div.ccm-page .p-global-nav__hover03 .p-link-list01__link {
  padding-left: 17.5px;
}

div.ccm-page .p-global-nav__hover03 .p-link-list01__link::before {
  width: 15px;
  height: 15px;
}

div.ccm-page .p-global-nav__list-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

div.ccm-page .p-global-nav--stakeholder .p-link-list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-global-nav--stakeholder .p-link-list01__item {
  width: 20%;
  margin-right: 10px;
}

div.ccm-page .p-global-nav--stakeholder .p-link-list01__item:last-child {
  margin-right: 0;
}

div.ccm-page .p-global-nav--stakeholder .p-link-list01__link::before {
  content: none;
  display: none;
}

div.ccm-page .p-global-nav__prev-btn {
  text-align: right;
  margin-bottom: 25px;
  display: block;
}

div.ccm-page .p-global-nav__prev-btn--right {
  float: right;
}

div.ccm-page .p-global-nav__prev-btn a {
  display: inline-block;
  margin-bottom: 1rem;
}

div.ccm-page .p-global-nav__prev-btn a:last-child {
  margin-right: 0;
}

div.ccm-page .p-global-nav--layer2 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 16;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  text-align: left;
}

div.ccm-page .p-global-nav--layer2__item {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ccm-page .p-global-nav--layer2__item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-global-nav--layer2__link {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
}

div.ccm-page .p-global-nav--layer2__link:hover {
  text-decoration: none;
}

div.ccm-page .p-global-nav--layer2__link:before {
  left: 20px;
}

@media screen and (max-width: 1200px) {
  div.ccm-page .p-global-nav__link {
    padding: 15px 5px 15px 20px;
    font-size: 1.6rem;
  }
  div.ccm-page .p-global-nav__item:nth-child(1)::before {
    left: 28px;
  }
  div.ccm-page .p-global-nav__item:nth-child(2)::before {
    left: 30px;
  }
  div.ccm-page .p-global-nav__item:nth-child(3)::before {
    left: 37px;
  }
  div.ccm-page .p-global-nav__item:nth-child(4)::before {
    left: 5px;
  }
  div.ccm-page .p-global-nav__item:nth-child(4) .p-global-nav__link {
    padding-left: 35px;
  }
  div.ccm-page .p-global-nav__item:nth-child(5)::before {
    left: 22px;
  }
  div.ccm-page .p-global-nav__item:nth-child(6)::before {
    left: 30px;
  }
  div.ccm-page .p-global-nav__item:nth-child(6) .p-global-nav__link {
    padding-left: 42px;
  }
  div.ccm-page .p-global-nav__hover-informal {
    width: 36% !important;
  }
  div.ccm-page .p-global-nav__hover03 {
    width: 24%;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-global-nav {
    padding: 0;
    display: block;
    text-align: left;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
  div.ccm-page .p-global-nav__item {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  div.ccm-page .p-global-nav__item:first-child {
    border-left: none;
  }
  div.ccm-page .p-global-nav__item:first-child .p-global-nav__link::after {
    display: none;
  }
  div.ccm-page .p-global-nav__item:last-child {
    border-right: none;
    border-bottom: none;
  }
  div.ccm-page .p-global-nav__item:before {
    display: none;
  }
  div.ccm-page .p-global-nav__item:nth-child(1)::before {
    left: 16px;
  }
  div.ccm-page .p-global-nav__item:nth-child(2)::before {
    left: 13px;
  }
  div.ccm-page .p-global-nav__item:nth-child(3)::before {
    left: 16px;
  }
  div.ccm-page .p-global-nav__item:nth-child(4)::before {
    left: 14px;
  }
  div.ccm-page .p-global-nav__item:nth-child(5)::before {
    left: 18px;
  }
  div.ccm-page .p-global-nav__item:nth-child(6)::before {
    left: 13px;
  }
  div.ccm-page .p-global-nav__link {
    background: #ffffff;
    display: block;
    padding: 10px 15px 10px 15px !important;
    width: 100%;
    text-decoration: none;
    position: relative;
    cursor: pointer;
  }
  div.ccm-page .p-global-nav__link::after {
    content: "\f0d7";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
  }
  div.ccm-page .p-global-nav__link:hover {
    text-decoration: none;
  }
  div.ccm-page .p-global-nav__utility {
    display: none;
    background: #f9ccb7;
  }
  div.ccm-page .p-global-nav__utility-item {
    border-bottom: 1px solid #d9d9d9;
  }
  div.ccm-page .p-global-nav__utility-item:first-child {
    border-top: 1px solid #d9d9d9;
  }
  div.ccm-page .p-global-nav__utility-item:last-child {
    border-bottom: none;
  }
  div.ccm-page .p-global-nav__utility-link {
    text-decoration: none !important;
    padding: 10px 10px 10px 40px;
    font-weight: bold;
    font-size: 14px;
    display: block;
    position: relative;
  }
  div.ccm-page .p-global-nav__utility-link::before {
    content: "\f0da";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 28px;
    margin-top: -12px;
  }
  div.ccm-page .p-global-nav__stakeholder-link {
    display: block;
    border: 2px solid #f3a385;
    padding: 20px 20px 20px 60px;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px;
  }
  div.ccm-page .p-global-nav__stakeholder-link::before {
    content: "\f502";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -15px;
    line-height: 1;
    font-size: 30px;
  }
  div.ccm-page .p-global-nav__stakeholder-link::after {
    content: "";
    display: block;
    background: url("/common/img03/arrow01.png") no-repeat;
    background-size: contain;
    width: 17px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  div.ccm-page .p-global-nav__stakeholder-ttl {
    font-weight: bold;
  }
  div.ccm-page .p-global-nav__stakeholder-txt {
    font-size: 13px;
  }
  div.ccm-page .p-global-nav__close-btn {
    background: #f7a63b;
    font-weight: bold;
    padding: 10px 35px 10px 35px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0px 3px 0px 0px #d18c32;
    display: block;
    border: none;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
  div.ccm-page .p-global-nav__close-btn i {
    margin-right: 10px;
  }
  div.ccm-page .p-global-nav__close-btn:hover {
    text-decoration: none;
    box-shadow: 0px 1px 0px 0px #d18c32;
    background: #e29631;
  }
}

div.ccm-page .p-heading01 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 3rem;
  padding: 4.5rem 1.5rem 3.5rem ;
  text-align: left;
  border-bottom: 1px dotted #876c4d;
  position: relative;
}

div.ccm-page .p-heading01::before {
  content: "";
  display: block;
  background: url("/common/img03/pattern05.png") repeat #f3a385;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .p-heading01::after {
  content: "";
  display: block;
  background: url("/common/img03/heading01_item01.png") no-repeat;
  background-size: contain;
  width: 6.6rem;
  height: 8.8rem;
  position: absolute;
  top: -5.2rem;
  right: 1.4rem;
}

div.ccm-page .p-heading01--news {
  border-top: 2px solid #f3a385;
  background: #ffffff;
  padding: 1.5rem 2rem;
  padding-right: 8rem;
  font-size: 2.4rem;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
  position: relative;
  margin-bottom: 1rem;
}

div.ccm-page .p-heading01--news::after {
  content: "";
  display: block;
  background: url("/common/img03/heading01_item01.png") no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 5.8rem;
  position: absolute;
  top: 0.5rem;
  right: 2.4rem;
}

div.ccm-page .p-heading01--category {
  padding-left: 9rem;
  display: inline-block;
  font-size: 4rem;
  position: relative;
  line-height: 7.4rem;
}

div.ccm-page .p-heading01--category01 {
  background: url("/common/img03/icon-care03.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .p-heading01--category02 {
  background: url("/common/img03/icon-medical02.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .p-heading01--category03 {
  background: url("/common/img03/icon-informal03.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .p-heading01--category04 {
  background: url("/common/img03/icon-disability02.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .p-heading01--category05 {
  background: url("/common/img03/icon-childcare02.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .p-heading01--nonbre {
  margin-top: 8.4rem;
}

div.ccm-page .p-heading02 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.8rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
  border-radius: 2.5rem;
  background: url("/common/img03/pattern07.png") repeat #f3a385;
}

div.ccm-page .p-heading02--search {
  margin-bottom: 1rem;
  font-size: 2rem;
}

div.ccm-page .p-heading02--thread {
  margin-bottom: 2rem;
  border-bottom: 1px dotted #876c4d;
  padding-bottom: 1rem;
  padding-right: 5rem;
}

div.ccm-page .p-heading03 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 3.7rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #876c4d;
  padding: 0rem 1.5rem 0.5rem 2.8rem;
  background: url("/common/img03/heading03_item01.png") no-repeat;
  background-size: 2.2rem 2.1rem;
  background-position: left top;
  display: block;
}

div.ccm-page .p-heading04 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2.8rem 0 1.3rem;
  padding: 0 1rem;
  border-left: 3px solid #f3a385;
  text-align: left;
}

div.ccm-page .p-heading05 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #c64624;
  margin: 2rem 0 1rem;
  padding: 0;
  text-align: left;
}

div.ccm-page .p-heading06 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #c64624;
  margin: 2rem 0 1rem;
  padding: 0;
  text-align: left;
}

div.ccm-page .p-heading07 {
  font-size: 2.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 5px solid #f7d53b;
  display: inline-block;
  line-height: 1;
}

div.ccm-page .p-heading08 {
  font-size: 2.2rem;
  display: inline-block;
  line-height: 1;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9), -2px 2px 1px rgba(255, 255, 255, 0.9), 2px -2px 1px rgba(255, 255, 255, 0.9), -2px -2px 1px rgba(255, 255, 255, 0.9), 2px 0px 1px rgba(255, 255, 255, 0.9), 0px 2px 1px rgba(255, 255, 255, 0.9), -2px 0px 1px rgba(255, 255, 255, 0.9), 0px -2px 1px rgba(255, 255, 255, 0.9);
}

div.ccm-page .p-heading09 {
  font-size: 1.75rem !important;
}

div.ccm-page .p-heading10 {
  font-size: 2.4rem;
  line-height: 1;
  display: inline-block;
  padding-left: 5.3rem;
  position: relative;
}

div.ccm-page .p-heading10::before {
  content: "";
  display: block;
  background-size: contain;
  background: url("/common/img03/dummy.png") no-repeat;
  background-size: contain;
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2rem;
}

div.ccm-page .detail-p-heading01 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 3rem;
  padding: 4.5rem 1.5rem 3.5rem ;
  text-align: left;
  border-bottom: 1px dotted #876c4d;
  position: relative;
}

div.ccm-page .detail-p-heading01::before {
  content: "";
  display: block;
  background: url("/common/img03/pattern05.png") repeat #f3a385;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .detail-p-heading01::after {
  content: "";
  display: block;
  background: url("/common/img03/heading01_item01.png") no-repeat;
  background-size: contain;
  width: 6.6rem;
  height: 8.8rem;
  position: absolute;
  top: -5.2rem;
  right: 1.4rem;
}

div.ccm-page .detail-p-heading01--news {
  border-top: 2px solid #f3a385;
  background: #ffffff;
  padding: 1.5rem 2rem;
  padding-right: 8rem;
  font-size: 2.4rem;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
  position: relative;
  margin-bottom: 1rem;
}

div.ccm-page .detail-p-heading01--news::after {
  content: "";
  display: block;
  background: url("/common/img03/heading01_item01.png") no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 5.8rem;
  position: absolute;
  top: 0.5rem;
  right: 2.4rem;
}

div.ccm-page .detail-p-heading01--category {
  padding-left: 9rem;
  display: inline-block;
  font-size: 4rem;
  position: relative;
  line-height: 7.4rem;
}

div.ccm-page .detail-p-heading01--category01 {
  background: url("/common/img03/icon-care03.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .detail-p-heading01--category02 {
  background: url("/common/img03/icon-medical02.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .detail-p-heading01--category03 {
  background: url("/common/img03/icon-informal03.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .detail-p-heading01--category04 {
  background: url("/common/img03/icon-disability02.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .detail-p-heading01--category05 {
  background: url("/common/img03/icon-childcare02.png") no-repeat;
  background-size: 7.4rem;
  background-position: left center;
}

div.ccm-page .detail-p-heading01--nonbre {
  margin-top: 8.4rem;
}

div.ccm-page .detail-p-heading02 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.8rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
  border-radius: 2.5rem;
  background: url("/common/img03/pattern07.png") repeat #f3a385;
}

div.ccm-page .detail-p-heading02--search {
  margin-bottom: 1rem;
  font-size: 2rem;
}

div.ccm-page .detail-p-heading02--thread {
  margin-bottom: 2rem;
  border-bottom: 1px dotted #876c4d;
  padding-bottom: 1rem;
  padding-right: 5rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-heading07 {
    font-size: 2.2rem;
  }
  div.ccm-page .p-heading08 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-heading01--news {
    margin-bottom: 4rem;
  }
  div.ccm-page .detail-p-heading01--news {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-heading01 {
    font-size: 2rem;
  }
  div.ccm-page .p-heading01::after {
    width: 5.6rem;
    height: 8.8rem;
  }
  div.ccm-page .p-heading02 {
    font-size: 1.8rem;
  }
  div.ccm-page .p-heading02--thread {
    font-size: 1.8rem;
  }
  div.ccm-page .p-heading10 {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: left;
  }
  div.ccm-page .p-heading07 {
    font-size: 1.9rem;
  }
  div.ccm-page .p-heading08 {
    font-size: 1.8rem;
  }
  div.ccm-page .p-heading01--category {
    background-size: 4.4rem;
    padding-left: 5rem;
    font-size: 3rem;
  }
  div.ccm-page .detail-p-heading01 {
    font-size: 2rem;
  }
  div.ccm-page .detail-p-heading01::after {
    width: 5.6rem;
    height: 8.8rem;
  }
  div.ccm-page .detail-p-heading02 {
    font-size: 1.8rem;
  }
  div.ccm-page .detail-p-heading02--thread {
    font-size: 1.8rem;
  }
  div.ccm-page .detail-p-heading01--category {
    background-size: 4.4rem;
    padding-left: 5rem;
    font-size: 3rem;
  }

}

div.ccm-page .p-important-notices__date {
  font-size: 1.3rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

div.ccm-page .p-index-list {
  display: block;
  background: #ffffff;
  border: 3px solid #f3a385;
  padding: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-index-list:hover {
  background: #fffcf0;
}

div.ccm-page .p-index-list::after {
  content: "";
  display: block;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.6rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

div.ccm-page .p-index-list__ttl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  background: -webkit-linear-gradient(transparent 60%, #fde67b 0%);
  background: linear-gradient(transparent 60%, #fde67b 0%);
  display: inline;
  line-height: 1;
  padding-bottom: 0.3rem;
}

div.ccm-page .p-index-list__txt {
  text-align: left;
  margin-top: 1rem;
}

div.ccm-page .p-index-list__registoration {
  padding: 3rem !important;
}

div.ccm-page .p-link-list01 {
  margin-top: 1rem;
}

div.ccm-page .p-link-list01__item {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

div.ccm-page .p-link-list01__link {
  position: relative;
  padding-left: 1.75rem;
  color: #006680;
}

div.ccm-page .p-link-list01__link:visited {
  color: #690080 !important;
}

div.ccm-page .p-link-list01__link:hover {
  color: #006680;
}

div.ccm-page .p-link-list01__link:before {
  content: "";
  top: 1px;
  left: 0;
  position: absolute;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}

div.ccm-page .p-local-nav {
  text-decoration: none;
  margin-bottom: 10rem;
}

div.ccm-page .p-local-nav__head-link {
  font-size: 2.1rem;
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: #496874;
  padding: 1rem 1.5rem;
}

div.ccm-page .p-local-nav__head-link:hover {
  text-decoration: none;
}

div.ccm-page .p-local-nav__head-link:visited {
  color: #ffffff;
}

div.ccm-page .p-local-nav__body {
  border: 1px solid #d9d9d9;
  margin: 0;
}

div.ccm-page .p-local-nav__item {
  padding: 0;
  margin: 0;
}

div.ccm-page .p-local-nav__item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-local-nav__item-link {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem 1rem 2.5rem;
  text-decoration: none;
}

div.ccm-page .p-local-nav__item-link:hover {
  text-decoration: none;
}

div.ccm-page .p-local-nav__item-link:before {
  left: 1.5rem;
}

div.ccm-page .p-local-nav--layer2__item {
  padding: 0;
  margin: 0;
  border-top: 1px solid #d9d9d9;
}

div.ccm-page .p-local-nav--layer2__item-link {
  font-size: 1.3rem;
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem 0.7rem 3.5rem;
  text-decoration: none;
}

div.ccm-page .p-local-nav--layer2__item-link:hover {
  text-decoration: none;
}

div.ccm-page .p-local-nav--layer2__item-link:before {
  left: 2.5rem;
}

div.ccm-page .p-login__label {
  font-weight: bold;
  display: block;
}

div.ccm-page .p-login__form {
  margin-top: 3em;
}

div.ccm-page .p-login__form .p-search-menu__func-btn {
  width: 19%;
  display: inline-block;
}

div.ccm-page .p-login__results {
  margin-bottom: 6rem;
}

div.ccm-page .p-login__results-txt {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

div.ccm-page .p-login__item {
  margin-bottom: 0.7em;
}

div.ccm-page .p-login__field-icon {
  color: #555;
  float: right;
  margin-right: 1.5rem;
  margin-top: -3.1rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

div.ccm-page .p-main-visual {
  position: relative;
}

div.ccm-page .p-main-visual::after {
  position: absolute;
  bottom: -6rem;
  left: 3rem;
  content: "";
  display: block;
  width: 27rem;
  height: 17.2rem;
  background: url("/common/img03/birds01.png") no-repeat;
  background-size: contain;
  z-index: 10;
}

div.ccm-page .p-main-visual img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-main-visual::after {
    bottom: -11rem;
    width: 18rem;
    z-index: 1;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-main-visual::after {
    bottom: -13rem;
    width: 12rem;
    left: 1rem;
    z-index: 1;
  }
}

div.ccm-page .p-management a {
  color: #0073aa !important;
}

div.ccm-page .p-management__pc-header {
  background: #23282d;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.7rem 3rem;
}

div.ccm-page .p-management__h1 {
  margin-right: 2rem;
  display: inline-block;
}

div.ccm-page .p-management__h1 a {
  display: inline-block;
  font-size: 2rem;
  color: #fff !important;
  text-decoration: none;
}

div.ccm-page .p-management__logo span {
  font-size: 1.8rem;
  font-weight: bold;
}

div.ccm-page .p-management__btn-area {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-management__btn-area-side {
  display: none;
}

div.ccm-page .p-management__pre-btn {
  margin-right: 1.5rem;
}

div.ccm-page .p-management__pre-btn a {
  background: #2b9619;
  border-radius: 4px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  display: block;
}

div.ccm-page .p-management__logout-btn a {
  background: #961919;
  border-radius: 4px;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  display: block;
}

div.ccm-page .p-management__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
}

div.ccm-page .p-management__side {
  background: #23282d;
  height: 100%;
  width: 35%;
  max-width: 32.2rem;
  display: block;
}

div.ccm-page .p-management__nav {
  font-size: 1.4rem;
}

div.ccm-page .p-management__nav-item-first {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-management__nav-item-first:hover {
  text-decoration: underline;
}

div.ccm-page .p-management__nav-item-first:visited {
  color: #fff !important;
}

div.ccm-page .p-management__nav-item-first::before {
  display: block;
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.55rem;
  left: 0;
}

div.ccm-page .p-management__nav-item-secound {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-left: 1.2rem;
}

div.ccm-page .p-management__nav-item-secound:hover {
  text-decoration: underline;
}

div.ccm-page .p-management__nav-item-secound:visited {
  color: #fff !important;
}

div.ccm-page .p-management__nav-item-secound::before {
  display: block;
  content: "";
  height: 0.7rem;
  width: 0.7rem;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.35rem;
  left: 0;
  border-radius: 50%;
}

div.ccm-page .p-management__nav-item-third {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}

div.ccm-page .p-management__nav-item-third:hover {
  text-decoration: underline;
}

div.ccm-page .p-management__nav-item-third:visited {
  color: #fff !important;
}

div.ccm-page .p-management__nav-list-first > li {
  padding: 1.5rem 2rem;
}

div.ccm-page .p-management__nav-list-first > li:last-child {
  margin-bottom: 10rem;
}

div.ccm-page .p-management__nav-list-secound {
  padding-left: 2rem;
}

div.ccm-page .p-management__nav-list-secound > li {
  margin-bottom: 0.5rem;
}

div.ccm-page .p-management__nav-list-secound > li:last-child {
  margin-bottom: 0;
}

div.ccm-page .p-management__nav-list-third {
  padding-left: 3rem;
}

div.ccm-page .p-management__action {
  background: #32373c;
}

div.ccm-page .p-management__main {
  padding: 4rem 3rem;
  color: #333;
  width: 100%;
  display: block;
}

div.ccm-page .p-management__main a {
  color: #333;
}

div.ccm-page .p-management__user {
  font-weight: bold;
  margin-bottom: 3rem;
}

div.ccm-page .p-management__user span {
  font-size: 2.2rem;
}

div.ccm-page .p-management__disk {
  margin-bottom: 4.5rem;
}

div.ccm-page .p-management__flame {
  background: #fff;
  border: 1px solid #ccd0d4;
}

div.ccm-page .p-management__flame-ttl {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccd0d4;
}

div.ccm-page .p-management__flame-body {
  height: 19rem;
  overflow: hidden;
  overflow-y: scroll;
}

div.ccm-page .p-management__notice {
  padding: 2.5rem;
}

div.ccm-page .p-management__notice-list {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-management__notice-list:last-child {
  margin-bottom: 0;
}

div.ccm-page .p-management__notice-date {
  display: inline-block;
  margin-right: 1.5rem;
}

div.ccm-page .p-management__sp-menu {
  margin-right: 1rem;
}

div.ccm-page .p-management__sp-menu-icon {
  display: none;
  font-size: 2.1rem;
  cursor: pointer;
  width: 2.1rem;
  text-align: center;
}

div.ccm-page .p-management__sp-menu-icon-close {
  display: none;
}

div.ccm-page .p-management__sp-menu-icon-none {
  display: none !important;
}

div.ccm-page .p-management__sp-menu-icon-block {
  display: block !important;
}

div.ccm-page .p-management__login {
  width: 32rem;
  margin: 0 auto;
  padding: 8% 0 0;
  color: #444;
}

div.ccm-page .p-management__login-flame {
  padding: 2.6rem 2.4rem 3.6rem;
  background: #fff;
  border: 1px solid #ccd0d4;
}

div.ccm-page .p-management__login-flame input[type="submit"] {
  width: 100%;
  height: 4rem;
  background: #007cba;
  color: #fff !important;
  font-weight: bold;
  border: 1px solid #007cba;
  border-radius: 4px;
}

div.ccm-page .p-management__login-flame input[type="button"] {
  width: 100%;
  height: 4rem;
  background: #007cba;
  color: #fff !important;
  font-weight: bold;
  border: 1px solid #007cba;
  border-radius: 4px;
}

div.ccm-page .p-management__login-h1 {
  font-size: 2rem;
  margin-bottom: 0.6rem;
  font-weight: bold;
}

div.ccm-page .p-management__login-h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

div.ccm-page .p-management__login-txt {
  width: 100%;
  display: block;
  min-height: 4rem;
  margin: 0 0.6rem 1.6rem 0;
  border-radius: 4px;
  border-width: .0625rem;
  border: 1px solid #7e8993;
  padding: .1875rem .3125rem;
  box-shadow: 0 0 0 transparent;
  font-size: 2.4rem;
  ime-mode: inactive;
}

div.ccm-page .p-management__login-check {
  margin-bottom: 1.5rem;
}

div.ccm-page .p-management__login-check input {
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #7e8993;
  background: #fbfbfb;
  margin-right: 0.5rem;
}

div.ccm-page .p-management__msg {
  margin-top: 2rem;
  background: #fff;
  padding: 1.2rem;
  border-left: 3px solid #dc3232;
  font-size: 1.3rem;
}

div.ccm-page .p-management__pass {
  position: relative;
}

div.ccm-page .p-management__btn {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 1.4rem;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 4rem;
  min-height: 4rem;
  margin: 0;
  padding: 0.5rem 0.9rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #007cba;
}

div.ccm-page .p-management__btn:focus {
  background: 0 0;
  border: none;
  box-shadow: 0 0 0 0 transparent;
  outline: none;
}

div.ccm-page .p-management__heading01 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

div.ccm-page .p-management__heading02 {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

div.ccm-page .p-management__cat-select {
  height: 4rem;
  background: #fff;
}

div.ccm-page .p-management__status {
  margin-right: 1rem;
}

div.ccm-page .p-management__status input {
  margin-right: 0.5rem;
}

div.ccm-page .p-management__form-btn {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}

div.ccm-page .p-management__form-cancel {
  font-weight: bold;
  background: #cecece;
  padding: 0.5rem 1.5rem;
  border: 1px solid #cecece;
  font-weight: bold;
  border-radius: 4px;
  width: 11.2rem;
  margin-right: 1rem;
}

div.ccm-page .p-management__form-search {
  background: #007cba;
  padding: 0.5rem 1.5rem;
  border: 1px solid #007cba;
  font-weight: bold;
  border-radius: 4px;
  color: #fff !important;
  width: 11.2rem;
}


div.ccm-page .p-management__form-upload {
  background: #007cba;
  padding: 0.5rem 1.5rem;
  border: 1px solid #007cba;
  font-weight: bold;
  border-radius: 4px;
  color: #fff !important;
  width: 11.2rem;
}



div.ccm-page .p-management__hearingfile-btn {
  display: none;
}

div.ccm-page .p-management__gov_checkonoff_select {
  display: inline-block;
  margin-right: 0.5rem;
  background: #007cba;
  padding: 0.5rem 1.5rem;
  border: 1px solid #007cba;
  font-weight: bold;
  border-radius: 4px;
  color: #fff !important;
  width: 11.2rem;
}
div.ccm-page .p-management__gov_checkonoff_off {
  display: inline-block;
  background: #cecece;
  padding: 0.5rem 1.5rem;
  border: 1px solid #cecece;
  font-weight: bold;
  border-radius: 4px;
  color: rgb(0, 0, 0) !important;
  width: 11.2rem;
}

div.ccm-page .p-management__gov_btn_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
div.ccm-page .p-management__gov_btn_submit {
  width: 50%;
  text-align: right;

}
div.ccm-page .p-management__gov_btn_cheakonoff {
  width: 50%;
}
div.ccm-page .p-management__gov_btn_display {
  margin-top: 5rem;
  margin-right: 1.5rem;
  font-weight: bold;
  text-align:right;
}

div.ccm-page .p-management__hearingfilepreview-btn {
  background: #cecece;;
  padding: 0.5rem 1.5rem;
  border: 1px solid #cecece;;
  font-weight: bold;
  border-radius: 4px;
  width: 11.2rem;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
}
div.ccm-page .p-management__file-btn-label {
  padding: 0.7rem 2rem;
    color: #000000;
    margin-right:1rem;
    font-weight: bold;
    border-radius: 4px;
    background: #dadada;
    cursor: pointer;
}


div.ccm-page .p-management__display {
  text-align: right;
  margin-bottom: 2rem;
}

div.ccm-page .p-management__display-txt {
  margin-bottom: 0.3rem;
}

div.ccm-page .p-management__display-ttl {
  display: inline-block;
  font-weight: bold;
}

div.ccm-page .p-management__display select {
  display: inline-block;
  height: 4rem;
}

div.ccm-page .p-management__pager {
  text-align: center;
  margin-bottom: 2rem;
}

div.ccm-page .p-management__pager ul li a {
  box-shadow: 0 0 0 0 transparent;
}

div.ccm-page .p-management__pager .c-pagination__list-current {
  background: #007cba;
  box-shadow: 0 0 0 0 transparent;
  color: #fff !important;
}

div.ccm-page .p-management__table table {
  font-size: 1.4rem;
  color: #555;
}

div.ccm-page .p-management__table table tr {
  background: #fff;
  border-bottom: none;
}

div.ccm-page .p-management__table table tr:nth-child(even) {
  background: #f9f9f9 !important;
}

div.ccm-page .p-management__table table th {
  padding: 0.8rem;
  background: #fff;
  border-right: none;
}

div.ccm-page .p-management__table table td {
  padding: 0.8rem 1rem;
  background: none;
  border: none;
}

div.ccm-page .p-management__table-first {
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-management__table-ttl-link {
  color: #0073aa !important;
  font-weight: bold;
  text-decoration: none;
}

div.ccm-page .p-management__table-ttl-link:hover {
  color: #00a0d2 !important;
}

div.ccm-page .p-management__table-ttl-status {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

div.ccm-page .p-management__table-ttl-status span {
  position: relative;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}

div.ccm-page .p-management__table-ttl-status span a {
  color: #0073aa !important;
}

div.ccm-page .p-management__table-ttl-status span a:hover {
  color: #00a0d2 !important;
}

div.ccm-page .p-management__table-ttl-status span::after {
  content: "|";
  display: block;
  position: absolute;
  top: 0.1rem;
  right: -0.5rem;
  line-height: 1;
}

div.ccm-page .p-management__table-ttl-status span:last-child {
  padding-right: 0;
  margin-right: 0;
}

div.ccm-page .p-management__table-ttl-status span:last-child::after {
  content: "";
  display: none;
}

div.ccm-page .p-management__table-date-start {
  width: 10%;
}

div.ccm-page .p-management__table-date-start-td {
  width: 10%;
  white-space: nowrap;
}

div.ccm-page .p-management__table-date-fin {
  width: 12%;
}

div.ccm-page .p-management__table-date-fin-td {
  width: 12%;
  white-space: nowrap;
}

div.ccm-page .p-management__table-status {
  width: 10%;
}

div.ccm-page .p-management__table-status-td {
  width: 10%;
  white-space: nowrap;
}

div.ccm-page .p-management__table-list {
  width: 10%;
}

div.ccm-page .p-management__table-list-td {
  width: 10%;
  white-space: nowrap;
}

div.ccm-page .p-management__table-mail {
  width: 14%;
}

div.ccm-page .p-management__table-mail-td {
  width: 14%;
  white-space: nowrap;
}

div.ccm-page .p-management__table-user {
  width: 20%;
}
div.ccm-page .p-management__table-user-td {
  width: 20%;
  white-space: nowrap;
}

div.ccm-page .p-management__table-login-id {
  width: 10%;
}
div.ccm-page .p-management__table-login-id-td {
  width: 10%;
  white-space: nowrap;
}
div.ccm-page .p-management__table-body {
  width: 50%;
}
div.ccm-page .p-management__table-body-td {
  width: 100%;
}

div.ccm-page .p-management__table-verif a {
  color: #0073aa !important;
  text-decoration: none;
}

div.ccm-page .p-management__table-verif a:hover {
  color: #00a0d2 !important;
}

div.ccm-page .p-management__table-del {
  width: 10%;
}

div.ccm-page .p-management__table-del a {
  color: #0073aa !important;
  text-decoration: none;
}

div.ccm-page .p-management__table-del a:hover {
  color: #00a0d2 !important;
}

div.ccm-page .p-management__table-del-td {
  width: 10%;
  white-space: nowrap;
}

div.ccm-page .p-management__table .area-search {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 0 !important;
  table-layout: fixed;
  font-size: 1.6rem;
  color: #633917;
}

div.ccm-page .p-management__table .area-search tr {
  background: none;
  border-bottom: none;
}

div.ccm-page .p-management__table .area-search tr:nth-child(even) {
  background: none !important;
}

div.ccm-page .p-management__table .area-search th {
  padding: 0.8rem;
  background: none;
  border-right: none;
}

div.ccm-page .p-management__table .area-search td {
  padding: 0.8rem 1rem;
  background: none;
  border: none;
  cursor: default;
}

div.ccm-page .p-management__table .area-search a {
  text-decoration:underline;
}

div.ccm-page .p-management__table .area-search a:hover {
  text-decoration:none;
  cursor: pointer;
}

div.ccm-page .p-management__table .area-search a:hover {
  text-decoration:none;
  cursor: pointer;
}

div.ccm-page .p-management__btn01 {
  background: #007cba;
  padding: 1rem 3rem;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}

@media screen and (max-width: 1048px) {
  div.ccm-page .p-management__side {
    position: fixed;
    overflow-y: scroll;
    width: 32.2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: 5.1rem;
    left: -32.2rem;
    z-index: 1000;
  }
  div.ccm-page .p-management__side-open {
    -webkit-transform: translate(32.2rem);
        -ms-transform: translate(32.2rem);
            transform: translate(32.2rem);
  }
  div.ccm-page .p-management__btn-area {
    display: none;
  }
  div.ccm-page .p-management__btn-area-side {
    display: block;
    padding: 2rem 1rem;
  }
  div.ccm-page .p-management__pre-btn {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  div.ccm-page .p-management__pre-btn a {
    display: block;
    text-align: center;
  }
  div.ccm-page .p-management__logout-btn a {
    display: block;
    text-align: center;
  }
  div.ccm-page .p-management__sp-menu-icon-open {
    display: block;
  }
  div.ccm-page .p-management__h1 {
    font-size: 1.6rem;
    margin-right: 1rem;
  }
  div.ccm-page .p-management__logo {
    line-height: 3rem;
  }
  div.ccm-page .p-management__logo span {
    display: none;
  }
  div.ccm-page .p-management__pc-header {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-management__main {
    padding: 4rem 2rem;
  }
  div.ccm-page .p-management__h1 a {
    font-size: 1.6rem;
  }
  div.ccm-page .p-management__table-cat {
    display: none;
  }
  div.ccm-page .p-management__table-cat-td {
    display: none;
  }
  div.ccm-page .p-management__table-date-start {
    display: none;
  }
  div.ccm-page .p-management__table-date-start-td {
    display: none;
  }
  div.ccm-page .p-management__table-date-fin {
    display: none;
  }
  div.ccm-page .p-management__table-date-fin-td {
    display: none;
  }
  div.ccm-page .p-management__table-status {
    display: none;
  }
  div.ccm-page .p-management__table-status-td {
    display: none;
  }
  div.ccm-page .p-management__table-list {
    display: none;
  }
  div.ccm-page .p-management__table-list-td {
    display: none;
  }
  div.ccm-page .p-management__table-mail {
    display: none;
  }
  div.ccm-page .p-management__table-mail-td {
    display: none;
  }
  div.ccm-page .p-management__table-del {
    display: none;
  }
  div.ccm-page .p-management__table-del-td {
    display: none;
  }
}

div.ccm-page .p-members {
  background: #fff;
  padding: 7rem 0 10rem;
  position: relative;
  background: url("/common/img03/members-visual.png") no-repeat #ffffff;
  background-size: 59.4rem 47.1rem;
  background-position: 10%;
}

div.ccm-page .p-members__login {
  border: 1px solid #d9d9d9;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  border-radius: 4px;
}

div.ccm-page .p-members__login-head {
  background: url("/common/img03/pattern04.png") repeat;
  text-align: center;
  padding: 1rem 1.5rem;
  line-height: 1;
}

div.ccm-page .p-members__login-body {
  padding: 2rem;
  text-align: center;
  background: #ffffff;
}

div.ccm-page .p-members__login-txt {
  margin-bottom: 2rem;
}

div.ccm-page .p-members__login-btn {
  margin: 0 auto;
}

div.ccm-page .p-members__login-icon {
  margin-right: 0.6rem;
}

div.ccm-page .p-members__login-cat {
  margin-bottom: 9rem;
  margin-top: 9rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-members {
    background: #ffffff;
  }
}

div.ccm-page .p−next-previous__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

div.ccm-page .p−next-previous__next, div.ccm-page .p−next-previous__list, div.ccm-page .p−next-previous__prev {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.33%;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  text-align: center;
}

div.ccm-page .p−next-previous__next a, div.ccm-page .p−next-previous__list a, div.ccm-page .p−next-previous__prev a {
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  color: #633917;
  background: #ffffff;
  line-height: 1;
  text-decoration: none;
  padding: 1rem;
  border: none;
}

div.ccm-page .p−next-previous__next a:hover, div.ccm-page .p−next-previous__list a:hover, div.ccm-page .p−next-previous__prev a:hover {
  color: #633917;
  background: #f2f2f2;
  text-decoration: none;
  border: none;
}

div.ccm-page .p−next-previous__next a:visited, div.ccm-page .p−next-previous__list a:visited, div.ccm-page .p−next-previous__prev a:visited {
  color: #633917;
  border: none;
}

div.ccm-page .p−next-previous__list {
  margin: 0 2rem;
}

div.ccm-page .p-notice-list__btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem;
}

div.ccm-page .p-notice-list__btn-item {
  width: 20%;
  margin-right: 1rem;
}

div.ccm-page .p-notice-list__btn-item:last-child {
  margin-right: 0;
}

div.ccm-page .p-notice-list__btn-link a {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem;
  background: url("/common/img03/pattern04.png") repeat;
  box-shadow: 0px 3px 0px 0px #dc8d6f;
  border-radius: 4px;
  color: #633917;
}

div.ccm-page .p-notice-list__btn-link a:hover {
  color: #633917;
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #dc8d6f;
}

div.ccm-page .p-notice-list__btn-link a:visited {
  color: #633917 !important;
}

div.ccm-page .p-notice-list__main {
  margin-bottom: 10rem;
}

div.ccm-page .p-notice-list__main-h2--1 {
  padding-left: 2.5rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.7rem;
  font-weight: bold;
}

div.ccm-page .p-notice-list__main-h2--1::before {
  content: "1";
  width: 2rem;
  height: 2rem;
  border: 1px solid #f3a385;
  background: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .p-notice-list__main-h2--2 {
  padding-left: 2.5rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.7rem;
  font-weight: bold;
}

div.ccm-page .p-notice-list__main-h2--2::before {
  content: "2";
  width: 2rem;
  height: 2rem;
  border: 1px solid #f3a385;
  background: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .p-notice-list__main-h2--3 {
  padding-left: 2.5rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.7rem;
  margin-top: 4rem;
  font-weight: bold;
}

div.ccm-page .p-notice-list__main-h2--3::before {
  content: "3";
  width: 2rem;
  height: 2rem;
  border: 1px solid #f3a385;
  background: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .p-notice-list__main-box {
  padding-bottom: 5rem;
}

div.ccm-page .p-notice-list__main-check {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  height: 24rem;
  overflow-y: scroll;
  padding-right: 2.5rem;
  position: relative;
}

div.ccm-page .p-notice-list__main-checkbox {
  text-decoration: underline;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  display: block;
  margin-bottom: 0;
}

div.ccm-page .p-notice-list__main-checkbox input[type="checkbox"]:checked + label {
  padding-left: 3.3rem;
  background: #f9ccb7;
}

div.ccm-page .p-notice-list__main-checkbox input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #c64624;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-notice-list__main-checkbox input[type="checkbox"]:focus + label {
  outline: 5px solid #007bff !important;
  outline-offset: -2px;
}

div.ccm-page .p-notice-list__main-checkbox label {
  display: block;
  padding: 1.3rem;
  margin-bottom: 0;
}

div.ccm-page .p-notice-list__main-checkbox:last-child {
  border: none;
}

div.ccm-page .p-notice-list__main-checkbox input {
  position: absolute;
  left: -9999px;
}

div.ccm-page .p-notice-list__main-selectbox {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  padding: 2rem 2.5rem;
}

div.ccm-page .p-notice-list__main-selectbox select {
  width: 100%;
  height: 3.8rem;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  color: #333;
}

div.ccm-page .p-notice-list__news-tool {
  margin-bottom: 3rem;
}

div.ccm-page .p-notice-list__news-tool--left {
  float: left;
}

div.ccm-page .p-notice-list__news-selectbox label {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5rem;
}

div.ccm-page .p-notice-list__news-selectbox select {
  height: 4rem;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}

div.ccm-page .p-notice-list__news-searchbox {
  float: right;
}

div.ccm-page .p-notice-list__news-searchbox p {
  font-weight: bold;
  display: inline-block;
}

div.ccm-page .p-notice-list__news-searchbox input[type="txt"] {
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 1rem 1.5rem;
  color: #633917;
  width: 50rem;
}

div.ccm-page .p-notice-list__news-search {
  display: inline-block;
}

div.ccm-page .p-notice-list__news-search-btn {
  position: relative;
  display: inline-block;
}

div.ccm-page .p-notice-list__news-search-btn::before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 3rem;
  line-height: 1;
  margin-top: -0.8rem;
}

div.ccm-page .p-notice-list__news-search-btn input {
  height: 3.7rem;
}

div.ccm-page .p-notice-list__news-tag {
  display: inline-block;
  font-size: 1.4rem;
  background: #f9ccb7;
  padding: 3px 10px;
  font-weight: bold;
  margin-bottom: 1rem;
}

div.ccm-page .p-notice-list__news-sub-ctg-tag {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  border-bottom: solid 2px #f3a385;
}

div.ccm-page .p-notice-list__important-tag {
  float: left;
  margin-right : 1rem;
  display: inline-block;
  font-size: 1.4rem;
  background: #f9ccb7;
  padding: 3px 10px;
  font-weight: bold;
  margin-bottom: 1rem;
}

div.ccm-page .p-notice-list__pin-img {
  float: left;
  margin-right : 0.5rem;
  display: inline-block;
}

div.ccm-page .p-separate-notice-list__important-tag {
  margin-right : 1rem;
  display: inline-block;
  font-size: 1.4rem;
  background: #f9ccb7;
  padding: 3px 10px;
  font-weight: bold;
}

div.ccm-page .p-notice-list__news-list {
  margin-bottom: 3.5rem;
}

div.ccm-page .p-notice-list__news-list-item {
  padding: 2rem 1rem;
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .p-notice-list__news-list-item:nth-child(odd) {
  padding: 2rem 1rem;
  border-bottom: none;
}

div.ccm-page .p-notice-list__news-list-item:first-child {
  border-top: 1px dotted #876c4d;
}

div.ccm-page .p-notice-list__news-list-item .info-detail {
  padding-left: 1em;
  margin-top: 0;
  font-size: 0.9em;
}

div.ccm-page .p-notice-list__news-link-ttl {
  float: left;
}

div.ccm-page .p-notice-list__news-link-status {
  float: right;
  padding: 0 1rem 0 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-right: 1rem;
}

div.ccm-page .p-notice-list__news-link-date {
  float: right;
}

div.ccm-page .p-notice-list__news-link-status {
  float: right;
  padding: 0 1rem 0 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}

div.ccm-page .p-notice-list__news-link-status.status-close {
  border: 1px solid #d9d9d9;
  border-radius: 1.5rem;
  background: #e6e6e6;
}

div.ccm-page .p-notice-list__news-link-status.status-close::before {
  content: "\f0e0";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  margin-top: -0.8rem;
  font-weight: normal;
}

div.ccm-page .p-notice-list__news-link-status.status-open {
  border: 1px solid #f3a385;
  border-radius: 1.5rem;
  background: #ffffff;
}

div.ccm-page .p-notice-list__news-link-status.status-open::before {
  content: "\f2b6";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  margin-top: -0.8rem;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-notice-list__news-selectbox {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-notice-list__news-link-ttl {
    margin-bottom: 1rem;
  }
  div.ccm-page .p-notice-list__main-h2--2 {
    margin-top: 4rem;
  }
  div.ccm-page .p-notice-list__btn-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div.ccm-page .p-notice-list__btn-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  div.ccm-page .p-notice-list__btn-item:nth-child(even) .p-notice-list__btn-link {
    padding-right: 0;
  }
  div.ccm-page .p-notice-list__btn-link {
    padding-right: 1rem;
  }
  div.ccm-page .p-notice-list__btn-link a {
    margin-right: 0;
  }
}

div.ccm-page .p-notice {
  margin-bottom: 5rem;
}

div.ccm-page .p-notice .p-topics-list__item:first-child {
  border-top: none;
}

div.ccm-page .p-page-top {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #f7dc60;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  display: block;
  box-shadow: 0px 3px 0px 0px #d1ba52;
  font-weight: bold;
  padding-top: 2.5rem;
  line-height: 1;
  position: relative;
}

div.ccm-page .p-page-top::after {
  content: "";
  display: block;
  background: url("/common/img03/birds02.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 6.2rem;
  height: 8.7rem;
}

div.ccm-page .p-page-top:hover {
  background: #f1d556;
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d1ba52;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-page-top {
    width: 100%;
    height: 5rem;
    border-radius: 0px;
    background: #f9ccb7;
    margin-bottom: 4rem;
    line-height: 5rem;
    box-shadow: none;
    padding-top: 0;
    display: block;
  }
  div.ccm-page .p-page-top::after {
    right: 4rem;
    bottom: -2rem;
  }
  div.ccm-page .p-page-top:hover {
    background: #d1e085;
    box-shadow: none;
  }
}

@media screen and (max-width: 340px) {
	div.ccm-page .p-page-top::after {
	    display: none;
	  }
}

div.ccm-page .p-pc-header {
  width: 100%;
  top: 0;
  background: #ffffff;
  padding-top: 5px;
  position: relative;
}

div.ccm-page .p-pc-header.preview-header {
  margin-top: 40px;
}

div.ccm-page .p-pc-header-head {
  padding-top: 51px;
}

div.ccm-page .p-pc-header::before {
  content: "";
  display: block;
  background: url("/common/img03/pattern05.png") repeat #f3a385;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .preview-mode-banner {
  background-color: #f7a63b;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

div.ccm-page .p-pc-header__wrap {
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-pc-header__wrap-menu {
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  z-index: 5;
}

div.ccm-page .p-pc-header__wrap-menu.preview-header {
  top: 85px;
}

div.ccm-page .p-pc-header__wrap-menu-inr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

div.ccm-page .p-pc-header__head {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

div.ccm-page .p-pc-header__logo {
  font-size: 24px;
}

div.ccm-page .p-pc-header__logo a {
  text-decoration: none;
  padding-left: 53px;
  position: relative;
  font-weight: bold;
}

div.ccm-page .p-pc-header__logo a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  content: "";
  background: url("/common/img03/dummy.png") no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
}

div.ccm-page .p-pc-header__logo:hover {
  opacity: 0.8;
}

div.ccm-page .p-pc-header__browsing-support {
  display: inline-block;
}

div.ccm-page .p-pc-header__utility {
  margin-left: auto;
}

div.ccm-page .p-pc-header__login {
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 4%, #ffffff 50%, #eeeeee 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 4%, #ffffff 50%, #eeeeee 100%);
  background: -webkit-linear-gradient(to bottom, #f2f2f2 0%, #ffffff 4%, #ffffff 50%, #eeeeee 100%);
  box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.5);
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
}

div.ccm-page .p-pc-header__login-info {
  float: left;
}

div.ccm-page .p-pc-header__login.preview-header {
  margin-top: 40px;
}

div.ccm-page .p-pc-header__login-info-ttl {
  display: inline-block;
  padding: 1.5rem 4rem 1.5rem 6.5rem;
  border-right: 1px solid #d9d9d9;
  font-size: 1.9rem;
  font-weight: bold;
  color: #333;
  line-height: 21px;
  vertical-align: top;
  position: relative;
}

div.ccm-page .p-pc-header__login-info-ttl::before {
  content: "\f502";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 37px;
  margin-top: -11px;
  color: #dc8d6f;
}

div.ccm-page .p-pc-header__login-info-account {
  display: inline-block;
  padding: 15px;
  border-right: 1px solid #d9d9d9;
  color: #333;
  font-size: 13px;
  line-height: 21px;
  vertical-align: top;
  max-width:60rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}

div.ccm-page .p-pc-header__login-info-user {
  display: inline-block;
  padding: 15px;
  border-right: 1px solid #d9d9d9;
  color: #333;
  font-size: 1.3rem;
  line-height: 21px;
  vertical-align: top;
}

div.ccm-page .p-pc-header__login-link {
  float: right;
}

div.ccm-page .p-pc-header__login-link form {
  display: inline-block;
  margin-right: 5px;
}

div.ccm-page .p-pc-header__login-contact {
  display: inline-block;
  border-left: 1px solid #d9d9d9;
}

div.ccm-page .p-pc-header__login-contact a {
  padding: 15px 30px 15px 15px;
  font-size: 13px;
  color: #333;
  display: block;
  position: relative;
}

div.ccm-page .p-pc-header__login-contact a::before {
  content: "\f35d";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -10px;
}

div.ccm-page .p-pc-header__login-site {
  display: inline-block;
  border-left: 1px solid #d9d9d9;
}

div.ccm-page .p-pc-header__login-site a {
  padding: 15px;
  font-size: 13px;
  color: #333;
  display: block;
}

div.ccm-page .p-pc-header__login-logout {
  display: inline-block;
  border-left: 1px solid #d9d9d9;
}

div.ccm-page .p-pc-header__login-logout a {
  padding: 15px 30px 15px 15px;
  font-size: 1.3rem;
  color: #333;
  display: block;
  position: relative;
}

div.ccm-page .p-pc-header__login-logout a::before {
  content: "\f2f6";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

div.ccm-page .p-pc-header-wrapper--stakeholder {
  overflow: visible;
}

div.ccm-page .p-pc-header__select {
  display: inline-block;
  color: #333;
}

div.ccm-page .p-pc-header__selectbox {
  font-size: 14px;
  padding: 0 5px;
  background: #ffffff;
  height: 26px;
}

div.ccm-page .p-form__selectbox {
  width: 100%;
  height: 4rem;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}

div.ccm-page .p-pc-header__select input {
  background: #f1f1f1;
  font-size: 14px;
}

div.ccm-page .fixed {
  position: fixed;
  top: 51px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-pc-header__login-info-ttl {
    padding: 15px 20px 15px 45px;
  }
  div.ccm-page .p-pc-header__login-info-ttl::before {
    left: 17px;
  }
  div.ccm-page .p-pc-header__login-info-user {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-pc-header-head {
    padding-top: 10rem;
  }
  div.ccm-page .p-pc-header__login-info {
    width: 100%;
  }
  div.ccm-page .p-pc-header__login-info-ttl {
    padding: 1.5rem 1rem 1.5rem 4.5rem;
    border-right: 0;
  }
  div.ccm-page .p-pc-header__login-info-ttl::before {
    left: 1.7rem;
  }
  div.ccm-page .p-pc-header__login-info-user {
    display: none;
    border: none;
    line-height: 5.1rem;
    padding: 0 1rem;
    float: right;
  }
  div.ccm-page .p-pc-header__login-info-account {
    border: none;
    line-height: 5.1rem;
    padding: 0 1rem;
    float: right;
  }
  div.ccm-page .p-pc-header__login-link {
    float: left;
    width: 100%;
    text-align: center;
  }
  div.ccm-page .p-pc-header__login-logout {
    border-right: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-pc-header-head {
    padding-top: 11.9rem;
  }
  div.ccm-page .p-pc-header__login-info-account {
    padding: 0 0.5rem;
  }
  div.ccm-page .p-pc-header__login-info-user {
    display: none;
  }
  div.ccm-page .p-pc-header__login-contact {
    border-left: none;
  }
  div.ccm-page .p-pc-header__login-contact a {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
  div.ccm-page .p-pc-header__login-contact a::before {
    right: 0;
  }
  div.ccm-page .p-pc-header__login-site a {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  div.ccm-page .p-pc-header__login-logout {
    border-right: none;
  }
  div.ccm-page .p-pc-header__login-logout a {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
  }
  div.ccm-page .p-pc-header__login-logout a::before {
    right: 0.3rem;
  }
  div.ccm-page .p-pc-header__login-link {
    margin-bottom: 0.5rem;
  }
  div.ccm-page .p-pc-header__login-link form {
    display: block;
    margin-right: 0;
  }
  div.ccm-page .p-pc-header__select {
    display: block;
    margin-bottom: 7px;
  }
}

div.ccm-page .p-post-news__info {
  text-align: right;
  margin-bottom: 1rem;
}

div.ccm-page .p-post-news__cat {
  display: inline-block;
  margin-right: 1rem;
  background: #f7dc60;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  line-height: 1;
  border-radius: 2.5rem;
}

div.ccm-page .p-post-news__cat a {
  text-decoration: none;
}

div.ccm-page .p-post-news__date {
  display: inline-block;
}

div.ccm-page .p-post-news__back {
  text-align: center;
  margin-top: 7rem;
  display: block;
  width: 100%;
}

div.ccm-page .p-post-news__back p {
  margin-bottom: 0;
}

div.ccm-page .p-post-news__sup {
  margin-top: 5rem;
}

div.ccm-page .p-post-news__sup-link-ttl {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

div.ccm-page .p-post-news__sup-file {
  margin-top: 2rem;
}

div.ccm-page .p-post-news__sup-file-ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

div.ccm-page .p-post-news__sup-movie {
  margin-top: 2rem;
}

div.ccm-page .p-post-news__sup-movie-ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

div.ccm-page .p-post-news__pin-img {
  margin-right : 0.5rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-post-news__sup-file ul {
    display: block;
  }
  div.ccm-page .p-post-news__sup-file ul li {
    margin-left: 0;
  }
  div.ccm-page .p-post-news__sup-movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  div.ccm-page .p-post-news__sup-movie-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

div.ccm-page .p-questionnaire {
  margin-bottom: 2rem;
}

div.ccm-page .p-questionnaire__link {
  border: 1px solid #d9d9d9;
  box-shadow: 0 0.3rem 0 0 #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  display: block;
  margin-bottom: 2rem;
  text-decoration: underline;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5.75rem;
  padding-right: 3.5rem;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-questionnaire__link:hover {
  box-shadow: 0 0.1rem 0 0 #d9d9d9;
}

div.ccm-page .p-questionnaire__link::after {
  content: "";
  display: block;
  top: 50%;
  right: 2.5rem;
  margin-top: -0.5rem;
  position: absolute;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.6rem;
}

div.ccm-page .p-questionnaire__link::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 2rem;
  color: #f3a385;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -1rem;
  line-height: 1;
}

div.ccm-page .p-questionnaire__ttl {
  display: inline-block;
}

div.ccm-page .p-questionnaire__tag {
  display: inline-block;
  background: #f7dc60;
  padding: 0.5rem 1rem;
  font-weight: bold;
  border-radius: 2.5rem;
  line-height: 1;
  margin-right: 1rem;
}

div.ccm-page .p-questionnaire__conditions-contents {
  border-top: 3px solid #f9ccb7;
  border-radius: 4px;
}

div.ccm-page .p-questionnaire__heading {
  border-bottom: 0;
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 3.7rem;
  display: inline-block;
}
div.ccm-page .p-questionnaire__flex {
  display:inline-block;
  vertical-align:top;
}
div.ccm-page .p-questionnaire__flex_b {
  display:inline-block;
  vertical-align:bottom;
}

div.ccm-page .p-questionnaire__checkbox {
  margin-right: 1rem;
}

div.ccm-page .p-questionnaire__checkbox:last-child {
  margin-right: 0;
}

div.ccm-page .p-questionnaire__checkbox:first-child {
  margin-left: 0.5rem;
}

div.ccm-page .p-questionnaire__radio {
  margin-right: 1rem;
}

div.ccm-page .p-questionnaire__radio:last-child {
  margin-right: 0;
}

div.ccm-page .p-questionnaire__radio:first-child {
  margin-left: 0.5rem;
}

div.ccm-page .p-questionnaire__tagnum {
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 2.5rem;
  margin-right: 0.5rem;
  background: #f9ccb7;
}

div.ccm-page .p-questionnaire__req {
  margin-right: 1rem;
}

div.ccm-page .p-questionnaire__date {
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-questionnaire__link {
    padding-right: 8.5rem;
  }
  div.ccm-page .p-questionnaire__tag {
    margin-top: 1rem;
  }
  div.ccm-page .p-questionnaire__send-cancel {
    display: block;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  div.ccm-page .p-questionnaire__send-cancel input {
    width: 100%;
  }
  div.ccm-page .p-questionnaire__send-con {
    display: block;
  }
  div.ccm-page .p-questionnaire__send-con input {
    width: 100%;
  }
}

div.ccm-page .p-questionnaire__sup {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

div.ccm-page .p-questionnaire__sup-link-ttl {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

div.ccm-page .p-questionnaire__sup-file {
  margin-top: 2rem;
}

div.ccm-page .p-questionnaire__sup-file-ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-questionnaire__sup-file ul {
    display: block;
  }
  div.ccm-page .p-questionnaire__sup-file ul li {
    margin-left: 0;
  }
}

div.ccm-page .p-read-alound {
  font-size: 14px;
  line-height: 19px;
  float: left;
}

div.ccm-page .p-read-alound__btn {
  padding: 3px 7px;
  margin-bottom: 20px;
}

div.ccm-page .p-read-alound__btn-icon {
  margin-right: 3px;
}

div.ccm-page .p-registered__func {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-registered__func-btn {
  margin-left: auto;
}

div.ccm-page .p-registered__flame {
  background: #ffffff;
  padding: 2rem;
  border: 2px solid #f3a385;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-registered__form {
  text-align: center;
}

div.ccm-page .p-registered__select {
  height: 4.3rem;
  width: 40%;
  border: 1px solid #d9d9d9;
}

div.ccm-page .p-registered__attenstion-bold {
  color: #d82929;
  margin-top: 2rem;
  font-weight: bold;
}

div.ccm-page .p-registered__attenstion {
  color: #d82929;
}

div.ccm-page .p-registered__box-blue {
  background-color:#4a56ce;
  width:20px;
  height:20px;
  margin-bottom: -3px;
  margin-right: 8px;
}

div.ccm-page .p-registered__box-gleen {
  background-color:#50ce4a;
  width:20px;
  height:20px;
  margin-bottom: -3px;
  margin-right: 8px;
}

div.ccm-page .p-registered__lavel-space {
  margin-right: 40px;
}

div.ccm-page .c-button-d02[disabled] {
  background: #adabab;
  color: #ffffff;
  padding: 1rem 3.5rem 1rem 3.5rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-registered__select {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }
}

div.ccm-page .offedit_desc {
  font-weight: bold;
}

div.ccm-page .offedit_desc::before {
  content: "\f4ad";
  font-family: "Font Awesome 5 Free";
  color: #c64624;
  font-weight: bold;
  margin-right: 1.2rem;
  speak: none;
}

.offedit_tooltip {
  display: none;
  position: absolute;
  padding: 16px;
  margin: 0.5em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #633917;
  color: #fff;
  font-weight: bold;
}

div.ccm-page .p-resource__off_file {
  margin-bottom: 8rem;
}

div.ccm-page .p-resource__landscape {
  margin-bottom: 8rem;
}

div.ccm-page .p-resource__file {
  text-align: center;
}

div.ccm-page .p-resource__file-btn {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 4px;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  background: #f7a63b;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
  position: relative;
}

div.ccm-page .p-resource__file-btn:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-resource__file-btn--add::before {
  content: "\f0fe";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -1.1rem;
}

div.ccm-page .p-resource__file-btn--del:before {
  content: "\f2ed";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -1.1rem;
}

div.ccm-page .p-resource__file input {
  position: absolute;
  left: -9999px;
}

div.ccm-page .p-resource__file input:focus + label {
  outline: 5px solid #007bff !important;
  outline-offset: -2px;
}

div.ccm-page .p-resource__comment {
  margin-bottom: 7rem !important;
}

div.ccm-page .p-resource__marker {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

div.ccm-page .p-resource__marker-btn a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 4px;
  padding: 1.5rem 2rem 1.5rem 2rem;
  background: #f7a63b;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: inline-block;
  border: none;
  line-height: 1.2;
  position: relative;
}

div.ccm-page .p-resource__marker-btn a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-resource__setting {
  margin-top: 6rem;
}

div.ccm-page .p-resource__unique {
  text-align: center;
  margin-top: 5rem;
}

div.ccm-page .p-resource__form {
  text-align: center;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-resource__file {
    margin-top: 3rem;
  }
  div.ccm-page .p-resource__file img {
    width: 25rem !important;
    margin: 0 auto;
    display: block;
  }
}

div.ccm-page .p-search-map {
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 100%;
  min-height: 600px;
}

div.ccm-page .p-search-map img[src^="/common/img03/pin"] {
  width: 7px !important;
  height: 12.5px !important;
}

div.ccm-page .p-search-map h3 {
  margin-top: 1em;
}

div.ccm-page .p-search-map img {
  max-width: inherit !important;
}

div.ccm-page .p-search-map * {
  box-sizing: content-box;
}

div.ccm-page .p-search-map > div {
  width: 100% !important;
  position: relative !important;
}

div.ccm-page .p-search-map__cat {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-search-map__cat span {
  display: inline-block;
  font-size: 1.25rem;
  background: #fde266;
  padding: 0.5rem 1rem;
  border-radius: 2.5rem;
  font-weight: bold;
  color: #633917 !important;
}

div.ccm-page .p-search-map__ctg {
  display: inline-block;
  font-size: 1.25rem;
  border: 1px solid #633917;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #633917;
}

div.ccm-page .p-search-map__service {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #633917;
}

div.ccm-page .p-search-map__class {
  display: inline-block;
  font-size: 1.25rem;
  background: #f7dc60;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #633917;
  margin-left: auto;
}

div.ccm-page .p-search-map__class {
  display: inline-block;
  font-size: 1.25rem;
  background: #f7dc60;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #633917;
  margin-left: auto;
}

div.ccm-page .p-search-map__heading {
  margin-bottom: 1rem;
}

div.ccm-page .p-search-map__wg-tab {
  margin-bottom: 0 !important;
}

div.ccm-page .p-search-map__wg-tab * {
  box-sizing: border-box !important;
}

div.ccm-page .p-search-map__wg-item {
  overflow-y: auto;
  background-color: white;
  padding: 0.5em;
}

div.ccm-page .p-search-map__wg-item * {
  box-sizing: border-box !important;
}

div.ccm-page .p-search-map__wg-item--02 {
  display: none;
}

div.ccm-page .p-search-map__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

div.ccm-page .p-search-map__label {
  margin-right: 0.75rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  width: 50%;
  background: #d9d9d9;
  cursor: pointer;
}

div.ccm-page .p-search-map__label:last-child {
  margin-right: 0;
}

div.ccm-page .p-search-map__label.label-active {
  background: url("/common/img03/pattern04.png") repeat;
}

div.ccm-page .p-search-map__label--03 {
  width: 40%;
  line-height: 1em;
  position: relative;
  padding-right: 2rem;
  color: #633917;
  font-weight: bold;
  background: url("/common/img03/pattern09.png") repeat #fffcf0;
  border: 2px solid #fde267;
}

div.ccm-page .p-search-map__label--03:after {
  content: "";
  top: 50%;
  right: 0.75rem;
  margin-top: -0.9rem;
  position: absolute;
  background: url("/common/img03/arrow03.png") no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 1.75rem;
  height: 1.75rem;
}

div.ccm-page .p-search-map__label--03-close:after {
  background: url("/common/img03/arrow02.png") no-repeat;
}

div.ccm-page .p-search-map__panel {
  display: none;
}

div.ccm-page .p-search-map__panel-area {
  padding: 3rem;
  border: 2px solid #f3a385;
  border-radius: 4px;
  background: #ffffff;
  position: relative;
}

div.ccm-page .p-search-map__panel-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(135, 108, 77, 0.1);
  border-radius: 4px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}

div.ccm-page .p-search-map__panel.panel-active {
  display: block;
}

div.ccm-page .p-search-map__select {
  text-align: center;
  margin-bottom: 3rem;
}

div.ccm-page .p-search-map__select select {
  height: 4rem;
  width: 100%;
  border: 1px solid #d9d9d9;
}

div.ccm-page .p-search-map__check {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  display: none;
}

div.ccm-page .p-search-map__check.check-active {
  display: block;
}

div.ccm-page .p-search-map__check--slide {
  display: block;
}

div.ccm-page .p-search-map__checkbox {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-search-map__checkbox:nth-child(n+7):last-child {
  border: none;
}

div.ccm-page .p-search-map__checkbox input {
  display: none;
}

div.ccm-page .p-search-map__checkbox input[type="checkbox"]:checked ~ span {
  padding-left: 3.3rem;
  background: #f9ccb7;
}

div.ccm-page .p-search-map__checkbox input[type="checkbox"]:checked ~ span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #c64624;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-search-map__checkbox span {
  padding: 1rem;
  text-decoration: none;
  position: relative;
  display: block;
}

div.ccm-page .p-search-map__checkbox span:last-child {
  border: none;
}

div.ccm-page .p-search-map__check--service .p-search__checkbox--service {
  display: block;
  margin-bottom: 0;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
}

div.ccm-page .p-search-map__check--service .p-search__checkbox--service:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

div.ccm-page .p-search-map__check--service .p-search__checkbox--service:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-search-map__check--service .p-search__checkbox--service input {
  display: none;
}

div.ccm-page .p-search-map__check--service .p-search__checkbox--service input[type="radio"]:checked ~ span {
  padding-left: 3.3rem;
  background: #f9ccb7;
}

div.ccm-page .p-search-map__check--service .p-search__checkbox--service input[type="radio"]:checked ~ span::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #c64624;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  margin-top: -1.2rem;
}

div.ccm-page .p-search-map__check--service .p-search__checkbox--service span {
  padding: 1.3rem;
  text-decoration: none;
  position: relative;
  display: block;
}

div.ccm-page .p-search-map__submit {
  margin: 2rem;
  text-align: center;
}

div.ccm-page .p-search-map__submit-btn {
  position: relative;
  display: inline-block;
}

div.ccm-page .p-search-map__submit-btn::before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 3rem;
  line-height: 1;
  margin-top: -0.8rem;
}

div.ccm-page .p-search-map__form {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 3rem;
  margin-bottom: 3rem;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-search-map__form input[type="text"] {
  width: 80%;
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 1rem;
}

div.ccm-page .p-search-map__form input[type="submit"] {
  width: 100%;
  height: 3.6rem;
}

div.ccm-page .p-search-map__form .p-search-menu__func-btn {
  width: 19%;
  display: inline-block;
}

div.ccm-page .p-search-map__results {
  margin-bottom: 6rem;
}

div.ccm-page .p-search-map__results-txt {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 2rem;
}

div.ccm-page .p-search-map__results-txt span {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 0.2rem;
  position: relative;
}

div.ccm-page .p-search-map__results-txt span::before {
  content: "";
  display: block;
  background: #f7d53b;
  height: 0.5rem;
  width: 100%;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
}

div.ccm-page .p-search-map__results-txt span span {
  font-size: 1.6rem;
  margin-left: 0.2rem;
}

div.ccm-page .p-search-map__results-txt span span::before {
  display: none;
  content: none;
}

div.ccm-page .p-search-map__results-map {
  margin-bottom: 3rem;
}

div.ccm-page .p-search-map__slide-btn-link {
  display: block;
  background: #f9ccb7;
  padding: 1rem;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  margin-bottom: 0.75rem;
  cursor: pointer;
  padding-right: 3rem;
}

div.ccm-page .p-search-map__slide-btn-link::before {
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-weight: bold;
  margin-top: -0.9rem;
  font-size: 1.8rem;
  line-height: 1;
}

div.ccm-page .p-search-map__slide-btn-link--open::before {
  content: "\f068";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-weight: bold;
  margin-top: -0.9rem;
  font-size: 1.8rem;
  line-height: 1;
}

div.ccm-page .p-search-map__slide-content {
  margin-bottom: 3rem;
  padding: 0 1.5rem;
  display: none;
}

div.ccm-page .p-search-map__slide-content-func {
  text-align: center;
  margin-bottom: 2rem;
}

div.ccm-page .p-search-map__slide-content-func--allcheck {
  display: inline-block;
  cursor: pointer;
}

div.ccm-page .p-search-map__slide-content-func--allcheck a {
  font-weight: bold;
  background: #f7d53b;
  padding: 1rem;
  margin-right: 1rem;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #d1b432;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

div.ccm-page .p-search-map__slide-content-func--allcheck a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d1b432;
  background: #eac82b;
}

div.ccm-page .p-search-map__slide-content-func--alldel {
  display: inline-block;
  cursor: pointer;
}

div.ccm-page .p-search-map__slide-content-func--alldel a {
  font-weight: bold;
  background: #f7d53b;
  padding: 1rem;
  margin-right: 1rem;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #d1b432;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

div.ccm-page .p-search-map__slide-content-func--alldel a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d1b432;
  background: #eac82b;
}


div.ccm-page .p-search-map__slide-content-offnum-search {
    margin-bottom: 3rem;
    padding: 1rem 1.5rem;
    background-color:#ffc;
    display: none;
}

div.ccm-page .p-search-map__slide-content-offnum-search .p-form__checkbox label {
	background: #fff;
	border-radius: 8px;
}

div.ccm-page .p-search-map__slide-content-offnum-search .p-form__checkbox{
    margin:1px;
    border :solid 1px #d9d9d9!important;
	border-radius : 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
div.ccm-page .p-search-map__slide-content-offnum-search .p-form__checkbox input[type="checkbox"]:checked + label {
    padding-left: 3.3rem;
    background: #f9ccb7;
	border-radius : 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}


div.ccm-page .p-search-map__office-results {
  counter-increment: number 1;
}

div.ccm-page .p-search-map__office-results:nth-of-type(n+2) {
  border-top: 1px dotted #876c4d;
  padding-top: 1.75rem;
}

div.ccm-page .p-search-map__office-results:last-child {
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .p-search-map__office-name-txt {
  font-size: 1.75rem;
  font-weight: bold;
  margin-right: auto;
  margin-bottom: 1rem;
  position: relative;
}

div.ccm-page .p-search-map__office-content {
  padding: 0 1rem 0.5em;
  background-color: #f9ccb7;
}

div.ccm-page .p-search-map__office-content-ttl {
  font-weight: bold;
  margin-right: 1rem;
  line-height: 3.1rem;
  vertical-align: top;
}

div.ccm-page .p-search-map__office-content-list {
  display: block;
  padding: 0.5em;
  background-color: white;
  border-radius: 8px;
}

div.ccm-page .p-search-map__office-content-item {
  float: left;
  background: rgba(135, 108, 77, 0.1);
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  font-size: 1.25rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-search-map__office-content-item:last-child {
  margin-right: 0;
}

div.ccm-page .p-search-map__office-content-flame {
  background: #ffffff;
  padding: 1rem;
  font-size: 1.25rem;
  border-radius: 4px;
}

div.ccm-page .p-search-map__office-info table {
  margin-bottom: 0 !important;
}

div.ccm-page .p-search-map__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-search-map__toggle input[type="checkbox"] ~ span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9rem;
  height: 2.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-style: none;
  border-radius: 1.5rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

div.ccm-page .p-search-map__toggle input[type="checkbox"]:checked + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  color: #ffffff;
  background-color: dodgerblue;
}

div.ccm-page .p-search-map__toggle input[type="checkbox"]:checked + span + span {
  display: none;
}

div.ccm-page .p-search-map__toggle input[type="checkbox"] + span {
  display: none;
}

div.ccm-page .p-search-map__toggle input[type="checkbox"] + span + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  color: #5b5b5b;
  background-color: lightgray;
}

div.ccm-page .p-search-map__toggle input[type="checkbox"]:checked + span::after {
  display: block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  content: "";
}

div.ccm-page .p-search-map__toggle input[type="checkbox"] + span + span::before {
  display: block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  content: "";
}

div.ccm-page .p-search-map__toggle-btn {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #876c4d;
  margin-bottom: 1.5rem;
}

div.ccm-page .p-search-map__toggle-btn input[type="checkbox"] {
  display: none;
}

div.ccm-page .p-search-map__toggle-item {
  margin-left: auto;
}

div.ccm-page .p-search-map__list-ttl {
  padding-right: 2rem;
}

div.ccm-page .p-search-map__list-item {
  display: block;
}
div.ccm-page .p-search-map__toggle_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-search-map__toggle_all input[type="checkbox"] ~ span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9rem;
  height: 2.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-style: none;
  border-radius: 1.5rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

div.ccm-page .p-search-map__toggle_all input[type="checkbox"]:checked + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  color: #ffffff;
  background-color: dodgerblue;
}

div.ccm-page .p-search-map__toggle_all input[type="checkbox"]:checked + span + span {
  display: none;
}

div.ccm-page .p-search-map__toggle_all input[type="checkbox"] + span {
  display: none;
}

div.ccm-page .p-search-map__toggle_all input[type="checkbox"] + span + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  color: #5b5b5b;
  background-color: lightgray;
}

div.ccm-page .p-search-map__toggle_all input[type="checkbox"]:checked + span::after {
  display: block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  content: "";
}

div.ccm-page .p-search-map__toggle_all input[type="checkbox"] + span + span::before {
  display: block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  content: "";
}

div.ccm-page .p-search-map__toggle-btn_all {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .p-search-map__toggle-btn_all input[type="checkbox"] {
  display: none;
}

div.ccm-page .p-search-map__toggle-item_all {
  margin-left: auto;
}

div.ccm-page .p-search-map__list-ttl_all {
  padding-right: 2rem;
  padding-left: 1.5rem;

}

div.ccm-page .p-search-map__list-item_all {
  display: block;
}
div.ccm-page .p-search-map__tag {
  font-weight: bold;
  font-size: 1.4rem;
  background: #fde266;
  padding: 0.3rem 1rem;
  border-radius: 2.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-search-map__func {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-search-map {
    margin-bottom: 3.5rem;
  }
  div.ccm-page .p-search-map__func-body {
    padding: 2rem;
  }
  div.ccm-page .p-search-map__faci-body {
    padding: 2rem;
  }
}

div.ccm-page .p-search-menu {
  margin-top: 4rem;
  margin-bottom: 9.5rem;
}

div.ccm-page .p-search-menu__head {
  text-align: center;
  margin-bottom: 3rem;
}

div.ccm-page .p-search-menu__func {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-search-menu__func-head {
  background: url("/common/img03/pattern03.png") repeat;
  padding: 1.3rem 0 0.8rem;
  text-align: center;
}

div.ccm-page .p-search-menu__func-body {
  background: #ffffff;
  padding: 2rem 3rem;
  text-align: center;
}

div.ccm-page .p-search-menu__func-cat {
  display: block;
  height: 3.8rem;
  width: 100%;
  background: #ffffff;
  color: #333;
  border: 1px solid #d9d9d9;
  margin-bottom: 0.3rem;
  padding-left: 1.5rem;
}

div.ccm-page .p-search-menu__func-search {
  display: block;
  height: 3.8rem;
  width: 100%;
  background: #ffffff;
  color: #333;
  border: 1px solid #d9d9d9;
  margin-bottom: 0.3rem;
  padding-left: 1.5rem;
}

div.ccm-page .p-search-menu__func-btn {
  position: relative;
  display: inline-block;
}

div.ccm-page .p-search-menu__func-btn::before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 3rem;
  line-height: 1;
  margin-top: -0.8rem;
  pointer-events: none;
}

div.ccm-page .p-search-menu__faci {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-search-menu__faci-head {
  background: url("/common/img03/pattern02.png") repeat;
  padding: 1.3rem 0 0.8rem;
  text-align: center;
}

div.ccm-page .p-search-menu__faci-body {
  background: #ffffff;
  padding: 2rem 3rem;
  text-align: center;
}

div.ccm-page .p-search-menu__faci-cat {
  display: block;
  height: 3.8rem;
  width: 100%;
  background: #ffffff;
  color: #333;
  border: 1px solid #d9d9d9;
  margin-bottom: 0.3rem;
  padding-left: 1.5rem;
}

div.ccm-page .p-search-menu__faci-search {
  display: block;
  height: 3.8rem;
  width: 100%;
  background: #ffffff;
  color: #333;
  border: 1px solid #d9d9d9;
  margin-bottom: 0.3rem;
  border-radius: 4px;
  padding-left: 1rem;
  padding-right: 2rem;
}

div.ccm-page .p-search-menu__faci-search::placeholder {
  color: #888;
}

div.ccm-page .p-search-menu__faci-search:-ms-input-placeholder {
  color: #888;
}

div.ccm-page .p-search-menu__faci-search::-ms-input-placeholder {
  color: #888;
}

div.ccm-page .p-search-menu__faci__button {
  text-align: right;
}

div.ccm-page .p-search-menu__faci__button .c-button {
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

div.ccm-page .p-search-menu__btn-icon {
  margin-right: 0.4rem;
}

div.ccm-page .p-search-menu__error {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 0.3rem;
  color: #d82929;
}

div.ccm-page .p-search-menu__error01 {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #d82929;
}

div.ccm-page .p-search-menu__error02 {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #d82929;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-search-menu__func {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-search-menu {
    margin-bottom: 7.5rem;
  }
  div.ccm-page .p-search-menu__func-body {
    padding: 2rem;
  }
  div.ccm-page .p-search-menu__faci-body {
    padding: 2rem;
  }
}

div.ccm-page .p-search__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

div.ccm-page .p-search__label {
  margin-right: 2rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  width: 50%;
  background: #d9d9d9;
  cursor: pointer;
  text-decoration: none;
}

div.ccm-page .p-search__label:last-child {
  margin-right: 0;
}

div.ccm-page .p-search__label.label-active {
  background: url("/common/img03/pattern04.png") repeat;
}

div.ccm-page .p-search__panel {
  display: none;
}

div.ccm-page .p-search__panel-area {
  padding: 3rem;
  border: 2px solid #f3a385;
  border-radius: 4px;
  background: #ffffff;
  position: relative;
}

div.ccm-page .p-search__panel-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(135, 108, 77, 0.1);
  border-radius: 4px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}

div.ccm-page .p-search__panel.panel-active {
  display: block;
}

div.ccm-page .p-search__panel-func-tabopen {
  display: inline-block;
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  border: none;
  line-height: 1;
  margin-right: 1rem;
  cursor: pointer;
}

div.ccm-page .p-search__panel-func-tabopen:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-nearby__panel-area {
  padding: 1.5rem 3rem;
  border: 2px solid #f3a385;
  border-radius: 4px;
  background: #ffffff;
}

div.ccm-page .p-search__form {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 3rem;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-search__form input[type="text"] {
  width: 80%;
}

div.ccm-page .p-search__form input[type="submit"] {
  width: 100%;
  height: 3.6rem;
}

div.ccm-page .p-search__form .p-search-menu__func-btn {
  width: 19%;
  display: inline-block;
}

div.ccm-page .p-search__results {
  margin-bottom: 6rem;
}

div.ccm-page .p-search__results-txt {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 2rem;
}

div.ccm-page .p-search__results-txt span {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 0.2rem;
  position: relative;
}

div.ccm-page .p-search__results-txt span::before {
  content: "";
  display: block;
  background: #f7d53b;
  height: 0.5rem;
  width: 100%;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
}

div.ccm-page .p-search__results-txt span span {
  font-size: 1.6rem;
  margin-left: 0.2rem;
}

div.ccm-page .p-search__results-txt span span::before {
  display: none;
  content: none;
}

div.ccm-page .p-search__results-map {
  margin-bottom: 3rem;
}

div.ccm-page .p-search__results-map .area-search {
  padding: 1rem;
  border: 2px solid #f3a385;
  border-radius: 4px;
  background: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

div.ccm-page .p-search__results-map .area-search select {
  margin:1rem;
  text-overflow: ellipsis;
  width:auto;
  max-width:98%;
}

div.ccm-page .p-search__results-map .s-button {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

div.ccm-page .p-search__conditions {
  padding: 1.5rem 2rem;
  background: #f9ccb7;
  margin: 0 auto;
  text-align: center;
}

div.ccm-page .p-search__conditions-txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.4rem;
  display: inline-block;
  margin-right: 4rem;
  vertical-align: middle;
  text-align: left;
}

div.ccm-page .p-search__conditions .c-button02 {
  margin-bottom: 0;
  cursor: pointer;
}

div.ccm-page .p-search__conditions .c-button02 a {
  background: none;
  position: relative;
}

div.ccm-page .p-search__conditions .c-button02 a::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.8rem;
  font-size: 1.4rem;
}

div.ccm-page .p-search__conditions-active {
  background: none;
  position: relative;
}

div.ccm-page .p-search__conditions-active::before {
  content: "\f077" !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: bold !important;
  position: absolute !important;
  top: 50% !important;
  right: 2rem !important;
  margin-top: -0.8rem !important;
  font-size: 1.4rem !important;
}

div.ccm-page .p-search__conditions-contents {
  padding: 3rem;
  background: #ffffff;
  border-left: 3px solid #f9ccb7;
  border-right: 3px solid #f9ccb7;
  border-bottom: 3px solid #f9ccb7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  text-align: left;
}

div.ccm-page .p-search__conditions-contents-ttl {
  border: none;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  margin-top: 3rem;
}

div.ccm-page .p-search__conditions-contents-ttl01 {
  margin-top: 0;
  display: inline-block;
}

div.ccm-page .p-search__conditions-contents-txt {
  display: inline-block;
}

div.ccm-page .p-search__conditions-func {
  text-align: right;
  margin-bottom: 2rem;
}

div.ccm-page .p-search__conditions-func-select {
  display: inline-block;
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  border: none;
  line-height: 1;
  margin-right: 1rem;
  cursor: pointer;
}

div.ccm-page .p-search__conditions-func-select:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-search__conditions-func-cancel {
  display: inline-block;
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  border: none;
  line-height: 1;
  cursor: pointer;
}

div.ccm-page .p-search__conditions-func-cancel:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-search__conditions-func-tabopen {
  display: inline-block;
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  border: none;
  line-height: 1;
  margin-right: 1rem;
  cursor: pointer;
}

div.ccm-page .p-search__conditions-func-tabopen:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-search__conditions-func-serviceopen {
  display: inline-block;
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  border: none;
  line-height: 1;
  margin-right: 1rem;
  cursor: pointer;
}

div.ccm-page .p-search__conditions-func-serviceopen:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-search__conditions-func-tabselect {
  display: inline-block;
  background: #f7a63b;
  font-weight: bold;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  border: none;
  line-height: 1;
  cursor: pointer;
}

div.ccm-page .p-search__conditions-func-tabselect:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-search__office-results {
  padding: 5rem 0;
  border-top: 1px dotted #876c4d;
  counter-increment: number 1;
}

div.ccm-page .p-search__office-results:last-child {
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .p-search__office-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

div.ccm-page .p-search__office-name-txt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: auto;
  padding-left: 5rem;
  position: relative;
}

div.ccm-page .p-search__office-name-txt::before {
  content: counter(number);
  display: block;
  background: url("/common/img03/icon-free01.png") no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-weight: bold;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -2rem;
}

div.ccm-page .p-search__office-name-txt-none {
  padding-left: 0 !important;
}

div.ccm-page .p-search__office-name-txt-none::before {
  display: none;
  content: "";
}

div.ccm-page .p-search__office-num {
  border: 1px solid #876c4d;
  margin-left: auto;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

div.ccm-page .p-search__office-content {
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}

div.ccm-page .p-search__office-content-ttl {
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
  line-height: 3.1rem;
  vertical-align: top;
  font-size: 1.6rem;
}

div.ccm-page .p-search__office-content-list {
  display: inline-block;
}

div.ccm-page .p-search__office-content-item {
  float: left;
  background: rgba(135, 108, 77, 0.1);
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-search__office-content-item:last-child {
  margin-right: 0;
}

div.ccm-page .p-search__office-info {
  margin-bottom: 3rem;
}

div.ccm-page .p-search__office-info table {
  margin-bottom: 0 !important;
}

div.ccm-page .p-search__office-info table th {
  word-break: break-all;
  width: 25%;
}

div.ccm-page .p-search__office-info-fix table th {
  min-width: 20rem;
  width: 20rem;
}

div.ccm-page .p-search__form select {
  width: 100%;
  height: 4rem;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  margin-bottom: 3rem;
}

div.ccm-page .p-search__tab-label {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
  background: #d9d9d9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin-right: 1rem;
  width: 33.333%;
  padding: 1rem;
}

div.ccm-page .p-search__tab-label:last-child {
  margin-right: 0;
}

div.ccm-page .p-search__tab-label.label-active {
  background: url("/common/img03/pattern04.png") repeat;
}

/* 日程登録画面　タブデザイン*/
div.ccm-page .schedule-tabs {
  padding-bottom: 0.25em;
  line-height: 1.5em;
  border-bottom: 2px solid #f3a385;
}

div.ccm-page .schedule-tabs a {
  text-decoration: none;
  font-weight: bold;
  padding: 0.25em 2em;
  background: #cecece;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #f3a385;
  margin: 0;
}

div.ccm-page .schedule-tabs a.active {
  background: url("/common/img03/pattern04.png") repeat;
}

div.ccm-page .p-search__switch {
  margin-bottom: 6rem;
}

div.ccm-page .p-search__switch-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-search__switch-panel {
  display: none;
}

div.ccm-page .p-search__switch-panel-area {
  padding: 3rem;
  background: #ffffff;
  border: 2px solid #f3a385;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}

div.ccm-page .p-search__switch-panel-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(135, 108, 77, 0.1);
  border-radius: 4px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}

div.ccm-page .p-search__switch-panel.panel-active {
  display: block;
}

div.ccm-page .p-search__switch-add-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-search__switch-add-txtbox {
  width: 100%;
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 1rem;
}

div.ccm-page .p-search__switch-town-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-search__switch-town-selectbox {
  width: 100%;
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}

div.ccm-page .p-search__txtbox--stakeholder {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
  height: 4rem;
  margin-bottom: 3rem;
}

div.ccm-page .p-search__slide-btn {
  margin-top: 1rem;
}

div.ccm-page .p-search__slide-btn-link {
  display: block;
  background: #f9ccb7;
  padding: 1.5rem;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

div.ccm-page .p-search__slide-btn-link::before {
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-weight: bold;
  margin-top: -0.9rem;
  font-size: 1.8rem;
  line-height: 1;
}

div.ccm-page .p-search__slide-btn-link--open::before {
  content: "\f068";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-weight: bold;
  margin-top: -0.9rem;
  font-size: 1.8rem;
  line-height: 1;
}

div.ccm-page .p-search__slide-content {
  margin-bottom: 3rem;
  padding: 0 2rem;
}

div.ccm-page .p-search__slide-content--close {
  display: none;
}

div.ccm-page .p-search__slide-content-func {
  text-align: center;
  margin-bottom: 2rem;
}

div.ccm-page .p-search__slide-content-func--allcheck {
  display: inline-block;
  cursor: pointer;
}

div.ccm-page .p-search__slide-content-func--allcheck a {
  font-weight: bold;
  background: #f7d53b;
  padding: 0.5rem 1.5rem;
  margin-right: 2rem;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #d1b432;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
}

div.ccm-page .p-search__slide-content-func--allopen {
  display: inline-block;
}

div.ccm-page .p-search__slide-content-func--allclose {
  display: none;
}

div.ccm-page .p-search__slide-content-func--allselect {
  display: inline-block;
}

div.ccm-page .p-search__slide-content-func--allrel {
  display: none;
}

div.ccm-page .p-search__slide-content-func--alldel {
  display: inline-block;
  cursor: pointer;
}

div.ccm-page .p-search__slide-content-func--alldel a {
  font-weight: bold;
  background: #f7d53b;
  padding: 0.5rem 1.5rem;
  margin-right: 2rem;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #d1b432;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
}

div.ccm-page .p-search__service-explain {
  text-align: center;
}

div.ccm-page .p-search__service-explain img {
  display: block;
  margin: 0 auto;
}

div.ccm-page .p-search__service-explain--01 img {
  width: 75%;
}

div.ccm-page .p-search__service-explain--02 img {
  width: 67%;
}

div.ccm-page .p-search__service-explain--03 img {
  width: 67%;
}

div.ccm-page .p-search__map-link {
  margin-bottom: 3rem;
  display: block;
}

div.ccm-page .p-search__current-btn {
  position: relative;
  display: inline-block;
}

div.ccm-page .p-search__current-btn::before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 3rem;
  line-height: 1;
  margin-top: -0.8rem;
}

div.ccm-page .p-search__current-btn a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d1b432;
  background: #eac82b;
}

div.ccm-page .p-search__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 1.5rem 0 2.8rem;
  background: url("/common/img03/heading03_item01.png") no-repeat;
  background-size: 2.2rem 2.1rem;
  background-position: left top;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-search__terms {
  text-align: right;
  margin-top: 1rem;
}

div.ccm-page .p-search__terms p {
  display: inline-block;
}

div.ccm-page .p-search__func {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  margin-top: 5rem;
}

div.ccm-page .p-search__func-display {
  width: 15%;
}

div.ccm-page .p-search__func-display label {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5rem;
}

div.ccm-page .p-search__func-display-select {
  display: inline-block;
  height: 4rem;
  background: #ffffff;
}

div.ccm-page .p-search__func-pagination {
  width: 65%;
}

div.ccm-page .p-search__func-sort {
  width: 20%;
  text-align: right;
}

div.ccm-page .p-search__func-sort-ttl {
  text-align: left;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5rem;
}

div.ccm-page .p-search__func-sort-select {
  display: inline-block;
  height: 4rem;
  background: #ffffff;
  width: 60%;
}

div.ccm-page .p-search__func--allopen {
  display: inline-block;
}

div.ccm-page .p-search__func--allclose {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  div.ccm-page .p-search__func {
    margin-top: 9rem;
    position: relative;
  }
  div.ccm-page .p-search__func-display {
    width: 100%;
  }
  div.ccm-page .p-search__func-pagination {
    width: 100%;
    position: absolute;
    top: -9rem;
  }
  div.ccm-page .p-search__func-sort {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-search__func {
    margin-top: 9rem;
    position: relative;
  }
  div.ccm-page .p-search__func-display {
    width: 100%;
  }
  div.ccm-page .p-search__func-pagination {
    width: 100%;
    position: absolute;
    top: -9rem;
  }
  div.ccm-page .p-search__func-sort {
    width: 100%;
  }
  div.ccm-page .p-search__func-sort-select {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-search__conditions-txt {
    margin-right: 0;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
  }
  div.ccm-page .p-search__office-name {
    display: block;
  }
  div.ccm-page .p-search__office-name-txt {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  div.ccm-page .p-search__office-num {
    display: inline-block;
    line-height: 1;
  }
  div.ccm-page .p-search__office-content-ttl {
    display: block;
    margin-bottom: 0.5rem;
  }
  div.ccm-page .p-search__office-info table .c-table__th {
    display: block;
  }
  div.ccm-page .p-search__office-info table .c-table__td {
    display: block;
  }
  div.ccm-page .p-search__office-info table th {
    width: 100%;
    display: block;
  }
  div.ccm-page .p-search__office-info table td {
    width: 100%;
    display: block;
  }
  div.ccm-page .p-search__office-info-fix table th {
    display: block;
    width: auto;
    max-width: auto;
  }
  div.ccm-page .p-search__office-info-fix table td {
    display: block;
  }
  div.ccm-page .p-search__tab {
    display: block;
  }
  div.ccm-page .p-search__label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  div.ccm-page .p-search__label:last-child {
    margin-bottom: 0;
  }
  div.ccm-page .p-searchpanel-area {
    padding: 2rem;
  }
  div.ccm-page .p-search__form {
    padding: 2rem;
  }
  div.ccm-page .p-search__form .p-search-menu__func-btn {
    width: 100%;
    margin-top: 1rem;
  }
  div.ccm-page .p-search__form .p-search-menu__func-btn input[type="submit"] {
    padding: 1rem;
  }
  div.ccm-page .p-search__form input[type="text"] {
    width: 100%;
  }
  div.ccm-page .p-search__office-name .c-button06 {
    display: block;
    margin:2rem 0 !important;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-search__func-display-ttl {
    font-size: 1.4rem;
  }
  div.ccm-page .p-search__func-sort-ttl {
    font-size: 1.4rem;
  }
  div.ccm-page .p-search__func-sort-select {
    width: 60%;
  }
  div.ccm-page .p-search__func--allopen {
    display: block;
  }
  div.ccm-page .p-search__func--allclose {
    display: block;
  }
  div.ccm-page .p-search__conditions-contents {
    padding: 2rem;
  }
  div.ccm-page .p-search__conditions-contents-ttl {
    margin-top: 3rem;
  }
  div.ccm-page .p-search__conditions-func {
    margin-bottom: 4rem;
  }

  div.ccm-page .p-search-map__slide-content-func--allcheck {
	  display: block;
	  margin-bottom: 1rem;
  }

  div.ccm-page .p-search-map__slide-content-func--allcheck a{
	  text-align: center;
	  margin-right: 0;
  }

  div.ccm-page .p-search-map__slide-content-func--alldel {
	  display: block;
	  margin-bottom: 1rem;
  }

  div.ccm-page .p-search-map__slide-content-func--alldel a {
	  text-align: center;
	  margin-right: 0;
  }

  div.ccm-page .p-search__conditions-func-select {
    margin-bottom: 1rem;
    display: block;
    margin-right: 0;
    text-align: center;
  }
  div.ccm-page .p-search__conditions-func-cancel {
    display: block;
    text-align: center;
  }
  div.ccm-page .p-search__conditions-func-tabopen {
    margin-bottom: 1rem;
    display: block;
    margin-right: 0;
    text-align: center;
  }
  div.ccm-page .p-search__conditions-func-tabselect {
    display: block;
    text-align: center;
  }
}

div.ccm-page .p-site-form__check {
  height: 15em;
}

div.ccm-page .p-site-link__display {
  position: absolute;
  bottom: 2em;
  right: 1em;
}

div.ccm-page .p-site-link__list {
  margin-bottom: 4rem;
}

div.ccm-page .p-site-link__list-item {
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 4px;
}

div.ccm-page .p-site-link__list-item h4 {
  margin-top: 1rem;
}

div.ccm-page .p-site-link__list-item-wrap {
  border: 2px solid #f3a385;
  background: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 1.5em;
}

div.ccm-page .p-site-link__list-item-wrap:hover {
  background: #fffcf0;
}

div.ccm-page .p-site-link__list-item-wrap:hover h4 {
  text-decoration: underline;
}

div.ccm-page .p-site-link__external {
  text-align: right;
  font-size: 1.4rem;
}

div.ccm-page .p-site-search {
  display: inline-block;
}

div.ccm-page .p-site-search__input {
  display: inline-block;
  width: 16rem;
  height: 3rem;
}

div.ccm-page .p-site-search__submit {
  display: inline-block;
  padding: 0.5rem;
}

div.ccm-page .p-site-search__not-found {
  font-weight: bold;
}

div.ccm-page .p-site-search__result-item {
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-site-search__result-item:first-child {
  border-top: 1px solid #d9d9d9;
}

div.ccm-page .p-site-search__result-link {
  text-decoration: none;
  padding: 2rem 4rem 2rem 1.5rem;
}

div.ccm-page .p-site-search__result-title {
  font-size: 2.1rem;
}

div.ccm-page .p-site-search__result-url {
  font-size: 1.3rem;
}

div.ccm-page .p-site-search__highlight {
  background: #efe795;
}

div.ccm-page .p-sp-global-nav {
  padding: 0;
  display: block;
  text-align: left;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

div.ccm-page .p-sp-global-nav__item {
  padding: 0;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-sp-global-nav__item:first-child {
  border-left: none;
}

div.ccm-page .p-sp-global-nav__item:first-child .p-global-nav__link::after {
  display: none;
}

div.ccm-page .p-sp-global-nav__item:last-child {
  border-right: none;
  border-bottom: none;
}

div.ccm-page .p-sp-global-nav__item:before {
  display: none;
}

div.ccm-page .p-sp-global-nav__item:nth-child(1)::before {
  left: 16px;
}

div.ccm-page .p-sp-global-nav__item:nth-child(2)::before {
  left: 13px;
}

div.ccm-page .p-sp-global-nav__item:nth-child(3)::before {
  left: 16px;
}

div.ccm-page .p-sp-global-nav__item:nth-child(4)::before {
  left: 14px;
}

div.ccm-page .p-sp-global-nav__item:nth-child(5)::before {
  left: 18px;
}

div.ccm-page .p-sp-global-nav__item:nth-child(6)::before {
  left: 13px;
}

div.ccm-page .p-sp-global-nav__link {
  background: #ffffff;
  display: block;
  padding: 10px 15px 10px 15px !important;
  width: 100%;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

div.ccm-page .p-sp-global-nav__link::after {
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

div.ccm-page .p-sp-global-nav__link:hover {
  text-decoration: none;
}

div.ccm-page .p-sp-global-nav__link--none::after {
  content: none !important;
  display: none !important;
}

div.ccm-page .p-sp-global-nav__utility {
  display: none;
  background: #f9ccb7;
}

div.ccm-page .p-sp-global-nav__utility-item {
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-sp-global-nav__utility-item:first-child {
  border-top: 1px solid #d9d9d9;
}

div.ccm-page .p-sp-global-nav__utility-item:last-child {
  border-bottom: none;
}

div.ccm-page .p-sp-global-nav__utility-link {
  text-decoration: none !important;
  padding: 10px 10px 10px 40px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  position: relative;
}

div.ccm-page .p-sp-global-nav__utility-link::before {
  content: "\f0da";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 28px;
  margin-top: -12px;
}

div.ccm-page .p-sp-global-nav__stakeholder-link {
  display: block;
  border: 2px solid #f3a385;
  padding: 20px 20px 20px 60px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  margin-bottom: 30px;
}

div.ccm-page .p-sp-global-nav__stakeholder-link::before {
  content: "\f502";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  line-height: 1;
  font-size: 30px;
}

div.ccm-page .p-sp-global-nav__stakeholder-link::after {
  content: "";
  display: block;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: contain;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

div.ccm-page .p-sp-global-nav__stakeholder-ttl {
  font-weight: bold;
}

div.ccm-page .p-sp-global-nav__stakeholder-txt {
  font-size: 1.3rem;
}

div.ccm-page .p-sp-global-nav__close-btn {
  background: #f7a63b;
  font-weight: bold;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px #d18c32;
  display: block;
  border: none;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

div.ccm-page .p-sp-global-nav__close-btn i {
  margin-right: 10px;
}

div.ccm-page .p-sp-global-nav__close-btn:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d18c32;
  background: #e29631;
}

div.ccm-page .p-sp-header {
  width: 100%;
  border-image-repeat: repeat;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  padding-top: 0.5rem;
  /* head */
  /* body */
}

div.ccm-page .p-sp-header::before {
  content: "";
  display: block;
  background: url("/common/img03/pattern05.png") repeat #f3a385;
  width: 100%;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .p-sp-header.preview-header {
  margin-top: 40px;
}

div.ccm-page .p-sp-header__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  background: #fcfcfc;
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-sp-header__logo {
  line-height: 1;
}

div.ccm-page .p-sp-header__logo-txt {
  font-size: 2.2rem;
  text-decoration: none;
  padding: 3.1rem;
  position: relative;
  font-weight: bold;
}

div.ccm-page .p-sp-header__logo-txt:hover {
  text-decoration: none;
}

div.ccm-page .p-sp-header__menu-btn {
  margin-left: auto;
  cursor: pointer;
  font-size: 2.1rem;
}

div.ccm-page .p-sp-header__menu-icon--open {
  display: block;
  border: none;
  box-shadow: inherit;
  background: inherit;
}

div.ccm-page .p-sp-header__menu-icon--close {
  display: none;
  border: none;
  box-shadow: inherit;
  background: inherit;
  top: 0;
  right: 0;
}

div.ccm-page .p-sp-header__body {
  display: none;
  background: #ffffff;
  padding: 2rem;
  position: absolute;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-sp-header__logo {
    font-size: 1.6rem;
  }
  div.ccm-page .p-sp-header__logo-txt {
    font-size: 1.6rem;
    padding: 0;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 420px) {
  div.ccm-page .p-sp-header__logo {
    font-size: 1.2rem;
  }
  div.ccm-page .p-sp-header__logo-txt {
    font-size: 1.2rem;
    padding: 0;
    padding-left: 2.5rem;
  }
}

div.ccm-page .p-stakeholder__heading {
  text-align: center;
  margin-bottom: 3rem;
}

div.ccm-page .p-stakeholder-welfare-news {
  padding-top: 5rem;
  background: url("/common/img03/pattern06.png") repeat;
}

div.ccm-page .p-stakeholder-welfare-news__body {
  margin-bottom: 4rem;
}

div.ccm-page .p-stakeholder-welfare-news__item {
  border: 2px solid #f3a385;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-stakeholder-welfare-news__item-head {
  background: url("/common/img03/pattern04.png") repeat;
  padding: 0.8rem 1rem;
}

div.ccm-page .p-stakeholder-welfare-news__item-date {
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

div.ccm-page .p-stakeholder-welfare-news__item-body {
  background: #ffffff;
  padding: 2rem 1.5rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

div.ccm-page .p-stakeholder-welfare-news__item-link:hover {
  text-decoration: none;
}

div.ccm-page .p-stakeholder-welfare-news__visual {
  padding: 0 7rem;
}

div.ccm-page .p-stakeholder-management {
  padding-top: 6rem;
}

div.ccm-page .p-stakeholder-management-news {
  background: #ffffff;
  border: 2px solid #e62020;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  padding: 1.5rem 3rem;
}

div.ccm-page .p-stakeholder-management-news__item {
  padding: 2rem 0;
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .p-stakeholder-management-news__item:last-child {
  border: none;
}

div.ccm-page .p-stakeholder-management-news__item-ttl {
  float: left;
}

div.ccm-page .p-stakeholder-management-news__item-date {
  float: right;
}

div.ccm-page .p-stakeholder-separate-news__item {
  padding: 2rem 0;
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .p-stakeholder-separate-news__item-ttl {
  float: left;
}

div.ccm-page .p-stakeholder-separate-news__item-date {
  float: right;
}

div.ccm-page .p-separate_info__link {
  background: #f7a63b;
  border-radius: 4px;
  padding: 0.2rem 0.2rem 0.2rem 5rem;
  display: block;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
  display: inline-block;
  margin: 1.2em 0 0.7em;
}

div.ccm-page .p-separate_info__link::before {
  display: block;
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 1.7rem;
  margin-top: -1rem;
  line-height: 1;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
}

div.ccm-page .p-separate_info__link:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d9d9d9;
  background: #e29631;
}

div.ccm-page .p-stakeholder-newquestion {
  padding-top: 7rem;
}

div.ccm-page .p-stakeholder-newquestion-news {
  background: #ffffff;
  border: 2px solid #f7a63b;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  padding: 1.5rem 3rem;
}

div.ccm-page .p-stakeholder-newquestion-news__item {
  padding: 2rem 0;
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .p-stakeholder-newquestion-news__item:last-child {
  border: none;
}

div.ccm-page .p-stakeholder-newquestion-news__item-ttl {
  float: left;
}

div.ccm-page .p-stakeholder-newquestion-news__item-date {
  float: right;
}

div.ccm-page .p-stakeholder-notice {
  padding-top: 8rem;
}

div.ccm-page .p-stakeholder-notice-news__tab-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-stakeholder-notice-news__panel {
  display: none;
  background: #ffffff;
  border: 2px solid #f7a63b;
  border: 2px solid #f3a385;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3rem;
  position: relative;
}

div.ccm-page .p-stakeholder-notice-news__panel::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(135, 108, 77, 0.1);
  border-radius: 4px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
}

div.ccm-page .p-stakeholder-notice-news__panel.panel-active {
  display: block;
}

div.ccm-page .p-stakeholder-notice-news__label {
  margin-right: 1rem;
  margin-bottom: 0;
  padding: 1rem;
  background: #d9d9d9;
  font-size: 1.7rem;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  width: 20%;
  cursor: pointer;
  text-decoration: none;
}

div.ccm-page .p-stakeholder-notice-news__label:last-child {
  margin-right: 0;
}

div.ccm-page .p-stakeholder-notice-news__label.label-active {
  background: url("/common/img03/pattern04.png") repeat;
}

div.ccm-page .p-stakeholder-notice-news__tag {
  display: inline-block;
  font-size: 1.4rem;
  background: #f9ccb7;
  padding: 3px 10px;
  font-weight: bold;
  margin-bottom: 1rem;
  max-width:100%;
}

div.ccm-page .p-stakeholder-notice-news__sub-ctg-tag {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  max-width:100%;
  box-sizing: border-box;
  border-bottom: solid 2px #f3a385;
}

div.ccm-page .p-stakeholder-notice-news__item {
  border-bottom: 1px dotted #876c4d;
  padding: 2rem 0 2rem 1rem;
}

div.ccm-page .p-stakeholder-notice-news__link-ttl {
  float: left;
}

div.ccm-page .p-stakeholder-notice-news__link-status {
  float: right;
  padding: 0 1rem 0 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-right: 1rem;
}

div.ccm-page .p-stakeholder-notice-news__link-status.status-open {
  border: 1px solid #f3a385;
  border-radius: 1.5rem;
}

div.ccm-page .p-stakeholder-notice-news__link-status.status-open::before {
  content: "\f2b6";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  margin-top: -0.7rem;
  font-weight: normal;
}

div.ccm-page .p-stakeholder-notice-news__link-status.status-close {
  border: 1px solid #d9d9d9;
  border-radius: 1.5rem;
  background: #e6e6e6;
}

div.ccm-page .p-stakeholder-notice-news__link-status.status-close::before {
  content: "\f0e0";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  margin-top: -0.7rem;
  font-weight: normal;
}

div.ccm-page .p-stakeholder-notice-news__link-date {
  float: right;
}

div.ccm-page .p-stakeholder-notice-news__list {
  margin-bottom: 3rem;
}

div.ccm-page .p-stakeholder-notice-news__badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1.3rem;
  background-color: #f7d53b;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

div.ccm-page .p-stakeholder-link {
  padding-top: 12rem;
}

div.ccm-page .p-stakeholder-link__link {
  display: block;
  border: 3px solid #f3a385;
  padding: 9rem 3rem 3rem 3rem;
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
}

div.ccm-page .p-stakeholder-link__link:hover {
  background: #fffcf0;
}

div.ccm-page .p-stakeholder-link__link01 {
  background: url("/common/img03/icon-bbs02.png") no-repeat #ffffff;
  background-size: 5.5rem 5.7rem;
  background-position: center 1.5rem;
}

div.ccm-page .p-stakeholder-link__link01:hover {
  background: url("/common/img03/icon-bbs02.png") no-repeat #fffcf0;
  background-size: 5.5rem 5.7rem;
  background-position: center 1.5rem;
}

div.ccm-page .p-stakeholder-link__link02 {
  background: url("/common/img03/icon-care-search01.png") no-repeat #ffffff;
  background-size: 7rem 5.4rem;
  background-position: center 1.8rem;
}

div.ccm-page .p-stakeholder-link__link02:hover {
  background: url("/common/img03/icon-care-search01.png") no-repeat #fffcf0;
  background-size: 7rem 5.4rem;
  background-position: center 1.8rem;
}

div.ccm-page .p-stakeholder-link__link03 {
  background: url("/common/img03/icon-care-mgmt01.png") no-repeat #ffffff;
  background-size: 6.6rem 5.5rem;
  background-position: center 1.7rem;
}

div.ccm-page .p-stakeholder-link__link03:hover {
  background: url("/common/img03/icon-care-mgmt01.png") no-repeat #fffcf0;
  background-size: 6.6rem 5.5rem;
  background-position: center 1.7rem;
}

div.ccm-page .p-stakeholder-link__link04 {
  background: url("/common/img03/icon-rec-search01.png") no-repeat #ffffff;
  background-size: 5.6rem 6rem;
  background-position: center 1.2rem;
}

div.ccm-page .p-stakeholder-link__link04:hover {
  background: url("/common/img03/icon-rec-search01.png") no-repeat #fffcf0;
  background-size: 5.6rem 6rem;
  background-position: center 1.2rem;
}

div.ccm-page .p-stakeholder-link__link05 {
  background: url("/common/img03/icon-rec-reg01.png") no-repeat #ffffff;
  background-size: 5.8rem 5.6rem;
  background-position: center 1.2rem;
}

div.ccm-page .p-stakeholder-link__link05:hover {
  background: url("/common/img03/icon-rec-reg01.png") no-repeat #fffcf0;
  background-size: 5.8rem 5.6rem;
  background-position: center 1.2rem;
}

div.ccm-page .p-stakeholder-link__link06 {
  background: url("/common/img03/icon-survey01.png") no-repeat #ffffff;
  background-size: 5.4rem 6rem;
  background-position: center 1.2rem;
}

div.ccm-page .p-stakeholder-link__link06:hover {
  background: url("/common/img03/icon-survey01.png") no-repeat #fffcf0;
  background-size: 5.4rem 6rem;
  background-position: center 1.2rem;
}

div.ccm-page .p-stakeholder-link__link07 {
  background: url("/common/img03/icon-qa01.png") no-repeat #ffffff;
  background-size: 7rem 4.5rem;
  background-position: center 2.3rem;
}

div.ccm-page .p-stakeholder-link__link07:hover {
  background: url("/common/img03/icon-qa01.png") no-repeat #fffcf0;
  background-size: 7rem 4.5rem;
  background-position: center 2.3rem;
}

div.ccm-page .p-stakeholder-link__link08 {
  background: url("/common/img03/icon-care-resource01.png") no-repeat #ffffff;
  background-size: 5.4rem 5.7rem;
  background-position: center 1.8rem;
}

div.ccm-page .p-stakeholder-link__link08:hover {
  background: url("/common/img03/icon-care-resource01.png") no-repeat #fffcf0;
  background-size: 5.4rem 5.7rem;
  background-position: center 1.8rem;
}

div.ccm-page .p-stakeholder-link__link09 {
  background: url("/common/img03/icon-care-user01.png") no-repeat #ffffff;
  background-size: 5.6rem 6.6rem;
  background-position: center 1.5rem;
}

div.ccm-page .p-stakeholder-link__link09:hover {
  background: url("/common/img03/icon-care-user01.png") no-repeat #fffcf0;
  background-size: 5.6rem 6.6rem;
  background-position: center 1.5rem;
}

div.ccm-page .p-stakeholder-link__link::after {
  content: "";
  display: block;
  background: url("/common/img03/arrow01.png") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.6rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

div.ccm-page .p-stakeholder-link__ttl {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  background: -webkit-linear-gradient(transparent 60%, #fde67b 0%);
  background: linear-gradient(transparent 60%, #fde67b 0%);
  display: inline-block;
  line-height: 1;
  padding-bottom: 0.3rem;
}

@media screen and (max-width: 1200px) {
  div.ccm-page .p-stakeholder-notice-news__link-ttl {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-stakeholder-welfare-news__visual {
    padding: 0;
  }
  div.ccm-page .p-stakeholder-notice-news__label {
    width: 50%;
    border-radius: 4px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 48%;
  }
  div.ccm-page .p-stakeholder-notice-news__label:nth-child(even) {
    margin-right: 0;
  }
  div.ccm-page .p-stakeholder-notice-news__label.label-new::before {
    top: -0.5rem;
    right: -1rem;
  }
  div.ccm-page .p-stakeholder-notice-news__tab-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-stakeholder-notice-news__label {
    font-size: 1.3rem;
  }
  div.ccm-page .p-stakeholder-notice-news__panel {
    padding: 2rem;
  }
  div.ccm-page .p-stakeholder-notice-news__link-ttl {
    margin-bottom: 1rem;
  }
}

div.ccm-page .p-topics-list-box__item {
  border-bottom: 1px solid #d9d9d9;
}

div.ccm-page .p-topics-list-box__item:first-child {
  border-top: 1px solid #d9d9d9;
}

div.ccm-page .p-topics-list-box__link {
  padding: 2rem 4rem 2rem 1.5rem;
}

div.ccm-page .p-topics-list-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.3rem;
}

div.ccm-page .p-topics-list-box__date {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #633917;
  font-size: 1.3rem;
}

div.ccm-page .p-topics-list-box__new {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-left: 1rem;
  color: #2A86B0;
}

div.ccm-page .p-topics-list__item {
  padding: 2rem 1rem;
  border-bottom: 1px dotted #876c4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-topics-list__item:first-child {
  border-top: 1px dotted #876c4d;
}

div.ccm-page .p-topics-list__head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.4rem;
  display: block;
  min-width: 12rem;
  background: #f9ccb7;
}

div.ccm-page .p-topics-list__cat {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.4rem;
}

div.ccm-page .p-topics-list__title {
  padding-left: 2rem;
}

div.ccm-page .p-topics-list__link {
  display: block;
  color: #006680;
}

div.ccm-page .p-topics-list__link:visited {
  color: #690080;
}

div.ccm-page .p-topics-list__link:hover {
  color: #006680;
}

div.ccm-page .p-topics-list__foot {
  min-width: 16rem;
}

div.ccm-page .p-topics-list__date {
  line-height: 2.4rem;
  margin-left: auto;
  text-align: right;
}

div.ccm-page .p-topics-list__new {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-left: 1rem;
  color: #2A86B0;
}

@media screen and (min-width: 768px) {
  div.ccm-page .p-topics-list__item {
    width: 100%;
  }
  div.ccm-page .p-topics-list__title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
}

@media screen and (min-width: 575px) {
  div.ccm-page .p-topics-list__cat {
    font-size: 1.3rem;
  }
}

div.ccm-page .p-topics {
  background: #ffffff;
}

div.ccm-page .p-topics__head {
  margin-top: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}

div.ccm-page .p-topics__body {
  margin-bottom: 2rem;
}

div.ccm-page .p-topics__link {
  background: #f3a385;
  border-radius: 4px;
  padding: 0.2rem 0.2rem 0.2rem 5rem;
  display: block;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
  display: inline-block;
}

div.ccm-page .p-topics__link::before {
  display: block;
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 1.7rem;
  margin-top: -1rem;
  line-height: 1;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
}

div.ccm-page .p-topics__link:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px 0px #d9d9d9;
  background: #ea9676;
}

div.ccm-page .p-topics__link-btn {
  margin: 0 auto;
  text-align: center;
}

div.ccm-page .p-topics__link-txt {
  font-weight: bold;
  background: #ffffff;
  padding: 1rem 2.3rem;
  display: block;
  text-align: center;
}

div.ccm-page .p-topics-visual {
  padding: 0 7rem;
  margin-top: 6rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-topics-visual {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-topics-list__head {
    display: inline-block;
    margin-bottom: 1rem;
  }
  div.ccm-page .p-topics-list__item {
    display: inherit;
  }
  div.ccm-page .p-topics-list__title {
    padding-left: 0;
  }
  div.ccm-page .p-topics-list__link {
    margin-bottom: 1rem;
  }
}

div.ccm-page .p-useful-menu {
  padding-top: 7rem;
  padding-bottom: 10rem;
  position: relative;
}

div.ccm-page .p-useful-menu__row {
  margin-bottom: 4.5rem;
}

div.ccm-page .p-useful-menu__head {
  text-align: center;
  margin-bottom: 3rem;
}

div.ccm-page .p-useful-menu__link {
  text-decoration: none;
  display: block;
}

div.ccm-page .p-useful-menu__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

div.ccm-page .p-useful-menu__list-img {
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  margin-bottom: 2.5rem;
}

div.ccm-page .p-useful-menu__list-txt {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

div.ccm-page .p-useful-menu__list-txt--01 {
  padding-left: 3.3rem;
}

div.ccm-page .p-useful-menu__list-txt--01::before {
  content: "";
  display: block;
  background: url("/common/img03/icon-request01.png") no-repeat;
  background-size: contain;
  width: 3rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.25rem;
}

div.ccm-page .p-useful-menu__list-txt--02 {
  padding-left: 3.3rem;
}

div.ccm-page .p-useful-menu__list-txt--02::before {
  content: "";
  display: block;
  background: url("/common/img03/icon-search01.png") no-repeat;
  background-size: contain;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.4rem;
}

div.ccm-page .p-useful-menu__list-txt--03 {
  padding-left: 3.3rem;
}

div.ccm-page .p-useful-menu__list-txt--03::before {
  content: "";
  display: block;
  background: url("/common/img03/icon-consultation01.png") no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 2.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.15rem;
}

div.ccm-page .p-useful-menu__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  div.ccm-page .p-useful-menu__list-txt {
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-useful-menu__list {
    margin-bottom: 4rem;
  }
  div.ccm-page .p-useful-menu__list-img {
    margin-bottom: 2rem;
  }
  div.ccm-page .p-useful-menu__list-txt {
    font-size: 1.8rem;
  }
  div.ccm-page .p-useful-menu__row {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-useful-menu__list {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-useful-menu {
    padding-bottom: 7rem;
  }
  div.ccm-page .p-useful-menu__list-txt {
    font-size: 1.8rem;
  }
  div.ccm-page .p-useful-menu__bar {
    line-height: 0.5;
  }
}

@media screen and (min-width: 992px) {
  div.ccm-page .p-utility-nav {
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 1rem;
  }
  div.ccm-page .p-utility-nav__item {
    display: inline-block;
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-utility-nav {
    font-size: 1.6rem;
    border-bottom: 1px solid #d9d9d9;
    margin-left: auto;
    padding: 1.5rem 0.7rem;
  }
  div.ccm-page .p-utility-nav__item {
    display: block;
  }
}

div.ccm-page .u-align-left {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

div.ccm-page .u-align-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

div.ccm-page .u-align-right {
  display: block !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

div.ccm-page .u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

div.ccm-page .u-display-block {
  display: block !important;
}

div.ccm-page .u-display-inline {
  display: inline !important;
}

div.ccm-page .u-display-inline-block {
  display: inline-block !important;
}

div.ccm-page .u-display-none {
  display: none !important;
}

div.ccm-page .u-mb-none {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-none {
    margin-bottom: 0 !important;
  }
}

div.ccm-page .u-mb-tiny {
  margin-bottom: 0.5rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-tiny {
    margin-bottom: 1rem !important;
  }
}

div.ccm-page .u-mb-small {
  margin-bottom: 1rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-small {
    margin-bottom: 2rem !important;
  }
}

div.ccm-page .u-mb-medium {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-medium {
    margin-bottom: 3rem !important;
  }
}

div.ccm-page .u-mb-large {
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-large {
    margin-bottom: 4rem !important;
  }
}

div.ccm-page .u-mb-huge {
  margin-bottom: 2.5rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-huge {
    margin-bottom: 5rem !important;
  }
}

div.ccm-page .u-mb-gain-tiny {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-gain-tiny {
    margin-bottom: 1rem !important;
  }
}

div.ccm-page .u-mb-gain-small {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-gain-small {
    margin-bottom: 2rem !important;
  }
}

div.ccm-page .u-mb-gain-medium {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-gain-medium {
    margin-bottom: 3rem !important;
  }
}

div.ccm-page .u-mb-gain-large {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-gain-large {
    margin-bottom: 4rem !important;
  }
}

div.ccm-page .u-mb-gain-huge {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-gain-huge {
    margin-bottom: 5rem !important;
  }
}

div.ccm-page .u-mb-lose-tiny {
  margin-bottom: 1rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-lose-tiny {
    margin-bottom: 0 !important;
  }
}

div.ccm-page .u-mb-lose-small {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-lose-small {
    margin-bottom: 0 !important;
  }
}

div.ccm-page .u-mb-lose-medium {
  margin-bottom: 2rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-lose-medium {
    margin-bottom: 0 !important;
  }
}

div.ccm-page .u-mb-lose-large {
  margin-bottom: 2.5rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-lose-large {
    margin-bottom: 0 !important;
  }
}

div.ccm-page .u-mb-lose-huge {
  margin-bottom: 3rem !important;
}

@media screen and (min-width: 768px) {
  div.ccm-page .u-mb-lose-huge {
    margin-bottom: 0 !important;
  }
}

div.ccm-page .u-percent5 {
  width: 5% !important;
}

div.ccm-page .u-percent10 {
  width: 10% !important;
}

div.ccm-page .u-percent15 {
  width: 15% !important;
}

div.ccm-page .u-percent20 {
  width: 20% !important;
}

div.ccm-page .u-percent25 {
  width: 25% !important;
}

div.ccm-page .u-percent30 {
  width: 30% !important;
}

div.ccm-page .u-percent35 {
  width: 35% !important;
}

div.ccm-page .u-percent40 {
  width: 40% !important;
}

div.ccm-page .u-percent45 {
  width: 45% !important;
}

div.ccm-page .u-percent50 {
  width: 50% !important;
}

div.ccm-page .u-percent55 {
  width: 55% !important;
}

div.ccm-page .u-percent60 {
  width: 60% !important;
}

div.ccm-page .u-percent65 {
  width: 65% !important;
}

div.ccm-page .u-percent70 {
  width: 70% !important;
}

div.ccm-page .u-percent75 {
  width: 75% !important;
}

div.ccm-page .u-percent80 {
  width: 80% !important;
}

div.ccm-page .u-percent85 {
  width: 85% !important;
}

div.ccm-page .u-percent90 {
  width: 90% !important;
}

div.ccm-page .u-percent95 {
  width: 95% !important;
}

div.ccm-page .u-percent100 {
  width: 100% !important;
}

div.ccm-page .row-none {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

div.ccm-page .row-none > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

div.ccm-page .row-small {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

div.ccm-page .row-small > div {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

div.ccm-page .row-medium {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

div.ccm-page .row-medium > div {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

div.ccm-page .row-large {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

div.ccm-page .row-large > div {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@media screen and (max-width: 1199px) {
  div.ccm-page .row-md-none {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  div.ccm-page .row-md-none > div {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  div.ccm-page .row-md-small {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  div.ccm-page .row-md-small > div {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  div.ccm-page .row-md-medium {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  div.ccm-page .row-md-medium > div {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  div.ccm-page .row-md-large {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  div.ccm-page .row-md-large > div {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .row-sm-none {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  div.ccm-page .row-sm-none > div {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  div.ccm-page .row-sm-small {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  div.ccm-page .row-sm-small > div {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  div.ccm-page .row-sm-medium {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  div.ccm-page .row-sm-medium > div {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  div.ccm-page .row-sm-large {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  div.ccm-page .row-sm-large > div {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .row-xs-none {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  div.ccm-page .row-xs-none > div {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  div.ccm-page .row-xs-small {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  div.ccm-page .row-xs-small > div {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  div.ccm-page .row-xs-medium {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  div.ccm-page .row-xs-medium > div {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  div.ccm-page .row-xs-large {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  div.ccm-page .row-xs-large > div {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

div.ccm-page .u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
}

div.ccm-page .u-text-light {
  font-weight: light !important;
}

div.ccm-page .u-text-normal {
  font-weight: normal !important;
}

div.ccm-page .u-text-bold {
  font-weight: bold !important;
}

div.ccm-page .u-text-indent {
  text-indent: 1em !important;
}

div.ccm-page .u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

div.ccm-page .u-text-nowrap {
  white-space: nowrap !important;
}

div.ccm-page .u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

div.ccm-page .u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

div.ccm-page .u-text-none {
  text-transform: none !important;
}

div.ccm-page .u-text-lowercase {
  text-transform: lowercase !important;
}

div.ccm-page .u-text-uppercase {
  text-transform: uppercase !important;
}

div.ccm-page .u-text-capitalize {
  text-transform: capitalize !important;
}

div.ccm-page .u-text-smallcaps {
  font-variant: small-caps !important;
}

div.ccm-page .u-text-vertical {
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

div.ccm-page .u-text-vertical--upright {
  text-orientation: upright !important;
}

div.ccm-page .u-text-right {
  text-align: right !important;
}

div.ccm-page .u-text-center {
  text-align: center !important;
}

div.ccm-page .u-text-left {
  text-align: left !important;
}

div.ccm-page .u-text-top {
  vertical-align: top !important;
}

div.ccm-page .u-text-middle {
  vertical-align: middle !important;
}

div.ccm-page .u-text-bottom {
  vertical-align: bottom !important;
}

div.ccm-page .u-text-bottom {
  vertical-align: bottom !important;
}

div.ccm-page .dom_base_parts {
  display:none;
}

div.ccm-page .keyword-radio {
  text-align:left;
  margin-top:0.7em;
  margin-bottom:0.3em;
}

@media screen and (max-width: 767px) {
  div.ccm-page .keyword-radio span {
    display:block;
  }
}

/* #Stakeholder
   -------------------------------------------------------------------------- */
.page-template-stake-holder .p-global-nav__item:nth-child(1)::before {
  left: 5.8rem !important;
}

.page-template-stake-holder .p-global-nav__item:nth-child(2)::before {
  background: url("/common/img03/icon-news01.png") no-repeat !important;
  width: 3rem !important;
  height: 2.7rem !important;
  margin-top: -1.35rem !important;
  background-size: contain !important;
  left: 4.8rem !important;
}

.page-template-stake-holder .p-global-nav__item:nth-child(3)::before {
  background: url("/common/img03/icon-bbs01.png") no-repeat !important;
  width: 2.7rem !important;
  height: 2.8rem !important;
  margin-top: -1.4rem !important;
  background-size: contain !important;
  left: 5.8rem !important;
}

.page-template-stake-holder .p-global-nav__item:nth-child(4)::before {
  background: url("/common/img03/icon-care-search01.png") no-repeat !important;
  width: 3.5rem !important;
  height: 2.7rem !important;
  margin-top: -1.35rem !important;
  background-size: contain !important;
  left: 2.8rem !important;
}

.page-template-stake-holder .p-global-nav__item:nth-child(5)::before {
  background: url("/common/img03/icon-rec01.png") no-repeat !important;
  width: 2.5rem !important;
  height: 3rem !important;
  margin-top: -1.5rem !important;
  background-size: contain !important;
  left: 6rem !important;
}

.page-template-stake-holder .l-header__breadcrumb-top {
  background: url("/common/img03/pattern06.png") repeat;
}

.page-template-stake-holder .l-header__breadcrumb-top .p-breadcrumb {
  margin-bottom: 0;
}

/*# sourceMappingURL=common.css.map */

/* IME MODE */
div.ccm-page input[type="text"] ,
div.ccm-page input[type="email"],
div.ccm-page input[type="number"]
{
  ime-mode: inactive;
}
div.ccm-page textarea
{
  ime-mode: active;
}

/* for attach file link */
.attachfile {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

div.ccm-page .p-management__form-radio-item {
  margin-right:1.5em;
  text-decoration:underline;
}
div.ccm-page .p-management__form-radio-item:hover {
  text-decoration:none;
}

div.ccm-page .offname__with-button-txt {
  max-width: 70%;
}

@media screen and (max-width: 1200px) {
  div.ccm-page .offname__with-button-txt {
    max-width: 60%;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .offname__with-button-txt {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .offname__with-button-txt {
    max-width: 100%;
  }
}

div.ccm-page .mark__open-setting {
  float: left;
  background: #f7a63b;
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

div.ccm-page .mark__open-setting__map {
  background:rgba(135, 108, 77, 0.2);
  padding: 0 1.5rem;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .mark__open-setting {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    height: 1.8rem;
  }
}

df-messenger {
  --df-messenger-button-titlebar-color: #f3a385; /* タイトルバーとアイコンの背景色 */
}

div.ccm-page .table__grayout td {
  background: #aaaaaa;
}

div.ccm-page .board__category {
  float: left;
  background: #f9ccb7;
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  div.ccm-page .board__category {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    height: 1.8rem;
  }
}

div.ccm-page .resource_info_data input:disabled,div.ccm-page .resource_info_data textarea:disabled {
  background: #e6e6e6;
}

div.ccm-page .p-search__button {
  text-align: center;
}

div.ccm-page .p-search__button .c-button06 {
  display: inline-block;
  margin:2rem;
  text-align: center;
}

div.ccm-page .p-stakeholder-management-mail_result {
  background: #ffffff;
  border: 2px solid #e62020;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  padding: 1.5rem 3rem;
  text-align: center;
}

div.ccm-page .p-form__txtbox-color-yellow {
  border: 1px solid #d9d9d9;
  padding: 1rem;
  height: 4rem;
  border-radius: 4px;
  width: 100%;
  background: #fffd38;
  color: #000;
  border-color: #0b24fb;
}

/* input=number装飾用 */
div.ccm-page .number-spinner-wrap {
  position: relative;
  display: inline;
}
/** デフォルトのスピンボタンを隠す **/
div.ccm-page .number-spinner-wrap input::-webkit-outer-spin-button,
div.ccm-page .number-spinner-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/** input要素 **/
div.ccm-page .number-spinner-wrap input {
  -moz-appearance: textfield !important;/* firefox */
  border: 1px solid #d9d9d9;
  padding: 0.5rem;
  height: 4rem;
  width: 11rem;
  border-radius: 4px;
  text-align: center;
}
/** スピンボタン要素 **/
div.ccm-page .number-spinner-wrap .spinner {
  /* transform: translate(0, -50%); */
  font-size: 2rem;
  padding: 2px .5rem;
  text-align: center;
  user-select: none;
  color: #633917;
  background: url("/common/img03/pattern08.png") repeat #fffcf0;
  border: 2px solid #f3a385;
  border-radius: 4px;
}
div.ccm-page .number-spinner-wrap .spinner:disabled {
  background: lightgray;
  border: 2px solid gray;
}

/*事業所詳細画面 チラシ設定画面*/
/* ラジオボタン隠し */
div.ccm-page .flyer-select-imgs input[type="radio"] {
  position: absolute;
  left: 15%;
  opacity: 0;
}

/* 単色をCSSで生成 */
div.ccm-page .flyer-select-imgs label.monochrome > span::before {
  width: 25rem;
  margin: 0 auto;
  display: block;
  opacity:0.2;
  transition:0.3s;
  outline: 2px solid rgb(217, 217, 217);
  outline-offset: -2px;
  cursor: pointer;
  height:10rem;
  content: "";
}

/* 選択画像共通 */
div.ccm-page .flyer-select-imgs label img {
  width: 25rem;
  margin: 0 auto;
  display: block;
  opacity:0.2;
  transition:0.3s;
  outline: 2px solid rgb(217, 217, 217);
  outline-offset: -2px;
  cursor: pointer;
}

/* 画像の選択状態 */
div.ccm-page .flyer-select-imgs input[type="radio"]:checked + label img,
div.ccm-page .flyer-select-imgs input[type="radio"]:checked + label.monochrome > span::before {
  opacity:1;
  transition:0.3s;
  transform: scale(1.1);
  outline: 2px solid rgb(217, 217, 217);
  outline-offset: -2px;
}
div.ccm-page .flyer-select-imgs input[type="radio"]:checked + label.bkg_image img {
  opacity:1;
  transition:0.3s;
  /* 縦長なので縦に拡大した分、下方向に */
  transform: scale(1.1) translateY(calc(100% * 0.05));
  outline: 2px solid rgb(217, 217, 217);
  outline-offset: -2px;
  margin-bottom:30px;
}

/* 画像へのホバー */
div.ccm-page .flyer-select-imgs label img:hover,
div.ccm-page .flyer-select-imgs label.monochrome > span:hover::before{
  opacity:1;
  outline: 5px solid #007bff;
  outline-offset: -2px;
}

/* 画像なしボタン */
div.ccm-page .flyer-non-select-image {
  margin:10px 0;
}
div.ccm-page .flyer-non-select-image label {
  font-weight: bold;
  padding: 0.25em 1em;
  border: 1px solid #dee2e6;
  border-radius: 5rem;
  padding: 0.25em 1em;
  cursor: pointer;
  color: #5b5b5b;
  background-color: lightgray;
}
div.ccm-page .flyer-non-select-image input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: dodgerblue;
}

/* msg初期非表示 */
div.ccm-page .flyer-img-msg {
  display:none;
}

/* チェックされているもののみmsg表示 */
div.ccm-page .flyer-select-imgs input[type="radio"]:checked ~ .flyer-img-msg {
  display:block;
  width:100%;
  text-align: center;
}

div.ccm-page .flyer-comment-area {
  width: 1090.55px;
  margin: 0 auto;
}

div.ccm-page .flyer-input-comment-text {
  width: 100%;
  margin: 10px 0;
  font-size: 1.7em;
  overflow-x: scroll;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

div.ccm-page .flyer-detail-setting {
  padding-right: 2rem;
}

div.ccm-page .flyer-detail-setting__item {
  display: block;
}

div.ccm-page .flyer-detail-setting__toggle-btn {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

div.ccm-page .flyer-detail-setting__toggle-btn input[type="checkbox"] {
  display: none;
}

div.ccm-page .flyer-detail-setting__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .flyer-detail-setting__toggle input[type="checkbox"] ~ span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9rem;
  height: 2.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-style: none;
  border-radius: 1.5rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

div.ccm-page .flyer-detail-setting__toggle input[type="checkbox"]:checked + span + span {
  display: none;
}

div.ccm-page .flyer-detail-setting__toggle input[type="checkbox"] + span {
  display: none;
}

div.ccm-page .flyer-detail-setting__toggle input[type="checkbox"]:checked + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  color: #ffffff;
  background-color: dodgerblue;
}

div.ccm-page .flyer-detail-setting__toggle input[type="checkbox"] + span + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  color: #5b5b5b;
  background-color: lightgray;
}

div.ccm-page .flyer-detail-setting__toggle input[type="checkbox"]:checked + span::after {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  content: "";
  transition: 1s;
}

div.ccm-page .flyer-detail-setting__toggle input[type="checkbox"] + span + span::before {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  content: "";
}

div.ccm-page .flyer-comment-button-area {
  display:inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}

div.ccm-page .flyer-comment-button-area .c-button06 {
  margin-top: 10px;
  padding: 2rem 3.5rem;
}

div.ccm-page .staff_anchor {
  padding-top: 110px;
  margin-top: -110px;
}

@media screen and (max-width: 575px) {
  div.ccm-page .staff_anchor {
    padding-top: 140px;
    margin-top: -140px;
  }
}

div.ccm-page .p-aisearch {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

div.ccm-page .p-aisearch__answer-icon {
  padding: 0.25rem;
  margin-right: 2rem;
  border: 2px solid #f3a385;
  border-radius: 8px;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
  background: url("/common/img03/pattern08.png") repeat #f8ffd7;
}

div.ccm-page .p-aisearch__answer-icon svg {
  width: 50px;
  fill: #633917;
}

div.ccm-page .p-aisearch__answer {
  width: 90%;
  position: relative;
  display: inline-block;
  padding: 2rem 1.5rem;
  border: 2px solid #f3a385;
  border-radius: 8px;
  box-shadow: 0px 3px 0px 0px #d9d9d9;
  background: #fff;
}

div.ccm-page .p-aisearch__answer::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #f3a385 transparent transparent;
  translate: -100% -50%;
}

div.ccm-page .p-aisearch__answer::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  border-style: solid;
  border-width: 0 15.2px 15.2px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% calc(-50% - 0.4px);
}

div.ccm-page .select2-selection__rendered,
div.ccm-page .select2-selection__clear {
  display: none !important;
}

div.ccm-page .select2 {
  width: 100% !important;
}

div.ccm-page .select2-search__field {
  height: 3rem !important;
  width: 100% !important;
}

/* ---------------------けあプロトップ なびスマ--------------------- */
/* ---------タイル形式---------- */
div.ccm-page .p-card__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
  margin: 1.5rem 0;
  padding: 0 !important;
}

div.ccm-page .p-card__5-2column {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  max-width: 100%;
  margin-top: 1.5rem;
  width: calc(calc(100% - calc(1.5rem* 4)) / 5);
  list-style: none;
  display: inline-block;
}

div.ccm-page .p-card__img-cover-link {
  background-color: transparent;
  text-decoration: none;
  transition: 0.75s;
  background-color: transparent;
  width: 100%;
  min-width: 100%;
}

div.ccm-page .p-card__post-img-flame {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}

div.ccm-page .p-card__post-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}

div.ccm-page .p-card__post-img-color {
  filter: brightness(0) saturate(100%) invert(72%) sepia(41%) saturate(608%) hue-rotate(321deg) brightness(98%) contrast(93%);
}

div.ccm-page .p-card__data {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}

div.ccm-page .p-card__post-name {
  position: relative;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  text-align: -webkit-left;
  -webkit-line-clamp: 2;
  white-space: wrap !important;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 2rem;
  background-position: 0 5px;
  align-self: flex-start;
  min-height: 3em;
}

div.ccm-page .p-card__post-reference-name{
  position: relative;
  display: flex;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: wrap !important;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 2rem;
  background-position: 0 5px;
  align-self: flex-start;
  align-items: baseline;
  min-height: 1.5em;
}

div.ccm-page .p-card__post-date {
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: wrap !important;
  font-size: 14px;
  font-weight: 700;
  align-self: flex-end;
}

div.ccm-page .p-card__topics {
  margin-top: 40px;
}

/* ---------リスト形式---------- */
div.ccm-page .p-list__container {
  background: #ffffff;
  border: 2px solid #f3a385;
  border-radius: 4px;
  box-shadow: 10px 10px 0px 0px rgba(135, 108, 77, 0.1);
  padding: 1.5rem 3rem;
}

div.ccm-page .p-list__item {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px dotted #876c4d;
}

div.ccm-page .p-list__link {
  display: flex;
  flex: 1;
  align-items: center;
}

div.ccm-page .p-list__data {
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 2rem;
}

div.ccm-page .p-list__post-name {
  position: relative;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  text-align: -webkit-left;
  -webkit-line-clamp: 2;
  white-space: wrap !important;
  padding: 0 0 0 2rem;
  background-position: 0 5px;
}

div.ccm-page .p-list__post-reference-name {
  position: relative;
  display: flex;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: wrap !important;
  padding: 0 0 0 2rem;
  background-position: 0 5px;
  align-items: baseline;
  min-height: 1.5em;
}

div.ccm-page .p-list__topics {
  padding: 2rem 0 0.5rem;
}

/* ---------共通---------- */
div.ccm-page .p-card__post-name::before,
div.ccm-page .p-list__post-name::before {
  top: 0.25em;
}

div.ccm-page .post-icon::before {
  position: absolute;
  content: "";
  mask-repeat: no-repeat;
  mask-size: cover;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color:#f3a385;
}

div.ccm-page .spot-name::before {
  mask-image: url("/common/img/flag-fill.svg");
}

div.ccm-page .event-name::before {
  mask-image: url("/common/img/balloon-fill.svg");
}

div.ccm-page .post-reference-name::before {
  mask-image: url("/common/img/building.svg");
}

div.ccm-page .post-reference-name:empty:before {
  display: none;
}
/* ---------------------------------------------------------------- */
