@charset "UTF-8";

/* ======================================================

//

//   ベネッセお客様本部

//

// ====================================================== */

/* ======================================================

// Reset/Normalize

// ------------------------------------------------------ */

/*! 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"] {

  -moz-box-sizing: border-box;

       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;

  /* 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;

}



/* ======================================================

// Base

// ------------------------------------------------------ */

* {

  -moz-box-sizing: border-box;

       box-sizing: border-box;

}



::before,

::after {

  -moz-box-sizing: border-box;

       box-sizing: border-box;

}



html {

  color: #333;

  background-color: #fff;

  font-size: 16px;

  line-height: 1.63;

  font-family: Meiryo, sans-serif;

  word-wrap: break-word;

  -webkit-text-size-adjust: 100%;

}



a {

  color: #0070cb;

}



figure {

  margin: 0;

}



hr {

  margin: 20px 0;

}



th {

  text-align: left;

}



em {

  font-weight: bold;

  font-style: normal;

}



mark {

  background: transparent;

}



/* ======================================================

// Block

// ------------------------------------------------------ */

.bc-dl .bc-dl, .bc-link-list .bc-dl, .bc-ol .bc-dl, .bc-note-list .bc-dl, .bc-ul .bc-dl, .bc-dl .bc-link-list, .bc-link-list .bc-link-list, .bc-ol .bc-link-list, .bc-note-list .bc-link-list, .bc-ul .bc-link-list, .bc-dl .bc-ol, .bc-link-list .bc-ol, .bc-ol .bc-ol, .bc-note-list .bc-ol, .bc-ul .bc-ol, .bc-dl .bc-note-list, .bc-link-list .bc-note-list, .bc-ol .bc-note-list, .bc-note-list .bc-note-list, .bc-ul .bc-note-list, .bc-dl .bc-ul, .bc-link-list .bc-ul, .bc-ol .bc-ul, .bc-note-list .bc-ul, .bc-ul .bc-ul {

  margin-top: 0.5em;

  margin-bottom: 0.5em;

}



/* ------------------------------------------------------

// Block - header

*/

.bc-header {

  /*border-bottom: 2px solid #dedede;*/

  border-bottom: 2px solid #2ca6df;

}

.bc-header > div {

  max-width: 995px;

  min-width: 722px;

  margin: 0 auto;

  padding: 33px 7.5px 0;

}



.bc-header__primary {

  zoom: 1;

}

.bc-header__primary:before, .bc-header__primary:after {

  content: "";

  display: table;

}

.bc-header__primary:after {

  clear: both;

}



.bc-header__heading {

  float: left;

  margin: 0;

  font-size: 28px;

  line-height: 1;

  font-weight: normal;

  width:60%;

}

.bc-header__heading > a {

  color: #333;

  text-decoration: none;

}



.bc-header__heading__image {

  display: inline-block;

  margin: -20px;

	width: 196px;

}

.bc-header__heading__image > img {

  vertical-align: -20px;

}



.bc-header__heading__text {

  margin-left: 30px;

}



.bc-header__owabi {

  float: right;

}



.bc-header__owabi > a {

  background: url(../img/link-list__marker.gif) no-repeat 6px 0.3em;

  padding: 0 0 0 18px;

  line-height: 1.2;

  font-size:13px;

  text-align: center;

  text-decoration: none;

}



.bc-header__owabi02 > a {

  display: inline-block;

  background: url(../img/link-list__marker.gif) no-repeat 6px 0.3em;

  padding: 0 0 0 18px;

  line-height: 1.2;

  font-size:13px;

  text-align: center;

  text-decoration: none;

}

.bc-header__tx {
  float: right;
  margin-top:10px;
  color:#178db7;
  font-weight:bold;
}

.bc-header__nav {

  clear: both;

  margin-top: 24px;
  
  margin-bottom:10px;
}

.bc-header__nav__list {

  display: table;

  width: 100%;

  height: 48px;

  margin: 0;

  padding: 0;

  border-collapse: collapse;

}



.bc-header__nav__item {

  display: table-cell;

  width: 18.16%;

  /*border-right: 1px solid #dedede;

  border-left: 1px solid #dedede;*/

  border-right: 1px solid #2ca6df;

  border-left: 1px solid #2ca6df;

  line-height: 1.2;

  text-align: center;

  vertical-align: middle;

  white-space: nowrap;

}

.bc-header__nav__item > a {

  display: block;

  margin: -10px 0;

  padding: 0 5px;

  color: #333;

  text-decoration: none;

}

.bc-header__nav__item > a:before {

  content: "";

  display: inline-block;

  height: 62px;

  vertical-align: middle;

}

.bc-header__nav__item > a:hover {

  border-top: 3px solid transparent;

  border-bottom: 3px solid #007dc5;

}

.bc-header__nav__item > a > span {

  display: inline-block;

  text-align: left;

  vertical-align: middle;

  text-align:center;

}



.bc-header__nav__item--top {

  width: 9.69%;

}



.bc-header__nav__item--is-current > a {

  border-top: 3px solid transparent;

  border-bottom: 3px solid #007dc5;

}



.bc-header__nav__sub-list {

  display: none;

}



.bc-header__only-sp {

  display: none;

}



* + html .bc-header__nav__list {

  font-size: 0;

}

* + html .bc-header__nav__item {

  display: inline;

  width: 17.6%;

  height: 48px;

  border-left: 0;

  font-size: 16px;

  white-space: normal;

  zoom: 1;

}

* + html .bc-header__nav__item:first-child {

  border-left: 1px solid #dedede;

}

* + html .bc-header__nav__item > a {

  overflow: hidden;

  margin: -10px 0;

  padding-top: 15px;

  height: 53px;

}

* + html .bc-header__nav__item > a:hover {

  height: 50px;

  border-top: 0;

}

* + html .bc-header__nav__item > a > span {

  cursor: pointer;

}

* + html .bc-header__nav__item--top {

  width: 9.69%;

}

* + html .bc-header__nav__item--is-current > a {

  height: 50px;

  border-top: 0;

}



@media screen and (max-width: 768px) {

  .bc-header {

    border-bottom: 0;

  }

  .bc-header > div {

    min-width: 0;

    padding-top: 20px;

  }



  .bc-header__heading {

    float: none;

    font-size: 19px;

    font-weight: bold;

    text-align: center;

	width:100%;

  }



  .bc-header__heading__image {

    margin: -5px;

    text-align: center;

		width: auto;

  }

  .bc-header__heading__image > img {

    width: 72px;

    height: 25.3px;

    vertical-align: -5px;

  }



  .bc-header__heading__text {

    margin-left: 18px;

  }



  .bc-header__owabi {

    float: none;

    margin-top: 13px;

    text-align: center;

  }

.bc-header__tx {
  float: none;
  margin-top:0;
  padding:35px 10px 15px 6px;
  font-size:90%;
  position:fixed;
  z-index:102;
}



  .bc-header__nav {

    display: none;

    margin: 16px -7.5px 0;

    padding: 7.5px;

    background: #dedede;

		z-index: 10;

  }



  .bc-header__nav__list {

    display: block;

    height: auto;

    background: #fff;

  }



  .bc-header__nav__item {

    display: block;

    width: auto;

    border-top: 1px solid #dedede;

    border-right: 0;

    border-left: 0;

    font-weight: bold;

    text-align: left;

    white-space: normal;

  }

  .bc-header__nav__item:first-child {

    border-top: 0;

  }

  .bc-header__nav__item > a {

    margin: 0;

    padding: 12px 12.5px;

  }

  .bc-header__nav__item > a:hover {

    border-top: 0;

    border-bottom: 0;

  }

  .bc-header__nav__item > a:before {

    content: normal;

  }

  .bc-header__nav__item > a > span > br {

    display: none;

  }



  .bc-header__nav__item--is-current > a {

    padding: 8px 8.5px;

    border: 4px solid #007dc5;

  }

  .bc-header__nav__item--is-current > a:hover {

    border: 4px solid #007dc5;

  }



  .bc-header__nav__sub-list {

    display: block;

    list-style: none;

    margin: 0;

    padding-left: 0;

    border-bottom: 7px solid #dedede;

  }



  .bc-header__nav__sub-list__item {

    border-top: 1px solid #dedede;

    font-size: 14px;

  }

  .bc-header__nav__sub-list__item > a {

    display: block;

    padding: 7px 12.5px;

    color: #333;

    text-decoration: none;

  }



  .bc-header__nav__sub-list__item--is-current > a {

    padding-left: 8.5px;

    border-left: 4px solid #007dc5;

  }



  .bc-header__only-sp {

    display: inline;

  }

}

