@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 */
}

/**
 * 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;
}

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

/* _sr-only
---------------------------------------------------------- */
/* ul-list
---------------------------------------------------------- */
/* #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: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  text-align: justify !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 1.5 !important;
  font-size: 1.4em !important;
  color: #1b1f29 !important;
  background: #ffffff !important;
  -webkit-print-color-adjust: exact;
}

.logged-in .l-wrapper {
  padding-top: 7.3rem !important;
}

.logged-in .l-header {
  top: 3.2rem !important;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

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

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

.f-font-size-medium div.ccm-page .p-pc-header__body-bottom {
  bottom: -3rem;
}

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

.f-font-size-large div.ccm-page .p-pc-header__body-bottom {
  bottom: -3rem;
}

.f-font-size-large div.ccm-page .p-breadcrumb {
  margin-top: 4rem;
}

/* 閲覧支援ツール 色変更 */
/* 黒 */
.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;
}

.fb-page {
  width: 100% !important;
}

.fb_iframe_widget iframe {
  width: 100% !important;
}

.fb_iframe_widget_fluid span {
  width: 100% !important;
}

@media screen and (max-width: 1199px) {
  .f-font-size-large .p-pc-header {
    display: none !important;
  }
  .f-font-size-large .p-sp-header {
    display: block !important;
  }
  .f-font-size-large .l-wrapper {
    padding-top: 6.2rem !important;
  }
}

@media screen and (max-width: 1057px) {
  .f-font-size-medium .p-pc-header {
    display: none !important;
  }
  .f-font-size-medium .p-sp-header {
    display: block !important;
  }
  .f-font-size-medium .l-wrapper {
    padding-top: 6.2rem !important;
  }
}

