/* black
-----------------------*/
/* GOLD
-----------------------*/
/* RED
-----------------------*/
/* GRAY
-----------------------*/
/*! normalize.css v3.0.2 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! reset.css */
/**
 * reset and overwrite normalize.css
 */
ol, ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

dd {
  margin-left: 0; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-size: 100%;
  margin: 0; }

img {
  vertical-align: top; }

header, footer, section, nav, aside, article, main {
  margin: 0; }

/* テンプレページ用CSS */
.m_temp_wrap {
  position: relative;
  text-align: center;
  color: #555;
  padding: 50px 0;
  margin: 50px 0;
  border-top: 3px dashed #555;
  border-bottom: 3px dashed #555;
  background: #eee; }
  .m_temp_wrap:before {
    content: "<!-- template start -->";
    color: #ccc;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    font-family: monospace; }
  .m_temp_wrap:after {
    content: "<!-- template end -->";
    color: #ccc;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    font-family: monospace; }

.m_temp_body {
  display: inline-block;
  padding: 30px;
  background: #fff;
  border: 3px double #e0e0e0;
  margin: 20px 0 40px; }
  .m_temp_body dl {
    text-align: left; }
  .m_temp_body dl + dl {
    margin-top: 5px; }
  .m_temp_body dt {
    font-weight: bold;
    display: inline-block; }
  .m_temp_body dd {
    display: inline-block; }

/*----------------------------------------------------------
border radius
----------------------------------------------------------*/
/*----------------------------------------------------------
opacity
----------------------------------------------------------*/
/*---------------------*/
/*  font
/*---------------------*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ⾓ゴ Pro", "メイリオ", "MS Pゴシック", "MSゴシック", "Osaka", "Sans-serif";
  line-height: 1.85;
  color: #000;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  min-width: 980px; }
  @media only screen and (max-width: 740px) {
    body {
      font-size: 12px;
      min-width: 320px; } }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal !important; }

/*---------------------*/
/*  link setting
/*---------------------*/
/* hide outline */
a:link, a:visited, a:active, a:hover, a:focus {
  outline: none; }

/* color */
a {
  color: #c29943; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

/*---------------------*/
/*  clearfix 
/*---------------------*/
.cf:after {
  content: "";
  clear: both;
  display: block; }

/*---------------------*/
/* parts 
/*---------------------*/
.clear {
  clear: both; }

.inner {
  width: 980px;
  margin: 0 auto; }
  @media only screen and (max-width: 740px) {
    .inner {
      width: 92%;
      padding: 2% 4%; } }

/*---------------------*/
/* rows & cols
/*---------------------*/
.row {
  margin: 0 -10px; }
  .row:after {
    content: "";
    clear: both;
    display: block; }

.col {
  float: left; }

.col_inner {
  padding: 10px; }

.col_50 {
  width: 50%; }

.col_33 {
  width: 33.3%; }

.col_25 {
  width: 25%; }

@media only screen and (max-width: 740px) {
  .row {
    margin-left: 0;
    margin-right: 0; }
  .col {
    float: none;
    width: 100%; }
  .col_inner {
    padding-left: 0;
    padding-right: 0; } }

/*---------------------*/
/* freq style
/*---------------------*/
.align_l {
  text-align: left; }

.align_r {
  text-align: right; }

.align_c {
  text-align: center; }

.float_l {
  float: left; }

.float_r {
  float: right; }

.float_c {
  float: center; }

.pcH {
  display: none; }
  @media only screen and (max-width: 740px) {
    .pcH {
      display: block; } }

@media only screen and (max-width: 740px) {
  .spH {
    display: none; } }

img {
  max-width: 100%; }

/*---------------------*/
/* layout
/*---------------------*/
#header {
  height: 70px; }
  @media only screen and (max-width: 740px) {
    #header {
      height: auto; } }
  #header .inner {
    position: relative;
    max-width: 980px; }
    @media only screen and (max-width: 740px) {
      #header .inner {
        width: auto;
        padding: 10px 10px; } }