/*141111*/

@media screen and (max-width: 780px) {

.bc-header__owabi{

	margin-top:60px;

}

.bc-header__owabi > a {

  font-size:12px;

}

}

/* ------------------------------------------------------

// Block - main

*/

.bc-main > div {

  max-width: 995px;

  min-width: 722px;

  margin: 50px auto 0;

  padding: 0 7.5px;

}



.bc-main__breadcrumb {

  margin-top: 17px;

  margin-bottom: 0;

  font-size: 14px;

}



.bc-main__side > div {

  margin: 30px 0;

}



.bc-main__main > div {

  margin: 45px 0;

}



.bc-main--2col {

  zoom: 1;

}

.bc-main--2col:before, .bc-main--2col:after {

  content: "";

  display: table;

}

.bc-main--2col:after {

  clear: both;

}

.bc-main--2col .bc-main__side {

  float: left;

  width: 20.41%;

}

.bc-main--2col .bc-main__main {

  float: right;

  width: 76.33%;

}



@media screen and (max-width: 768px) {

  .bc-main > div {

    min-width: 0;
	margin-top:65px;

  }



  .bc-main__breadcrumb {

    display: none;

  }



  .bc-main__main > div {

    margin: 25px 0;

  }



  .bc-main__side > div {

    margin: 0;

  }



  .bc-main--2col .bc-main__main {

    float: none;

    width: auto;

  }

  .bc-main--2col .bc-main__side {

    float: none;

    width: auto;

  }

}

/* ------------------------------------------------------

// Block - local-nav

*/

.bc-local-nav__parent {

  display: none;

}



.bc-local-nav__list {

  margin: 0;

  padding-left: 0;

  list-style: none;

}



.bc-local-nav__item {

  border-bottom: 1px solid #dedede;

}

.bc-local-nav__item > a {

  display: block;

  padding: 16px 0;

  color: #333;

  line-height: 1.25;

  /* font-weight: bold; */

  text-decoration: none;

}

.bc-local-nav__item > a:hover > span:before {

  background: #007dc5;

}

.bc-local-nav__item > a > span {

  display: block;

  position: relative;

  padding-right: 10px;

  padding-left: 20px;

}

.bc-local-nav__item > a > span:before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  width: 4px;

  height: auto;

  margin: 0;

  background: #dedede;

  border-radius: 2px;

}



.bc-local-nav__item--is-current > a > span:before {

  background: #007dc5;

}



.bc-local-nav__more {

  display: none;

}



* + html .bc-local-nav__item > a:hover > span {

  border-left-color: #007dc5;

}

* + html .bc-local-nav__item > a > span {

  padding-left: 16px;

  border-left: 4px solid #dedede;

}

* + html .bc-local-nav__item--is-current > a > span {

  border-left-color: #007dc5;

}



@media screen and (max-width: 768px) {

  .bc-local-nav {

    margin: 16px -7.5px 0;

    padding: 7.5px;

    background: #eeeeee;

  }



  .bc-local-nav__parent {

    display: block;

    margin: 0;

    font-size: 16px;

    line-height: 1.2;

    font-weight: bold;

  }

  .bc-local-nav__parent > a {

    display: block;

    padding: 8px 8.5px;

		/*color: #4b74b5;*/

    background: #eeeeee;

    text-decoration: none;

  }

  .bc-local-nav__list {

    background: #fff;

  }



  .bc-local-nav__item {

    border-top: 1px solid #eeeeee;

    border-bottom: 0;

    font-size: 14px;

    font-weight: bold;

  }

  .bc-local-nav__item > a {

    padding: 7px 12.5px;

		color: #999999;

    line-height: 1.2;

  }

  .bc-local-nav__item > a > span {

		

    padding: 0;

  }

  .bc-local-nav__item > a > span:before {

    content: normal;

  }



  .bc-local-nav__item--is-current > a {

    padding-left: 8.5px;

    border-left: 4px solid #007dc5;

		color: #333333;

  }



  .bc-local-nav__more {

    display: block;

    margin: 8px 0 0;

    background: #fff;

    font-size: 14px;

  }

  .bc-local-nav__more > a {

    display: block;

    padding: 5px 13px;

    color: #333;

    text-decoration: none;

  }

  .bc-local-nav__more > a > span {

    display: inline-block;

    position: relative;

    width: 13px;

    height: 2px;

    margin-right: 8px;

    border-radius: 1px;

    background: #333;

    vertical-align: 8px;

  }

  .bc-local-nav__more > a > span:before, .bc-local-nav__more > a > span:after {

    content: "";

    position: absolute;

    left: 0;

    width: 13px;

    height: 2px;

    border-radius: 1px;

    background: #333;

  }

  .bc-local-nav__more > a > span:before {

    top: 5px;

  }

  .bc-local-nav__more > a > span:after {

    top: 10px;

  }

}

/* ------------------------------------------------------

// Block - contact

*/

.bc-contact {

  padding:10px 0 40px;

 /* border-top: solid 3px #0a61a9;*/

  text-align: center;
  
  background-color:#f2f2f2;

}

.bc-contact > div {

  max-width: 995px;

  min-width: 722px;

  margin: 0 auto;

  padding: 0 7.5px 0;

}



.bc-contact__heading {

  margin: 37px 0 0;

  font-size: 24px;

  font-weight: normal;

  line-height: 1.3;

}



.bc-contact__phone {

  margin: 20px 0 0;

  color: #007dc5;

  font-size: 30px;

  font-weight: bold;

  line-height: 1;

  letter-spacing:2px;

}

.bc-contact__phone > a {

  color: inherit;

  text-decoration: inherit;

  cursor: default;

}



.bc-contact__time {

  margin: 0;

  font-weight: bold;

}



.bc-contact__notes {

  max-width: 670px;

  margin: 20px auto 0;

  padding-left: 1.5em;

  font-size: 14px;

  line-height: 1.429;

  text-align: left;

  list-style: none;

}

.bc-contact__note__item > i {

  display: inline-block;

  width: 1.5em;

  margin-left: -1.5em;

  font-style: normal;

}



.bc-contact__add {

  margin: 20px 0 0;

  font-size: 14px;

  line-height: 1.429;

}



@media screen and (max-width: 768px) {

.bc-contact {

	background-color:#f0f1f1;

}

  .bc-contact > div {

    min-width: 0;

  }	

}

@media screen and (max-width: 480px) {

  .bc-contact__heading {

    font-size: 20px;

  }


  .bc-contact__phone {

    font-size: 26px;

  }

  .bc-contact__phone > a {

    text-decoration: underline;

    cursor: pointer;

  }



  .bc-contact__time {

    font-size: 14px;

  }



  .bc-contact__notes {

    font-size: 12px;

  }

}