div.ccm-page {
  /* #Main
   -------------------------------------------------------------------------- */
  /**
 * Mainレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します。
 * 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます。
 * 基本的にclass属性は使用しません。
 * concret5での構築において、先頭に.ccm-pageクラスを付けたくない場合はBaseレイヤー(_base.scss)に定義してください。
 */
  /**
 */
  /**
 * ネストされたリストのマージンをリセットします。
 */
  /**
 * `dt`と`dd`の左端を揃えます。
 */
  /**
 * フルードイメージにします。
 */
  /**
 * 日本語では斜体を使用しないためリセットします。
 */
  /* #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>
```
*/
  /* #Google-map 
   -------------------------------------------------------------------------- */
  /*doc
---
title: google-map
name: google-map
categories: [component]
---
Google map のコンポーネントです。
```block
<div class="c−google-map">
	<iframe></iframe>
</div>
```
*/
  /* #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つ目以降のリストの前に`>`を表示する。 */
  /* #Btn
   -------------------------------------------------------------------------- */
  /*doc
---
title: btn
name: btn
categories: [component]
---
ボタンのコンポーネントです。
*/
  /* #Color-change
   -------------------------------------------------------------------------- */
  /*doc
---
title: color-change
name: color-change
categories: [project]
---
色変更のコンポーネントです。
```block

```
*/
  /* #Fonts-size-change
   -------------------------------------------------------------------------- */
  /*doc
---
title: fonts-size-change
name: fonts-size-change
categories: [project]
---
フォントサイズ変更のコンポーネントです。
```block

```
*/
  /* #Footer
   -------------------------------------------------------------------------- */
  /*doc
---
title: footer
name: footer
categories: [project]
---
フッターのコンポーネントです。
*/
  /* #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>
```
*/
  /* #Frame
   -------------------------------------------------------------------------- */
  /*doc
---
title: frame
name: frame
categories: [project]
---
*/
  /* #Global-nav
   -------------------------------------------------------------------------- */
  /*doc
---
title: global-nav
name: global-nav 
categories: [project]
---
グローバルナビゲーションのコンポーネントです。
```block

```
*/
  /* #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>
```
*/
  /* #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
   -------------------------------------------------------------------------- */
  /*doc
---
title: link
name: link
categories: [component]
---
リンクのコンポーネントです。
```block
<p class=" p-link">
	<a href="./">link</a>
</p>
```
*/
  /* #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>
```
*/
  /* #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>
```
*/
  /* #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>
```
*/
  /* #Page-top
   -------------------------------------------------------------------------- */
  /*doc
---
title: page-top
name: page-top
categories: [project]
---
ページトップのコンポーネントです。
```block
<a class="p-page-top" href=".l-wrapper">PAGE TOP</a>
```
*/
  /* #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>
```
*/
  /* #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>
```
*/
  /* #Pick-up
   -------------------------------------------------------------------------- */
  /*doc
---
title: pick-up
name: pick-up
categories: [project]
---
ピックアップコンテンツのコンポーネントです。
```block
<section class="l-section p-pick-up">
	<div class="p-pick-up__head"></div>
	<div class="p-pick-up__item u-mb-lose-huge">
		<div class="p-pick-up__thumbnail"></div>
		<h3 class="p-pick-up__title c-heading04">page title</h3>
		<p class="p-pick-up__description c-paragraph"></p>
		<div class="p-pick-up__button"><a class="c-button" href="">READ MORE</a></div>
	</div>
</section>
```
*/
  /* #Site-search
   -------------------------------------------------------------------------- */
  /*doc
---
title: site-search 
name: site-search
categories: [project]
---
サイト内検索のコンポーネントです。
```block

```
*/
  /* #Sp-header
   -------------------------------------------------------------------------- */
  /*doc
---
title: sp-header
name: sp-header
categories: [project]
---
SP用ヘッダーのコンポーネントです。
*/
  /* #Tab
   -------------------------------------------------------------------------- */
  /*doc
---
title: tab
name: <li class="p-tab01__cont-item"
categories: [component]
---
*/
  /* #Topics
   -------------------------------------------------------------------------- */
  /*doc
---
title: topics
name: topics
categories: [project]
---
*/
  /* #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>
*/
  /* #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>
```
*/
  /* #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%;
}

div.ccm-page th {
  text-align: left;
  padding: 1rem;
}

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

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

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

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

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: 2px solid #990000 !important;
  outline-offset: -2px;
}

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;
}

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 .l-content__wrap {
  padding: 4rem 5rem;
  background: #fff;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}

div.ccm-page .l-content__wrap--single {
  margin-bottom: 3rem;
}

div.ccm-page .l-content__head {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .l-content__wrap {
    padding: 1.5rem 2rem;
  }
}

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

div.ccm-page .l-footer__page-top {
  position: fixed;
  display: inline-block;
  right: 2rem;
  bottom: 1em;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

div.ccm-page .l-footer__page-top.active {
  opacity: 1;
  visibility: visible;
}

div.ccm-page .l-footer__page-top.absolute {
  position: absolute;
  top: -5rem;
  right: 2rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .l-footer {
    background: #204495;
  }
  div.ccm-page .l-footer__page-top {
    right: 1rem;
  }
  div.ccm-page .l-footer__page-top.absolute {
    right: 1rem;
  }
}

div.ccm-page .l-header {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
}

div.ccm-page .l-header--private .p-pc-header__nav-item02 .p-pc-header__nav-link::after {
  display: none;
}

div.ccm-page .l-header--private .p-pc-header__nav-item02 {
  padding-right: 0.7rem;
}

div.ccm-page .l-main {
  background: #f6f8f9;
}

div.ccm-page .l-main--private {
  background: #f6f8f9;
  padding-top: 5rem;
}

div.ccm-page .l-main--private .p-topics__wrap--private {
  padding: 8rem 5rem;
}

div.ccm-page .l-main--private .p-topics__wrap--private {
  margin-bottom: 6rem;
  margin-top: 3rem;
}

div.ccm-page .l-main h1 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 0.5rem solid #ccdced;
  position: relative;
  margin-bottom: 1.5rem;
}

div.ccm-page .l-main h1::before {
  content: "";
  display: block;
  width: 10%;
  height: 0.5rem;
  background: #021f60;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

div.ccm-page .l-main h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
  padding: 1rem;
  border-bottom: 0.2rem solid #021f60;
  border-left: 0.7rem solid #021f60;
  margin-bottom: 1rem;
  background: #fff;
}

div.ccm-page .l-main h3 {
  background: #f6f8f9;
  padding: 1.5rem 1rem 1.5rem 3.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #021f60;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}

div.ccm-page .l-main h3::before {
  content: "";
  display: block;
  background: #021f60;
  width: 0.6rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -1rem;
}

div.ccm-page .l-main h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-top: 0.1rem dashed #707070;
  border-bottom: 0.1rem dashed #707070;
}

div.ccm-page .l-main blockquote {
  font-size: 1.6rem;
  color: #8793a3;
}

div.ccm-page .l-main .p-txt--big {
  font-size: 1.6rem;
}

div.ccm-page .l-main .p-txt--small {
  font-size: 1.2rem;
}

div.ccm-page .l-main p {
  margin-bottom: 1rem;
}

div.ccm-page .l-main ul {
  margin-bottom: 1.5rem;
}

div.ccm-page .l-main ul li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}

div.ccm-page .l-main ul li::before {
  content: "";
  display: block;
  height: 0.3rem;
  width: 0.3rem;
  background: #021f60;
  border-radius: 50%;
  position: absolute;
  top: 0.8rem;
  left: 0;
}

div.ccm-page .l-main ol {
  margin-bottom: 1.5rem;
  counter-reset: number 0;
}

div.ccm-page .l-main ol li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}

div.ccm-page .l-main ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #1b1f29;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .l-main .p-btn01 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

div.ccm-page .l-main .p-btn01 a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #204495;
  padding: 1.5rem 4rem;
  border: 0.2rem solid #204495;
  border-radius: 1rem;
  text-decoration: none;
  display: inline-block;
}

div.ccm-page .l-main .p-btn01 a:hover {
  background: #204495;
  color: #fff;
}

div.ccm-page .l-main .p-btn03 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

div.ccm-page .l-main .p-btn03 a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #204495;
  padding: 1.5rem 9rem;
  border: 0.2rem solid #204495;
  border-radius: 1rem;
  text-decoration: none;
  display: inline-block;
}

div.ccm-page .l-main .p-btn03 a:hover {
  background: #204495;
  color: #fff;
}

div.ccm-page .l-main caption {
  font-size: 1.2rem;
  color: #707070;
}

div.ccm-page .l-main table {
  margin-top: 0.5rem;
  margin-bottom: 3.5rem;
}

div.ccm-page .l-main table tr th {
  background: #e1e4e7;
  font-weight: normal;
  border: 0.1rem solid #1b1f29;
  padding: 1.5rem;
  text-align: center;
}

div.ccm-page .l-main table tr td {
  border: 0.1rem solid #1b1f29;
  padding: 1.5rem;
}

div.ccm-page .l-main a[href*='.pdf'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href*='.pdf']::after {
  content: "";
  background: url("../img/icon_pdf.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main a[href$='.xls'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href$='.xls']::after {
  content: "";
  background: url("../img/icon_xls.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main a[href$='.xlsx'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href$='.xlsx']::after {
  content: "";
  background: url("../img/icon_xls.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main a[href$='.doc'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href$='.doc']::after {
  content: "";
  background: url("../img/icon_doc.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main a[href$='.docx'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href$='.docx']::after {
  content: "";
  background: url("../img/icon_doc.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main a[href$='.jpg'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href$='.jpg']::after {
  content: "";
  background: url("../img/icon_pic.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main a[href$='.jpeg'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href$='.jpeg']::after {
  content: "";
  background: url("../img/icon_pic.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main a[href$='.png'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href$='.png']::after {
  content: "";
  background: url("../img/icon_pic.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main a[href$='.gif'] {
  position: relative;
  margin-right: 2.3rem;
}

div.ccm-page .l-main a[href$='.gif']::after {
  content: "";
  background: url("../img/icon_pic.gif") no-repeat;
  position: absolute;
  right: -1.9rem;
  bottom: 0rem;
  height: 1.6rem;
  width: 1.6rem;
}

div.ccm-page .l-main .img-none::after {
  display: none;
}

@media screen and (max-width: 991px) {
  div.ccm-page .l-main h1 {
    font-size: 2rem;
  }
  div.ccm-page .l-main h1::before {
    width: 20%;
  }
  div.ccm-page .l-main h2 {
    font-size: 1.8rem;
  }
  div.ccm-page .l-main table tr th {
    padding: 0.8rem;
  }
  div.ccm-page .l-main table tr td {
    padding: 0.8rem;
  }
  div.ccm-page .l-main .p-btn03 a {
    padding: 1.5rem 7rem;
  }
  div.ccm-page .l-main--private .p-topics__wrap--private {
    padding: 8rem 4rem;
  }
  
}

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 {
  padding-top: 7.2rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  div.ccm-page .l-wrapper {
    padding-top: 6.2rem;
  }
}

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-pagination .page-numbers {
  font-weight: bold;
  font-size: 1.4rem;
  color: #b0c1d3;
  text-decoration: none;
  line-height: 1.6rem;
  margin-right: 1.2rem;
}

div.ccm-page .c-pagination .page-numbers:last-child {
  margin-right: 0;
}

div.ccm-page .c-pagination .page-numbers:visited {
  color: #b0c1d3;
}

div.ccm-page .c-pagination .page-numbers.current {
  color: #1b1f29;
  border-bottom: 0.2rem solid #204495;
}

div.ccm-page .c-pagination .page-numbers.next {
  color: #1b1f29;
  font-size: 1.6rem;
}

div.ccm-page .c-pagination .page-numbers.prev {
  color: #1b1f29;
  font-size: 1.6rem;
}

div.ccm-page .p-breadcrumb {
  overflow: hidden;
  margin: 2rem 0 3rem;
  padding-left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style-type: none !important;
  counter-reset: inherit !important;
}

div.ccm-page .p-breadcrumb__item {
  display: inline;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  position: inherit;
}

div.ccm-page .p-breadcrumb__item:first-child {
  padding-left: 0;
}

div.ccm-page .p-breadcrumb__item:first-child::before {
  content: none !important;
}

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

div.ccm-page .p-breadcrumb__link {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1b1f29;
}

div.ccm-page .p-breadcrumb__link:visited {
  color: #1b1f29;
}

div.ccm-page .p-breadcrumb__item:not(:first-of-type):before {
  content: "\003E";
  margin: 0 0.5em;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 1240px) {
  div.ccm-page .p-breadcrumb {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-breadcrumb {
    margin-top: 3rem;
  }
}

div.ccm-page .p-btn01--full {
  display: block;
}

div.ccm-page .p-btn01--full a {
  display: block;
  text-align: center;
}

div.ccm-page .p-btn02 {
  display: inline-block;
  margin-bottom: 1.5rem;
}

div.ccm-page .p-btn02 a {
  min-width: 20rem;
  display: inline-block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

div.ccm-page .p-btn02 a, div.ccm-page .p-btn02 a:link, div.ccm-page .p-btn02 a:visited, div.ccm-page .p-btn02 a:hover, div.ccm-page .p-btn02 a:active {
  color: #1b1f29 !important;
}

div.ccm-page .p-btn02 a, div.ccm-page .p-btn02 a:link, div.ccm-page .p-btn02 a:visited, div.ccm-page .p-btn02 a:hover, div.ccm-page .p-btn02 a:active {
  text-decoration: none !important;
}

div.ccm-page .p-btn02--full {
  display: block;
}

div.ccm-page .p-btn02--full a {
  display: block;
  text-align: center;
}

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__list {
  margin-bottom: 4rem;
}

div.ccm-page .p-contact__box {
  background: #f6f8f9;
  padding: 2rem;
  margin-bottom: 4rem;
  border-radius: 0.5rem;
}

div.ccm-page .p-contact__item {
  border-bottom: 0.1rem solid #dbdbdb;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

div.ccm-page .p-contact:first-child() {
  border-top: 0.1rem solid #dbdbdb;
}

div.ccm-page .p-contact__ttl {
  width: 29%;
  float: left;
  font-weight: bold;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 3%;
}

div.ccm-page .p-contact__ttl-req {
  border: 0.2rem solid #c9503b;
  padding: 0.5rem;
  color: #c9503b;
  margin-right: 1.5rem;
  border-radius: 0.5rem;
}

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

div.ccm-page .p-contact__desc {
  width: 68%;
  float: left;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

div.ccm-page .p-contact__desc input[type="text"] {
  font-size: 1.6rem;
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5;
  color: #1b1f29;
  background-color: #f6f8f9;
  background-clip: padding-box;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.4rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 100%;
  line-height: 1.6rem;
}

div.ccm-page .p-contact__desc input[type="email"] {
  font-size: 1.6rem;
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5;
  color: #1b1f29;
  background-color: #f6f8f9;
  background-clip: padding-box;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.4rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 100%;
  line-height: 1.6rem;
}

div.ccm-page .p-contact__desc textarea {
  font-size: 1.6rem;
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5;
  color: #1b1f29;
  background-color: #f6f8f9;
  background-clip: padding-box;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.4rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 100%;
  line-height: 1.6rem;
}

div.ccm-page .p-contact__desc select {
  font-size: 1.6rem;
  display: inline-block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5;
  color: #1b1f29;
  background-color: #f6f8f9;
  background-clip: padding-box;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.4rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 100%;
  line-height: 1.6rem;
}

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

div.ccm-page .p-contact__submit input[type="submit"] {
  font-size: 1.4rem;
  font-weight: bold;
  color: #204495;
  padding: 1.5rem 9rem;
  border: 0.2rem solid #204495;
  border-radius: 1rem;
  text-decoration: none;
  display: inline-block;
  background: #fff;
}

div.ccm-page .p-contact__submit input[type="submit"]:hover {
  background: #204495;
  color: #fff;
}

div.ccm-page .p-contact__submit .ajax-loader {
  display: none;
}

div.ccm-page .p-contact__pre {
  font-size: 1.4rem;
  font-weight: bold;
  color: #565656;
  padding: 1.5rem 7rem;
  border-radius: 1rem;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  margin-right: 1rem;
}

div.ccm-page .p-contact__table th {
  width: 20%;
}

@media screen and (max-width: 1199px) {
  div.ccm-page .p-contact__ttl p {
    display: block;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-contact__ttl {
    width: 100%;
    padding-left: 0;
  }
  div.ccm-page .p-contact__desc {
    width: 100%;
    line-height: 1.2;
  }
  div.ccm-page .p-contact__submit input[type="submit"] {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
  }
  div.ccm-page .p-contact__pre {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  div.ccm-page .p-contact__table th {
    display: block;
    width: 100%;
  }
  div.ccm-page .p-contact__table td {
    display: block;
    width: 100%;
  }
}

div.ccm-page .p-contents__sec {
  background: #204495;
  padding-top: 6rem;
  padding-bottom: 9rem;
  position: relative;
  margin-bottom: 0;
}

div.ccm-page .p-contents__sec::before {
  content: "";
  display: block;
  background: url("../img/back_contents01.png") no-repeat;
  background-size: contain;
  width: 118.4rem;
  height: 19.8rem;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

div.ccm-page .p-contents__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5rem;
}

div.ccm-page .p-contents__ttl span {
  position: relative;
  padding-left: 5rem;
}

div.ccm-page .p-contents__ttl span::before {
  content: "";
  display: block;
  background: url("../img/icon-contents03.png") no-repeat;
  background-size: contain;
  width: 3.127rem;
  height: 2.427rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.2135rem;
}

div.ccm-page .p-contents__link {
  color: #021f60;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 1rem;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  margin-bottom: 1rem;
}

div.ccm-page .p-contents__link01 {
  background: url("../img/contents-icon01.png") no-repeat #fff;
  background-size: contain;
  display: block;
  padding-top: 30%;
}

div.ccm-page .p-contents__link01:hover {
  background: url("../img/contents-icon07.png") no-repeat #021f60;
  background-size: contain;
}

div.ccm-page .p-contents__link02 {
  background: url("../img/contents-icon02.png") no-repeat #fff;
  background-size: contain;
  display: block;
  padding-top: 30%;
}

div.ccm-page .p-contents__link02:hover {
  background: url("../img/contents-icon08.png") no-repeat #021f60;
  background-size: contain;
}

div.ccm-page .p-contents__link03 {
  background: url("../img/contents-icon03.png") no-repeat #fff;
  background-size: contain;
  display: block;
  padding-top: 30%;
}

div.ccm-page .p-contents__link03:hover {
  background: url("../img/contents-icon09.png") no-repeat #021f60;
  background-size: contain;
}

div.ccm-page .p-contents__link04 {
  background: url("../img/contents-icon04.png") no-repeat #fff;
  background-size: contain;
  display: block;
  padding-top: 30%;
}

div.ccm-page .p-contents__link04:hover {
  background: url("../img/contents-icon10.png") no-repeat #021f60;
  background-size: contain;
}

div.ccm-page .p-contents__link05 {
  background: url("../img/contents-icon05.png") no-repeat #fff;
  background-size: contain;
  display: block;
  padding-top: 30%;
}

div.ccm-page .p-contents__link05:hover {
  background: url("../img/contents-icon11.png") no-repeat #021f60;
  background-size: contain;
}

div.ccm-page .p-contents__link06 {
  background: url("../img/contents-icon06.png") no-repeat #fff;
  background-size: contain;
  display: block;
  padding-top: 30%;
}

div.ccm-page .p-contents__link06:hover {
  background: url("../img/contents-icon12.png") no-repeat #021f60;
  background-size: contain;
}

div.ccm-page .p-contents__link07 {
  background: url("../img/contents-icon13.png") no-repeat #fff;
  background-size: contain;
  display: block;
  padding-top: 30%;
}

div.ccm-page .p-contents__link07:hover {
  background: url("../img/contents-icon14.png") no-repeat #021f60;
  background-size: contain;
}

div.ccm-page .p-contents__link08 {
  background: url("../img/contents-icon15.png") no-repeat #fff;
  background-size: contain;
  display: block;
  padding-top: 30%;
}

div.ccm-page .p-contents__link08:hover {
  background: url("../img/contents-icon16.png") no-repeat #021f60;
  background-size: contain;
}

div.ccm-page .p-contents__link:visited {
  color: #021f60;
}

div.ccm-page .p-contents__link:hover {
  color: #fada55;
}

div.ccm-page .p-contents__txt {
  padding: 1rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-contents__sec {
    padding-bottom: 7rem;
  }
  div.ccm-page .p-contents__sec::before {
    width: 55.4rem;
    top: -0.7rem;
  }
  div.ccm-page .p-contents__link {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-contents__sec::before {
    width: 35.4rem;
    top: -0.4rem;
  }
}

div.ccm-page .p-fonts-size-change {
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-right: 0.1rem solid #8793a3;
  border-left: 0.1rem solid #8793a3;
}

div.ccm-page .p-fonts-size-change__title {
  font-size: 1.2rem;
  display: inline-block;
  color: #204495;
}

div.ccm-page .p-fonts-size-change__medium, div.ccm-page .p-fonts-size-change__small, div.ccm-page .p-fonts-size-change__large {
  display: inline-block;
}

div.ccm-page .p-fonts-size-change .c-button {
  border: 0.1rem solid #204495;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.3rem 1.5rem;
  font-size: 1.2rem;
  color: #204495;
}

div.ccm-page .p-fonts-size-change .c-button:hover {
  background: #3f65ba;
  color: #fff;
}

div.ccm-page .p-fonts-size-change .c-button.is-active {
  background: #204495;
  color: #fff;
}

div.ccm-page .p-footer__info {
  background: #204495;
  padding-top: 6rem;
  padding-right: 13rem;
  padding-left: 13rem;
  position: relative;
}

div.ccm-page .p-footer__info::before {
  content: "";
  display: block;
  background: url("../img/back_footer02.png") no-repeat;
  background-size: contain;
  width: 29.925rem;
  height: 30.16rem;
  position: absolute;
  top: 7rem;
  left: 0;
}

div.ccm-page .p-footer__info::after {
  content: "";
  display: block;
  background: url("../img/back_footer03.png") no-repeat;
  background-size: 91.026rem;
  width: 61.026rem;
  height: 46.026rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
}

div.ccm-page .p-footer__info--private {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

div.ccm-page .p-footer__info--private::before {
  display: none;
}

div.ccm-page .p-footer__info--private::after {
  display: none;
}

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

div.ccm-page .p-footer__ttl {
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #fff;
}

div.ccm-page .p-footer__ttl-img {
  width: 37.531rem;
  height: 6.468rem;
}

div.ccm-page .p-footer__nav {
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}

div.ccm-page .p-footer__nav-ttl {
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.4rem;
  width: 14rem;
}

div.ccm-page .p-footer__nav-ttl::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1.4rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

div.ccm-page .p-footer__nav-link:visited {
  color: #fff;
}

div.ccm-page .p-footer__nav-item {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-footer__nav-item:last-child {
  margin-bottom: 0;
}

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

div.ccm-page .p-footer__nav-child-item {
  line-height: 1.4rem;
  margin-right: 3rem;
}

div.ccm-page .p-footer__nav-child-item:last-child {
  margin-right: 0;
}

div.ccm-page .p-footer__nav-child-link {
  color: #fff;
  font-size: 1.4rem;
}

div.ccm-page .p-footer__nav-child-link:visited {
  color: #fff;
}

div.ccm-page .p-footer__mobile {
  position: relative;
  margin-left: 5rem;
}

div.ccm-page .p-footer__mobile-txt {
  font-size: 1.4rem;
  color: #fff;
  padding-left: 1rem;
}

div.ccm-page .p-footer__mobile::before {
  content: "";
  display: block;
  background: url("../img/qr01.png") no-repeat;
  background-size: contain;
  width: 9.5rem;
  height: 9.3rem;
  position: absolute;
  top: -3rem;
  left: -10rem;
  z-index: 10;
}

div.ccm-page .p-footer__bottom {
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

div.ccm-page .p-footer__bottom-wrap {
  padding-left: 17.2rem;
  padding-right: 7rem;
}

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

div.ccm-page .p-footer__link-twitter {
  margin-right: 1rem;
}

div.ccm-page .p-footer__link-twitter a {
  width: 3.2rem;
  height: 3.2rem;
  background: #204495;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 3.2rem;
  display: block;
}

div.ccm-page .p-footer__link-twitter a img {
  width: 2.06rem;
  height: 1.674rem;
}

div.ccm-page .p-footer__link-twitter a:hover {
  background: #021f60;
}

div.ccm-page .p-footer__link-facebook {
  margin-right: 1.5rem;
}

div.ccm-page .p-footer__link-facebook a {
  width: 3.2rem;
  height: 3.2rem;
  background: #204495;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 3.2rem;
  display: block;
}

div.ccm-page .p-footer__link-facebook a img {
  width: 0.981rem;
  height: 1.963rem;
}

div.ccm-page .p-footer__link-facebook a:hover {
  background: #021f60;
}

div.ccm-page .p-footer__link-facebook a:visited {
  color: #204495;
}

div.ccm-page .p-footer__link-policy a {
  color: #204495;
  font-size: 1.4rem;
  line-height: 3.2rem;
}

div.ccm-page .p-footer__copyright {
  float: right;
}

div.ccm-page .p-footer__copyright-txt {
  font-size: 1.4rem;
  color: #204495;
  line-height: 3.2rem;
}

div.ccm-page .p-footer__copyright--private {
  text-align: center;
}

div.ccm-page .p-footer__copyright--private .p-footer__copyright-txt {
  color: #fff;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-footer__info {
    padding-right: 0;
    padding-left: 0;
    padding-top: 4rem;
  }
  div.ccm-page .p-footer__info:before {
    display: none;
  }
  div.ccm-page .p-footer__info::after {
    display: none;
  }
  div.ccm-page .p-footer__ttl-img {
    width: 23.531rem;
    height: auto;
  }
  div.ccm-page .p-footer__nav {
    display: none;
  }
  div.ccm-page .p-footer__mobile {
    display: none;
  }
  div.ccm-page .p-footer__bottom {
    background: transparent;
    padding-bottom: 4rem;
  }
  div.ccm-page .p-footer__bottom-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  div.ccm-page .p-footer__link {
    float: none;
  }
  div.ccm-page .p-footer__link-policy {
    line-height: 1;
  }
  div.ccm-page .p-footer__link-policy a {
    color: #fff;
    line-height: 1;
  }
  div.ccm-page .p-footer__link-facebook {
    position: relative;
    z-index: 5;
  }
  div.ccm-page .p-footer__link-facebook a {
    border: 0.1rem solid #fff;
    line-height: 2;
  }
  div.ccm-page .p-footer__link-facebook a:hover {
    background: #6495ed;
  }
  div.ccm-page .p-footer__link-twitter {
    position: relative;
    z-index: 5;
  }
  div.ccm-page .p-footer__link-twitter a {
    border: 0.1rem solid #fff;
    line-height: 2;
  }
  div.ccm-page .p-footer__link-twitter a:hover {
    background: #6495ed;
  }
  div.ccm-page .p-footer__copyright {
    float: none;
    line-height: 1;
    text-align: left;
    margin-left: 8rem;
    display: inline;
    margin-top: -1rem;
    position: absolute;
  }
  div.ccm-page .p-footer__copyright-txt {
    color: #fff;
    line-height: 1;
  }
}

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

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

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

div.ccm-page .p-form__must-mark {
  background: #2A86B0;
  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;
}

@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-frame01__head {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

div.ccm-page .p-frame01__ttl {
  color: #ffffff;
  font-weight: bold;
}

div.ccm-page .p-frame01__body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

div.ccm-page .p-frame02__head {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

div.ccm-page .p-frame02__ttl {
  color: #ffffff;
  font-weight: bold;
}

div.ccm-page .p-frame02__body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 992px) {
  div.ccm-page .p-global-nav {
    padding: 0.5rem 1.5rem;
    -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 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  div.ccm-page .p-global-nav__link {
    width: 100%;
    display: block;
    padding: 1rem;
    text-decoration: none;
  }
  div.ccm-page .p-global-nav__link:hover {
    text-decoration: none;
  }
  div.ccm-page .p-global-nav--layer2 {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 16;
    background: #ffffff;
    border-radius: 4px;
    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__link {
    width: 100%;
    display: block;
    padding: 1rem 1rem 1rem 3rem;
    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: 2rem;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-global-nav {
    padding: 0;
    display: block;
    text-align: left;
  }
  div.ccm-page .p-global-nav__item {
    padding: 0;
    position: static;
  }
  div.ccm-page .p-global-nav__link {
    background: white;
    display: block;
    padding: 0.5rem 1.5rem;
    width: 100%;
    text-decoration: none;
  }
  div.ccm-page .p-global-nav__link:hover {
    text-decoration: none;
  }
  div.ccm-page .p-global-nav--layer2 {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: static;
    border-radius: 0;
    border: 0;
  }
  div.ccm-page .p-global-nav--layer2__item {
    padding: 0;
    margin: 0;
    width: 50%;
  }
  div.ccm-page .p-global-nav--layer2__item:nth-child(2n+1):last-child {
    width: 100%;
  }
  div.ccm-page .p-global-nav--layer2__link {
    display: block;
    padding: 0.5rem 1.5rem 0.5rem 2.5rem;
    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: 1.5rem;
  }
}

div.ccm-page .p-gym__box {
  padding: 2rem 5rem;
  background: #fff;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}

div.ccm-page .p-gym__table tr th {
  background: transparent !important;
  font-weight: bold !important;
  border: none !important;
  border-bottom: 0.3rem solid #6495ed !important;
  text-align: left !important;
  padding: 0.3rem !important;
  padding-top: 2rem !important;
  width: 12% !important;
  color: #204495;
}

div.ccm-page .p-gym__table tr td {
  border: none !important;
  padding-left: 0.5rem !important;
  padding-bottom: 0.3rem !important;
  padding-top: 2rem !important;
  padding-left: 4rem !important;
  font-weight: bold;
  word-break: break-all;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-gym__box {
    padding: 2rem 1rem;
  }
  div.ccm-page .p-gym__table tr th {
    width: 100% !important;
    display: block;
  }
  div.ccm-page .p-gym__table tr td {
    width: 100% !important;
    display: block;
    padding: 1rem !important;
  }
}

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

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

div.ccm-page .p-index-list__english-title {
  text-transform: uppercase;
}

div.ccm-page .p-info {
  margin-left: 2rem;
  margin-right: 2rem;
  background: #204495;
  border-radius: 1rem;
  padding: 4rem 3rem 3rem 3rem;
  position: relative;
  display: none;
  overflow: hidden;
}

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

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

div.ccm-page .p-info::before {
  content: "";
  display: block;
  height: 140%;
  width: 24.4rem;
  background: url("../img/back_events01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1.5rem;
  left: -6.1rem;
}

div.ccm-page .p-info::after {
  content: "";
  display: block;
  height: 100%;
  width: 23.4rem;
  background: url("../img/back_info01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

div.ccm-page .p-info__wrap {
  position: relative;
  padding: 0 2rem;
}

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

div.ccm-page .p-info__tab-item {
  margin-right: 1.5rem;
  width: 25%;
  position: relative;
  cursor: pointer;
}

div.ccm-page .p-info__tab-item:last-child {
  margin-right: 0;
}

div.ccm-page .p-info__tab-item03::before {
  content: "";
  display: block;
  width: 0.942rem;
  height: 0.471rem;
  background: url("../img/arrow_down02.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -0.2355rem;
  z-index: 10;
}

div.ccm-page .p-info__tab-item03:hover::before {
  background: url("../img/arrow_down01.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-info__tab-item04::before {
  content: "";
  display: block;
  width: 0.942rem;
  height: 0.471rem;
  background: url("../img/arrow_down02.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -0.2355rem;
  z-index: 10;
}

div.ccm-page .p-info__tab-item04:hover::before {
  background: url("../img/arrow_down01.png") no-repeat;
  background-size: contain;
}

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

div.ccm-page .p-info__tab-child-wrap {
  position: absolute;
  z-index: 11;
  background: #fff;
  border: 0.2rem solid #204495;
  border-radius: 1rem;
  padding: 3rem 5rem;
  display: none;
}

div.ccm-page .p-info__tab-child-wrap01 {
  left: -130%;
}

div.ccm-page .p-info__tab-child-wrap02 {
  right: -12%;
}

div.ccm-page .p-info__tab-child-item {
  white-space: nowrap;
  margin-right: 2.5rem;
  cursor: pointer;
}

div.ccm-page .p-info__tab-child-item:last-child {
  margin-right: 0;
}

div.ccm-page .p-info__tab-child-link {
  font-size: 1.4rem;
  color: #204495;
  text-decoration: none;
  font-weight: bold;
}

div.ccm-page .p-info__tab-child-link:hover {
  color: #c9503b !important;
}

div.ccm-page .p-info__tab-child-link:visited {
  color: #204495;
}

div.ccm-page .p-info__label {
  display: block;
  text-align: center;
  background: #707070;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  color: #ccdced;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding: 2rem 1rem 1.5rem 2rem;
  line-height: 1.4rem;
  position: relative;
  cursor: pointer;
}

div.ccm-page .p-info__label:visited {
  color: #ccdced;
}

div.ccm-page .p-info__label::after {
  content: "";
  display: block;
  height: 0.4rem;
  width: 90%;
  background: #ccdced;
  position: absolute;
  bottom: 0;
  left: 5%;
}

div.ccm-page .p-info__label.is-active {
  background: url("../img/back_tab01.png") no-repeat #204495;
  background-size: 90% 90%;
  background-position: center bottom;
  color: #fada55;
}

div.ccm-page .p-info__label.is-active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #ccdced;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.4rem;
  z-index: 12;
}

div.ccm-page .p-info__label.is-active:hover {
  background: url("../img/back_tab01.png") no-repeat #204495;
  background-size: 90% 90%;
  background-position: center bottom;
  color: #fada55;
}

div.ccm-page .p-info__label.is-active:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #ccdced;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.4rem;
  z-index: 12;
}

div.ccm-page .p-info__label:hover {
  background: url("../img/back_tab01.png") no-repeat #707070;
  background-size: 90% 90%;
  background-position: center bottom;
  color: #fada55;
}

div.ccm-page .p-info__label:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #ccdced;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.4rem;
  z-index: 12;
}

div.ccm-page .p-info__body {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-info {
    padding: 4rem 0rem 3rem 0rem;
    overflow: hidden;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  div.ccm-page .p-info__sec {
    margin-bottom: 2rem;
  }
  div.ccm-page .p-info__tab-item {
    margin-right: 0.5rem;
  }
  div.ccm-page .p-info__tab-item03::before {
    display: none;
  }
  div.ccm-page .p-info__tab-item04::before {
    display: none;
  }
  div.ccm-page .p-info__tab-child {
    display: block;
  }
  div.ccm-page .p-info__tab-child-wrap01 {
    left: 0;
    right: auto;
    margin-top: 0.5rem;
    padding: 1rem 2rem;
  }
  div.ccm-page .p-info__tab-child-wrap02 {
    left: 0;
    right: auto;
    margin-top: 0.5rem;
    padding: 1rem 2rem;
  }
  div.ccm-page .p-info::after {
    bottom: -85.5rem;
    top: auto;
  }
  div.ccm-page .p-info__label {
    padding: 1.5rem 1rem;
    height: 5.5rem;
  }
  div.ccm-page .p-info__label01 {
    line-height: 2.5rem;
  }
  div.ccm-page .p-info__label02 {
    line-height: 2.5rem;
  }
  div.ccm-page .p-info__label03 {
    line-height: 2.5rem;
  }
  div.ccm-page .p-info__label04 {
    line-height: 1.2;
    padding: 1rem;
  }
  div.ccm-page .p-info__body {
    display: block;
  }
  div.ccm-page .p-info__wrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-info::before {
    width: 15.4rem;
    left: -4.1rem;
  }
  div.ccm-page .p-info::after {
    width: 15.4rem;
    bottom: -107rem;
  }
  div.ccm-page .p-info__tab-child {
    display: block;
  }
  div.ccm-page .p-info__tab-child-wrap01 {
    left: -2rem;
    right: auto;
    margin-top: 0.5rem;
    padding: 1rem 2rem;
  }
  div.ccm-page .p-info__tab-child-wrap02 {
    left: -3rem;
    right: auto;
    margin-top: 0.5rem;
    padding: 1rem 2rem;
  }
  div.ccm-page .p-info__label.is-active {
    background: url("../img/back_tab02.png") no-repeat #204495 !important;
    background-size: 90% 90% !important;
    background-position: center bottom !important;
  }
  div.ccm-page .p-info__label.is-active:hover {
    background: url("../img/back_tab02.png") no-repeat #204495 !important;
    background-size: 90% 90% !important;
    background-position: center bottom !important;
  }
  div.ccm-page .p-info__label:hover {
    background: url("../img/back_tab02.png") no-repeat #204495 !important;
    background-size: 90% 90% !important;
    background-position: center bottom !important;
  }
}

@media screen and (max-width: 575px) {
  div.ccm-page .p-info {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
  }
  div.ccm-page .p-info__tab-child-wrap01 {
    right: -30%;
    left: auto;
  }
  div.ccm-page .p-info__tab-child-wrap02 {
    right: 0rem;
    left: auto;
  }
}

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

div.ccm-page .p-link-list li {
  margin-bottom: 0.5rem;
  padding-left: 0 !important;
}

div.ccm-page .p-link-list li a {
  color: #1b1f29;
  padding-left: 1.5rem;
  position: relative;
  display: inline-block;
}

div.ccm-page .p-link-list li a::before {
  content: "";
  display: block;
  background: url("../img/arrow02.png") no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.371rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.6855rem;
}

div.ccm-page .p-link-list li a:visited {
  color: #1b1f29;
}

div.ccm-page .p-link-list li a[target='_blank']::after {
  content: "\f35d";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  right: -2.3rem;
  top: 50%;
  margin-top: -0.9rem;
}

div.ccm-page .p-link-list li::before {
  display: none !important;
}

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

div.ccm-page .p-link-list--index li {
  margin-right: 2rem;
}

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

div.ccm-page .p-link-list--gym li {
  display: inline-block;
  margin-right: 2.5rem;
}

div.ccm-page .p-link-list--flex {
  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-link-list--flex li {
  display: inline-block;
  margin-right: 4rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-link-list--index {
    display: block;
  }
  div.ccm-page .p-link-list--index li {
    margin-right: 0;
  }
}

div.ccm-page .p-link01 {
  color: #1b1f29;
  padding-left: 1.5rem;
  position: relative;
  display: inline;
}

div.ccm-page .p-link01::before {
  content: "";
  display: block;
  background: url("../img/arrow02.png") no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.371rem;
  position: absolute;
  top: 0rem;
  left: 0;
}

div.ccm-page .p-link01:visited {
  color: #1b1f29;
}

div.ccm-page .p-link01[target='_blank']::after {
  content: "\f35d";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  right: -2.3rem;
  bottom: -0.4rem;
}

div.ccm-page .p-link02 {
  padding-left: 1.5rem;
  position: relative;
  color: #204495;
  text-decoration: none;
}

div.ccm-page .p-link02:visited {
  color: #204495;
}

div.ccm-page .p-link02:hover {
  color: #6495ed;
}

div.ccm-page .p-link02:hover:before {
  content: "";
  display: block;
  background: url("../img/arrow02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-link02::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/arrow02.png") no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.371rem;
  top: 50%;
  left: 0;
  margin-top: -0.6855rem;
}

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: #ffffff;
  background: #2A86B0;
  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: #ffffff;
  background: #3ca2d1;
  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: #ffffff;
  border: none;
}

div.ccm-page .p−next-previous__list {
  margin: 0 2rem;
}

div.ccm-page .p-notice {
  margin-right: 1.5rem;
  width: 50%;
}

div.ccm-page .p-notice__wrap {
  margin-bottom: 4rem;
  background: #fff;
  border: 0.1rem solid #707070;
  overflow-y: scroll;
  height: 46.8rem;
  width: 100%;
}

div.ccm-page .p-notice__ttl {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

div.ccm-page .p-notice__ttl span {
  display: inline-block;
  position: relative;
  padding-left: 5.2rem;
}

div.ccm-page .p-notice__ttl span::before {
  content: "";
  display: block;
  width: 4.349rem;
  height: 3rem;
  background: url("../img/icon-info03.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5rem;
}

div.ccm-page .p-notice__foot {
  text-align: center;
  margin-bottom: 1rem;
}

div.ccm-page .p-notice__foot .p-btn01 a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #6495ed;
  border-radius: 1rem;
  padding: 1.5rem 8rem;
  text-decoration: none;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

div.ccm-page .p-notice__foot .p-btn01 a:hover {
  background: #fada55;
  color: #021f60;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-notice {
    width: 100%;
    margin-right: 0;
    margin-top: 5rem;
  }
}

div.ccm-page .p-page-top {
  display: block;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  background: url("../img/page-top02.png") no-repeat;
  background-size: contain;
  width: 10.4rem;
  height: 10.4rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-page-top {
    width: 8.4rem;
    height: 8.4rem;
  }
}

div.ccm-page .p-page__ttl--private {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

div.ccm-page .p-page__cat {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 5rem;
  margin-bottom: 0.5rem;
}

div.ccm-page .p-page__cat-ttl {
  font-size: 1.6rem;
  color: #204495;
  border-bottom: 0.1rem solid #204495;
  margin-bottom: 0.7rem;
  padding-bottom: 1rem;
}

div.ccm-page .p-page__cat-ttl--gym {
  border-bottom: 0.1rem solid #8793a3;
}

div.ccm-page .p-page__cat-list {
  margin-bottom: 0 !important;
}

div.ccm-page .p-page__cat-item {
  display: inline-block;
  margin-right: 1rem;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

div.ccm-page .p-page__cat-item::before {
  display: none !important;
}

div.ccm-page .p-page__cat-link {
  color: #8793a3;
  background: #fff;
  border: 0.1rem solid #8793a3;
  padding: 0.7rem 2rem;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 0.7rem;
  display: block;
  margin-bottom: 1rem;
}

div.ccm-page .p-page__cat-link:visited {
  color: #8793a3;
}

div.ccm-page .p-page__cat-link:hover {
  background: #204495;
  color: #fff;
  border: 0.1rem solid #204495;
}

div.ccm-page .p-page__cat-link.is-active {
  background: #204495;
  color: #fff;
  border: 0.1rem solid #204495;
}

div.ccm-page .p-page__archive {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem 5rem;
  margin-bottom: 3rem;
}

div.ccm-page .p-page__archive-ttl {
  font-size: 1.6rem;
  color: #204495;
  border-bottom: 0.1rem solid #204495;
  margin-bottom: 0.7rem;
  padding-bottom: 1rem;
}

div.ccm-page .p-page__archive-list {
  margin-bottom: 0 !important;
}

div.ccm-page .p-page__archive-item {
  display: inline-block;
  margin-right: 1rem;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

div.ccm-page .p-page__archive-item::before {
  display: none !important;
}

div.ccm-page .p-page__archive-link {
  color: #8793a3;
  background: #fff;
  border: 0.1rem solid #8793a3;
  padding: 0.7rem 2rem;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 0.7rem;
  display: block;
  margin-bottom: 1rem;
}

div.ccm-page .p-page__archive-link:visited {
  color: #8793a3;
}

div.ccm-page .p-page__archive-link:hover {
  background: #204495;
  color: #fff;
  border: 0.1rem solid #204495;
}

div.ccm-page .p-page__archive-link.is-active {
  background: #204495;
  color: #fff;
  border: 0.1rem solid #204495;
}

div.ccm-page .p-page__description {
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-page__cat {
    padding: 1.5rem 2rem;
  }
  div.ccm-page .p-page__cat.open .p-page__archive-ttl::before {
    content: "";
    display: block;
    background: url("../img/arrow02.png") no-repeat;
    background-size: contain;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    margin-top: -0.1815rem;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  div.ccm-page .p-page__cat.open .p-page__cat-list {
    display: block;
  }
  div.ccm-page .p-page__cat-list {
    display: none;
  }
  div.ccm-page .p-page__cat-ttl {
    cursor: pointer;
    position: relative;
  }
  div.ccm-page .p-page__cat-ttl::before {
    content: "";
    display: block;
    background: url("../img/arrow02.png") no-repeat;
    background-size: contain;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    margin-top: -0.1815rem;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  div.ccm-page .p-page__cat-item {
    display: block;
  }
  div.ccm-page .p-page__archive {
    padding: 1.5rem 2rem;
  }
  div.ccm-page .p-page__archive.open .p-page__archive-ttl::before {
    content: "";
    display: block;
    background: url("../img/arrow02.png") no-repeat;
    background-size: contain;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    margin-top: -0.1815rem;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  div.ccm-page .p-page__archive.open .p-page__archive-list {
    display: block;
  }
  div.ccm-page .p-page__archive-item {
    display: block;
  }
  div.ccm-page .p-page__archive-list {
    display: none;
  }
  div.ccm-page .p-page__archive-ttl {
    cursor: pointer;
    position: relative;
  }
  div.ccm-page .p-page__archive-ttl::before {
    content: "";
    display: block;
    background: url("../img/arrow02.png") no-repeat;
    background-size: contain;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    margin-top: -0.1815rem;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  div.ccm-page .p-page-item {
    display: block;
  }
}

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

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 .p-pc-header {
  width: 100%;
  background: #f7e274;
  padding: 1rem;
  position: relative;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.16);
}

div.ccm-page .p-pc-header--private {
  padding-right: 0;
}

div.ccm-page .p-pc-header--private .p-pc-header__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.ccm-page .p-pc-header--private .p-fonts-size-change {
  border: none;
}

div.ccm-page .p-pc-header--private .p-pc-header__body-head {
  padding-top: 1.3rem;
}

div.ccm-page .p-pc-header--private .p-pc-header__body-bottom {
  position: relative;
  padding-top: 0.7rem;
}

div.ccm-page .p-pc-header--private .p-pc-header__wrap {
  padding-right: 0;
}

div.ccm-page .p-pc-header__wrap {
  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-left: 2rem;
  padding-right: 2rem;
}

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;
}

div.ccm-page .p-pc-header__link {
  display: inline-block;
  padding-right: 2rem;
}

div.ccm-page .p-pc-header__link .p-link02 {
  font-size: 1.2rem;
}

div.ccm-page .p-pc-header__logo {
  height: 5.25rem;
  width: 30.45rem;
}

div.ccm-page .p-pc-header__logo--normal {
  display: block;
}

div.ccm-page .p-pc-header__logo--hover {
  display: none;
}

div.ccm-page .p-pc-header__logo-link {
  display: block;
}

div.ccm-page .p-pc-header__logo-link:hover .p-pc-header__logo--normal {
  display: none;
}

div.ccm-page .p-pc-header__logo-link:hover .p-pc-header__logo--hover {
  display: block;
}

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__body-head {
  margin-bottom: 0.5rem;
}

div.ccm-page .p-pc-header__body-bottom {
  position: absolute;
  right: 0;
  z-index: 10;
}

div.ccm-page .p-pc-header__search-wrap {
  position: relative;
}

div.ccm-page .p-pc-header__search input[type="text"] {
  font-size: 1.2rem;
  border: 0.1rem solid #8793a3;
  border-radius: 0.5rem;
  padding: 0.3rem 2.5rem 0.3rem 1rem;
  width: 21rem;
  margin-right: 1rem;
}

div.ccm-page .p-pc-header__search .p-pc-header__search-btn01 {
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: url("../img/icon-search01.png") no-repeat;
  background-size: contain;
  cursor: pointer;
  top: 50%;
  right: 0;
  margin-top: -1.5rem;
  border: none;
}

div.ccm-page .p-pc-header__search .p-pc-header__search-btn01:hover {
  background: url("../img/icon-search02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

div.ccm-page .p-pc-header__nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}

div.ccm-page .p-pc-header__nav-link:hover {
  color: #fada55;
}

div.ccm-page .p-pc-header__nav-link:visited {
  color: #fff;
}

div.ccm-page .p-pc-header__nav-item {
  background: #204495;
  position: relative;
}

div.ccm-page .p-pc-header__nav-item::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 10%;
  right: 0;
}

div.ccm-page .p-pc-header__nav-item:last-child::after {
  display: none;
}

div.ccm-page .p-pc-header__nav-item:hover {
  background: #021f60;
}

div.ccm-page .p-pc-header__nav-item01 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

div.ccm-page .p-pc-header__nav-item01 .p-pc-header__nav-link {
  display: block;
}

div.ccm-page .p-pc-header__nav-item01 .p-pc-header__nav-link .p-pc-header__nav-home {
  width: 1.862rem;
  height: 1.707rem;
}

div.ccm-page .p-pc-header__nav-item01 .p-pc-header__nav-link .p-pc-header__nav-home--normal {
  display: block;
}

div.ccm-page .p-pc-header__nav-item01 .p-pc-header__nav-link .p-pc-header__nav-home--hover {
  display: none;
}

div.ccm-page .p-pc-header__nav-item01 .p-pc-header__nav-link:hover .p-pc-header__nav-home--normal {
  display: none;
}

div.ccm-page .p-pc-header__nav-item01 .p-pc-header__nav-link:hover .p-pc-header__nav-home--hover {
  display: block;
}

div.ccm-page .p-pc-header__nav-item02 {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

div.ccm-page .p-pc-header__nav-item02 .p-pc-header__nav-link {
  position: relative;
  padding-left: 2.7rem;
  padding-right: 1.2rem;
}

div.ccm-page .p-pc-header__nav-item02 .p-pc-header__nav-link::before {
  content: "";
  display: block;
  background: url("../img/icon-tournament01.png") no-repeat;
  background-size: contain;
  width: 2.502rem;
  height: 2.054rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.027rem;
}

div.ccm-page .p-pc-header__nav-item02 .p-pc-header__nav-link:hover::before {
  background: url("../img/icon-tournament02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item02 .p-pc-header__nav-link::after {
  content: "";
  display: block;
  background: url("../img/arrow_up02.png") no-repeat;
  background-size: contain;
  width: 0.713rem;
  height: 0.363rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.1815rem;
}

div.ccm-page .p-pc-header__nav-item02 .p-pc-header__nav-link:hover::after {
  background: url("../img/arrow_up01.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item03 {
  padding-left: 1.7rem;
  padding-right: 0.7rem;
}

div.ccm-page .p-pc-header__nav-item03 .p-pc-header__nav-link {
  position: relative;
  padding-left: 3.2rem;
}

div.ccm-page .p-pc-header__nav-item03 .p-pc-header__nav-link::before {
  content: "";
  display: block;
  background: url("../img/icon-info01.png") no-repeat;
  background-size: contain;
  width: 2.951rem;
  height: 1.992rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.996rem;
}

div.ccm-page .p-pc-header__nav-item03 .p-pc-header__nav-link:hover::before {
  background: url("../img/icon-info02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item04 {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

div.ccm-page .p-pc-header__nav-item04 .p-pc-header__nav-link {
  position: relative;
  padding-left: 2.7rem;
  padding-right: 1.2rem;
}

div.ccm-page .p-pc-header__nav-item04 .p-pc-header__nav-link::before {
  content: "";
  display: block;
  background: url("../img/icon-association01.png") no-repeat;
  background-size: contain;
  width: 2.585rem;
  height: 2.585rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.2925rem;
}

div.ccm-page .p-pc-header__nav-item04 .p-pc-header__nav-link:hover::before {
  background: url("../img/icon-association02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item04 .p-pc-header__nav-link::after {
  content: "";
  display: block;
  background: url("../img/arrow_up02.png") no-repeat;
  background-size: contain;
  width: 0.713rem;
  height: 0.363rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.1815rem;
}

div.ccm-page .p-pc-header__nav-item04 .p-pc-header__nav-link:hover::after {
  background: url("../img/arrow_up01.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item05 {
  padding-left: 1.7rem;
  padding-right: 0.2rem;
}

div.ccm-page .p-pc-header__nav-item05 .p-pc-header__nav-link {
  position: relative;
  padding-left: 2.8rem;
}

div.ccm-page .p-pc-header__nav-item05 .p-pc-header__nav-link::before {
  content: "";
  display: block;
  background: url("../img/icon-gym01.png") no-repeat;
  background-size: contain;
  width: 2.367rem;
  height: 2.257rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.1285rem;
}

div.ccm-page .p-pc-header__nav-item05 .p-pc-header__nav-link:hover::before {
  background: url("../img/icon-gym02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item06 {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

div.ccm-page .p-pc-header__nav-item06 .p-pc-header__nav-link {
  position: relative;
  padding-left: 3.2rem;
  padding-right: 1.2rem;
}

div.ccm-page .p-pc-header__nav-item06 .p-pc-header__nav-link::before {
  content: "";
  display: block;
  background: url("../img/icon-contents01.png") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 1.94rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.97rem;
}

div.ccm-page .p-pc-header__nav-item06 .p-pc-header__nav-link:hover::before {
  background: url("../img/icon-contents02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item06 .p-pc-header__nav-link::after {
  content: "";
  display: block;
  background: url("../img/arrow_up02.png") no-repeat;
  background-size: contain;
  width: 0.713rem;
  height: 0.363rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.1815rem;
}

div.ccm-page .p-pc-header__nav-item06 .p-pc-header__nav-link:hover::after {
  background: url("../img/arrow_up01.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item07 {
  padding-left: 1.7rem;
  padding-right: 0.2rem;
}

div.ccm-page .p-pc-header__nav-item07 .p-pc-header__nav-link {
  position: relative;
  padding-left: 3.2rem;
}

div.ccm-page .p-pc-header__nav-item07 .p-pc-header__nav-link::before {
  content: "";
  display: block;
  background: url("../img/icon-qa01.png") no-repeat;
  background-size: contain;
  width: 2.951rem;
  height: 1.645rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.8225rem;
}

div.ccm-page .p-pc-header__nav-item07 .p-pc-header__nav-link:hover::before {
  background: url("../img/icon-qa02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pc-header__nav-item08 .p-pc-header__nav-link {
  display: block;
}

div.ccm-page .p-pc-header__nav-item08 .p-pc-header__nav-link .p-pc-header__nav-twitter {
  width: 1.9rem;
  height: 1.544rem;
}

div.ccm-page .p-pc-header__nav-item08 .p-pc-header__nav-link .p-pc-header__nav-twitter--normal {
  display: block;
}

div.ccm-page .p-pc-header__nav-item08 .p-pc-header__nav-link .p-pc-header__nav-twiiter--hover {
  display: none;
}

div.ccm-page .p-pc-header__nav-item08 .p-pc-header__nav-link:hover .p-pc-header__nav-twitter--normal {
  display: none;
}

div.ccm-page .p-pc-header__nav-item08 .p-pc-header__nav-link:hover .p-pc-header__nav-twiiter--hover {
  display: block;
}

div.ccm-page .p-pc-header__nav-item09 .p-pc-header__nav-link {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

div.ccm-page .p-pc-header__nav-item09 .p-pc-header__nav-link .p-pc-header__nav-facebook {
  width: 0.8rem;
  height: 1.635rem;
}

div.ccm-page .p-pc-header__nav-item09 .p-pc-header__nav-link .p-pc-header__nav-facebook--normal {
  display: block;
}

div.ccm-page .p-pc-header__nav-item09 .p-pc-header__nav-link .p-pc-header__nav-facebook--hover {
  display: none;
}

div.ccm-page .p-pc-header__nav-item09 .p-pc-header__nav-link:hover .p-pc-header__nav-facebook--normal {
  display: none;
}

div.ccm-page .p-pc-header__nav-item09 .p-pc-header__nav-link:hover .p-pc-header__nav-facebook--hover {
  display: block;
}

div.ccm-page .p-pc-header__nav-child {
  display: none;
  position: absolute;
  border: 0.2rem solid #021f60;
  border-top: none;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: #fff;
  width: 100%;
  left: 0;
  top: 100%;
}

div.ccm-page .p-pc-header__nav-child-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #021f60;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none;
}

div.ccm-page .p-pc-header__nav-child-link:hover {
  background: #021f60;
  color: #fff;
}

div.ccm-page .p-pc-header__nav-child-link::after {
  content: "";
  display: block;
  height: 0.1rem;
  width: 70%;
  background: #021f60;
  position: absolute;
  bottom: 0;
  left: 15%;
}

div.ccm-page .p-pc-header__nav-child-link:visited {
  color: #021f60;
}

div.ccm-page .p-pc-header__nav-child-link:visited:hover {
  color: #fff;
}

div.ccm-page .p-pc-header__nav-child-item:last-child .p-pc-header__nav-child-link::after {
  display: none;
}

@media screen and (max-width: 1240px) {
  div.ccm-page .p-pc-header__body-bottom {
    bottom: -3rem;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-pc-header__search .p-pc-header__search-btn01 {
    width: 20%;
    height: 3.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: block;
    background: url("../img/icon-search01.png") no-repeat #204495;
    background-size: contain;
    background-position: center;
    top: 0;
    margin-top: 0;
    border: 1px solid #fff;
  }
  div.ccm-page .p-pc-header__search .p-pc-header__search-btn01:hover {
    width: 20%;
    height: 3.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    display: block;
    background: url("../img/icon-search02.png") no-repeat #6495ed;
    background-size: contain;
    background-position: center;
    top: 0;
    margin-top: 0;
    border: 1px solid #fff;
  }
}

div.ccm-page .p-pickup__sec {
  background: #ccdced;
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

div.ccm-page .p-pickup__sec::before {
  content: "";
  display: block;
  background: url("../img/back_pickup01.png") no-repeat;
  background-size: contain;
  width: 99.4rem;
  height: 18rem;
  position: absolute;
  top: 0;
  left: -1.6rem;
}

div.ccm-page .p-pickup__ttl {
  font-size: 2rem;
  color: #021f60;
  font-weight: bold;
  text-align: center;
}

div.ccm-page .p-pickup__ttl span {
  position: relative;
  padding-left: 5.8rem;
}

div.ccm-page .p-pickup__ttl span::before {
  content: "";
  display: block;
  background: url("../img/icon-pickup01.png") no-repeat;
  background-size: contain;
  width: 3.766rem;
  height: 3.735rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.8675rem;
}

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

div.ccm-page .p-pickup__item {
  margin-right: 3rem;
  border-radius: 1rem;
  padding: 1rem;
}

div.ccm-page .p-pickup__item-body {
  border-radius: 1rem;
  padding-bottom: 0.7rem;
}

div.ccm-page .p-pickup__link {
  display: block;
  text-decoration: none;
  background: #fada55;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  overflow: hidden;
  color: #021f60;
}

div.ccm-page .p-pickup__link:visited {
  color: #021f60;
}

div.ccm-page .p-pickup__link:hover {
  background: #021f60;
  color: #fff;
}

div.ccm-page .p-pickup__img {
  width: 44.5rem;
}

div.ccm-page .p-pickup__txt {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

div.ccm-page .p-pickup__button .c-button {
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
}

div.ccm-page .p-pickup .slick-list {
  width: 350%;
  margin-left: -147.6%;
}

div.ccm-page .p-pickup .slick-dots li button::before {
  border: none;
}

div.ccm-page .p-pickup .slick-next {
  right: 46%;
  bottom: -17%;
  top: inherit;
  background: url("../img/back_arrow05.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pickup .slick-next:hover {
  background: url("../img/back_arrow06.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pickup .slick-prev {
  left: 46%;
  bottom: -17%;
  top: inherit;
  background: url("../img/back_arrow02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pickup .slick-prev:hover {
  background: url("../img/back_arrow01.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-pickup .slick-dots {
  bottom: -6rem;
}

@media screen and (max-width: 1199px) {
  div.ccm-page .p-pickup .slick-list {
    width: 200%;
    margin-left: -50%;
  }
}

@media screen and (max-width: 1199px) {
  div.ccm-page .p-pickup .slick-prev {
    left: 43%;
  }
  div.ccm-page .p-pickup .slick-next {
    right: 43%;
  }
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-pickup__sec::before {
    width: 54.4rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-pickup__img {
    width: 35rem;
  }
  div.ccm-page .p-pickup__item-body {
    width: 35rem;
  }
  div.ccm-page .p-pickup__sec::before {
    width: 37.4rem;
    left: -0.6rem;
  }
}

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

div.ccm-page .p-qa__question {
  background: #ccdced;
  padding: 3rem 2rem;
  position: relative;
  cursor: pointer;
}

div.ccm-page .p-qa__question::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #204495 transparent transparent transparent;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -0.5rem;
}

div.ccm-page .p-qa__question span {
  background: #204495;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 2rem;
  margin-top: -2.25rem;
}

div.ccm-page .p-qa__question p {
  padding-left: 6rem;
  margin-bottom: 0;
  font-weight: bold;
  padding-right: 5rem;
}

div.ccm-page .p-qa__answer {
  background: #f6f8f9;
  padding: 2rem 3rem;
  display: none;
}

div.ccm-page .p-search {
  padding: 0 4rem;
}

div.ccm-page .p-search__input {
  width: 86%;
  height: 3.5rem;
  border: 0.1rem solid #8793a3;
  padding: 0.3rem 2.5rem 0.3rem 1rem;
  border-radius: 0.5rem;
}

div.ccm-page .p-search__submit {
  width: 12%;
  height: 3.5rem;
  color: #fff;
  background: #204495;
  font-weight: bold;
  border: none;
  border-radius: 0.5rem;
}

div.ccm-page .p-search__label {
  display: block;
  font-weight: bold;
  color: #204495;
}

div.ccm-page .p-search__not-found {
  padding: 0 4rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-search {
    padding: 0 1rem;
  }
  div.ccm-page .p-search__not-found {
    padding: 0 1rem;
  }
  div.ccm-page .p-search__input {
    width: 82%;
  }
  div.ccm-page .p-search__submit {
    width: 16%;
  }
}

div.ccm-page .p-single__btn {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-single__btn {
    margin-bottom: 6rem;
  }
}

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-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;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-site-search {
    padding-top: 1.7rem;
    padding-left: 1.3rem;
    padding-right: 3rem;
    display: block;
  }
  div.ccm-page .p-site-search input[type="text"] {
    width: 80%;
    height: 3.5rem;
    border: 1px solid #fff;
  }
}

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

div.ccm-page .p-slider__item  img {
  width: 80%;
}

div.ccm-page .p-slider__item a {
  display: block;
}

div.ccm-page .p-slider__item a:hover .p-slider__ttl {
  background: #f7e274;
}

div.ccm-page .p-slider__ttl {
  position: absolute;
  bottom: 2rem;
  left: 0;
  background: #fff;
  padding: 1rem 0 1rem;
  display: inline-block;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.16);
}

div.ccm-page .p-slider__ttl-txt {
  display: block;
  color: #021f60;
  font-size: 2rem;
  font-weight: bold;
  padding-right: 5rem;
  padding-left: 5rem;
  border-bottom: 2px solid #eacb49;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-slider__item  img {
    width: 100%;
  }
  div.ccm-page .p-slider__ttl-txt {
    font-size: 1.6rem;
  }
  div.ccm-page .slick-prev, div.ccm-page .slick-next {
    height: 20px;
    width: 20px;
  }
  div.ccm-page .c-slider {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  div.ccm-page .p-slider__item  img {
    width: 100%;
  }
  div.ccm-page .p-slider__ttl {
    bottom: -0.3rem;
    padding: 0.5rem 0 0.5rem;
    border-radius: 0;
    width: 100%;
  }
  div.ccm-page .p-slider__ttl-txt {
    font-size: 1.4rem;
  }
  div.ccm-page .p-slider__item {
    padding-bottom: 5.5rem;
  }
}

div.ccm-page .p-sns__sec {
  background: #f6f8f9;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
}

div.ccm-page .p-sns__twitter {
  background: #fff;
  border: 0.3rem solid #4fa0eb;
  border-radius: 1rem;
  overflow: hidden;
}

div.ccm-page .p-sns__twitter-ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background: #4fa0eb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

div.ccm-page .p-sns__twitter-btn {
  margin-bottom: 1rem;
}

div.ccm-page .p-sns__twitter-btn a {
  color: #fff;
  text-decoration: none;
  background: #4fa0eb;
  border: 0.2rem solid #4fa0eb;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}

div.ccm-page .p-sns__twitter-btn a::before {
  content: "";
  display: block;
  background: url("../img/icon-twitter01.png") no-repeat;
  background-size: contain;
  width: 2.215rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.9rem;
}

div.ccm-page .p-sns__twitter-btn a:hover {
  background: #fff;
  border: 0.2rem solid #4fa0eb;
  color: #4fa0eb;
}

div.ccm-page .p-sns__twitter-btn a:hover::before {
  background: url("../img/icon-twitter02.png") no-repeat;
  background-size: contain;
}

div.ccm-page .p-sns__facebook {
  background: #fff;
  border: 0.3rem solid #435b95;
  border-radius: 0.5rem;
  overflow: hidden;
}

div.ccm-page .p-sns__facebook-ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background: #435b95;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

div.ccm-page .p-sns__facebook-btn {
  margin-bottom: 1rem;
}

div.ccm-page .p-sns__facebook-btn a {
  color: #fff;
  text-decoration: none;
  background: #435b95;
  border: 0.2rem solid #435b95;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}

div.ccm-page .p-sns__facebook-btn a::before {
  content: "";
  display: block;
  background: url("../img/icon-facebook01.png") no-repeat;
  background-size: contain;
  width: 0.981rem;
  height: 1.963rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -0.9815rem;
}

div.ccm-page .p-sns__facebook-btn a:hover {
  background: #fff;
  border: 0.2rem solid #435b95;
  color: #435b95;
}

div.ccm-page .p-sns__facebook-btn a:hover::before {
  background: url("../img/icon-facebook02.png") no-repeat;
  background-size: contain;
}

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

div.ccm-page .p-sns__head-img {
  width: 5rem;
  height: 5rem;
  float: left;
  margin-right: 1rem;
}

div.ccm-page .p-sns__wrap {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

div.ccm-page .p-sns__user {
  float: left;
}

div.ccm-page .p-sns__user-name {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 0.2rem;
}

div.ccm-page .p-sns__user-tag {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #707070;
}

div.ccm-page .p-sns__ad-item {
  margin-bottom: 1rem;
}

div.ccm-page .p-sns__ad-item:last-child {
  margin-bottom: 0;
}

div.ccm-page .p-sns__body {
  overflow-y: scroll;
  border: 0.1rem solid #707070;
  height: 340px;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-sns__twitter {
    margin-bottom: 2rem;
  }
  div.ccm-page .p-sns__facebook {
    margin-bottom: 2rem;
  }
}

div.ccm-page .p-sp-global-nav {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 20;
  background: #204495;
}

div.ccm-page .p-sp-global-nav__link {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-left: 1.5rem;
  padding-right: 3rem;
  color: #fff !important;
  display: block;
  text-decoration: none;
}

div.ccm-page .p-sp-global-nav__link02 {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-left: 1.7rem;
  padding-right: 3rem;
  color: #021f60;
  display: block;
  text-decoration: none;
}

div.ccm-page .p-sp-global-nav__link02:hover {
  color: #021f60;
}

div.ccm-page .p-sp-global-nav__link02:visited {
  color: #021f60;
}

div.ccm-page .p-sp-global-nav__item {
  border-bottom: 0.1rem solid #3f65ba;
  position: relative;
}

div.ccm-page .p-sp-global-nav__item02 {
  border-top: 0.1rem solid #8793a3;
  background: #ccdced;
}

div.ccm-page .p-sp-global-nav__item--plus::before {
  content: "";
  display: block;
  background: url("../img/arrow_up02.png") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 0.8rem;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  margin-top: -0.1815rem;
}

div.ccm-page .p-sp-global-nav__item--minus::before {
  content: "";
  display: block;
  background: url("../img/arrow_up01.png") no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 0.8rem;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  margin-top: -0.1815rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

div.ccm-page .p-sp-global-nav__list02 {
  display: none;
}

div.ccm-page .p-sp-global-nav__close {
  color: #fff;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #3f65ba;
}

div.ccm-page .p-sp-global-nav__sns {
  padding: 0 1.3rem;
  margin-top: 4rem;
}

div.ccm-page .p-sp-global-nav__sns .p-pc-header__nav-item08 {
  margin-right: 1rem;
  display: inline-block;
}

div.ccm-page .p-sp-global-nav__sns .p-pc-header__nav-item08 .p-pc-header__nav-link {
  border: 1px solid #fff;
  padding: 1rem;
}

div.ccm-page .p-sp-global-nav__sns .p-pc-header__nav-item09 {
  display: inline-block;
}

div.ccm-page .p-sp-global-nav__sns .p-pc-header__nav-item09 .p-pc-header__nav-link {
  border: 1px solid #fff;
}

div.ccm-page .p-sp-header {
  width: 100%;
  position: relative;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.16);
  /* head */
  /* body */
}

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;
  background: #f7e274;
  padding: 1rem;
}

