@charset   "utf-8";

/* ===== Common Styles ================================================== */
/****************************************/
/*               共通設定               */
/****************************************/

/* ===== 
	normalize
 ================================================== */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *	controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *	`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/* ===== 
	Initialization
 ================================================== */

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

html,
button,
input,
select,
textarea {
}

html {
	font-size: 62.5%;
	line-height: 1.0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

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

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: 300;
}

ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

textarea { /* for chrome fontsize bug */
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}
button {
	letter-spacing: normal;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}


/* 行揃え設定 */
.left,
.left th,
.left td,
th.left,
td.left {
	text-align: left;
}

.right,
.right th,
.right td,
th.right,
td.right {
	text-align: right;
}

.center,
.center th,
.center td,
th.center,
td.center {
	text-align: center
}

th.left,
td.left {
	text-align: left;
}

th.right,
td.right {
	text-align: right;
}

th.center,
td.center {
	text-align: center
}

.middle,
.middle th,
.middle td,
th.middle,
td.middle {
	vertical-align: middle !important;
}

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
}

.tate {
	writing-mode: tb-rl;
}

/* ディスプレイ */

.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.hidden { display: none; }

/* ポジション設定 */
.absolute{ position: absolute; }
.relative{ position: relative; }
.fixed{ position: fixed; }

/* フロート設定 */

.clear { clear: both; }
.f-left { float: left; display: inline; }
.f-right { float: right; display: inline; }

/* マージン設定 */
.mgn0 { margin: 0 !important; }
.mgn5 { margin: 5px !important; }
.mgn10 { margin: 10px !important; }
.mgn15 { margin: 15px !important; }
.mgn20 { margin: 20px !important; }
.mgn30 { margin: 30px !important; }
.mgn40 { margin: 40px !important; }
.mgn50 { margin: 50px !important; }

.mgn-x0 { margin-left: 0px !important; margin-right: 0px !important; }
.mgn-x5 { margin-left: 5px !important; margin-right: 5px !important; }
.mgn-x10 { margin-left: 10px !important; margin-right: 10px !important; }
.mgn-x15 { margin-left: 15px !important; margin-right: 15px !important; }
.mgn-x20 { margin-left: 20px !important; margin-right: 20px !important; }
.mgn-x30 { margin-left: 30px !important; margin-right: 30px !important; }
.mgn-x40 { margin-left: 40px !important; margin-right: 40px !important; }
.mgn-x50 { margin-left: 50px !important; margin-right: 50px !important; }

.mgn-y0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.mgn-y5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.mgn-y10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mgn-y15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.mgn-y20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mgn-y30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mgn-y40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.mgn-y50 { margin-top: 50px !important; margin-bottom: 50px !important; }

.mgn-top0 { margin-top: 0px !important; }
.mgn-top5 { margin-top: 5px !important; }
.mgn-top8 { margin-top: 8px !important; }
.mgn-top10 { margin-top: 10px !important; }
.mgn-top12 { margin-top: 12px !important; }
.mgn-top15 { margin-top: 15px !important; }
.mgn-top16 { margin-top: 16px !important; }
.mgn-top18 { margin-top: 18px !important; }
.mgn-top20 { margin-top: 20px !important; }
.mgn-top21 { margin-top: 21px !important; }
.mgn-top24 { margin-top: 24px !important; }
.mgn-top25 { margin-top: 25px !important; }
.mgn-top30 { margin-top: 30px !important; }
.mgn-top40 { margin-top: 40px !important; }
.mgn-top50 { margin-top: 50px !important; }
.mgn-top60 { margin-top: 60px !important; }
.mgn-top70 { margin-top: 70px !important; }

.mgn-btm0 { margin-bottom: 0px !important; }
.mgn-btm5 { margin-bottom: 5px !important; }
.mgn-btm8 { margin-bottom: 8px !important; }
.mgn-btm10 { margin-bottom: 10px !important; }
.mgn-btm12 { margin-bottom: 12px !important; }
.mgn-btm15 { margin-bottom: 15px !important; }
.mgn-btm16 { margin-bottom: 16px !important; }
.mgn-btm18 { margin-bottom: 18px !important; }
.mgn-btm20 { margin-bottom: 20px !important; }
.mgn-btm21 { margin-bottom: 21px !important; }
.mgn-btm24 { margin-bottom: 24px !important; }
.mgn-btm25 { margin-bottom: 25px !important; }
.mgn-btm30 { margin-bottom: 30px !important; }
.mgn-btm40 { margin-bottom: 40px !important; }
.mgn-btm50 { margin-bottom: 50px !important; }
.mgn-btm60 { margin-bottom: 60px !important; }
.mgn-btm70 { margin-bottom: 70px !important; }

.mgn-left0 { margin-left: 0px !important; }
.mgn-left5 { margin-left: 5px !important; }
.mgn-left8 { margin-left: 8px !important; }
.mgn-left10 { margin-left: 10px !important; }
.mgn-left12 { margin-left: 12px !important; }
.mgn-left15 { margin-left: 15px !important; }
.mgn-left16 { margin-left: 16px !important; }
.mgn-left18 { margin-left: 18px !important; }
.mgn-left20 { margin-left: 20px !important; }
.mgn-left21 { margin-left: 21px !important; }
.mgn-left24 { margin-left: 24px !important; }
.mgn-left25 { margin-left: 25px !important; }
.mgn-left30 { margin-left: 30px !important; }

.mgn-right0 { margin-right: 0px !important; }
.mgn-right5 { margin-right: 5px !important; }
.mgn-right8 { margin-right: 8px !important; }
.mgn-right10 { margin-right: 10px !important; }
.mgn-right12 { margin-right: 12px !important; }
.mgn-right15 { margin-right: 15px !important; }
.mgn-right16 { margin-right: 16px !important; }
.mgn-right18 { margin-right: 18px !important; }
.mgn-right20 { margin-right: 20px !important; }
.mgn-right21 { margin-right: 21px !important; }
.mgn-right24 { margin-right: 24px !important; }
.mgn-right25 { margin-right: 25px !important; }
.mgn-right30 { margin-right: 30px !important; }

.mgn-top1em { margin-top: 1em !important; }
.mgn-btm1em { margin-bottom: 1em !important; }
.mgn-left1em { margin-left: 1em !important; }
.mgn-right1em { margin-right: 1em !important; }

.mgn-top2em { margin-top: 2em !important; }
.mgn-btm2em { margin-bottom: 2em !important; }
.mgn-left2em { margin-left: 2em !important; }
.mgn-right2em { margin-right: 2em !important; }

.mgn-top3em { margin-top: 3em !important; }
.mgn-btm3em { margin-bottom: 3em !important; }
.mgn-left3em { margin-left: 3em !important; }
.mgn-right3em { margin-right: 3em !important; }

/* パディング設定 */
.pdg0 { padding: 0px !important; }	.pdg5 { padding: 5px !important; }
.pdg10 { padding: 10px !important; }	.pdg15 { padding: 15px !important; }
.pdg20 { padding: 20px !important; }	.pdg30 { padding: 30px !important; }
.pdg40 { padding: 40px !important; }	.pdg50 { padding: 50px !important; }

.pdg-x0 { padding-left: 0px !important; padding-right: 0px !important; }
.pdg-x5 { padding-left: 5px !important; padding-right: 5px !important; }
.pdg-x10 { padding-left: 10px !important; padding-right: 10px !important; }
.pdg-x15 { padding-left: 15px !important; padding-right: 15px !important; }
.pdg-x20 { padding-left: 20px !important; padding-right: 20px !important; }
.pdg-x30 { padding-left: 30px !important; padding-right: 30px !important; }
.pdg-x40 { padding-left: 40px !important; padding-right: 40px !important; }
.pdg-x50 { padding-left: 50px !important; padding-right: 50px !important; }

.pdg-y0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.pdg-y5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.pdg-y10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.pdg-y15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.pdg-y20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.pdg-y30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.pdg-y40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.pdg-y50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.pdg-top0 { padding-top: 0px !important; }	.pdg-top5 { padding-top: 5px !important; }
.pdg-top10 { padding-top: 10px !important; }	.pdg-top15 { padding-top: 15px !important; }
.pdg-top20 { padding-top: 20px !important; }	.pdg-top30 { padding-top: 30px !important; }
.pdg-top40 { padding-top: 40px !important; }	.pdg-top50 { padding-top: 50px !important; }
.pdg-top60 { padding-top: 60px !important; }	.pdg-top70 { padding-top: 70px !important; }
.pdg-top80 { padding-top: 80px !important; }	.pdg-top90 { padding-top: 90px !important; }
.pdg-top100 { padding-top: 100px !important; }	.pdg-top120 { padding-top: 120px !important; }

.pdg-btm0 { padding-bottom: 0px !important; }	.pdg-btm5 { padding-bottom: 5px !important; }
.pdg-btm10 { padding-bottom: 10px !important; }	.pdg-btm15 { padding-bottom: 15px !important; }
.pdg-btm20 { padding-bottom: 20px !important; }	.pdg-btm30 { padding-bottom: 30px !important; }
.pdg-btm40 { padding-bottom: 40px !important; }	.pdg-btm50 { padding-bottom: 50px !important; }
.pdg-btm60 { padding-bottom: 60px !important; }	.pdg-btm70 { padding-bottom: 70px !important; }
.pdg-btm80 { padding-bottom: 80px !important; }	.pdg-btm90 { padding-bottom: 90px !important; }
.pdg-btm100 { padding-bottom: 100px !important; }	.pdg-btm120 { padding-bottom: 120px !important; }

.pdg-left0 { padding-left: 0px !important; }	.pdg-left5 { padding-left: 5px !important; }
.pdg-left10 { padding-left: 10px !important; }	.pdg-left15 { padding-left: 15px !important; }
.pdg-left20 { padding-left: 20px !important; }	.pdg-left30 { padding-left: 30px !important; }
.pdg-left40 { padding-left: 40px !important; }	.pdg-left50 { padding-left: 50px !important; }

.pdg-right0 { padding-right: 0px !important; }	.pdg-right5 { padding-right: 5px !important; }
.pdg-right10 { padding-right: 10px !important; }	.pdg-right15 { padding-right: 15px !important; }
.pdg-right20 { padding-right: 20px !important; }	.pdg-right30 { padding-right: 30px !important; }
.pdg-right40 { padding-right: 40px !important; }	.pdg-right50 { padding-right: 50px !important; }

/* フォント設定 */
.en01 { font-family: Helvetica, Arial !important; }
.en02 { font-family: "Times New Roman", Times, serif !important; }

.en03{ font-family: Myriad Pro, Myriad, 'Fira Sans', Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }
/* IE9 以下 */
.oldie .en03{ font-family: Myriad Pro, Myriad, Verdana, Arial, "メイリオ", Meiryo, sans-serif !important; }
/* ios */
.ios .en03{ font-family: Myriad Pro, Myriad, Verdana, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important; }



.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }
.underline { text-decoration: underline !important; }

.xx-small { font-size: 72% !important; line-height: 175%; }
.x-small { font-size: 79% !important; line-height: 175%; }
.small { font-size: 86% !important; line-height: 175%; }
.medium_s { font-size: 93% !important; line-height: 175%; }
.medium { font-size: 100% !important; line-height: 175%; }
.medium_l { font-size: 114.28% !important; line-height: 175%; }
.large { font-size: 128.5% !important; line-height: 175%; }
.x-large { font-size: 150% !important; line-height: 175%; }
.xx-large { font-size: 172% !important; line-height: 175%; }

.deco_ub{
	text-decoration: underline;
}

.nowrap{ white-space: nowrap; }

.fs10 { font-size: 10px !important; }	.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }	.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }	.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }	.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }	.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }	.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }	.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }	.fs26 { font-size: 26px !important; }
.fs30 { font-size: 30px !important; }	.fs36 { font-size: 36px !important; }
.fs42 { font-size: 42px !important; }	.fs48 { font-size: 48px !important; }
.fs50 { font-size: 50px !important; }	.fs60 { font-size: 60px !important; }

/* Font Color */
.acc01{ color: #6e9b00; }
	.acc01_c01{ color: #6e9b00 !important; }
	.acc01_c02{ color: #7d2545 !important; }
	.acc01_c03{ color: #2f5e00 !important; }
	.acc01_c04{ color: #ed9700 !important; }
	.acc01_c05{ color: #949494 !important; }

.acc02{ color: #0076af; }
	.acc02_c01{ color: #0076af !important; }
	.acc02_c02{ color: #004491 !important; }
	.acc02_c03{ color: #1ea6af !important; }
	.acc02_c04{ color: #d68000 !important; }
	.acc02_c05{ color: #7d7d7d !important; }

.acc_bk{ color: #000 !important; }
.acc_wh{ color: #fff !important; }
.acc_rd{ color: #f00 !important; }
.acc_gr{ color: #6e9b00 !important; }
.acc_bl{ color: #0063af !important; }
.acc_or{ color: #ee8100 !important; }
.acc111{ color: #111 !important; }
.acc333{ color: #333 !important; }
.acc666{ color: #666 !important; }
.acc999{ color: #999 !important; }
.acc_c{ color: #ccc !important; }

/* 行間設定 */
.lh100pr{ line-height: 100%; }
.lh120pr{ line-height: 120%; }
.lh150pr{ line-height: 150%; }
.lh175pr{ line-height: 175%; }
.lh200pr{ line-height: 200%; }


/* 背景設定 */
/* デフォ */
.bg01{ background: #6e9b00 !important; }
	.bg01_c01{ background: #006577 !important; }
	.bg01_c02{ background: #7d2545 !important; }
	.bg01_c03{ background: #2f5e00 !important; }
	.bg01_c04{ background: #9b4900 !important; }
	.bg01_c05{ background: #683b93 !important; }
	.bg01_c06{ background: #060 !important; }
	.bg01_c07{ background: #db5f89 !important; }
	
/* 75%透過血 */
.bg02{ background: #92b440 !important; }
	.bg02_c01{ background: #408c99 !important; }
	.bg02_c02{ background: #9e5c74 !important; }
	.bg02_c03{ background: #638640 !important; }
	.bg02_c04{ background: #b47740 !important; }
	.bg02_c05{ background: #8e6cae !important; }
	.bg02_c06{ background: #408c40 !important; }
	.bg02_c07{ background: #e487a7 !important; }

/* 50%透過血 */
.bg03{ background: #b6cd7f !important; }
	.bg03_c01{ background: #7fb2bb !important; }
	.bg03_c02{ background: #be92a2 !important; }
	.bg03_c03{ background: #97ae7f !important; }
	.bg03_c04{ background: #cda47f !important; }
	.bg03_c05{ background: #b39dc9 !important; }
	.bg03_c06{ background: #7fb27f !important; }
	.bg03_c07{ background: #edafc4 !important; }

/* 30%透過血 */
.bg04{ background: #d3e1b2 !important; }
	.bg04_c01{ background: #b2d0d6 !important; }
	.bg04_c02{ background: #d8bdc7 !important; }
	.bg04_c03{ background: #c0ceb2 !important; }
	.bg04_c04{ background: #e1c8b2 !important; }
	.bg04_c05{ background: #d1c4de !important; }
	.bg04_c06{ background: #b2d1b2 !important; }
	.bg04_c07{ background: #f4cfdb !important; }

/* 15%透過血 */
.bg05{ background: #e9f0d9 !important; }
	.bg05_c01{ background: #d9e8eb !important; }
	.bg05_c02{ background: #ecdfe3 !important; }
	.bg05_c03{ background: #e0e7d9 !important; }
	.bg05_c04{ background: #f0e4d9 !important; }
	.bg05_c05{ background: #e8e2ef !important; }
	.bg05_c06{ background: #d9e8d9 !important; }
	.bg05_c07{ background: #fae7ed !important; }

/* 8%透過血 */
.bg06{ background: #f4f7eb !important; }
	.bg06_c01{ background: #ebf3f4 !important; }
	.bg06_c02{ background: #f5eef0 !important; }
	.bg06_c03{ background: #eff2eb !important; }
	.bg06_c04{ background: #f7f1eb !important; }
	.bg06_c05{ background: #f3f0f7 !important; }
	.bg06_c06{ background: #ebf3eb !important; }
	.bg06_c07{ background: #fcf2f6 !important; }

.bg_wh{ background: #fff !important; }
.bg_bk{ background: #000 !important; }
.bg111{ background: #111 !important; }
.bg333{ background: #333 !important; }
.bg666{ background: #666 !important; }
.bg999{ background: #999 !important; }
.bg_e{ background: #eee !important; }
.bg_c{ background: #ccc !important; }


/* ボックス設定 */
.box01 {
	margin: 30px auto;
	padding: 20px;
	background: #f5f5f5;
}
.box01 p:first-child{
	margin-top: 0;
}
.box01 p:last-child{
	margin-bottom: 0;
}

.clrBox01{
	background: #b2ddee;
	border: 1px solid #b2ddee;
}
	.clrBox01_c01{
		background: #b2ddee;
		border: 1px solid #b2ddee;
	}
	.clrBox01_c02{
		background: #b5cde5;
		border: 1px solid #b5cde5;
	}
	.clrBox01_c03{
		background: #c2ebee;
		border: 1px solid #c2ebee;
	}
	.clrBox01_c04{
		background: #fae0b2;
		border: 1px solid #fae0b2;
	}
	.clrBox01_c05{
		background: #dfdfdf;
		border: 1px solid #dfdfdf;
	}


.roundBox01{
	padding: 15px;
	background: #fff;
	border-radius: 15px;
}


/* ボーダー設定 */
.bdr01{ border: 1px solid #6e9b00 !important; }
.bdr02{ border: 1px solid #6e9b00 !important; }
.bdr03{ border: 1px solid #7d2545 !important; }
.bdr04{ border: 1px solid #2f5e00 !important; }
.bdr05{ border: 1px solid #ed9700 !important; }
.bdr06{ border: 1px solid #949494 !important; }


.radius5{ border-radius: 5px; }
.radius10{ border-radius: 10px; }
.radius15{ border-radius: 15px; }
.radius20{ border-radius: 20px; }
.radius25{ border-radius: 25px; }
.radius30{ border-radius: 30px; }
.radius40{ border-radius: 40px; }
.radius50{ border-radius: 50px; }
.radius60{ border-radius: 60px; }
.radius50per{ border-radius: 50per; }

/* ライン設定 */

.line01_top{
	border-top: 1px solid #dfdfdf !important;
}
.line02_top{
	border-top: 1px solid #ccc !important;
}
.line03_top{
	border-top: 1px solid #999 !important;
}

.line01_btm{
	padding-bottom: 60px;
	border-bottom: 1px solid #dfdfdf !important;
}
.line02_btm{
	border-bottom: 1px solid #ccc !important;
}
.line03_btm{
	border-bottom: 1px solid #999 !important;
}


/* テーブル設定 */
.tbl01{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.tbl01 th{
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
.tbl01 td{
	padding: 10px;
	border: 1px solid #ccc;
}

.tbl02{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.tbl02 th{
	padding: 15px;
	white-space: nowrap;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
.tbl02 td{
	padding: 15px;
	border: 1px solid #ccc;
}

.swipeTbl{
	width: 100%;
	overflow: auto;
	height: auto;
}

.swipeTbl table{
	min-width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

/* パターン設定 */
.ptn_stripe01{
	background-image: url("../../images/common/pattern03.png");
	background-position: 0 0;
	background-repeat: repeat;
}
.ptn_dot01{
	background-image: url("../../images/common/pattern04.png");
	background-position: 0 0;
	background-repeat: repeat;
}



/* リスト設定 */
.list01{
	margin: 0;
	padding: 0 0 0 18px;
}

.list01 li{
	margin: 1.0em 0;
	list-style: disc;
}

.olist01{
	margin: 0;
	padding: 0 0 0 18px;
}

.olist01 li{
	margin: 1.0em 0;
	list-style: decimal;
}

.list02{
	margin: 0;
	padding: 0 0 0 18px;
}

.list02 li{
	margin: 0.25em 0;
	list-style: disc;
}

.olist02{
	margin: 0;
	padding: 0 0 0 18px;
}

.olist02 li{
	margin: 0.25em 0;
	list-style: decimal;
}

.list03 li{
	margin: 0.5em 0;
}

.list03 li:before{
	content: "■ ";
	color: #6e9b00;
}
	body#ce .list03 li:before{ color: #006577; }
	body#pharmacy .list03 li:before{ color: #7d2545; }
	body#reha .list03 li:before{ color: #2f5e00; }
	body#inspection .list03 li:before{ color: #9b4900; }
	body#radiation .list03 li:before{ color: #683b93; }

.olist03 {
	counter-reset: li;
}

.olist03 > li {
	position: relative;
	min-height: 70px;
	margin: 20px 0;
	padding: 10px 0 0 90px;
	list-style: none;
}

.olist03 > li:before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0em;
	top: 0;
	margin-right: 1em;
	color: #fff;
	font-size: 18px;
	font-family: "Helvetica",Arial;
	text-align: center;
	background: #6e9b00;
	line-height: 70px;
}
	body#ce .olist03 > li:before{ background: #006577; }
	body#pharmacy .olist03 > li:before{ background: #7d2545; }
	body#reha .olist03 > li:before{ background: #2f5e00; }
	body#inspection .olist03 > li:before{ background: #9b4900; }

.list04 li{
	margin: 5px 0;
	padding: 0 0 0 17px;
}
.list04 li:before{
	position: absolute;
	display: inline-block;
	content: "・ ";
	width: 17px;
	margin-left: -17px;

}

.dlist01 dt{
	margin-top: 1.5em;
}


.dlist02 dt{
	margin-top: 1.5em;
}
.dlist02 dd{
	margin-top: 0.5em;
}

.dlist03{
	margin: 30px 0 0;
}
.dlist03 dt{
	margin-top: 1.5em;
	color: #6e9b00;
	font-weight: bold;
}
	body#ce .dlist03 dt{ color: #006577; }
	body#pharmacy .dlist03 dt{ color: #7d2545; }
	body#reha .dlist03 dt{ color: #2f5e00; }
	body#inspection .dlist03 dt{ color: #9b4900; }

.dlist03 dt:before{
	content: "■ ";
}


.msgL_01{
	margin: 30px 0 0 20px;
	padding: 15px;
	background: #d9eef7;
	border-radius: 10px;
}
	body#pharmacy .msgL_01{ background: #dae7f2; }
	body#reha .msgL_01{ background: #c2ebee; }

.msgL_01:before{
	position: absolute;
	display: inline-block;
	content: "";
	left: -20px;;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #d9eef7 transparent transparent;
}
	body#pharmacy .msgL_01:before{ border-color: transparent #dae7f2 transparent transparent; }
	body#reha .msgL_01:before{ border-color: transparent #c2ebee transparent transparent; }

.list_msg_01{
	margin: 10px 0 0 10px;
}

.list_msg_01 li{
	position: relative;
	display: inline-block;
	margin: 10px;
	padding: 15px;
	background: #d9eef7;
	border-radius: 10px;
}
/*
	body#pharmacy .list_msg_01 li{ background: #dae7f2; }
	body#reha .list_msg_01 li{ background: #e1f5f7; }
*/

.list_msg_01 li:before{
	content: "▲";
	position: absolute;
	left: 20px;
	top: -15px;
	color: #d9eef7;
}
/*
	body#pharmacy .list_msg_01 li:before{ color: #dae7f2; }
	body#reha .list_msg_01 li:before{ color: #e1f5f7; }
*/

.pdf{
	display: inline-block;
	padding: 5px 30px 5px 0;
	background: url("../../images/common/ic_pdf.png") 100% 50% no-repeat;
	background-size: 21px;
}

.xls{
	display: inline-block;
	padding: 5px 45px 5px 0;
	background: url("../../images/common/ic_xls.png") 100% 50% no-repeat;
	background-size: 40px;
}

.arrow01 a:before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-right: 0.25em;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #999;
}

.arrow02 a:before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin-right: 0.25em;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #6e9b00;
}
	body#pharmacy .arrow02 a:before{ border-color: transparent transparent transparent #7d2545; }
	body#reha .arrow02 a:before{ border-color: transparent transparent transparent #2f5e00; }
	body#inspection .arrow02 a:before{ border-color: transparent transparent transparent #9b4900; }


@media screen and (max-width: 639px) {
	.tbl02{
		display: block;
		border: 0;
		border-bottom: 1px solid #ddd;
	}
	.tbl02 tbody,.tbl02 tr{
		display: inline;
	}
	.tbl02 th{
		display: block;
		border-bottom: 0;
	}
	.tbl02 td{
		display: block;
		border-bottom: 0;
	}
}

@media screen and (min-width: 640px) {
	.pdf{
	padding: 5px 40px 5px 0;
	background: url("../../images/common/ic_pdf.png") 100% 50% no-repeat;
		background-size: 31px;
	}
}


/* 開閉パネル設定 */
.panel{
	display: none;
}

.panel.open{
	display: block;
}

.panel_toggle{
	position: relative;
	cursor: pointer;
}

.accordion_panel01 .panel_toggle:after,
.accordion_panel01 .panel_toggle.close:after{
	position: absolute;
	right: 20px;
	content: "▼";
}

.accordion_panel01 .panel_toggle.open:after{
	content: "▲";
}


/* マーク設定 */
.icon_img{
	display: inline-block;
	margin: 0 0.5em;
	vertical-align: middle;
}

/* フロート解除 */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.opacity a:hover,
.opacity:hover{
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

/* youtube（レスポンシブ） */
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* facebook動画（レスポンシブ） */
@media screen and (max-width: 639px) {
	.mov_fb{
		max-width: 100%;
		height: auto;
		min-height: calc(314 / 560 * calc(100vw - 30px));
	}
}



/* ===== Basic design Styles ================================================== */

html,body{
	position: relative;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	/*
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, Helvecita, Arial, sans-serif;
	*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 175%;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: #fff;
}

a {
	color: #6e9b00;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

body#ce #container a { color: #006577; }
body#pharmacy #container a { color: #7d2545; }
body#reha #container a { color: #2f5e00; }
body#reha #inspection a { color: #9b4900; }

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom: 1;
}

p{
	margin: 0 0 1.5em 0;
}

/* フロート解除 */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*** Common Parts ***/
.block{ display: block; }
.inline{ display: inline; }
.ilblock{ display: inline-block; }
.transparent{
	opacity: 0;
}


#loading-panel{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 5px;
	z-index: 0;
}

#loader-wrap {
	width: 100%;
	height: 5px;
	background-color: #fde9f0;
}
#loader {
	width: 0px;
	height: 5px;
	background-color: #6e9b00;
}

/* =====================================
	 Basic and for SP
===================================== */
#body{
	position: relative;
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	z-index: 1;
}

#body.show{
	z-index: 1;
}

.pc_only,
.pc_only_il{
	display: none;
}


/* header
---------------------- */
header{
	position: relative;
}

#header{
	height: 100%;
	background: #fff;
	z-index: 1;
}

#header .bar{
	width: 100%;
	height: 10px;
	background: #6e9b00 url("../../images/common/line.png") 50% 0 repeat;
}

#header h1{
	position: relative;
	display: table;
	margin: 0 25px;
	width: calc(100% - 200px);
	max-width: 156px;
	height: 80px;
	z-index: 2;
}

#header h1 a{
	display: table-cell;
	vertical-align: middle;
}

#header h1 img{
	width: 100%;
	height: auto;
}


/* gNav */
#bt_menu{
	position: absolute;
	top: 10px;
	right: 0;
	width: 150px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: #6e9b00;
	cursor: pointer;
}

#gNav{
	display: none;
	position: absolute;
	width: 100%;
	max-width: 640px;
	top: 90px;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#gNav ul{
	display: flex;
	flex-wrap: wrap;
}

#gNav ul > li{
	width: 50%;
}

#gNav a{
	display: table;
	width: 100%;
	height: 80px;
	color: #fff;
	font-weight: bold;
}

#hNav li.this a{ text-decoration: underline; }

#gNav .thmb,
#gNav .name{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#gNav .thmb{
	width: 80px;
	padding: 0 10px;
}

#gNav .thmb img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

#gNav .doctor{ background: #008f00; }
#gNav .resident{ background: #008dc6; }
#gNav .nurse{ background: #ff7a9c; }
#gNav .co-medical_ce{ background: #006577; }
#gNav .co-medical_pharmacy{ background: #7d2545; }
#gNav .co-medical_reha{ background: #2f5e00; }
#gNav .co-medical_inspection{ background: #9b4900; }
#gNav .co-medical_radiation{ background: #683b93; }
#gNav .emt{ background: #060; }
#gNav .nutrition_manage{ background: #db5f89; }
#gNav .chiiki{ background: #e2b530; }

#gNav li.this { border: 3px solid #fff; }

/* hNav */
#gNav #hNav li{
	height: 65px;
	height: calc(100vw / 6) ;
}

#gNav #hNav li#hnv03 a#bt_line{ display: none; }

body#home #gNav #hNav li#hnv03 a{
	width: 50%;
}

body#home #gNav #hNav li#hnv03 a#bt_line{
	display: table-cell;
	overflow: hidden;
	text-indent: -999px;
	background: #00b833 url("../../images/bt_line.png") 0 0 no-repeat;
	background-size: auto 100%;
}
body#home #gNav #hNav li#hnv03 a#bt_line img{
	width: 1px;
	height: 1px;
}


/* fgNav（フローティング） */
#fmenu{
	display: none;
}



/* footer
---------------------- */
#pagetop{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	z-index: 1;
}

#pagetop a{
	position: relative;
	display: block;
	margin: 20px auto 0;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden;
}

#footer{
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	background: #f7f7f7;
	border-top: 1px solid #dfdfdf;
	z-index: 1;
}

#footer #sign{
	padding: 20px 20px 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

#footer #sign .logo{
	width: 100%;
	max-width: 315px;
	margin: 0 auto 20px;
	padding: 0;
}

#copyright{
	display: block;
	width: 100%;
	height: 135px;
	color: #fff;
	text-align: center;
	background: #6e9b00 url("../../images/common/pattern02.png") 50% 50% repeat-x;
}

#copyright p {
	margin: 0;
	padding: 45px 15px 0;
	text-shadow: 0px 0px 5px #6e9b00;
}


/* ===== 
	本文
 ==================================== */
#container{
	margin: 0 auto;
	padding: 0 0 60px;
}
	#home #container{
		padding-top: 20px;
	}

#container img{
	max-width: 100%;
	height: auto;
}

#container .wrap{
	margin: 0 auto;
	padding: 40px 15px;
}
	#home #container .wrap{
		max-width: 100%;
		padding: 0 15px;
	}

.wrap_inn{
	max-width: 1180px;
	margin: 0 auto;
	padding: 15px 0;
}

/* ===== 
	TOP
 ==================================== */

/* cover */

#cover{
	display: table;
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0;
}
	#cover.morning{ background-image: url("../../images/top/cv01.jpg"); }
	#cover.noon{ background-image: url("../../images/top/cv02.jpg"); }
	#cover.afternoon{ background-image: url("../../images/top/cv03.jpg"); }
	#cover.night{ background-image: url("../../images/top/cv04.jpg"); }

#cover #cv_inn{
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 0;
}

#cover #cv_lead{
	position: relative;
	display: inline-block;
	width:  80%;
	height: 120px;
	padding: 30px 0;
	color: #fff;
}
	#cover.morning #cv_lead{ background: rgba(110, 155, 0, 0.75); }
	#cover.noon #cv_lead{ background: rgba(39, 62, 118, 0.75); }
	#cover.afternoon #cv_lead{ background: rgba(58, 31, 48, 0.75); }
	#cover.night #cv_lead{ background: rgba(14, 31, 47, 0.75); }

#cover #cv_lead h1,
#cover #cv_lead h2{
	position: absolute;
	width: 100%;
	top: 0px;
	padding: 0 15px;
	margin-top: 30px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.75;
}

#cover #cv_lead h1 {
	animation: fadeIn 1s, fadeOut 1s 4s forwards;
}

#cover #cv_lead h2 {
	opacity: 0;
	animation: fadeIn 1s 4s forwards;
}

@keyframes fadeIn {
	from { opacity: 0; top: 20px; }
	to {  opacity: 1; top: 0;}
}
@keyframes fadeOut {
	from { opacity: 1; top: 0;}
	to {  opacity: 0; top: -10px;}
}

#cover .scroll{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 100px;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}

/* mainNav */
#mainNav{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#mainNav li{
	position: relative;
	/* 2カラム */
	width: calc(100% / 2);
	color: #fff;
	height: calc(100vw / 2);
	min-height: 150px;
}

#mainNav .doctor{ background: #008f00 url("../../images/top/img_doctor_sp.jpg") no-repeat; }
#mainNav .resident{ background: #008dc6 url("../../images/top/img_resident_sp.jpg") no-repeat; }
#mainNav .nurse{ background: #ff7a9c url("../../images/top/img_nurse_sp.jpg") no-repeat; }
#mainNav .co-medical_ce{ background: #006577 url("../../images/top/img_comedical_ce_sp.jpg") no-repeat; }
#mainNav .co-medical_pharmacy{ background: #7d2545 url("../../images/top/img_comedical_pharmacy_sp.jpg") no-repeat; }
#mainNav .co-medical_reha{ background: #2f5e00 url("../../images/top/img_comedical_reha_sp.jpg") no-repeat; }
#mainNav .co-medical_inspection{ background: #9b4900 url("../../images/top/img_comedical_inspection_sp.jpg") no-repeat; }
#mainNav .co-medical_radiation{ background: #683b93 url("../../images/top/img_comedical_radiation_sp.jpg") no-repeat; }
#mainNav .emt{ background: #060 url("../../images/top/img_emt_sp.jpg") no-repeat; }
#mainNav .nutrition_manage{ background: #db5f89 url("../../images/top/img_nutrition_manage_sp.jpg") no-repeat; }
#mainNav .chiiki{ background: #e2b530 url("../../images/top/img_chiiki_sp.jpg") no-repeat; }

#mainNav li[class^="nv"]{
	background-position: 50% calc(50% + 5px);
	background-size: cover;
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#mainNav li a{
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
	color: #fff;
	height: 100%;
}

#mainNav li a > span{
	position: relative;
	display: table-cell;
	padding: 10px;
	font-size: 1.8rem;
	text-align: center;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#mainNav .doctor a{ 	border-top: 10px solid #008f00; }
#mainNav .resident a{ 	border-top: 10px solid #008dc6; }
#mainNav .nurse a{ 	border-top: 10px solid #ff7a9c; }
#mainNav .co-medical_ce a{ 	border-top: 10px solid #006577; }
#mainNav .co-medical_pharmacy a{ 	border-top: 10px solid #7d2545; }
#mainNav .co-medical_reha a{ 	border-top: 10px solid #2f5e00; }
#mainNav .co-medical_inspection a{ 	border-top: 10px solid #9b4900; }
#mainNav .co-medical_radiation a{ 	border-top: 10px solid #683b93; }
#mainNav .emt a{ 	border-top: 10px solid #060; }
#mainNav .nutrition_manage a{ 	border-top: 10px solid #db5f89; }
#mainNav .chiiki a{ 	border-top: 10px solid #e2b530; }

#mainNav li a:hover{
	opacity: 1;
}

#mainNav dt{
	font-size: 1.6rem;
	font-weight: bold;
}

#mainNav dd{
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 150%;
}


/* ===== 
	2nd page
 ==================================== */

/* ページタイトルイメージ */
#pageTtl{
	position: relative;
	background-position: 50% 50%;
	background-image: url("../../images/common/ttl_img_sp.jpg");
	background-size: cover;
}

#pageTtl h1{
	position: absolute;
	display: table;
	width: calc(100% / 2.5);
	height: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
	color: #fff;
	background: rgba(110, 155, 0, 0.75);
}
	body#ce #pageTtl h1{ background: rgba(0, 101, 119, 0.85); }
	body#pharmacy #pageTtl h1{ background: rgba(125, 37, 69, 0.85); }
	body#reha #pageTtl h1{ background: rgba(47, 94, 0, 0.85); }
	body#inspection #pageTtl h1{ background: rgba(155, 73, 0, 0.85); }
	body#radiation #pageTtl h1{ background: rgba(104, 59, 147, 0.85); }
	body#emt #pageTtl h1{ background: rgba(0, 102, 0, 0.85); }
	body#nutrition #pageTtl h1{ background: rgba(219, 95, 137, 0.85); }

	#pageTtl h1 > span{
		display: table-cell;
		padding: 15px;
		text-align: left;
		vertical-align: middle;
	}

#pageTtl .ttlImg{
	margin: 0;
	padding: 0;
}

/* パンくず */
#pagePath{
	margin: 0;
	padding: 0;
	background: #f7f7f7;
}

#pagePath ul{
	margin: 0 auto;
	padding: 15px;
	color: #6e9b00;
}
	body#ce #pagePath ul{ color: #006577; }
	body#pharmacy #pagePath ul{ color: #7d2545; }
	body#reha #pagePath ul{ color: #2f5e00; }
	body#inspection #pagePath ul{ color: #9b4900; }
	body#radiation #pagePath ul{ color: #683b93; }
	body#emt #pagePath ul{ color: #060; }
	body#nutrition #pagePath ul{ color: #db5f89; }

	#pagePath ul li{
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	
	#pagePath ul li:before{
		content: " > ";
	}
	
	#pagePath ul li:first-child:before{
		content: "";
	}
	
	#pagePath ul li a{
		color: #111 !important;
	}


/* サイドナビ */
#side h3{
	min-height: 50px;
	padding: 13px 20px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: #6e9b00;
}
	body#ce #side h3{ background: #006577; }
	body#pharmacy #side h3{ background: #7d2545; }
	body#reha #side h3{ background: #2f5e00; }
	body#inspection #side h3{ color: #9b4900; }

#sideNav{
	margin: 0 auto 30px;
}

#sideNav li{
	border-bottom: 1px solid #d3e1b2;
}
	body#ce #sideNav li{ border-bottom: 1px solid #b2d0d6; }
	body#pharmacy #sideNav li{ border-bottom: 1px solid #d8bdc7; }
	body#reha #sideNav li{ border-bottom: 1px solid #c0ceb2; }
	body#inspection #sideNav li{ border-bottom: 1px solid #e1c8b2; }

#sideNav li a{
	display: block;
	padding: 13px 10px 13px 20px;
	color: initial !important;
}

#sideNav li.this a{
	color: #6e9b00 !important;
	font-weight: bold;
}
	body#ce #sideNav li.this a{ color: #006577 !important; background: #ebf3f4; }
	body#pharmacy #sideNav li.this a{ color: #7d2545 !important; background: #f5eef0; }
	body#reha #sideNav li.this a{ color: #2f5e00 !important; background: #eff2eb; }
	body#inspection #sideNav li.this a{ color: #9b4900 !important; background: #f7f1eb; }

#sideNav li a:hover{
	color: #6e9b00 !important;
	background: #f4f7eb;
	opacity: 1;
}
	body#ce #sideNav li a:hover{ color: #006577 !important; background: #ebf3f4; }
	body#pharmacy #sideNav li a:hover{ color: #7d2545 !important; background: #f5eef0; }
	body#reha #sideNav li a:hover{ color: #2f5e00 !important; background: #eff2eb;}
	body#inspection #sideNav li a:hover{ color: #9b4900 !important; background: #f7f1eb;}

#side .side_bnr{
	max-width: 270px;
	margin: 10px auto 0;
}

/* ローカルナビ */
.localNav{
	margin: 0 auto;
	text-align: center;
}
	body#ce .localNav a{ background-color: #006577; }
	body#pharmacy .localNav a{ background-color: #7d2545; }
	body#reha .localNav a{ background-color: #2f5e00; }
	body#inspection .localNav a{ background-color: #9b4900; }

.localNav li{
	display: block;
	float: left;
	width: 50%;
	height: 60px;
	overflow: hidden;
}

.localNav a{
	display: inline-block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 20px 10px;
	color: #fff;
	text-align: left;
	line-height: 1.35;
	background-color: #6e9b00;
}
	body#ce .localNav{ background-color: #006577; }
	body#pharmacy .localNav{ background-color: #7d2545; }
	body#reha .localNav{ background-color: #2f5e00; }
	body#inspection .localNav{ background-color: #9b4900; }


#gNav .localNav li{
	border-left: 1px solid #dfdfdf;
}
#gNav .localNav li:nth-child(odd){
	border-left: 0;
}
#gNav .localNav li:nth-child(3n-1){
	border-right: inherit;
}


/* ===== 
	汎用パーツ
 ==================================== */
 
/* ボタン設定 */
.bt01{
	display: inline-block;
	width: 100%;
	max-width: 440px;
	line-height: 88px;
	text-align: center;
	color: #6e9b00;
	border: 1px solid #6e9b00;
}
	.bt01.c01{ border-color: #006577; }
	.bt01.c02{ border-color: #7d2545; }
	.bt01.c03{ border-color: #2f5e00; }
	.bt01.c04{ border-color: #9b4900; }
	.bt01.c05{ border-color: #683b93; }
	.bt01.c06{ border-color: #060; }
	.bt01.c07{ border-color: #db5f89; }

.bt02{
	display: inline-block;
	width: 100%;
	max-width: 320px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #6e9b00;
}
	.bt02.c01{ border-color: #006577; }
	.bt02.c02{ border-color: #7d2545; }
	.bt02.c03{ border-color: #2f5e00; }
	.bt02.c04{ border-color: #9b4900; }
	.bt02.c05{ border-color: #683b93; }
	.bt02.c06{ border-color: #060; }
	.bt02.c07{ border-color: #db5f89; }

.bt03{
	display: inline-block;
	width: 100%;
	max-width: 420px;
	line-height: 60px;
	text-align: center;
	color: #fff !important;
	background-color: #6e9b00;
}
	.bt03.c01{ background-color: #006577; }
	.bt03.c02{ background-color: #7d2545; }
	.bt03.c03{ background-color: #2f5e00; }
	.bt03.c04{ background-color: #9b4900; }
	.bt03.c05{ background-color: #683b93; }
	.bt03.c06{ background-color: #060; }
	.bt03.c07{ background-color: #db5f89; }

.bt04{
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding: 20px;
	line-height: 1.35;
	text-align: center;
	color: #fff !important;
	background-color: #6e9b00;
}
	.bt04.c01{ background-color: #006577; }
	.bt04.c02{ background-color: #7d2545; }
	.bt04.c03{ background-color: #2f5e00; }
	.bt04.c04{ background-color: #9b4900; }
	.bt04.c05{ background-color: #683b93; }
	.bt04.c06{ background-color: #060; }
	.bt04.c07{ background-color: #db5f89; }
	
	.bt04:after{
		display: inline-block;
		content: "";
		width: 0;
		height: 0;
		margin: 0 0 5px 10px;
		border-style: solid;
		border-width: 6px 0 6px 10px;
		border-color: transparent transparent transparent #fff;
		vertical-align: middle;
	}

.bt05{
	display: inline-block;
	width: 100%;
	max-width: 200px;
	min-height: 50px;
	padding: 16px 20px;
	text-align: center;
	color: #fff !important;
	background-color: #6e9b00;
	line-height: 1.35;
	border-radius: 30px;
}
	.bt05.c01{ background-color: #006577; }
	.bt05.c02{ background-color: #7d2545; }
	.bt05.c03{ background-color: #2f5e00; }
	.bt05.c04{ background-color: #9b4900; }
	.bt05.c05{ background-color: #683b93; }
	.bt05.c06{ background-color: #060; }
	.bt05.c07{ background-color: #db5f89; }

/* タイトル設定 */
.ttl01{
	position: relative;
	max-width: 600px;
	margin: 0 auto 35px;
	padding: 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	z-index: 0;
}
	body#ce .ttl01{ color: #006577; }
	body#pharmacy .ttl01{ color: #7d2545; }
	body#reha .ttl01{ color: #2f5e00; }
	body#inspection .ttl01{ color: #9b4900; }
	body#radiation .ttl01{ color: #683b93; }
	body#emt .ttl01{ color: #060; }
	body#nutrition .ttl01{ color: #db5f89; }

.ttl01:before{
	content: "";
	position: absolute;
	display: block;
	bottom: 5px;
	width: 100%;
	height: 5px;
	background: rgba(110, 155, 0, 0.85);
	z-index: -1;
}
	body#ce .ttl01:before{ background: rgba(0, 101, 119, 0.5); }
	body#pharmacy .ttl01:before{ background: rgba(125, 37, 69, 0.5); }
	body#reha .ttl01:before{ background: rgba(47, 94, 0, 0.5); }
	body#inspection .ttl01:before{ background: rgba(155, 73, 0, 0.5); }
	body#radiation .ttl01:before{ background: rgba(104, 59, 147, 0.5); }
	body#emt .ttl01:before{ background: rgba(0, 102, 0, 0.5); }
	body#nutrition .ttl01:before{ background: rgba(219, 95, 137, 0.5); }
	
#main .ttl01{
	text-align: left;
}

.ttl02{
	margin: 30px 0;
	padding: 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
	body#ce .ttl02{ color: #006577; }
	body#pharmacy .ttl02{ color: #7d2545; }
	body#reha .ttl02{ color: #2f5e00; }
	body#inspection .ttl02{ color: #9b4900; }
	body#radiation .ttl02{ color: #683b93; }
	body#emt .ttl02{ color: #060; }
	body#nutrition .ttl02{ color: #db5f89; }

.ttl03{
	margin: 30px 0 15px;
	padding: 0;
	color: #6e9b00;
	line-height: 135%;
}
	body#ce .ttl03{ color: #006577; }
	body#pharmacy .ttl03{ color: #7d2545; }
	body#reha .ttl03{ color: #2f5e00; }
	body#inspection .ttl03{ color: #9b4900; }
	body#radiation .ttl03{ color: #683b93; }
	body#emt .ttl03{ color: #060; }
	body#nutrition .ttl03{ color: #db5f89; }

.ttl04{
	margin: 40px 0 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
	body#ce .ttl04{ color: #006577; }
	body#pharmacy .ttl04{ color: #7d2545; }
	body#reha .ttl04{ color: #2f5e00; }
	body#inspection .ttl04{ color: #9b4900; }
	body#radiation .ttl04{ color: #683b93; }
	body#emt .ttl04{ color: #060; }
	body#nutrition .ttl04{ color: #db5f89; }

.ttl05{
	margin: 30px 0;
	padding: 0.5em 15px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #6e9b00;
	font-weight: bold;
	border: 1px solid #b6cd7f;
	background: #e9f0d9;
}
	body#ce .ttl05{ color: #006577; border: 1px solid #7fb2bb; background: #d9e8eb; }
	body#pharmacy .ttl05{ color: #7d2545; border: 1px solid #be92a2; background: #ecdfe3; }
	body#reha .ttl05{ color: #2f5e00; border: 1px solid #97ae7f; background: #e0e7d9; }
	body#inspection .ttl05{ color: #9b4900; border: 1px solid #cda47f; background: #f0e4d9; }
	body#radiation .ttl05{ color: #683b93; border: 1px solid #b39dc9; background: #e8e2ef; }
	body#emt .ttl05{ color: #060; border: 1px solid #7fb27f; background: #d9e8d9; }
	body#nutrition .ttl05{ color: #db5f89; border: 1px solid #edafc4; background: #fae7ed; }
	/*
	body#ce .ttl05{ color: #6e9b00; background: #d9eef7; }
	body#pharmacy .ttl05{ color: #7d2545; background: #dae7f2; }
	body#reha .ttl05{ color: #2f5e00; background: #e1f5f7; }
	*/

.ttl06{
	margin: 0 0 15px;
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
	body#ce .ttl06{ color: #006577; }
	body#pharmacy .ttl06{ color: #7d2545; }
	body#reha .ttl06{ color: #2f5e00; }
	body#inspection .ttl06{ color: #9b4900; }
	body#radiation .ttl06{ color: #683b93; }
	body#emt .ttl06{ color: #060; }
	body#nutrition .ttl06{ color: #db5f89; }

.ttl07{
	margin: 30px 0 15px;
	padding: 0 0 0 15px;
	line-height: 1.2;
	font-size: 18px;
	font-size: 2.4rem;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #6e9b00;
}
	body#ce .ttl07{ color: #006577; border-color: #006577; }
	body#pharmacy .ttl07{ color: #7d2545; border-color: #7d2545; }
	body#reha .ttl07{ color: #2f5e00; border-color: #2f5e00; }
	body#inspection .ttl07{ color: #9b4900; border-color: #9b4900; }
	body#radiation .ttl07{ color: #683b93; border-color: #683b93; }
	body#emt .ttl07{ color: #060; border-color: #060; }
	body#nutrition .ttl07{ color: #db5f89; border-color: #db5f89; }

.lead01{
	margin: 20px 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #6e9b00;
}
	body#ce .lead01{ color: #006577; }
	body#pharmacy .lead01{ color: #7d2545; }
	body#reha .lead01{ color: #2f5e00; }
	body#inspection .lead01{ color: #9b4900; }
	body#radiation .lead01{ color: #683b93; }
	body#emt .lead01{ color: #060; }
	body#emt .lead01{ color: #db5f89; }

.lead02{
	color: #555;
	font-weight: bold;
}


/* カラム */
.clm_imgR,
.clm_imgL{
	padding-bottom: 15px;
}

.clmQuarter .clm,
.clmFifth .clm{
	float: left;
	width: 50%;
}

.clmQuarter .clm:nth-child(odd){
	padding-right: 5px;
}

.clmQuarter .clm:nth-child(even){
	padding-left: 5px;
}

.clmTbl .clmImg01R{
	padding: 0 0 20px 40px;
}

.clmTbl .clmImg01L{
	padding: 0 40px 20px 0;
}

[class^="clmImg01"] .img{
	position: relative;
	display: block;
}

[class^="clmImg01"] .img:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #e9f0d9;
	z-index: -1;
}
	body#ce [class^="clmImg01"] .img:after { background: #d9e8eb; }
	body#pharmacy [class^="clmImg01"] .img:after { background: #ecdfe3; }
	body#reha [class^="clmImg01"] .img:after { background: #e0e7d9; }
	body#inspection [class^="clmImg01"] .img:after { background: #f0e4d9; }

.clmTbl .clmImg01R .img:after{
	left: -40px;
	bottom: -40px;
	padding: 0;
}

.clmTbl .clmImg01L .img:after{
	left: 40px;
	bottom: -40px;
	padding: 0;
}


/* Facebook タイムライン */
.fb_timeline{
	padding: 0;
	background: #eee;
}

.fb_timeline .clmL{
	padding: 20px;
	text-align: center;
	background: #4267b2;
}

.fb_timeline .clmL p{
	margin: 0 auto;
}

.fb_timeline .clmL img{
	width: 80%;
	max-width: 297px !important;
}

.fb_timeline .clmR{
	text-align: center;
}

/* ギャラリー */

.gallery{
	margin: 15px auto;
}

.gallery > li{
	margin: 15px 0 0;
}

.gallery > li p{
	margin: 10px 0;
}

.gallery02{
	margin: 10px auto;
}

.gallery02 > li{
	margin: 15px 0 0;
}

.gallery02 > li p{
	margin: 10px 0;
}


/* =====================================
	 for TB (min-width: 640px)
===================================== */
@media screen and (min-width: 640px) {

.sp_only{ display: none !important; }

/* header
---------------------- */
#header{
	height: 100px;
}

#header .bar{
	height: 20px;
}

#bt_menu{
	top: 20px;
}

#gNav{
	top: 100px;
}


/* gNav */
#gNav .thmb{
	width: 90px;
	padding: 0 15px;
}


/* footer
---------------------- */
#copyright p {
	padding: 56px 30px 0;
}


/* ===== 
	本文
 ==================================== */
#home #container .wrap{
	padding: 0 30px;
}

#container .wrap{
	padding: 40px 30px;
}

.wrap_inn{
	padding: 30px 0;
}


/* ===== 
	TOP
 ==================================== */

/* mainNav */
#mainNav{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	table-layout: fixed;
	overflow: hidden;
}

#mainNav li{
	/* 2カラム */
	width: calc(100% / 2);
	/* 3カラム */
	/* width: calc(100% / 3); */
}

#mainNav li[class^="nv"]{
	background-size: 100%;
}

#mainNav li a > span{
	font-size: 2.1rem;
	letter-spacing: 0.2em;
}


/* ===== 
	2nd page
 ==================================== */

/* ページタイトルイメージ */

#pageTtl h1{
	width: calc(100% / 3);
	font-size: 2.4rem;
	line-height: 1.35;
}
	#pageTtl h1 > span{
		padding: 30px;
	}

/* ===== 
	汎用パーツ
 ==================================== */
.lead01{
	margin: 40px 0;
	font-size: 2.4rem;
	line-height: 1.5;
}

/* タイトル設定 */
#main .ttl01{
	margin: 0 0 60px;
	font-size: 30px;
	font-size: 3.0rem;
}


/* カラム */
.clmHalf02 [class^= "clm"]{
	width: 50%;
	float: left;
}
	.clmHalf02 .clmL{
		padding-right: 10px;
	}

	.clmHalf02 .clmR{
		padding-left: 10px;
	}

.clmTri .clm{
	float: left;
	width: calc( 100% / 3 );
}

.clmTri .clm:nth-child(3n-2){
	padding-right: 2%;
}

.clmTri .clm:nth-child(3n-1){
	padding-left: 1%;
	padding-right: 1%;
}

.clmTri .clm:nth-child(3n){
	padding-left: 2%;
}


.clmTbl{
	display: table;
	width: 100%;
}

.clmTbl .clm{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.clmTbl [class^="clmTxt01"] {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.clmTbl .clmTxt01L{
	padding-right: 20px;
}

.clmTbl .clmTxt01R{
	padding-left: 20px;
}

.clmTbl [class^="clmImg01"]{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.clmTbl .clmImg01R{
	padding: 0 0 20px 20px;
}

.clmTbl .clmImg01L{
	padding: 0 20px 20px 0;
}

.clmTbl .clmImg01R .img:after{
	left: -80px;
	bottom: -40px;
	padding: 0;
}

.clmTbl .clmImg01L .img:after{
	left: 80px;
	bottom: -40px;
	padding: 0;
}


/* Facebook タイムライン */
.fb_timeline{
	padding: 10px;
}

.fb_timeline .clmL{
	width: 500px;
	margin: 0 auto;
}


/* ギャラリー */
.gallery > li{
	width: 50%;
	float: left;
	margin: 10px 0 0;
}

.gallery > li:nth-child(odd){
	padding-right: 10px;
}

.gallery > li:nth-child(even){
	padding-left: 10px;
}


}

@media screen and (max-width: 1023px) {
.gallery02 > li{
	width: 50%;
	float: left;
	margin: 10px 0 0;
}

.gallery02 > li:nth-child(odd){
	padding-right: 10px;
}

.gallery02 > li:nth-child(even){
	padding-left: 10px;
}
}

/* =====================================
	 for PC (min-width: 1024px)
===================================== */
@media screen and (min-width: 1024px) {

.pc_only{
	display: block !important;
}
.pc_only_il{
	display: inline !important;
}

.not_pc{
	display: none;
}

/* header
---------------------- */
#header h1{
	max-width: 300.5px;
}



/* footer
---------------------- */
#pagetop{
	position: fixed;
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
	right: -90px;
	bottom: 190px;
	text-align: center;
	z-index: 1;
}

#footer #sign{
	padding: 70px 20px;
}

#pagetop a{
	margin: 0;
}


/* ===== 
	本文
 ==================================== */
#home #container{ width: 840px; }

#container .wrap{
	margin: 0 auto;
	padding: 50px;
}


/* ===== 
	TOP
 ==================================== */

/* cover */

/* mainNav */
#mainNav{
	/*
	3カラム 
	height: calc(100vw / 3);
	4カラム 
	height: calc(100vw / 4);
	*/
}

#mainNav li[class^="nv"]{
	background-size: cover;
}

#mainNav .doctor{ background: #008f00 url("../../images/top/img_doctor.jpg") no-repeat; }
#mainNav .resident{ background: #008dc6 url("../../images/top/img_resident.jpg") no-repeat; }
#mainNav .nurse{ background: #ff7a9c url("../../images/top/img_nurse.jpg") no-repeat; }
#mainNav .co-medical_ce{ background: #006577 url("../../images/top/img_comedical_ce.jpg") no-repeat; }
#mainNav .co-medical_pharmacy{ background: #7d2545 url("../../images/top/img_comedical_pharmacy.jpg") no-repeat; }
#mainNav .co-medical_reha{ background: #2f5e00 url("../../images/top/img_comedical_reha.jpg") no-repeat; }
#mainNav .co-medical_inspection{ background: #9b4900 url("../../images/top/img_comedical_inspection.jpg") no-repeat; }
#mainNav .co-medical_radiation{ background: #683b93 url("../../images/top/img_comedical_radiation.jpg") no-repeat; }
#mainNav .emt{ background: #060 url("../../images/top/img_emt.jpg") no-repeat; }
#mainNav .nutrition_manage{ background: #db5f89 url("../../images/top/img_nutrition_manage.jpg") no-repeat; }
#mainNav .chiiki{ background: #e2b530 url("../../images/top/img_chiiki.jpg") no-repeat; }



/* ===== 
	2nd page
 ==================================== */
/* ページタイトルイメージ */

#pageTtl h1{
	width: calc(100% / 3);
	font-size: 3.0rem;
	line-height: 1.35;
}
	#pageTtl h1 > span{
		padding: 50px;
	}

/* パンくず */

#pagePath ul{
	padding: 18px 50px;
}


/* ローカルナビ */



/* ===== 
	汎用パーツ
 ==================================== */

/* ボタン設定 */

/* タイトル設定 */
.ttl01{
	margin: 0 auto 55px;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.5;
}

.ttl02{
	font-size: 24px;
	font-size: 2.4rem;
}


/* カラム */
.clmHalf .clm{
	width: 50%;
	float: left;
}

.clmHalf .clmL{
	width: 50%;
	float: left;
	padding-right: 20px;
}

.clmHalf .clmR{
	width: 50%;
	float: right;
	padding-left: 20px;
}

.clmHalf02 .clmL{
	padding-right: 20px;
}

.clmHalf02 .clmR{
	padding-left: 20px;
}


.clmTri .clm2{
	width: 66.666%;
	float: left;
}

.clmQuarter .clm{
	width: 25%;
}

.clmQuarter .clm:nth-child(4n+1){
	padding-right: 12px;
	padding-left: 0;
}

.clmQuarter .clm:nth-child(4n+2){
	padding-left: 4px;
	padding-right: 8px;
}

.clmQuarter .clm:nth-child(4n+3){
	padding-left: 8px;
	padding-right: 4px;
}

.clmQuarter .clm:nth-child(4n){
	padding-right: 0;
	padding-left: 12px;
}

.clmFifth .clm{
	width: 20%;
}


/* Facebook タイムライン */
.fb_timeline{
	display: table;
	width: 100%;
}

.fb_timeline .clmL{
	display: table-cell;
	float: none;
	width: auto;
	vertical-align: middle;
}

.fb_timeline .clmR{
	display: table-cell;
	float: none;
	width: 510px;
	padding: 0 0 0 10px;
}


/* ギャラリー */

.gallery > li:nth-child(odd){
	padding-right: 15px;
}

.gallery > li:nth-child(even){
	padding-left: 15px;
}

.gallery02 > li{
	width: 33.333%;
	width: calc(100% / 3);
	float: left;
	margin: 10px 0 0;
}

.gallery02 > li:nth-child(3n){
	padding-left: 2%;
}

.gallery02 > li:nth-child(3n-1){
	padding-right: 1%;
	padding-left: 1%;
}

.gallery02 > li:nth-child(3n-2){
	padding-right: 2%;
}

}



/* =====================================
	 for PC (min-width: 1200px)
===================================== */
@media screen and (min-width: 1200px) {


/* header
---------------------- */


/* ===== 
	本文
 ==================================== */

#container .wrap{
	max-width: 1180px;
	padding: 50px 0;
}
 

/* ===== 
	TOP
 ==================================== */

/* cover */
#cover{
	background-attachment: fixed;
}
#cover #cv_inn{
	display: table;
	height: 100%;
	width: calc(100% / 3);
}

#cover #cv_lead{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#cover #cv_lead h1,
#cover #cv_lead h2{
	position: relative;
	margin-top: 0;
	font-size: 2.7rem;
}

#cover #cv_lead h2{
	margin-top: -94px;
}

/* mainNav */
#mainNav li[class^="nv"]:hover{
	background-size: 120%;
}

#mainNav li{
	width: calc(100% / 4);
	height: calc(100vw / 4);
}

#mainNav li[class^="nv"]{
	background-size: 100%;
}

#mainNav li a > span{
	font-size: 2.7rem;
}

#mainNav li a:hover > span{
	font-size: 2.4rem;
	text-shadow:
		0px 1px 8px #000
		;
	background: rgba(0, 0, 0, 0);
}


/* ===== 
	2nd page
 ==================================== */
/* ページタイトルイメージ */
	#pageTtl h1 > span{
		padding: 60px;
	}

/* パンくず */

#pagePath ul{
	padding: 18px 60px;
}


/* メイン部 */
#wrap{
	width: 1180px;
	margin: 0 auto;
}

/* 本文 */
#main{
	float: right;
	width: 860px;
}

/* サイドナビ */
#side{
	float: left;
	width: 270px;
	padding: 80px 0 0;
}

#floatingObj {
	position: relative;
}

/* ローカルナビ */
.localNav {
	text-align: center;
}


/* ===== 
	汎用パーツ
 ==================================== */

/* カラム */

.clmHalf02 .clmL{
	padding-right: 30px;
}

.clmHalf02 .clmR{
	padding-left: 30px;
}

.clmTri .clm:nth-child(3n-2){
	padding-right: 42px;
}

.clmTri .clm:nth-child(3n-1){
	padding-left: 21px;
	padding-right: 21px;
}

.clmTri .clm:nth-child(3n){
	padding-left: 42px;
}



}



/* =====================================
	 for PC (min-width: 1920px)
===================================== */
@media screen and (min-width: 1920px) {

/* ===== 
	TOP
 ==================================== */

/* cover */

#cover .cv_inn .txt{
	padding: 90px 0 211px;
}

#cover #mnav{
	height: 211px;
}

#cover #mnav li .ttl{
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 30px;
}

#cover #mnav li .ex{
	font-size: 21px;
	font-size: 2.1rem;
}

}