/* ------------------------------------------------------

// Block - footer

*/

.bc-footer {

  border-top: solid 3px #0a61a9;
  
  background-color:#f2f2f2;

  padding-top: 12px;

  padding-bottom: 12px;

  font-size: 12px;

}

.bc-footer {

  zoom: 1;

}

.bc-footer:before, .bc-footer:after {

  content: "";

  display: table;

}

.bc-footer:after {

  clear: both;

}

.bc-footer > div {

  max-width: 995px;

  min-width: 722px;

  margin: 0 auto;

  padding: 0 7.5px;

}



.bc-footer__menu {
	width: 330px;

  float: left;

  margin: 0;

  padding-left: 0;

  list-style: none;

}



.bc-footer__menu__item {

  display: inline-block;

  margin-right: 6px;

  *display: inline;

  *zoom: 1;

}

.bc-footer__menu__item > a {

  padding-left: 12px;

  background: url(../img/footer__menu-marker.png) no-repeat left center;

}

.bc-footer__menu__item > a[target="_blank"] {

  padding-left: 14px;

  background-image: url(../img/footer__menu-marker--newwin.png);

}



.bc-footer__credit {

  float: right;

  margin-left: 12px;

  text-align: right;

}



.bc-footer__credit__copyright {

  margin: 0;

}



.bc-footer__credit__corporation {

  margin: 0;

}

.bc-footer__credit__corporation > img {

  display: block;

  margin-left: auto;

}



@media screen and (max-width: 768px) {

  .bc-footer > div {

    min-width: 0;

  }

}

@media screen and (max-width: 480px) {

  .bc-footer {

    padding-top: 4px;

    font-size: 14px;

  }



  .bc-footer__menu {

    float: none;

    text-align: center;

  }



  .bc-footer__menu__item > a {

    display: inline-block;

    padding-top: 10px;

    padding-bottom: 10px;

  }



  .bc-footer__credit {

    float: none;

    text-align: center;

  }



  .bc-footer__credit__corporation > img {

    margin-right: auto;

  }

}

/* ------------------------------------------------------

// Block - page

*/

@media screen and (max-width: 768px) {

	.bc-page--1col {

    display: block !important;

  }

}

/* ------------------------------------------------------

// Block - grid

*/

.bc-grid {

  zoom: 1;

}

.bc-grid:before, .bc-grid:after {

  content: "";

  display: table;

}

.bc-grid:after {

  clear: both;

}



.bc-grid__unit {

  float: left;

  width: 100%;

  min-height: 30px;

  margin-left: 2.564102564102564%;

  *margin-left: 2.5109110747408616%;

}

.bc-grid__unit:first-child {

  margin-left: 0;

}



.bc-grid__unit--span-12 {

  width: 100%;

  *width: 99.94680851063829%;

}



.bc-grid__unit--span-11 {

  width: 91.45299145299145%;

  *width: 91.39979996362975%;

}



.bc-grid__unit--span-10 {

  width: 82.90598290598291%;

  *width: 82.8527914166212%;

}



.bc-grid__unit--span-9 {

  width: 74.35897435897436%;

  *width: 74.30578286961266%;

}



.bc-grid__unit--span-8 {

  width: 65.81196581196582%;

  *width: 65.75877432260411%;

}



.bc-grid__unit--span-7 {

  width: 57.26495726495726%;

  *width: 57.21176577559556%;

}



.bc-grid__unit--span-6 {

  width: 48.717948717948715%;

  *width: 48.664757228587014%;

}



.bc-grid__unit--span-5 {

  width: 40.17094017094017%;

  *width: 40.11774868157847%;

}



.bc-grid__unit--span-4 {

  width: 31.623931623931625%;

  *width: 31.570740134569924%;

}



.bc-grid__unit--span-3 {

  width: 23.076923076923077%;

  *width: 23.023731587561375%;

}



.bc-grid__unit--span-2 {

  width: 14.52991452991453%;

  *width: 14.476723040552828%;

}



.bc-grid__unit--span-1 {

  width: 5.982905982905983%;

  *width: 5.929714493544281%;

}



@media screen and (max-width: 480px) {

  .bc-grid--break-on-sp .bc-grid__unit {

    width: 100%;

    margin-left: 0;

  }

}

/* ------------------------------------------------------

// Block - box

*/

.bc-box {

  margin-top: 3em;

  margin-bottom: 3em;

  padding: 1.25em 20px;

  /* border: solid 2px #dedede; */

  line-height: 1.333;

}



.bc-box__label {

  font-size: 2em;

}

.bc-box__label ~ .bc-box__label {

  margin-top: 1em;

}



.bc-box__label--modest {

  font-weight: bold;

  font-size: 1.125em;

}



.bc-box__content {

  margin-top: 1em;

  margin-left: 0;

}



.bc-box__content:first-child {

  margin-top: 0;

}



.bc-box__content > :first-child {

  margin-top: 0 !important;

}



.bc-box--color-blue {

  background-color:#d3ebf8;

  border:none;

  color: #007dc5;

}



.bc-box--bg-blue {

  border: none;

  background: #dce6f2;

}



@media screen and (max-width: 768px) {

  .bc-box {

    padding-left: 15px;

    padding-right: 15px;

  }



  .bc-box__label {

    font-size: 1.5em;

  }

}

/* ------------------------------------------------------

// Block - dl

*/

.bc-dl {

  margin: 24px 0 0;

}

.bc-dl > dt {

  margin-top: 8px;

  font-weight: bold;

}

.bc-dl > dt:first-child {

  margin-top: 0;

}

.bc-dl > dt > a {

  padding-left: 18px;

  background: url(../img/link-list__marker.gif) no-repeat 6px 0.5em;

}

.bc-dl > dt > a[target="_blank"] {

  background: url(../img/link-list__marker--newwin.gif) no-repeat 4px 0.4em;

}

.bc-dl > dd {

  margin-top: 8px;

  margin-left: 0;

}

.bc-dl > dd:first-child {

  margin-top: 0;

}



.bc-dl_flow {

  line-height: 1.667;

  margin-top: 1.5em;

  background: url(../img/dl_flow_bg01.gif) no-repeat 0 100%;

}



.bc-dl_flow dl {

  padding-left: 95px;

  min-height: 130px;

}



.bc-dl_flow dl dt {

  font-weight: bold;

}



.bc-dl_flow dl dd {

  margin-left: 0;

}



.bc-dl_flow.flow01 dl {

  background: url(../img/dl_flow_tx01.gif) no-repeat 0 50%;

}



.bc-dl_flow.flow02 dl {

  background: url(../img/dl_flow_tx02.gif) no-repeat 0 50%;

}



.bc-dl_flow.flow03 dl {

  background: url(../img/dl_flow_tx03.gif) no-repeat 0 50%;

}



.bc-dl_flow.flow04 dl {

  background: url(../img/dl_flow_tx04.gif) no-repeat 0 50%;

}



@media screen and (max-width: 768px) {

  .bc-dl_flow {

    line-height: 1.667;

    margin-top: 1.5em;

    background: url(../img/dl_flow_bg02.gif) no-repeat 0 100%;

  }



  .bc-dl_flow dl {

    padding-left: 50px;

    min-height: 160px;

  }



  .bc-dl_flow dl dt {

    font-weight: bold;

  }



  .bc-dl_flow.flow01 dl {

    background: url(../img/dl_flow_tx05.png) no-repeat 0 50%;

  }



  .bc-dl_flow.flow02 dl {

    background: url(../img/dl_flow_tx06.png) no-repeat 0 50%;

  }



  .bc-dl_flow.flow03 dl {

    background: url(../img/dl_flow_tx07.png) no-repeat 0 50%;

  }



  .bc-dl_flow.flow04 dl {

    background: url(../img/dl_flow_tx08.png) no-repeat 0 50%;

  }

}