div.ccm-page .p-sp-header__logo {
  width: 24rem;
}

div.ccm-page .p-sp-header__logo--normal {
  display: block;
}

div.ccm-page .p-sp-header__logo--hover {
  display: none;
}

div.ccm-page .p-sp-header__menu-btn {
  margin-left: auto;
  cursor: pointer;
  font-size: 2.1rem;
  color: #204495;
}

div.ccm-page .p-sp-header__menu-icon--open {
  display: block;
}

div.ccm-page .p-sp-header__menu-icon--close {
  display: none;
  top: 0;
  right: 0;
}

div.ccm-page .p-sp-header__body {
  display: none;
  background: #ffffff;
}

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

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

div.ccm-page .p-tab01__tab-link {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

div.ccm-page .p-tab01__tab-link, div.ccm-page .p-tab01__tab-link:link, div.ccm-page .p-tab01__tab-link:visited, div.ccm-page .p-tab01__tab-link:hover, div.ccm-page .p-tab01__tab-link:active {
  color: #1b1f29 !important;
}

div.ccm-page .p-tab01__tab-link, div.ccm-page .p-tab01__tab-link:link, div.ccm-page .p-tab01__tab-link:visited, div.ccm-page .p-tab01__tab-link:hover, div.ccm-page .p-tab01__tab-link:active {
  text-decoration: none !important;
}

div.ccm-page .p-tab01__tab-link.is-select {
  background: #ffffff;
  border-bottom: none;
}

div.ccm-page .p-tab01__cont-list {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

div.ccm-page .p-topics__item {
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem dashed #1b1f29;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #fff;
}

div.ccm-page .p-topics__item:nth-child(even) {
  background: #f6f8f9;
}

div.ccm-page .p-topics__item-head {
  margin-bottom: 0.5rem;
}

div.ccm-page .p-topics__item-tag {
  display: inline-block;
  float: left;
}

div.ccm-page .p-topics__item-tag--new {
  width: 7.19rem;
  height: 2rem;
}

div.ccm-page .p-topics__item-tag--update {
  width: 7.19rem;
  height: 2rem;
}

div.ccm-page .p-topics__item-date {
  display: inline-block;
  float: right;
}

div.ccm-page .p-topics__item-date p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}

div.ccm-page .p-topics__item:not(:first-child) {
  padding-top: 0.5rem;
}

div.ccm-page .p-topics__item-ttl {
  margin-bottom: 0.5rem;
}

div.ccm-page .p-topics__item-parts--full {
  width: 100%;
}

div.ccm-page .p-topics__date {
  word-break: keep-all;
  margin-right: 1rem;
}

div.ccm-page .p-topics__cat {
  float: left;
  display: inline-block;
}

div.ccm-page .p-topics__cat-tag {
  font-size: 1.1rem;
  color: #fff;
  padding: 0.2rem 2rem;
  border-radius: 0.6rem;
  font-weight: bold;
  width: 13rem;
  text-align: center;
}

div.ccm-page .p-topics__cat-tag.junior {
  background: #ED70F8;
}

div.ccm-page .p-topics__cat-tag.women {
  background: #2864F6;
}

div.ccm-page .p-topics__cat-tag.student-federation {
  background: #113293;
}

div.ccm-page .p-topics__cat-tag.business-team {
  background: #EB4826;
}

div.ccm-page .p-topics__cat-tag.referee-committee {
  background: #67C99C;
}

div.ccm-page .p-topics__cat-tag.elementary-school {
  background: #EB4897;
}

div.ccm-page .p-topics__cat-tag.public-relations-committee {
  background: #F19E9C;
}

div.ccm-page .p-topics__cat-tag.guidance-committee {
  background: #C49BC9;
}

div.ccm-page .p-topics__cat-tag.faculty-and-staff {
  background: #43976A;
}

div.ccm-page .p-topics__cat-tag.prefectural-association {
  background: #67C94D;
}

div.ccm-page .p-topics__cat-tag.society {
  background: #F19E38;
}

div.ccm-page .p-topics__cat-tag.competition-committee {
  background: #80CAFA;
}

div.ccm-page .p-topics__cat-tag.general-affairs-committee {
  background: #C49B6D;
}

div.ccm-page .p-topics__cat-tag.player-strengthening-committee {
  background: #A4CB73;
}

div.ccm-page .p-topics__cat-tag.high-school {
  background: #8C1CF5;
}

div.ccm-page .p-topics__cat-tag.local-news {
  background: #6495ed;
}

div.ccm-page .p-topics__cat-tag.badminton-aichi {
  background: #c9503b;
}

div.ccm-page .p-topics__cat-tag.chubu-tournament {
  background: #F7CE76;
  color: #204495;
}

div.ccm-page .p-topics__cat-tag.national-tournament {
  background: #80CAFA;
  color: #204495;
}

div.ccm-page .p-topics__cat-tag.tokai-tournament {
  background: #F19E9C;
  color: #204495;
}

div.ccm-page .p-topics__cat-tag.etc {
  background: #a8a8a8;
}

div.ccm-page .p-topics__update {
  float: right;
  display: inline-block;
}

div.ccm-page .p-topics__update-txt {
  font-size: 1.4rem;
}

div.ccm-page .p-topics__new {
  word-break: keep-all;
  font-size: 1.3rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

div.ccm-page .p-topics__link {
  display: block;
  color: #1b1f29;
  font-size: 1.8rem;
}

div.ccm-page .p-topics__link:hover {
  color: #c9503b;
}

div.ccm-page .p-topics__link:visited {
  color: #c9503b;
}

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

div.ccm-page .p-topics-list-box {
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
}

div.ccm-page .p-topics-list-box__title-txt {
  margin-top: 1.5rem !important;
  background: transparent !important;
}

div.ccm-page .p-topics-list-box__title-txt a {
  color: #1b1f29 !important;
  text-decoration: none !important;
}

div.ccm-page .p-topics-list-box__title-txt a:hover {
  text-decoration: underline !important;
}

div.ccm-page .p-topics-list-box__item {
  padding-left: 0 !important;
  padding: 0.5rem 4rem !important;
  border-bottom: 0.1rem dashed #707070;
  margin-bottom: 0 !important;
}

div.ccm-page .p-topics-list-box__item:nth-child(even) {
  background: #f6f8f9;
}

div.ccm-page .p-topics-list-box__item::before {
  display: none !important;
}

div.ccm-page .p-topics-list-box__link {
  float: right;
  padding: 1rem 3rem;
  border: 0.1rem solid #204495;
  border-radius: 0.7rem;
  color: #204495;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
}

div.ccm-page .p-topics-list-box__link:visited {
  color: #204495;
}

div.ccm-page .p-topics-list-box__link:hover {
  color: #fff;
  background: #204495;
}

div.ccm-page .p-topics-list-box .p-topics__item-date {
  float: left;
  margin-top: 1rem;
}

div.ccm-page .p-topics-list-box .p-topics__item-date p {
  margin-bottom: 0;
}

div.ccm-page .p-topics-list-box .p-topics__cat {
  margin-right: 1rem;
  margin-top: 1rem;
}

div.ccm-page .p-topics-list-box .p-topics__cat-tag {
  margin-bottom: 0;
}

div.ccm-page .p-topics-list-box .p-topics__item-tag {
  margin-right: 1rem;
  margin-top: 1rem;
}

div.ccm-page .p-topics-list-box .p-topics__update {
  float: left;
  padding-left: 1rem;
  border-left: 0.1rem solid #1b1f29;
  margin-top: 1rem;
}

div.ccm-page .p-topics-list-box .p-topics__update-txt {
  margin-bottom: 0;
}

div.ccm-page .p-topics__wrap {
  padding: 4rem 2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-topics__item {
    display: block;
    width: 100%;
  }
  div.ccm-page .p-topics__item:after {
    content: " ";
    display: block;
    clear: both;
  }
  div.ccm-page .p-topics__item-parts {
    display: block;
    float: left;
  }
  div.ccm-page .p-topics__link {
    margin-top: 0.2rem;
  }
  div.ccm-page .p-topics-list-box__item {
    padding: 1rem 1rem !important;
  }
  div.ccm-page .p-topics-list-box__link {
    display: none;
  }
  div.ccm-page .p-topics__wrap {
    padding: 1.5rem 2rem;
  }
  div.ccm-page .p-topics__cat {
    float: none;
  }
  div.ccm-page .p-topics__item-tag {
    float: none;
  }
  div.ccm-page .p-topics__item-date {
    float: none !important;
  }
  div.ccm-page .p-topics__update {
    display: block;
    float: none !important;
  }
}

div.ccm-page .p-tournament {
  margin-right: 3rem;
  width: 50%;
  position: relative;
}

div.ccm-page .p-tournament::after {
  content: "";
  display: block;
  height: 98%;
  width: 0.1rem;
  background: #fff;
  position: absolute;
  top: 2%;
  right: -1.5rem;
}

div.ccm-page .p-tournament__wrap {
  margin-bottom: 4rem;
  background: #fff;
  border: 0.1rem solid #707070;
  overflow-y: scroll;
  height: 46.8rem;
  width: 100%;
}

div.ccm-page .p-tournament__ttl {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

div.ccm-page .p-tournament__ttl span {
  display: inline-block;
  position: relative;
  padding-left: 3.8rem;
}

div.ccm-page .p-tournament__ttl span::before {
  content: "";
  display: block;
  width: 3.308rem;
  height: 2.717rem;
  background: url("../img/icon-tournament03.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.3585rem;
}

div.ccm-page .p-tournament__foot {
  text-align: center;
  margin-bottom: 1rem;
}

div.ccm-page .p-tournament__foot .p-btn01 a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #6495ed;
  border-radius: 1rem;
  padding: 1.5rem 8rem;
  text-decoration: none;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

div.ccm-page .p-tournament__foot .p-btn01 a:hover {
  background: #fada55;
  color: #021f60;
}

@media screen and (max-width: 991px) {
  div.ccm-page .p-tournament {
    width: 100%;
    margin-right: 0;
  }
  div.ccm-page .p-tournament::after {
    display: none;
  }
}

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

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.8rem;
  margin-top: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999999px;
}

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

@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;
    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-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;
}

/*# sourceMappingURL=common.css.map */