#site_id {
  padding: 15px 0 0;
  float: left; }
  @media only screen and (max-width: 740px) {
    #site_id {
      padding: 0; } }
  #site_id .logo {
    float: left; }
    @media only screen and (max-width: 740px) {
      #site_id .logo {
        width: 92px; }
        #site_id .logo img {
          width: 100%; } }
  #site_id .site_name {
    width: 301px;
    height: 41px;
    float: left;
    margin-left: 18px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/common/img/txt_kakehashi.png) no-repeat center center; }
    @media only screen and (max-width: 740px) {
      #site_id .site_name {
        display: none; } }
    #site_id .site_name a {
      color: #000;
      text-decoration: none; }

#header_link {
  position: absolute;
  top: 23px;
  right: 0; }
  @media only screen and (max-width: 740px) {
    #header_link {
      display: none; } }
  #header_link ul {
    margin: 0;
    padding: 0; }
  #header_link a {
    color: #000;
    padding-top: 10px;
    text-decoration: none; }
    #header_link a:hover {
      text-decoration: underline; }

#nav {
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 0; }
  @media only screen and (max-width: 740px) {
    #nav {
      border-top: none; } }
  #nav.is_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-top: none; }
  @media only screen and (max-width: 740px) {
    #nav .inner {
      padding: 0;
      width: 100%; } }
  #nav ul {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 740px) {
      #nav ul {
        position: absolute;
        display: none;
        top: 42px;
        z-index: 30;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #dedede; }
      #nav ul.is_active {
        display: block; } }
  #nav li {
    float: left;
    width: 20%;
    height: 70px;
    text-align: center; }
    #nav li:first-child a > span {
      border-left: 1px solid #dedede; }
    @media only screen and (max-width: 740px) {
      #nav li {
        position: relative;
        width: 50%;
        height: auto;
        border-top: 1px solid #dedede;
        text-align: left; }
      #nav li:nth-child(2n-1) a > span {
        border-right: 1px solid #dedede; }
      #nav li:nth-child(4n) {
        margin-bottom: -1px;
        border-bottom: 1px solid #dedede; } }
    #nav li a {
      display: block;
      color: #000;
      text-decoration: none;
      font-weight: normal;
      font-size: 14px;
      line-height: 70px;
      background-repeat: no-repeat;
      background-position: center 28px; }
      @media only screen and (max-width: 740px) {
        #nav li a {
          display: table;
          width: 100%;
          font-size: 13px;
          line-height: 45px;
          background: none !important; } }
      #nav li a:hover {
        color: #c29943;
        height: 68px;
        border-bottom: 2px solid #c29943; }
        @media only screen and (max-width: 740px) {
          #nav li a:hover {
            height: auto;
            border-bottom: none; }
          #nav li a:hover > span:before {
            border-color: transparent transparent transparent #c29943; } }
      #nav li a > span {
        display: inline-block;
        width: 100%;
        height: 25px;
        line-height: 25px;
        border-right: 1px solid #ccc;
        vertical-align: middle;
        text-indent: 110%;
        white-space: nowrap;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 740px) {
          #nav li a > span {
            display: table-cell;
            height: auto;
            line-height: inherit;
            border: none;
            padding-left: 25px;
            text-indent: 0; }
            #nav li a > span:before {
              content: "";
              position: absolute;
              left: 10px;
              top: 50%;
              margin-top: -5px;
              border-width: 4px;
              border-color: transparent transparent transparent #000;
              border-style: solid; } }
    #nav li.is_active a {
      color: #c29943;
      height: 68px;
      border-bottom: 2px solid #c29943; }
      @media only screen and (max-width: 740px) {
        #nav li.is_active a {
          height: auto;
          border-bottom: none; }
        #nav li.is_active a > span:before {
          border-color: transparent transparent transparent #c29943; } }
    #nav li.is_active a:hover {
      color: #c29943; }
    #nav li#nav_home a {
      background-image: url(/common/img/nav_top.png); }
      #nav li#nav_home a:hover {
        background-image: url(/common/img/nav_top_on.png); }
    #nav li#nav_home.is_active a {
      background-image: url(/common/img/nav_top_on.png); }
    #nav li#nav_about a {
      background-image: url(/common/img/nav_about.png); }
      #nav li#nav_about a:hover {
        background-image: url(/common/img/nav_about_on.png); }
    #nav li#nav_about.is_active a {
      background-image: url(/common/img/nav_about_on.png); }
    #nav li#nav_activity a {
      background-image: url(/common/img/nav_activity.png); }
      #nav li#nav_activity a:hover {
        background-image: url(/common/img/nav_activity_on.png); }
    #nav li#nav_activity.is_active a {
      background-image: url(/common/img/nav_activity_on.png); }
    #nav li#nav_abrsm a {
      background-image: url(/common/img/nav_abrsm.png); }
      #nav li#nav_abrsm a:hover {
        background-image: url(/common/img/nav_abrsm_on.png); }
    #nav li#nav_abrsm.is_active a {
      background-image: url(/common/img/nav_abrsm_on.png); }
    #nav li#nav_master a {
      background-image: url(/common/img/nav_master.png); }
      #nav li#nav_master a:hover {
        background-image: url(/common/img/nav_master_on.png); }
    #nav li#nav_master.is_active a {
      background-image: url(/common/img/nav_master_on.png); }