/* ------------------------------------------------------

// Block - figure

*/

.bc-figure {

  margin: 24px 0 0;

  text-align: center;

}



.bc-figure__figure {

  max-width: 100%;

  height: auto;

  vertical-align: top;

}



.bc-figure__caption {

  display: block;

  margin: 0;

  padding: 5px 0 0 0;

  color: #999999;

  font-size: 14px;

  text-align: left;

}

.bc-figure__caption.type02 {
	
	color: #333333;
	
}

.bc-figure__caption > p {

  margin: 0;

}



.bc-figure--bordered {

  border: 1px solid #dedede;

}

.bc-figure--bordered .bc-figure__caption {

  padding-right: 5px;

  padding-bottom: 5px;

  padding-left: 5px;

}



/* ------------------------------------------------------

// Block - h1

*/

.bc-h1 {

  margin: 0 0 45px;

}



.bc-h1__heading {

  margin: 0;

  font-size: 32px;

  line-height: 1.1;

  /*font-family: "ＭＳ Ｐ明朝", serif;*/

  font-weight: normal;

}



.bc-h1__heading02 {

  margin: 0;

  font-size: 25px;

  line-height: 1.1;

  /*font-family: "ＭＳ Ｐ明朝", serif;*/

  font-weight: normal;

}



.bc-h1__sub {

  margin: 3px 0 0;

}



@media screen and (max-width: 768px) {

	.bc-h1__heading02 {

		margin: 0;

		font-size: 17px;

		line-height: 1.1;

		/*font-family: "ＭＳ Ｐ明朝", serif;*/

		font-weight: normal;

	}

}



/* ------------------------------------------------------

// Block - h2

*/

.bc-h2 {

  position: relative;

  margin: 50px 0 27px;

  padding: 10px 16px;

  background-color: #2ca6df;

}

.bc-h2 {

  zoom: 1;

}

.bc-h2:before, .bc-h2:after {

  content: "";

  display: table;

}

.bc-h2:after {

  clear: both;

}

.bc-h2 .bc-h2__heading {

	color: #ffffff;

	float: left;

	margin: 0;

	font-size: 18px;

	line-height: 1.5;

	/*font-weight: bold;*/

}



.bc-h2__link {

  float: right;

  margin: 0;

  font-size: 14px;

}

.bc-h2__link > a {

  display: block;

  margin: -9px 0;

  padding: 10px 18px;

  background: #fff;

  border-radius: 4px;

  line-height: 27px;

  text-decoration: none;

}

.bc-h2__link > a:before {

  content: "";

  display: inline-block;

  margin-right: 5px;

  border-top: 4px solid transparent;

  border-bottom: 4px solid transparent;

  border-left: 4px solid #007dc5;

  vertical-align: 1px;

}



.bc-h2--secondary {

  padding: 21px 15px;

  /*border: 1px solid #eee;*/

  border: 1px solid #2ca6df;

  background-color: transparent;

}



.bc-h2--secondary .bc-h2__heading {

	color: #333333;

}

.bc-heading02{
  position: relative;
  color:#178db7;
  margin-top:40px;
  font-weight:bold;
  font-size:20px;
}
.bc-heading02.typeGlay{
	color:#333333;
}

.bc-heading02 .heading02 .sub{
	font-size:80%;
	margin-left:10px;
}

.newsCol{
	margin-top:20px;
	clear:both;
	overflow:hidden;
}
.newsCol li{
	float:left;
	width:22%;
	margin-left:4%;
	*margin-left:3%;
}
.newsCol li:first-child {
	margin-left:0;
}
.newsCol li a{
	text-decoration:none;
	color:#000;
}
.newsCol li a:hover{
	opacity:0.85;
}
.newsCol li .newsTx{
	height:6.5em;
}
.newsCol li .newsTx .news-date{
	color:#707070;
}

.linkBk{
	margin-top:20px;
}
.linkBk a{
	color:#000;
	text-decoration:none;
	padding-left: 18px;	
	background: url(../img/link-list__marker02.gif) no-repeat 6px 0.5em;
}
.linkBk > li{
	margin-left:1.2em;
	text-indent:-1.2em;
}


.otherLink {
	clear:both;
	overflow:hidden;
	margin-top:40px;
	
}
.otherLink li{
	float:left;
	width:30%;
	margin-left:5%;
	*margin-left:4%;
	text-align:center;
}
.otherLink li:first-child{
	margin-left:0;
}
.otherLink li a{
	display:block;
	border:1px solid #178db7;
	padding:18px 0;
	color:#178db7;
	text-decoration:none;
}
.otherLink li.doubleLine a{
	padding:5px 0;
}
.otherLink li a:hover{
	opacity:0.85;
}
.mainSlider{
	position:relative;
	clear:both;
}
.mainSlider li{
	position:relative;
}
.bx-wrapper{
	position:relative;
}
.bx-wrapper .bx-pager{
	margin-top:15px;
	text-align:center;
}
.bx-wrapper .bx-pager-item{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
}
.bx-wrapper .bx-pager-item a{
	display:block;
	background:url(../../img/slider_ic01.png) 0 0 no-repeat;
	width:11px;
	height:11px;
	text-indent:-9999px;
}
.bx-wrapper .bx-pager-item a.active{
	background:url(../../img/slider_ic01on.png) 0 0 no-repeat;
}
.figure-container{
	position:relative;
	width:1205px;
	max-width:100%;
	margin:0 auto 0;
}
.figure-container .inner{
	margin-top:45px;
	padding:0 105px;
	
}
.bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:45%;
	z-index:70;
	text-indent:-9999px;
}
.bx-wrapper .bx-prev{
	background:url(../../img/slider_prev.png) 0 0 no-repeat;
	width:22px;
	height:23px;
	left:-95px;
}
.bx-wrapper .bx-next{
	background:url(../../img/slider_next.png) 0 0 no-repeat;
	width:22px;
	height:23px;
	right:-95px;
}
.vis-pc{
	display:block;
}
.vis-smp{
	display:none;
}

@media screen and (max-width: 768px) {

  .bc-h2__link {

    float: none;

    text-align: right;

  }

  .bc-h2__link > a {

    padding: 10px 5px 0;

    background: transparent;

  }
.bc-heading02 .heading02.spSmall{
	font-size:80%;
}
.newsCol li{
	float:none;
	width:100%;
	margin:10px 0 0 0;
	clear:both;
	overflow:hidden;
}

.newsCol li img{
	width:20%;
	float:left;
}
.newsCol li .newsTx{
	display:inline-block;
	margin-left:10px;
	width:70%;
	font-size:0.9em;
	height:auto;
}
.linkBk{
	font-size:0.9em;
	padding-right:15px;
}
.otherLink {
	clear:both;
	overflow:hidden;
	margin-top:20px;
}
.otherLink + .otherLink {
	margin-top: 0;
}
.otherLink li{
	float:none;
	width:100%;
	margin-left:0;
	text-align:center;
}
.otherLink li,
.otherLink li.doubleLine{
	padding:10px 0;
}
.figure-container{
	padding:0;
	width:100%;
}
.bx-wrapper .bx-pager{
}
.figure-container .inner{
	padding:0;
	margin:65px 0 0;
}
.bx-wrapper .bx-controls-direction a{
	top:100%;
	margin-top:-30px;
}
.bx-wrapper .bx-prev{
	background:url(../../img/slider_prev.png) 0 0 no-repeat;
	width:22px;
	height:23px;
	left:10px;
}
.bx-wrapper .bx-next{
	background:url(../../img/slider_next.png) 0 0 no-repeat;
	width:22px;
	height:23px;
	right:10px;
}
.vis-pc{
	display:none;
}
.vis-smp{
	display:block;
	width:100%;
}
.newsCol.second{
	margin-top:0px;
}
}
/* ------------------------------------------------------

// Block - h3

*/

