@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_nomalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_nomalize.scss */
body {
  margin: 0;
}

/* line 22, ../sass/_nomalize.scss */
body {
  font: 13px/1.231;
  *font-size: small;
  *font: x-small;
}

/* line 23, ../sass/_nomalize.scss */
select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/* line 24, ../sass/_nomalize.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 25, ../sass/_nomalize.scss */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* 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.
 */
/* line 36, ../sass/_nomalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
/* line 56, ../sass/_nomalize.scss */
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.
 */
/* line 69, ../sass/_nomalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 79, ../sass/_nomalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 91, ../sass/_nomalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 99, ../sass/_nomalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 128, ../sass/_nomalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../sass/_nomalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../sass/_nomalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../sass/_nomalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../sass/_nomalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../sass/_nomalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../sass/_nomalize.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../sass/_nomalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, ../sass/_nomalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, ../sass/_nomalize.scss */
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.
 */
/* line 253, ../sass/_nomalize.scss */
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.
 */
/* line 267, ../sass/_nomalize.scss */
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.
 */
/* line 278, ../sass/_nomalize.scss */
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.
 */
/* line 291, ../sass/_nomalize.scss */
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.
 */
/* line 303, ../sass/_nomalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../sass/_nomalize.scss */
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.
 */
/* line 323, ../sass/_nomalize.scss */
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.
 */