#nav_btn {
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 740px) {
    #nav_btn {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 20; }
      #nav_btn span {
        display: block;
        width: 24px;
        height: 25px;
        background: url(/common/img/btn_nav_close.png) no-repeat center center;
        background-size: 24px 25px; }
      #nav_btn img {
        width: 100%; }
    #nav_btn.is_active img {
      display: none; } }

#sub_nav ul {
  margin: 0;
  padding: 0; }
#sub_nav li {
  line-height: 1.5; }
#sub_nav .l_inner > ul > li {
  margin-bottom: 26px; }
  @media only screen and (max-width: 740px) {
    #sub_nav .l_inner > ul > li {
      position: relative;
      width: 100%;
      float: left;
      margin: 0;
      border-top: 1px solid #dedede; } }
#sub_nav li a {
  font-size: 14px;
  color: #000; }
  #sub_nav li a:before {
    content: "";
    display: inline-block;
    margin-top: 6px;
    padding-right: 6px;
    border-width: 4px;
    border-color: transparent transparent transparent #000;
    border-style: solid;
    vertical-align: top; }
    @media only screen and (max-width: 740px) {
      #sub_nav li a:before {
        position: absolute;
        left: 10px;
        top: 15px;
        margin-top: 0; } }
  #sub_nav li a span {
    display: inline-block; }
  @media only screen and (max-width: 740px) {
    #sub_nav li a {
      width: 100%;
      display: table;
      font-size: 13px; }
      #sub_nav li a span {
        display: table-cell;
        padding: 10px 25px; } }
#sub_nav .l_sub_nav_head ul {
  margin-top: 5px; }
  @media only screen and (max-width: 740px) {
    #sub_nav .l_sub_nav_head ul {
      margin-top: 0;
      border-top: 1px solid #dedede; } }
#sub_nav li .l_sub_nav_item li {
  position: relative;
  padding: 5px 0 5px 15px; }
  @media only screen and (max-width: 740px) {
    #sub_nav li .l_sub_nav_item li {
      margin: 0 20px;
      padding: 0 0 0 0;
      border-top: 1px dotted #dedede; }
    #sub_nav li .l_sub_nav_item li:first-child {
      border-top: none; }
    #sub_nav li .l_sub_nav_item li a:before {
      left: 0px; }
    #sub_nav li .l_sub_nav_item li span {
      padding-left: 15px; } }
#sub_nav li.is_active > a {
  color: #c29943; }
  #sub_nav li.is_active > a:before {
    border-color: transparent transparent transparent #c29943; }

#footer {
  background: #000;
  height: 180px; }
  @media only screen and (max-width: 740px) {
    #footer {
      height: auto;
      padding-bottom: 70px; } }
  #footer .inner {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 980px; }
    @media only screen and (max-width: 740px) {
      #footer .inner {
        padding: 0; } }

#page_top {
  position: absolute;
  top: 50px;
  right: 0; }
  @media only screen and (max-width: 740px) {
    #page_top {
      position: static;
      text-align: center; } }
  #page_top ul {
    margin: 0; }
    @media only screen and (max-width: 740px) {
      #page_top ul {
        background: #333; } }
  #page_top a {
    display: block;
    width: 93px;
    height: 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/common/img/btn_pagetop.png) no-repeat center center; }
    @media only screen and (max-width: 740px) {
      #page_top a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: url(/common/img/btn_pagetop_sp.png) no-repeat center center;
        background-size: 64px 8px; } }