.bc-h3 {

  position: relative;

  margin: 27px 0 22px;

  padding: 5px 16px;

  *border-left: 3px solid #007dc5;

}

.bc-h3:before {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  width: 4px;

  height: auto;

  margin: 0;

  border-radius: 2px;

  background-color: #007dc5;

}



.bc-h3__heading {

  margin: 0;

  font-size: 16px;

  font-weight:bold;

}



.bc-h3 + .bc-p {

  margin-top: 22px;

}



/* ------------------------------------------------------

// Block - h4

*/

.bc-h4 {

  margin: 30px 0 0;

}



.bc-h4__heading {

  margin: 0;

  font-size: 16px;

/*  font-weight: bold;*/

}



.bc-h4 + .bc-p, .bc-h4 + .bc-ul, .bc-h4 + .bc-ol, .bc-h4 + .bc-link-list, .bc-h4 + .bc-inline-list, .bc-h4 + .bc-inline-link-list, .bc-h4 + .bc-dl, .bc-h4 + .bc-date-list, .bc-h4 + .bc-note-list, .bc-h4 + .bc-table {

  margin-top: 12px;

}



/* ------------------------------------------------------

// Block - h5

*/

.bc-h5 {

  margin: 1em 0;

}



.bc-h5__heading {

  margin: 0;

}



/* ------------------------------------------------------

// Block - h6

*/

.bc-h6 {

  margin: 1em 0;

}



.bc-h6__heading {

  margin: 0;

}



/* ------------------------------------------------------

// Block - hr

*/

.bc-hr {

  margin: 24px 0;

  height: 0;

  border-top: 1px solid #dedede;

}

.bc-hr > hr {

  display: none;

}



/* ------------------------------------------------------

// Block - inline-list

*/

.bc-inline-list {

  margin: 16px 0 -8px 0;

  padding: 0;

}

.bc-inline-list > li {

  display: inline-block;

  margin: 0 16px 8px 0;

  list-style-type: none;

}



* + html .bc-inline-list > li {

  display: inline;

  zoom: 1;

}



/* ------------------------------------------------------

// Block - inline-link-list

*/

.bc-inline-link-list {

  margin: 16px 0 -8px 0;

  padding: 0;

}

.bc-inline-link-list > li {

  display: inline-block;

  margin: 0 16px 8px 0;

  list-style-type: none;

}

.bc-inline-link-list > li > a {

  padding-left: 18px;

  background: url(../img/link-list__marker.gif) no-repeat 6px 0.5em;

}

.bc-inline-link-list > li > a[target="_blank"] {

  background: url(../img/link-list__marker--newwin.gif) no-repeat 4px 0.4em;

}



* + html .bc-inline-link-list > li {

  display: inline;

  zoom: 1;

}



/* ------------------------------------------------------

// Block - link-list

*/

.bc-link-list {

  margin: 24px 0 0;

  padding-left: 0;

  list-style: none;

}

.bc-link-list > li {

  margin-top: 8px;

  padding-left: 18px;

  text-indent: -18px;

}

.bc-link-list > li:first-child {

  margin-top: 0;

}

.bc-link-list > li > a {

  padding-left: 18px;

  background: url(../img/link-list__marker.gif) no-repeat 6px 0.5em;

}

.bc-link-list > li > a[target="_blank"] {

  background: url(../img/link-list__marker--newwin.gif) no-repeat 4px 0.4em;

}

.bc-link-list li.ib_160413{
	display:inline-block;
	}
.bc-link-list li.ib_160413:first-child{
	padding-right: 20px;
	}

/* ------------------------------------------------------

// Block - ol

*/

.bc-ol {

  margin: 27px 0 0;

  padding-left: 32px;

  list-style: decimal;

}

.bc-ol > li {

  margin-top: 0.5em;

}

.bc-ol > li:first-child {

  margin-top: 0;

}



.bc-ol--02 {

  margin: 1.5em 0 0;

  padding-left: 0;

  list-style: none;

}

.bc-ol--02.lineH {

  line-height: 1.9;

}

.bc-ol--02 li {

  padding-left: 2.5em;

  text-indent: -2.6em;

}

.bc-ol--02 li > .bc-note-list {

  margin-left: 16px;

}

.bc-ol--02 li > .bc-note-list li {

  text-indent: 0;

}



.bc-ol--03 {

  margin-top: 1.5em;

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

  line-height: 1.333;

}



.bc-ol--03 li {

  padding-left: 3em;

  text-indent: -2em;

}



.bc-ol--04 {

  margin-top: 1.5em;

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

  line-height: 1.333;

}



.bc-ol--04 li {

  padding-left: 1.5em;

  text-indent: -2em;

}



.bc-ol--05 {

  margin-top: 1.5em;

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

  line-height: 1.333;

}



.bc-ol--05 li {

  padding-left: 1.3em;

  text-indent: -2em;

}



.bc-ol--06 {

  margin-top: 1.5em;

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

  line-height: 1.333;

}



.bc-ol--06 li {

  padding-left: 1em;

  text-indent: -2em;

}



@media screen and (max-width: 768px) {

  .bc-ol {

    padding-left: 27px;

  }

}

/* ------------------------------------------------------

// Block - note-list

*/

.bc-note-list {

  margin: 24px 0 0 0;

  padding-left: 0;

}

.bc-note-list > li {

  position: relative;

  padding: 0;

  list-style: none;

}

.bc-note-list > li:first-child {

  margin-top: 0;

}

.bc-note-list > li:last-child {

  margin-bottom: 0;

}



.bc-note-list--a02 {

  margin-left: 2em;

}



.bc-note-list--a03 {

  margin-left: 4em;

}



.bc-note-list__marker {

  position: absolute;

  left: -1em;

  width: 1em;

}

.bc-note-list--a02 .bc-note-list__marker {

  left: -2em;

  width: 2em;

}

.bc-note-list--a03 .bc-note-list__marker {

  left: -4em;

  width: 4em;

}



/* ------------------------------------------------------

// Block - p

*/

.bc-p {

  margin: 24px 0 0;

}



/* ------------------------------------------------------

// Block - table

*/

.bc-table {

  margin: 24px 0 0;

}

.bc-table > table {

  margin: 0;

  width: 100%;

  border: 0;

  border-collapse: collapse;

  border-spacing: 0;

}



.bc-table--a01 > table > thead > tr > th,

.bc-table--a01 > table > thead > tr > td,

.bc-table--a01 > table > tbody > tr > th,

.bc-table--a01 > table > tbody > tr > td,

.bc-table--a01 > table > tfoot > tr > th,

.bc-table--a01 > table > tfoot > tr > td,

.bc-table--a02 > table > thead > tr > th,

.bc-table--a02 > table > thead > tr > td,

.bc-table--a02 > table > tbody > tr > th,

.bc-table--a02 > table > tbody > tr > td,

.bc-table--a02 > table > tfoot > tr > th,

.bc-table--a02 > table > tfoot > tr > td {

  padding: 4px 0 0 0;

  border: 0;

  vertical-align: top;

}

.bc-table--a01 > table > thead > tr > th,

.bc-table--a01 > table > tbody > tr > th,

.bc-table--a01 > table > tfoot > tr > th,

.bc-table--a02 > table > thead > tr > th,

.bc-table--a02 > table > tbody > tr > th,

.bc-table--a02 > table > tfoot > tr > th {

  font-weight: normal;

  text-align: left;

}