/* line 335, ../sass/_nomalize.scss */
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`.
 */
/* line 347, ../sass/_nomalize.scss */
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
 *    (include `-moz` to future-proof).
 */
/* line 358, ../sass/_nomalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */
/* line 371, ../sass/_nomalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, ../sass/_nomalize.scss */
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.
 */
/* line 391, ../sass/_nomalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, ../sass/_nomalize.scss */
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.
 */
/* line 409, ../sass/_nomalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, ../sass/_nomalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../sass/_nomalize.scss */
td,
th {
  padding: 0;
}

/* box-sizing
   ========================================================================== */
/* line 432, ../sass/_nomalize.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* transition設定
******************************************************************************************** */
/* 要素高さ揃え設定(親要素に)
******************************************************************************************** */
/* 角丸設定
******************************************************************************************** */
/* レスポンシブ設定
******************************************************************************************** */
/* Media Queries
******************************************************************************************** */
/* 設定
******************************************************************************************** */
/* 基本設定
******************************************************************************************** */
/* line 26, ../sass/style.scss */
html {
  overflow: auto;
  font-size: 62.5%;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  /* letter-spacing: 0.1em; */
  line-height: 1.3;
  background: #fff;
}

/* line 36, ../sass/style.scss */
body {
  background: #F5F3EF;
  /*wide
  display:table;
  width:100%;
  height:100%;
  */
  min-width: 1000px;
  /* Smartphone
  @include mediaquery-smartphone { min-width:100%; } */
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 52, ../sass/style.scss */
div, img, h1, h2, h3, h4, h5, h6, p, form, pre {
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: block;
}

/* line 53, ../sass/style.scss */
ul, li, ol, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}

/* line 54, ../sass/style.scss */
img {
  vertical-align: top;
  /*  Smartphone */
  /* @include mediaquery-smartphone {
  	width:100%;
  	height:auto;
  } */
}

/* line 63, ../sass/style.scss */
a {
  color: #2C66AC;
  text-decoration: none;
}

/* line 67, ../sass/style.scss */
a img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 70, ../sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 73, ../sass/style.scss */
a:hover img, .send:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

/* 共通設定 */
/* line 82, ../sass/style.scss */
.pc_mode {
  display: block;
}
@media only screen and (max-width: 499px) {
  /* line 82, ../sass/style.scss */
  .pc_mode {
    display: none;
  }
}

/* line 88, ../sass/style.scss */
.sp_mode {
  display: none;
  /*  Smartphone */
}
@media only screen and (max-width: 499px) {
  /* line 88, ../sass/style.scss */
  .sp_mode {
    display: block;
  }
}

/* レイアウト設定
******************************************************************************************** */
/* line 97, ../sass/style.scss */
#site_description {
  width: 1000px;
  margin: 0 auto;
  /* Smartphone
  @include mediaquery-smartphone { width:100%; } */
  font-weight: normal;
  padding: 10px 0;
  text-align: right;
  display: block;
  color: #99CCFF;
}

/* line 105, ../sass/style.scss */
#main {
  width: 1000px;
  margin: 0 auto;
  /* Smartphone
  @include mediaquery-smartphone { width:100%; } */
  *zoom: 1;
  margin-bottom: 40px;
}
/* line 8, ../sass/_mixin.scss */
#main:before, #main:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 14, ../sass/_mixin.scss */
#main:after {
  clear: both;
}

/* line 111, ../sass/style.scss */
.gotop_btn {
  font-size: 13px;
  font-size: 1.3rem;
  width: 1000px;
  margin: 0 auto;
  /* Smartphone
  @include mediaquery-smartphone { width:100%; } */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: right;
  margin-bottom: 10px;
}
/* line 117, ../sass/style.scss */
.gotop_btn a {
  background: url(../img/arrow02.png) left center no-repeat;
  padding-left: 20px;
  color: #000;
}

/* line 123, ../sass/style.scss */
#lcnv {
  float: left;
  width: 210px;
}

/* line 127, ../sass/style.scss */
#content {
  float: right;
  width: 770px;
}
/* line 130, ../sass/style.scss */
#content.content_bg {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
/* line 134, ../sass/style.scss */
#content.content_bg #page_title {
  margin-bottom: 10px;
}
/* line 138, ../sass/style.scss */
#content.content_bg .block .block_title {
  font-weight: normal;
  margin-bottom: 20px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #99CCFF;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 8px 10px;
}
/* line 147, ../sass/style.scss */
#content.content_bg .block .block_title span {
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 40px;
  padding: 5px 20px 5px 5px;
  border-right: 1px #fff solid;
  margin-right: 20px;
}
/* line 155, ../sass/style.scss */
#content.content_bg .block .blue_title {
  font-weight: normal;
  margin-bottom: 20px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #99CCFF;
  padding: 8px 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 168, ../sass/style.scss */
#breadcrumb {
  margin-bottom: 20px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 172, ../sass/style.scss */
#breadcrumb span {
  background: url(../img/arrow04.png) right center no-repeat;
  padding-right: 10px;
}
/* line 175, ../sass/style.scss */
#breadcrumb span a {
  color: #000;
}
/* line 179, ../sass/style.scss */
#breadcrumb strong {
  font-weight: normal;
}

/* lcnv CONFIG
******************************************************************************************** */
/* line 185, ../sass/style.scss */
#lcnv {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
/* line 189, ../sass/style.scss */
#lcnv #header {
  padding: 40px 15px 30px 15px;
}
/* line 191, ../sass/style.scss */
#lcnv #header h1 {
  padding-bottom: 30px;
  border-bottom: #99CCFF dotted 1px;
  margin-bottom: 10px;
}
/* line 196, ../sass/style.scss */
#lcnv #header .tel {
  color: #4CA5FF;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
/* line 202, ../sass/style.scss */
#lcnv #header .add {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
/* line 207, ../sass/style.scss */
#lcnv #header .time_area h2 {
  color: #4CA5FF;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
/* line 213, ../sass/style.scss */
#lcnv #header .time_area dl dt {
  width: 60px;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
/* line 218, ../sass/style.scss */
#lcnv #header .time_area dl dt span {
  display: block;
  text-align: center;
  color: #fff;
  background: #99CCFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  width: 60px;
}
/* line 228, ../sass/style.scss */
#lcnv #header .time_area dl dd {
  margin-left: 70px;
  margin-bottom: 10px;
  padding: 2px;
}

/* glnv CONFIG
******************************************************************************************** */
/* line 242, ../sass/style.scss */
#glnv ul li {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px #ccc dotted;
  height: 50px;
  overflow: hidden;
}
/* line 247, ../sass/style.scss */
#glnv ul li:nth-last-child(1) {
  border-bottom: none;
}
/* line 251, ../sass/style.scss */
#glnv ul li a {
  display: block;
  padding: 15px 20px;
  color: #000;
  background: url(../img/arrow01.png) 90% center no-repeat;
}
/* line 257, ../sass/style.scss */
#glnv ul li:hover, #glnv ul li.current {
  background: url(../img/lcnv_arrow.png) center right no-repeat #99CCFF;
  margin-right: -10px;
  border-bottom: none;
}
/* line 261, ../sass/style.scss */
#glnv ul li:hover a, #glnv ul li.current a {
  text-decoration: none;
  color: #fff;
  width: 210px;
  overflow: hidden;
  background: url(../img/icon01.png) 20px center no-repeat;
  padding-left: 50px;
}

/* footer CONFIG
******************************************************************************************** */
/* line 275, ../sass/style.scss */
#footer {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: solid 1px #ccc;
  background: #fff;
}
/* line 279, ../sass/style.scss */
#footer #foot_nav {
  width: 1000px;
  margin: 0 auto;
  /* Smartphone
  @include mediaquery-smartphone { width:100%; } */
  padding-top: 15px;
  margin-bottom: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 284, ../sass/style.scss */
#footer #foot_nav ul {
  text-align: center;
}
/* line 286, ../sass/style.scss */
#footer #foot_nav ul li {
  display: inline;
}
/* line 288, ../sass/style.scss */
#footer #foot_nav ul li a {
  color: #000;
}
/* line 291, ../sass/style.scss */
#footer #foot_nav ul li span {
  padding: 0 10px;
}
/* line 297, ../sass/style.scss */
#footer #copyright {
  width: 1000px;
  margin: 0 auto;
  /* Smartphone
  @include mediaquery-smartphone { width:100%; } */
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding-bottom: 10px;
}

/* index CONFIG
******************************************************************************************** */
/* line 308, ../sass/style.scss */
#index #main_info {
  *zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
/* line 8, ../sass/_mixin.scss */
#index #main_info:before, #index #main_info:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 14, ../sass/_mixin.scss */
#index #main_info:after {
  clear: both;
}
/* line 312, ../sass/style.scss */
#index #main_info #mainimg {
  width: 510px;
  margin-right: 10px;
}
/* line 315, ../sass/style.scss */
#index #main_info #mainimg img {
  width: 510px;
  height: auto;
}
/* line 320, ../sass/style.scss */
#index #main_info #info_area {
  position: relative;
  width: 250px;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
/* line 326, ../sass/style.scss */
#index #main_info #info_area h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #4CA5FF;
  margin-bottom: 10px;
}
/* line 332, ../sass/style.scss */
#index #main_info #info_area dl {
  padding-bottom: 10px;
}
/* line 334, ../sass/style.scss */
#index #main_info #info_area dl dt {
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 337, ../sass/style.scss */
#index #main_info #info_area dl dd {
  border-bottom: #ccc dotted 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 344, ../sass/style.scss */
#index #main_info #info_area .more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  font-size: 1rem;
}
/* line 350, ../sass/style.scss */
#index #main_info #info_area .more a {
  color: #000;
  padding-right: 10px;
  background: url(../img/arrow03.png) right center no-repeat;
}
/* line 358, ../sass/style.scss */
#index #btn_area {
  width: 770px;
  overflow: hidden;
}
/* line 361, ../sass/style.scss */
#index #btn_area ul {
  width: 780px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 365, ../sass/style.scss */
#index #btn_area ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* subject CONFIG
******************************************************************************************** */
/* line 376, ../sass/style.scss */
#subject .block .description {
  margin-bottom: 30px;
}
/* line 379, ../sass/style.scss */
#subject .block .inner {
  padding: 0 0 0 15px;
  margin-bottom: 60px;
  *zoom: 1;
}
/* line 8, ../sass/_mixin.scss */
#subject .block .inner:before, #subject .block .inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 14, ../sass/_mixin.scss */
#subject .block .inner:after {
  clear: both;
}
/* line 384, ../sass/style.scss */
#subject .block .inner .txt_span .set {
  margin-bottom: 60px;
  *zoom: 1;
}
/* line 8, ../sass/_mixin.scss */
#subject .block .inner .txt_span .set:before, #subject .block .inner .txt_span .set:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 14, ../sass/_mixin.scss */
#subject .block .inner .txt_span .set:after {
  clear: both;
}
/* line 387, ../sass/style.scss */
#subject .block .inner .txt_span .set h2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(../img/icon02.png) left top no-repeat;
  padding-left: 30px;
  min-height: 24px;
  margin-bottom: 10px;
}
/* line 396, ../sass/style.scss */
#subject .block .inner .txt_span .set h3 {
  font-weight: bold;
  color: #4CA5FF;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
/* line 402, ../sass/style.scss */
#subject .block .inner .txt_span .set h4 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
/* line 407, ../sass/style.scss */
#subject .block .inner .txt_span .set p {
  margin-bottom: 20px;
}
/* line 410, ../sass/style.scss */
#subject .block .inner .txt_span .set ul {
  padding-left: 1em;
  margin-bottom: 15px;
}
/* line 413, ../sass/style.scss */
#subject .block .inner .txt_span .set ul li {
  font-weight: bold;
}
/* line 420, ../sass/style.scss */
#subject .block .inner .img_span img {
  margin-bottom: 15px;
}
/* line 424, ../sass/style.scss */
#subject .block .inner .fll {
  width: 350px;
  margin-right: 10px;
}
/* line 428, ../sass/style.scss */
#subject .block .inner .flr {
  width: 350px;
}
/* line 431, ../sass/style.scss */
#subject .block .inner figure {
  padding-left: 15px;
  margin-bottom: 30px;
}
/* line 434, ../sass/style.scss */
#subject .block .inner figure figcaption {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 438, ../sass/style.scss */
#subject .block .inner figure img {
  margin-bottom: 10px;
}
/* line 441, ../sass/style.scss */
#subject .block .inner figure p {
  padding-bottom: 15px;
}

/* faq CONFIG
******************************************************************************************** */
/* line 451, ../sass/style.scss */
#faq #nav_area {
  margin-bottom: 60px;
}
/* line 453, ../sass/style.scss */
#faq #nav_area ul {
  padding-top: 20px;
}
/* line 455, ../sass/style.scss */
#faq #nav_area ul li {
  margin-bottom: 10px;
  background: url(../img/arrow05.png) left top no-repeat;
  padding-left: 30px;
  min-height: 20px;
}
/* line 460, ../sass/style.scss */
#faq #nav_area ul li a {
  text-decoration: underline;
  color: #4CA5FF;
}
/* line 463, ../sass/style.scss */
#faq #nav_area ul li a:hover {
  text-decoration: none;
}
/* line 470, ../sass/style.scss */
#faq .block {
  margin-bottom: 50px;
}

/* physician CONFIG
******************************************************************************************** */
/* line 477, ../sass/style.scss */
#physician .block {
  margin-bottom: 60px;
}
/* line 479, ../sass/style.scss */
#physician .block .inner {
  padding: 20px 0 0 30px;
  *zoom: 1;
}
/* line 8, ../sass/_mixin.scss */
#physician .block .inner:before, #physician .block .inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 14, ../sass/_mixin.scss */
#physician .block .inner:after {
  clear: both;
}
/* line 482, ../sass/style.scss */
#physician .block .inner img {
  float: left;
  margin-right: 40px;
}
/* line 486, ../sass/style.scss */
#physician .block .inner .txt_span {
  overflow: hidden;
}
/* line 488, ../sass/style.scss */
#physician .block .inner .txt_span p {
  margin-bottom: 60px;
}

/* access CONFIG
******************************************************************************************** */
/* line 498, ../sass/style.scss */
#access #map_area {
  margin-bottom: 60px;
}
/* line 500, ../sass/style.scss */
#access #map_area table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 503, ../sass/style.scss */
#access #map_area table th {
  color: #fff;
  background: #99CCFF;
  text-align: left;
  padding: 10px;
  border: #ccc solid 1px;
  font-weight: normal;
  width: 200px;
}
/* line 512, ../sass/style.scss */
#access #map_area table td {
  padding: 10px;
  border: #ccc solid 1px;
}

/* work CONFIG
******************************************************************************************** */
/* line 522, ../sass/style.scss */
#work table {
  margin-bottom: 60px;
  width: 100%;
}
/* line 525, ../sass/style.scss */
#work table th {
  text-align: left;
  color: #fff;
  width: 200px;
  border: #ccc solid 1px;
  padding: 10px;
  background: #99CCFF;
}
/* line 533, ../sass/style.scss */
#work table td {
  line-height: 1.6;
  border: #ccc solid 1px;
  padding: 10px;
}
/* line 538, ../sass/style.scss */
#work table td p {
  margin-bottom: 30px;
}
/* line 541, ../sass/style.scss */
#work table td table {
  margin-bottom: 10px;
}
/* line 544, ../sass/style.scss */
#work table td th {
  background: #DDDDDD;
  color: #000;
}
/* line 547, ../sass/style.scss */
#work table td th.top {
  font-weight: normal;
  text-align: center;
}
/* line 551, ../sass/style.scss */
#work table td th.none {
  width: 160px !important;
  height: 43px !important;
  overflow: hidden;
  padding: 0;
  background: #fff;
}
/* line 557, ../sass/style.scss */
#work table td th.none .diagonal {
  height: 100%;
  width: 100%;
  border-top: solid #DDDDDD 1px;
}
/* line 562, ../sass/style.scss */
#work table td th.none .rightDown {
  transform: matrix(1, 0.26875, 0, 1, 0, 21.5);
}

/* contact CONFIG
******************************************************************************************** */
/* line 575, ../sass/style.scss */
#contact #contact_area {
  margin-bottom: 60px;
}
/* line 578, ../sass/style.scss */
#contact table {
  width: 100%;
  margin-bottom: 40px;
}
/* line 581, ../sass/style.scss */
#contact table th {
  width: 200px;
  background: #99CCFF;
  color: #fff;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  border: #ccc solid 1px;
}
/* line 589, ../sass/style.scss */
#contact table th span {
  font-size: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #FF7373;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 5px;
  margin-left: 10px;
}
/* line 598, ../sass/style.scss */
#contact table td {
  padding: 10px;
  border: #ccc solid 1px;
}
/* line 602, ../sass/style.scss */
#contact table td input, #contact table td textarea {
  width: 100%;
}
/* line 605, ../sass/style.scss */
#contact table td .error {
  margin-left: 5px;
  color: #FF7373;
}
/* line 612, ../sass/style.scss */
#contact .send input, #contact .send .top_btn {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background: #99CCFF url(../img/arrow01.png) right 5px center no-repeat;
  border: none;
  padding: 8px 50px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
}
/* line 623, ../sass/style.scss */
#contact .send .back {
  background: #99CCFF url(../img/arrow06.png) left 5px center no-repeat;
}
/* line 626, ../sass/style.scss */
#contact .send .fin {
  background: #2C66AC url(../img/arrow01.png) right 5px center no-repeat;
  text-decoration: none;
}
/* line 629, ../sass/style.scss */
#contact .send .fin:hover {
  text-decoration: none;
}

/* news CONFIG
******************************************************************************************** */
/* line 638, ../sass/style.scss */
#news #news_area {
  min-height: 530px;
}
/* line 640, ../sass/style.scss */
#news #news_area .inner {
  padding: 15px;
}
/* line 644, ../sass/style.scss */
#news #news_area .set .date {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
/* line 648, ../sass/style.scss */
#news #news_area .set h2 {
  border-bottom: #2C66AC dotted 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 658, ../sass/style.scss */
#news #news_detail .inner {
  margin-bottom: 50px;
}
/* line 661, ../sass/style.scss */
#news #news_detail p {
  margin-bottom: 20px;
}
/* line 664, ../sass/style.scss */
#news #news_detail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 670, ../sass/style.scss */
#news .pager {
  *zoom: 1;
  text-align: center;
}
/* line 8, ../sass/_mixin.scss */
#news .pager:before, #news .pager:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 14, ../sass/_mixin.scss */
#news .pager:after {
  clear: both;
}
/* line 673, ../sass/style.scss */
#news .pager li {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}
/* line 678, ../sass/style.scss */
#news .pager li a {
  border: #ccc solid 1px;
  background: #99CCFF;
  display: block;
  padding: 5px 8px;
  color: #fff;
}
/* line 685, ../sass/style.scss */
#news .pager li a:hover {
  text-decoration: none;
  background: #2C66AC;
}

/* FLOAT CONFIG
******************************************************************************************** */
/* line 695, ../sass/style.scss */
.clear {
  clear: both;
}

/* line 696, ../sass/style.scss */
.flr {
  float: right;
}

/* line 697, ../sass/style.scss */
.fll {
  float: left;
}

/* line 698, ../sass/style.scss */
.center {
  text-align: center;
}

/* line 699, ../sass/style.scss */
.center img {
  display: inline;
}

/* line 700, ../sass/style.scss */
.left {
  text-align: left;
}

/* line 701, ../sass/style.scss */
.flrpic {
  float: right;
  display: inline;
  margin: 0px 0px 0px 15px;
}

/* line 702, ../sass/style.scss */
.flrpic img {
  margin-bottom: 5px;
  display: inline;
}

/* line 703, ../sass/style.scss */
.fllpic {
  float: left;
  margin: 0px 15px 0px 0px;
}

/* line 704, ../sass/style.scss */
.fllpic img {
  margin-bottom: 5px;
  display: inline;
}

/* line 705, ../sass/style.scss */
.centerpic {
  margin: 0px auto;
  text-align: center;
}

/* line 706, ../sass/style.scss */
.centerpic img {
  display: inline;
}

/* line 707, ../sass/style.scss */
.flrtbl {
  float: right;
  margin: 0px 0px 25px 25px;
}

/* line 708, ../sass/style.scss */
.flltbl {
  float: left;
  margin: 0px 25px 25px 0px;
}

/* line 709, ../sass/style.scss */
.alr {
  text-align: right;
}

/* line 710, ../sass/style.scss */
.alr img {
  display: inline;
}

/* line 711, ../sass/style.scss */
.inline {
  display: inline;
}

/* line 712, ../sass/style.scss */
.all {
  text-align: left;
}

/* TEXT CONFIG
******************************************************************************************** */
/* line 716, ../sass/style.scss */
.caption {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2em;
  text-align: left;
}

/* line 717, ../sass/style.scss */
.notice {
  color: #FF0000;
  text-align: left;
}