#footer_nav {
  padding: 0; }
  #footer_nav ul {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 740px) {
      #footer_nav ul {
        margin: 20px 0 15px;
        text-align: center; } }
  #footer_nav li {
    display: inline-block;
    height: 14px;
    line-height: 14px; }
  #footer_nav li + li {
    border-left: 1px solid #fff;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px; }
    @media only screen and (max-width: 740px) {
      #footer_nav li + li {
        margin: 0 0 0 15px;
        padding: 0 0 0 15px; } }
  #footer_nav a {
    color: #fff; }

#copyright {
  margin-top: 10px; }
  @media only screen and (max-width: 740px) {
    #copyright {
      text-align: center; } }
  #copyright small {
    font-size: 12px;
    color: #999999; }
    @media only screen and (max-width: 740px) {
      #copyright small {
        font-size: 10px; } }
  #copyright br {
    display: none; }
    @media only screen and (max-width: 740px) {
      #copyright br {
        display: inherit; } }

/*---------------------*/
/* icons
/*---------------------*/
.m_ico_blank {
  background: url(/common/img/ico_blank.png) no-repeat right center;
  padding: 4px 20px 0 0; }

.ico_contact {
  padding: 0 0 0 25px;
  background: url(/common/img/ico_contact.png) no-repeat left 13px; }

.m_ico_r {
  background-position: right center; }

.m_ico_ar_r_red {
  background-image: url(/common/img/ico_ar_r_red.png);
  background-repeat: no-repeat; }

/*---------------------*/
/* contents
/*---------------------*/
#contents .inner {
  padding-top: 45px; }
  @media only screen and (max-width: 740px) {
    #contents .inner {
      width: 100%;
      padding: 30px 0 0; } }

#contents {
  padding-bottom: 100px; }
  #about #contents #main, #activity #contents #main, #abrsm #contents #main, #master #contents #main {
    width: 700px;
    float: right; }
    @media only screen and (max-width: 740px) {
      #about #contents #main, #activity #contents #main, #abrsm #contents #main, #master #contents #main {
        float: none;
        width: auto; } }
  #contents:after {
    content: "";
    clear: both;
    display: block; }
  @media only screen and (max-width: 740px) {
    #contents {
      padding-bottom: 0; } }

#sub_nav {
  width: 230px;
  float: left; }
  @media only screen and (max-width: 740px) {
    #sub_nav {
      float: none;
      width: auto; } }

#breadcrumb {
  margin-bottom: 30px; }
  @media only screen and (max-width: 740px) {
    #breadcrumb {
      display: none; } }
  #breadcrumb ul {
    margin: 0;
    padding: 0; }
  #breadcrumb li {
    display: inline-block;
    font-size: 12px;
    color: #666; }
  #breadcrumb li + li:before {
    content: ">";
    display: inline-block;
    margin-left: 12px;
    padding-right: 15px; }
  #breadcrumb a:link, #breadcrumb a:visited {
    color: #666;
    text-decoration: underline; }
  #breadcrumb a:hover, #breadcrumb a:active {
    text-decoration: none; }

.section {
  margin-bottom: 50px; }
  @media only screen and (max-width: 740px) {
    .section {
      width: 92%;
      padding: 0 4%;
      margin: 0 auto 40px; } }

.heading_01 {
  margin: 0 0 40px; }
  @media only screen and (max-width: 740px) {
    .heading_01 {
      margin: 0 0 32px; } }
  .heading_01 h1, .heading_01 h2, .heading_01 h3 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.3;
    padding-left: 20px;
    border-left: 4px solid #c29943; }
    @media only screen and (max-width: 740px) {
      .heading_01 h1, .heading_01 h2, .heading_01 h3 {
        padding-left: 9px;
        font-size: 22px;
        border-left: 3px solid #c29943; } }

.heading_02 {
  margin: 0 0 20px; }
  @media only screen and (max-width: 740px) {
    .heading_02 {
      margin: 0 0 15px; } }
  .heading_02:first-of-type {
    margin-top: 30px; }
    @media only screen and (max-width: 740px) {
      .heading_02:first-of-type {
        margin: 0 0 20px; } }
  .heading_02 h1, .heading_02 h2, .heading_02 h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3; }
    @media only screen and (max-width: 740px) {
      .heading_02 h1, .heading_02 h2, .heading_02 h3 {
        font-size: 15px; } }

  .font14{
    font-size: 14px;
    line-height: 16px;
  }
  .bold{

    font-weight: bold;
  }