.bc-table--a01 > table > tbody > tr > th > *:first-child,

.bc-table--a01 > table > tbody > tr > td > *:first-child,

.bc-table--a02 > table > tbody > tr > th > *:first-child,

.bc-table--a02 > table > tbody > tr > td > *:first-child {

  margin-top: 0;

}

.bc-table--a01 > table > tbody > tr > th > *:last-child,

.bc-table--a01 > table > tbody > tr > td > *:last-child,

.bc-table--a02 > table > tbody > tr > th > *:last-child,

.bc-table--a02 > table > tbody > tr > td > *:last-child {

  margin-bottom: 0;

}

.bc-table--a01 > table > tbody > tr:first-child > th,

.bc-table--a01 > table > tbody > tr:first-child > td,

.bc-table--a02 > table > tbody > tr:first-child > th,

.bc-table--a02 > table > tbody > tr:first-child > td {

  padding-top: 0;

}



.bc-table--a02 > table > thead > tr > th,

.bc-table--a02 > table > tbody > tr > th,

.bc-table--a02 > table > tfoot > tr > th {

  font-weight: bold;

}



.bc-table--b01 {

  margin-top: 12px;

}

.bc-table--b01 > table {

  border-collapse: collapse;

}

.bc-table--b01 > table > thead > tr > th,

.bc-table--b01 > table > thead > tr > td,

.bc-table--b01 > table > tbody > tr > th,

.bc-table--b01 > table > tbody > tr > td,

.bc-table--b01 > table > tfoot > tr > th,

.bc-table--b01 > table > tfoot > tr > td {

  padding: 12px;

  border: 0;

  vertical-align: top;

  text-align: left;

  font-weight: normal;

}

.bc-table--b01 > table > thead > tr > th,

.bc-table--b01 > table > tfoot > tr > th {

  background-color: #dedede;

  text-align: center;

}

.bc-table--b01 > table > tbody > tr > th,

.bc-table--b01 > table > tbody > tr > td {

  border-bottom: 1px solid #dedede;

}

.bc-table--b01 > table > tbody > tr > th > *:first-child,

.bc-table--b01 > table > tbody > tr > td > *:first-child {

  margin-top: 0;

}

.bc-table--b01 > table > tbody > tr > th > *:last-child,

.bc-table--b01 > table > tbody > tr > td > *:last-child {

  margin-bottom: 0;

}



.bc-table--c01 > table > thead > tr > th,

.bc-table--c01 > table > thead > tr > td,

.bc-table--c01 > table > tbody > tr > th,

.bc-table--c01 > table > tbody > tr > td,

.bc-table--c01 > table > tfoot > tr > th,

.bc-table--c01 > table > tfoot > tr > td {

  padding: 8px 10px;

  border: 1px solid #dedede;

  font-weight: normal;

  vertical-align: top;

  text-align: left;

}

.bc-table--c01 > table > thead > tr > th,

.bc-table--c01 > table > tfoot > tr > th {

  background-color: #dedede;

}

.bc-table--c01 > table > tbody > tr > th > *:first-child,

.bc-table--c01 > table > tbody > tr > td > *:first-child {

  margin-top: 0;

}



.bc-table__caption {

  margin: 0;

  padding: 0 0 5px 0;

}



.bc-table__caption--right {

  text-align: right;

}



.bc-table__col--1\/6 {

  width: 16%;

}



.bc-table__col--1\/5 {

  width: 20%;

}



.bc-table__col--1\/4 {

  width: 25%;

}



.bc-table__col--1\/3,

.bc-table__col--2\/6 {

  width: 33%;

}



.bc-table__col--1\/2,

.bc-table__col--2\/4,

.bc-table__col--3\/6,

.bc-table__col--4\/8 {

  width: 50%;

}



.bc-table__col--2\/3,

.bc-table__col--4\/6 {

  width: 66%;

}



.bc-table__col--3\/4,

.bc-table__col--6\/8 {

  width: 75%;

}



.bc-table__col--5\/6 {

  width: 83%;

}



.bc-table--no-full > table {

  width: auto;

}



@media screen and (max-width: 480px) {

  .bc-table--break-on-sp > table, .bc-table--break-on-sp > table > thead,

  .bc-table--break-on-sp > table > tbody,

  .bc-table--break-on-sp > table > tfoot, .bc-table--break-on-sp > table > thead > tr,

  .bc-table--break-on-sp > table > tbody > tr,

  .bc-table--break-on-sp > table > tfoot > tr, .bc-table--break-on-sp > table > thead > tr > th,

  .bc-table--break-on-sp > table > thead > tr > td,

  .bc-table--break-on-sp > table > tbody > tr > th,

  .bc-table--break-on-sp > table > tbody > tr > td,

  .bc-table--break-on-sp > table > tfoot > tr > th,

  .bc-table--break-on-sp > table > tfoot > tr > td {

    display: block;

  }



  .bc-table--break-on-sp.bc-table--a01 > table > tbody > tr ~ tr > th, .bc-table--break-on-sp.bc-table--a02 > table > tbody > tr ~ tr > th {

    margin-top: 1em;

  }

  .bc-table--break-on-sp.bc-table--b01 > table > tbody > tr > td:first-child,

  .bc-table--break-on-sp.bc-table--b01 > table > tbody > tr > th:first-child {

    padding-bottom: 0;

  }

  .bc-table--break-on-sp.bc-table--b01 > table > tbody > tr > th {

    border-bottom: 0;

  }

  .bc-table--break-on-sp.bc-table--b01 > table > tbody > tr > th ~ th, .bc-table--break-on-sp.bc-table--b01 > table > tbody > tr > th ~ td,

  .bc-table--break-on-sp.bc-table--b01 > table > tbody > tr > td ~ th,

  .bc-table--break-on-sp.bc-table--b01 > table > tbody > tr > td ~ td {

    padding-top: 0;

  }

  .bc-table--break-on-sp.bc-table--c01 > table > tbody > tr > th,

  .bc-table--break-on-sp.bc-table--c01 > table > tbody > tr > td {

    margin-top: -1px;

  }

}

.bc-ul {

  margin: 27px 0 0;

  padding-left: 0;

  list-style: none;

}

.bc-ul > li {

  margin-top: 0.5em;

  padding-left: 27px;

  background: url(../img/ul__marker.gif) no-repeat 6px 0.4em;

}

.bc-ul > li:first-child {

  margin-top: 0;

}



/* ------------------------------------------------------

// Block - top-statement

*/

.bc-top-statement {

	width:900px;

  margin: 77px 40px 47px;

  font-size: 22px;

  /*font-family: "ＭＳ Ｐ明朝", serif;*/

}

.bc-top-statement img{

	display:inline;

	margin-left:140px;

}

.bc-top-statement .sp-text{

	display:none;

}

.bc-top-statement > p {

  margin: 20px 0;

}



@media screen and (max-width: 768px) {

  .bc-top-statement {

    width:100%;

    margin: 23px 0;

    font-size: 16px;

  }

  .bc-top-statement img{

	display:none;

}

  .bc-top-statement .sp-text{

	display:block;

}

.bc-top-statement .sp-text img{

	display:block;

	width:100%;

	margin:0;

}

  .bc-top-statement > p {

    margin: 20px 0 30px;

  }

}

/* ------------------------------------------------------

// Block - section

*/

/* ------------------------------------------------------

// Block - date-list

*/

.bc-date-list {

  margin: 27px 0;

  padding-left: 5em;

  list-style: none;

}



.bc-date-list__item {

  margin-top: 8px;

}

.bc-date-list__item:first-child {

  margin-top: 0;

}



.bc-date-list__date {

  display: inline-block;

  width: 5em;

  margin-left: -5em;

}



* + html .bc-date-list__date {

  display: inline;

  zoom: 1;

}



/*141224*/

.bg-type01 .bc-h2{

	margin-bottom:0;

}

.bg-type01 .bc-date-list {

	margin:0 0 27px;

	padding:20px 0 20px 6em ;

	background-color:#e9f6fc;

}



/* ------------------------------------------------------

// Block - request-box

*/

.bc-request-box {

  border: solid 2px #0a61a9;

  line-height: 1.333;

  margin: 2.5em auto 0;

}



.bc-request-box__label {

  color: #ffffff;

  font-weight: bold;

  background: #0a61a9;

  padding: 5px 20px;

}



.bc-request-box__label span {

  font-size: 1.5em;

  text-decoration: underline;

}



.bc-request-box__content {

  padding: 10px 20px;

  margin-top: 0.25em;

  margin-left: -5px;

  margin-right: -5px;

  color: #0a61a9;

  font-weight: bold;

  overflow: hidden;

}



.bc-request-box__content--twocolLeft {

  float: left;

  width: 47%;

}



.bc-request-box__content--twocolLeft dl {

  margin: 0;

}



.bc-request-box__content--twocolLeft dl dt {

  color: #333333;

  font-size: 1.25em;

  text-align: center;

  background: #dce6f2;

  padding: 5px 0;

}



.bc-request-box__content--twocolLeft dl .sample {

  color: #333333;

  font-size: 1.25em;

  text-align: center;

  padding: 5px 0;

  border-bottom: solid 2px #0070cb;

  background: none;

}



.bc-request-box__content--twocolLeft dl dd {

  color: #333333;

  margin: 1em 0 0 0;

  font-weight: normal;

}



.bc-request-box__content--twocolLeft dl dd a:hover,

.bc-request-box__content--twocolRight dl dd a:hover {

  opacity: 0.85;

}



/* .bc-request-box__content--twocolRight {

  float: right;

  width: 48%;

} */



.bc-request-box__content--twocolRight dl {

  margin: 0;

}



.bc-request-box__content--twocolRight dl dt {

  color: #333333;

  font-size: 1.25em;

  text-align: center;

  background: #dce6f2;

  padding: 5px 0;

}



.bc-request-box__content--twocolRight dl .sample {

  color: #333333;

  font-size: 1.25em;

  text-align: center;

  padding: 5px 0;

  border-bottom: solid 2px #0070cb;

  background: none;

}



.bc-request-box__content--twocolRight dl dd {

  color: #333333;

  margin: 1em 0 0 0;

  font-weight: normal;

}



.bc-request-box__content--twocolRight dl dd p {

  text-align: center;

}



.bc-request-box__content--twocolRight dl dd strong {

  font-size: 2em;

  font-weight: bold;

  color: #0a61a9;

}



.bc-request-box__content--twocolRight dl dd small {

  margin: 0.25em auto 0;

  color: #0a61a9;

  font-weight: bold;

}



.bc-request-box__content--twocolRight dl dd .bc-note-list {

  margin: 10px 0 0 1em;

  font-size: 0.8em;

  width: auto;

  font-weight: normal;

}



.bc-request-box__content strong {

  font-size: 2em;

  font-weight: bold;

  color: #0a61a9;

}



.bc-request-box__content p {

  margin: 0;

  font-size: 1em;

  font-weight: normal;

  color: #333333;

}



.bc-request-box__content .bc-request-box__content__text {

  font-size: 1em;

  font-weight: normal;

  color: #333333;

  margin: 1em auto 0;

  display: table;

  width: 600px;

}



.bc-request-box__content .bc-request-box__content__text small {

  display: table-cell;

  vertical-align: middle;

  font-weight: bold;

  color: #0a61a9;

}



.bc-request-box__content .bc-request-box__content__text strong {

  display: table-cell;

}



.bc-request-box .bc-note-list {

  font-size: 0.8em;

  width: 600px;

  margin: 0 auto;

  color: #333333;

  font-weight: normal;

}



@media screen and (max-width: 768px) {

  .bc-request-box {

    -moz-box-sizing: border-box;

         box-sizing: border-box;

  }



  .bc-request-box__content--twocolLeft {

    float: none;

    width: auto;

  }



  .bc-request-box__content--twocolRight {

    float: none;

    width: 100%;

    margin: 20px 0 0 0;

  }



  .bc-request-box__content--twocolRight dl dd small {

    margin-top: 0.25em;

    color: #0a61a9;

    display: inherit;

    text-align: center;

    font-weight: bold;

    font-size: 0.8em;

  }



  .bc-request-box__content .bc-request-box__content__text {

    font-size: 1em;

    font-weight: normal;

    color: #333333;

    margin: 1em auto 0;

    width: 100%;

    display: inline;

    text-align: center;

  }



  .bc-request-box__content .bc-request-box__content__text small {

    vertical-align: middle;

    font-weight: bold;

    color: #0a61a9;

    display: block;

    font-size: 0.8em;

  }



  .bc-request-box__content .bc-request-box__content__text strong {

    display: block;

  }



  .bc-request-box .bc-sb-noteList {

    font-size: 0.8em;

    width: 100%;

    margin: 10px 0 0 1em;

  }

}

/* ------------------------------------------------------

// Block - col01

*/

.bc-col01 {

  clear: both;

  overflow: hidden;

  line-height: 1.667;

  margin-top: 1.5em;

}



.bc-col01 .bc-col01__img {

  float: left;

  width: 180px;

  margin-right: 20px;

}



.bc-col01 .bc-col01__img.right {

  float: right;

  margin-left: 20px;

}



.bc-col01 .bc-col01__title {

  overflow: hidden;

  font-size: 1.125em;

  font-weight: bold;

}



.bc-col01 .bc-col01__text {

  overflow: hidden;

}



@media screen and (max-width: 768px) {

  .bc-col01 {

    clear: both;

    overflow: hidden;

    margin-top: 1.5em;

  }



  .bc-col01 .bc-col01__img {

    float: left;

    width: 90px;

    margin-right: 0;

		margin-bottom: 30px;

    padding-right: 10px;

  }



  .bc-col01 .bc-col01__img img {

    width: 90px;

  }



  .bc-col01 .bc-col01__title {

    display: table-cell;

    float: none;

    width: auto;

    font-size: 1.125em;

    font-weight: bold;

		overflow: hidden;

  }



  .bc-col01 .bc-col01__text {

    float: none;

    width: auto;

    overflow: hidden;

  }

}

/* ------------------------------------------------------

// Block - button-container

*/

.bc-button-container {

  text-align: center;

  padding: 15px 5px 11px;

  border: 1px solid #8eb4e3;

}

.bc-button-container a:hover,

.bc-header__owabi a:hover,

.bc-header__owabi02 a:hover,

.bc-button-hover a:hover {

  opacity: 0.8;

}

.bc-button-container a img {

  max-width: 100%;

  height: auto;

  vertical-align: bottom;

}



/* ------------------------------------------------------

// Block - bc-flow

*/

@media screen and (max-width: 768px) {

	.bc-flow .bc-flow-step {

		width:85px !important;

	}

}





/* ======================================================

// Inline styles

// ------------------------------------------------------ */

.bc-em {

  font-weight: bold;

  font-style: normal;

}



.bc-strong {

  color: #f00f00;

  font-weight: bold;

  font-style: normal;

}



/* ======================================================

// General classes

// ------------------------------------------------------ */
.bc-x-hidden {

  position: absolute !important;

  width: 0;

  height: 0;

  overflow: hidden;

  pointer-events: none !important;

}



.bc-x-mtn30 {

  margin-top: -30px !important;

}



.bc-x-mtn20 {

  margin-top: -20px !important;

}



.bc-x-mtn15 {

  margin-top: -15px !important;

}



.bc-x-mtn10 {

  margin-top: -10px !important;

}



.bc-x-mtn5 {

  margin-top: -5px !important;

}



.bc-x-mtn3 {

  margin-top: -3px !important;

}



.bc-x-mtn2 {

  margin-top: -2px !important;

}



.bc-x-mtn1 {

  margin-top: -1px !important;

}



.bc-x-mt0 {

  margin-top: 0px !important;

}



.bc-x-mt1 {

  margin-top: 1px !important;

}



.bc-x-mt2 {

  margin-top: 2px !important;

}



.bc-x-mt3 {

  margin-top: 3px !important;

}



.bc-x-mt5 {

  margin-top: 5px !important;

}



.bc-x-mt10 {

  margin-top: 10px !important;

}



.bc-x-mt15 {

  margin-top: 15px !important;

}



.bc-x-mt20 {

  margin-top: 20px !important;

}



.bc-x-mt30 {

  margin-top: 30px !important;

}



.bc-x-mt40 {

  margin-top: 40px !important;

}



.bc-x-mt50 {

  margin-top: 50px !important;

}



.bc-x-mt60 {

  margin-top: 60px !important;

}



.bc-x-mt75 {

  margin-top: 75px !important;

}



.bc-x-mt100 {

  margin-top: 100px !important;

}



.bc-x-mrn30 {

  margin-right: -30px !important;

}



.bc-x-mrn20 {

  margin-right: -20px !important;

}



.bc-x-mrn15 {

  margin-right: -15px !important;

}



.bc-x-mrn10 {

  margin-right: -10px !important;

}



.bc-x-mrn5 {

  margin-right: -5px !important;

}



.bc-x-mrn3 {

  margin-right: -3px !important;

}



.bc-x-mrn2 {

  margin-right: -2px !important;

}



.bc-x-mrn1 {

  margin-right: -1px !important;

}



.bc-x-mr0 {

  margin-right: 0px !important;

}



.bc-x-mr1 {

  margin-right: 1px !important;

}



.bc-x-mr2 {

  margin-right: 2px !important;

}



.bc-x-mr3 {

  margin-right: 3px !important;

}



.bc-x-mr5 {

  margin-right: 5px !important;

}



.bc-x-mr10 {

  margin-right: 10px !important;

}



.bc-x-mr15 {

  margin-right: 15px !important;

}



.bc-x-mr20 {

  margin-right: 20px !important;

}



.bc-x-mr30 {

  margin-right: 30px !important;

}



.bc-x-mr40 {

  margin-right: 40px !important;

}



.bc-x-mr50 {

  margin-right: 50px !important;

}



.bc-x-mr60 {

  margin-right: 60px !important;

}



.bc-x-mr75 {

  margin-right: 75px !important;

}



.bc-x-mr100 {

  margin-right: 100px !important;

}



.bc-x-mbn30 {

  margin-bottom: -30px !important;

}



.bc-x-mbn20 {

  margin-bottom: -20px !important;

}



.bc-x-mbn15 {

  margin-bottom: -15px !important;

}



.bc-x-mbn10 {

  margin-bottom: -10px !important;

}



.bc-x-mbn5 {

  margin-bottom: -5px !important;

}



.bc-x-mbn3 {

  margin-bottom: -3px !important;

}



.bc-x-mbn2 {

  margin-bottom: -2px !important;

}



.bc-x-mbn1 {

  margin-bottom: -1px !important;

}



.bc-x-mb0 {

  margin-bottom: 0px !important;

}



.bc-x-mb1 {

  margin-bottom: 1px !important;

}



.bc-x-mb2 {

  margin-bottom: 2px !important;

}



.bc-x-mb3 {

  margin-bottom: 3px !important;

}



.bc-x-mb5 {

  margin-bottom: 5px !important;

}



.bc-x-mb10 {

  margin-bottom: 10px !important;

}



.bc-x-mb15 {

  margin-bottom: 15px !important;

}



.bc-x-mb20 {

  margin-bottom: 20px !important;

}



.bc-x-mb30 {

  margin-bottom: 30px !important;

}



.bc-x-mb40 {

  margin-bottom: 40px !important;

}



.bc-x-mb50 {

  margin-bottom: 50px !important;

}



.bc-x-mb60 {

  margin-bottom: 60px !important;

}



.bc-x-mb75 {

  margin-bottom: 75px !important;

}



.bc-x-mb100 {

  margin-bottom: 100px !important;

}



.bc-x-mln30 {

  margin-left: -30px !important;

}



.bc-x-mln20 {

  margin-left: -20px !important;

}



.bc-x-mln15 {

  margin-left: -15px !important;

}



.bc-x-mln10 {

  margin-left: -10px !important;

}



.bc-x-mln5 {

  margin-left: -5px !important;

}



.bc-x-mln3 {

  margin-left: -3px !important;

}



.bc-x-mln2 {

  margin-left: -2px !important;

}



.bc-x-mln1 {

  margin-left: -1px !important;

}



.bc-x-ml0 {

  margin-left: 0px !important;

}



.bc-x-ml1 {

  margin-left: 1px !important;

}



.bc-x-ml2 {

  margin-left: 2px !important;

}



.bc-x-ml3 {

  margin-left: 3px !important;

}



.bc-x-ml5 {

  margin-left: 5px !important;

}



.bc-x-ml10 {

  margin-left: 10px !important;

}



.bc-x-ml15 {

  margin-left: 15px !important;

}



.bc-x-ml20 {

  margin-left: 20px !important;

}



.bc-x-ml30 {

  margin-left: 30px !important;

}



.bc-x-ml40 {

  margin-left: 40px !important;

}



.bc-x-ml50 {

  margin-left: 50px !important;

}



.bc-x-ml60 {

  margin-left: 60px !important;

}



.bc-x-ml75 {

  margin-left: 75px !important;

}



.bc-x-ml100 {

  margin-left: 100px !important;

}



.bc-x-left {

  text-align: left !important;

}



.bc-x-center {

  text-align: center !important;

}



.bc-x-right {

  text-align: right !important;

}



.bc-x-top {

  vertical-align: top    !important;

}



.bc-x-middle {

  vertical-align: middle !important;

}



.bc-x-bottom {

  vertical-align: bottom !important;

}



.bc-x-van10 {

  vertical-align: -10px !important;

}



.bc-x-van5 {

  vertical-align: -5px !important;

}



.bc-x-van3 {

  vertical-align: -3px !important;

}



.bc-x-van2 {

  vertical-align: -2px !important;

}



.bc-x-van1 {

  vertical-align: -1px !important;

}



.bc-x-va0 {

  vertical-align: 0px !important;

}



.bc-x-va1 {

  vertical-align: 1px !important;

}



.bc-x-va2 {

  vertical-align: 2px !important;

}



.bc-x-va3 {

  vertical-align: 3px !important;

}



.bc-x-va5 {

  vertical-align: 5px !important;

}



.bc-x-va10 {

  vertical-align: 10px !important;

}



.bc-x-wauto {

  width: auto  !important;

}



.bc-x-w100 {

  width: 100px !important;

}



.bc-x-w200 {

  width: 200px !important;

}



.bc-x-w300 {

  width: 300px !important;

}



.bc-x-w400 {

  width: 400px !important;

}



.bc-x-w500 {

  width: 500px !important;

}

.bd-line,
.bd-line-sp-hide{
	border-bottom:1px solid #949494;
	padding-bottom:30px;
}

/*# sourceMappingURL=common.css.map */
@media screen and (max-width: 768px) {


.bc-sp-left{
	text-align:left !important;
}

.bd-line-sp-hide{
	border:none;
}

}