<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! 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 &lt; 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 {
  -webkit-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] {
  -webkit-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 */
  -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;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  line-height: 1.6;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
}

/*
Font-size list (base: 16px)
   75% =  12px
   81% =  13px
   88% =  14px
   93% =  15px
 100% =  16px
 106% =  17px
 113% =  18px
 119% =  19px
 125% =  20px
 131% =  21px
 138% =  22px
 148% =  23px
 150% =  24px
*/
/* リンク色 */
a {
  color: #000;
}

a:hover, a:active {
  color: #76323f;
  text-decoration: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .interview-sheet .interview-sheet__list:after, .top-policy:after, .relation-nav--sub .relation-nav--sub__list:after, .relation-nav .relation-nav__list:after, .content-index:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .interview-sheet .interview-sheet__list, .top-policy, .relation-nav--sub .relation-nav--sub__list, .relation-nav .relation-nav__list, .content-index {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, .interview-sheet html .interview-sheet__list, * html .top-policy, .relation-nav--sub html .relation-nav--sub__list, .relation-nav html .relation-nav__list, * html .content-index {
  height: 1%;
}

.clearfix, .interview-sheet .interview-sheet__list, .top-policy, .relation-nav--sub .relation-nav--sub__list, .relation-nav .relation-nav__list, .content-index {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
.contents {
  padding: 0 10px;
  text-align: left;
}

.layout-container {
  text-align: left;
  padding: 0 10px;
}

.layout-section {
  margin-bottom: 40px;
}

.layout-half {
  width: 49%;
}

img.layout-3-col {
  width: 29%;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: #602532;
  padding: 5px;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  color: #fff;
}

/* ヘッダー上段 */
.site-description {
  font-weight: normal;
  float: left;
  font-size: 60%;
}

/* ヘッダーメイン部分 */
/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 200px;
  margin: 0 0 10px 0;
  float: left;
}

/* グローバルボタン */
.btn--menu {
  background: #602532;
  color: #fff;
  line-height: 1;
  padding: 5px;
  border: 1px solid #fff;
  font-size: 113%;
  border-radius: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  min-width: 50px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
}
.btn--menu span {
  display: block;
  font-size: 66%;
  padding-top: 3px;
}

.global-nav .global-nav__contact {
  padding: 0 10px;
}
.global-nav .global-nav__tel {
  margin-right: 10px;
  float: left;
}
.global-nav .global-nav__half {
  width: 49%;
}
.global-nav .global-nav__open {
  float: left;
  margin-top: 7px;
  font-size: 70%;
  line-height: 1.3;
}
.global-nav .global-nav__open span {
  display: table-cell;
  padding: 0 5px 0;
  vertical-align: middle;
}
.global-nav .global-nav__open span .global-nav__open-title {
  border-right: 1px solid #ccc;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  margin-top: 40px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

/* フッター　会社情報 */
.footer-address {
  padding: 10px;
  font-size: 88%;
}

address {
  font-style: normal;
}

/* コピーライト */
.copy {
  display: block;
  background: #602532;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: #fff;
  display: none;
  width: 100%;
  clear: both;
  text-align: left;
  position: absolute;
  top: 0;
  z-index: 2000;
}
.global-nav .nav-header {
  background: #602532;
  padding: 20px 0;
  position: relative;
  color: #fff;
}
.global-nav .nav-header .nav-header__title {
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 125%;
}
.global-nav h2 {
  margin: 10px;
  font-size: 100%;
}
.global-nav &gt; ul {
  padding: 0 10px;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  font-size: 88%;
}
.global-nav &gt; ul li {
  border-top: 1px solid #ddd;
}
.global-nav &gt; ul li a {
  display: block;
  padding: 15px 5px;
}
.global-nav &gt; ul li a.drop {
  position: relative;
}
.global-nav &gt; ul li a.drop i {
  position: absolute;
  right: 10px;
  top: 40%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.global-nav &gt; ul li a.drop.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.global-nav &gt; ul li ul {
  display: none;
  background: #eee;
  padding: 0 10px;
  list-style: none;
}
.global-nav &gt; ul li ul li {
  padding-left: 10px;
}
.global-nav .btn--menu {
  background: #fff;
  min-width: 50px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  position: absolute;
  bottom: 15px;
  right: 10px;
  line-height: 1;
  font-size: 150%;
  color: #602532;
}
.global-nav .btn--menu span {
  display: block;
  padding-top: 3px;
  font-size: 66%;
}
.global-nav .btn--menu.btn--trigger-close {
  background: #fff;
  color: #602532;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #602532;
  padding: 7px;
  font-size: 113%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #602532;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/* フッターナビ */
.footer-nav {
  text-align: center;
  margin-bottom: 20px;
}
.footer-nav .footer-nav__title {
  background: #602532;
  padding: 10px;
  color: #fff;
}
.footer-nav ul {
  list-style: none;
  margin: 10px;
}
.footer-nav ul li {
  border-bottom: 1px dashed #602532;
  text-align: left;
}
.footer-nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #602532;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 0 10px 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #602532;
  line-height: 1.2;
  font-weight: bold;
  font-size: 150%;
}

/* 見出し */
.title-lv1 {
  background: #f0ede7;
  padding: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 125%;
  color: #4d4d4d;
}

.title-lv2, .top-about-list li .top-about-list__title {
  margin-bottom: 15px;
  position: relative;
  font-size: 113%;
  color: #4d4d4d;
}
.title-lv2:after, .top-about-list li .top-about-list__title:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 35px;
  border-bottom: 1px solid #d0aba7;
}

.title-lv3 {
  margin-bottom: 5px;
}

/* 汎用見出し */
.title-other-01 {
  border-left: 3px solid #602532;
  padding-left: 15px;
  line-height: 1.3;
  color: #602532;
}

.title-other-02 {
  color: #4d4d4d;
}

/*追従ナビ*/
.fixed-nav {
  clear: both;
  position: fixed;
  z-index: 1000;
  display: none;
  top: 0px;
  left: 0;
  width: 100%;
}
.fixed-nav a {
  text-decoration: none;
}
.fixed-nav a .fa {
  display: block;
  margin-bottom: 5px;
  color: #602532;
}
.fixed-nav a .fa-wh {
  color: #fff;
}
.fixed-nav ul {
  list-style: none;
}
.fixed-nav ul li {
  width: 25%;
  float: left;
  font-size: 69%;
}
.fixed-nav ul li a {
  background: #fff;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px 0 5px 0;
  color: #000;
}
.fixed-nav ul li a.last {
  border-right: 0px solid #ddd;
}
.fixed-nav .fixed-nav ul li:first-child a {
  border-left: 0;
}

.fa-2x a {
  font-size: 2em;
}

#fa-free a {
  background: #602532 !important;
  color: #fff !important;
  border-bottom: 1px solid #ddd;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #76323f;
  border: 1px solid #c8c8c8;
  padding: 10px 10px;
  color: #FFFFFF;
  width: 30%;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 10px 10px;
}

.table-ptn--01_th2 {
  background-color: #f0ede7 !important;
  color: #666666 !important;
}

.sp .table-ptn--01 td, .sp .table-ptn--01 th {
  padding: 5px;
}

.table-ptn--02 th, .sports-table th {
  background: #602532;
  border: 1px solid #c8c8c8;
  padding: 8px 10px;
  color: #fff;
}
.table-ptn--02 td, .sports-table td {
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 8px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  behavior: url(PIE.htc);
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #602532;
  color: #fff;
  text-decoration: none;
}

.btn--beige {
  background: #e3dfd6;
  color: #4d4d4d;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #602532;
  text-decoration: none;
  color: #602532;
}

.btn--no-bg {
  background: none;
  border: 2px solid #666;
  text-decoration: none;
  color: #666;
}

.btn--no-bg--white {
  background: none;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
}

.btn--link-next {
  border: 1px solid #666;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 40px;
}

.btn_01 {
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 50px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #fff;
  position: relative;
}
.btn_01:hover {
  background-color: #fff;
  color: #76323f;
  border: 1px solid #76323f;
}
.btn_01 i {
  position: absolute;
  right: 12px;
  top: 18px;
}

.btn_02 {
  text-decoration: none;
  border: 1px solid #4d4d4d;
  padding: 10px 50px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #4d4d4d;
  position: relative;
}
.btn_02:hover {
  background-color: #76323f;
  color: #fff;
  border: 1px solid #76323f;
}
.btn_02 i {
  position: absolute;
  right: 12px;
  top: 15px;
}

.btn_03 {
  text-decoration: none;
  background-color: #c09f80;
  border: 1px solid #c09f80;
  padding: 10px 50px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #fff;
  position: relative;
}
.btn_03:hover {
  background-color: #76323f;
  color: #fff;
  border: 1px solid #76323f;
}
.btn_03 i {
  position: absolute;
  right: 12px;
  top: 15px;
}

.btn_04 {
  width: 300px;
  text-align: center;
  background-color: #76323f;
  color: #fff;
  border: 1px solid #76323f;
  text-decoration: none;
  padding: 10px 10px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #fff;
  position: relative;
}
.btn_04:hover {
  background-color: #c09f80;
  border: 1px solid #c09f80;
  color: #fff;
}
.btn_04 i {
  position: absolute;
  right: 12px;
  top: 15px;
}
.btn_04last {
  margin-right: 0px;
}

.btn_sarch {
  text-decoration: none;
  background-color: #e3dfd6;
  border: 1px solid #e3dfd6;
  padding: 10px 50px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #4d4d4d;
  position: relative;
}
.btn_sarch:hover {
  background-color: #76323f;
  color: #fff;
  border: 1px solid #76323f;
}
.btn_sarch i {
  position: absolute;
  left: 12px;
  top: 15px;
}

.btn_pdf {
  text-decoration: none;
  background-color: #c09f80;
  border: 1px solid #c09f80;
  padding: 15px 40px 15px 70px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #fff;
  position: relative;
}
.btn_pdf:hover {
  background-color: #fff;
  color: #76323f;
  font-weight: bold;
  border: 1px solid #fff;
}
.btn_pdf img {
  position: absolute;
  left: 22px;
  top: 5px;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow, .sitemap {
  list-style: none;
}
.list-arrow li, .sitemap li {
  background: url(../img/common/mark/ico--arrow-01.png) 4px 0.4em no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 0.4em no-repeat;
  padding-left: 22px;
  margin-bottom: 10px;
}

.list-dot, .sitemap li ul {
  list-style: none;
}
.list-dot li, .sitemap li ul li {
  background: url(../img/common/mark/ico--dot-01.png) 4px 0.5em no-repeat;
  padding-left: 17px;
  margin-bottom: 5px;
  text-align: left;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding: 10px 10px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering, .implant-follow {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li, .implant-follow li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering, .implant-follow li .list-numbering, .list-numbering li .implant-follow, .implant-follow li .implant-follow {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li, .implant-follow li .list-numbering li, .list-numbering li .implant-follow li, .implant-follow li .implant-follow li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/* 治療の流れ */
.list-chk {
  list-style: none;
}
.list-chk li {
  background: url(../img/sp/introduction/flow/ico_chk.png) 4px 0.5em no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
}

.list-nochk {
  list-style: none;
}
.list-nochk li {
  background: url(../img/sp/introduction/flow/ico_nochk.png) 4px 0.5em no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01, .page-index {
  border: 3px double #602532;
  background: #fff;
  padding: 15px;
}

.box-sub--01 ul, .page-index ul {
  margin-bottom: -5px;
}

.box-sub--02 {
  background: #e3dfd6;
  padding: 15px;
}
.box-sub--02 ul {
  margin-bottom: -5px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* 一覧 */
.news-list {
  list-style: none;
}
.news-list li {
  padding: 15px 5px;
  border-bottom: 1px dashed #ccc;
}
.news-list li span {
  display: inline-block;
  width: 130px;
}

.news-list-sp {
  list-style: none;
  margin-bottom: 40px;
}
.news-list-sp li {
  padding: 15px 5px;
  border-bottom: 1px dashed #ccc;
}
.news-list-sp li span {
  display: block;
}

/* ブログ・お知らせの設定 */
.article {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #602532;
}
.pagination a {
  border: 1px solid #602532;
}
.pagination a:hover {
  background-color: #602532;
  border: 1px solid #602532;
  color: #fff;
}
.pagination .current {
  background-color: #602532;
  border: 1px solid #602532;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  background: #e6e8f3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e8f3), to(#d0aba7));
  background: linear-gradient(to bottom, #e6e8f3 0%, #d0aba7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20px 0 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch .catch__title {
  margin-bottom: 5px;
  font-weight: nomal;
  font-size: 125%;
}
.catch .catch__text {
  background: url(../img/common/item/pic--catch-line.png) center top no-repeat;
  padding: 10px;
  font-weight: bold;
  font-size: 88%;
}

.topic-path {
  font-size: 88%;
  margin-bottom: 30px;
}

.side-bgi-bnr {
  background: #f0ede7;
  display: block;
  margin-bottom: 40px;
  text-decoration: none;
  line-height: 1.3;
}
.side-bgi-bnr div {
  padding: 15px;
}
.side-bgi-bnr div strong {
  display: block;
  margin-bottom: 10px;
  font-size: 113%;
  color: #76323f;
}
.side-bgi-bnr div p {
  font-size: 88%;
}

.side-bnr {
  background: #e6e8f3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e8f3), to(#d0aba7));
  background: linear-gradient(to bottom, #e6e8f3 0%, #d0aba7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  list-style: none;
  padding: 10px;
}
.side-bnr li {
  margin-bottom: 15px;
  text-align: center;
}
.side-bnr li:last-child {
  margin-bottom: 0;
}
.side-bnr li img {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(158, 71, 107, 0.3);
          box-shadow: 0px 0px 10px 6px rgba(158, 71, 107, 0.3);
}

.content-index {
  list-style: none;
}
.content-index li {
  margin-bottom: 20px;
  width: 49%;
  float: left;
}
.content-index li:nth-child(2n) {
  float: right;
}
.content-index li:nth-child(2n+1) {
  clear: both;
}
.content-index li p {
  margin-top: 20px;
}

.relation-nav .relation-nav__title {
  background: #602532;
  padding: 10px 0;
  text-align: center;
  font-size: 113%;
  color: #fff;
}
.relation-nav .relation-nav__list {
  background: #e3dfd6;
  padding: 20px 20px 10px;
  list-style: none;
}
.relation-nav .relation-nav__list li {
  margin-bottom: 10px;
}
.relation-nav .relation-nav__list li a {
  background: #fff url(../img/common/mark/ico--dot-01.png) 10px center no-repeat;
  padding: 10px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.relation-nav--sub {
  border: 3px double #602532;
}
.relation-nav--sub .relation-nav--sub__title {
  padding: 10px 0;
  position: relative;
  text-align: center;
  font-size: 100%;
  color: #602532;
}
.relation-nav--sub .relation-nav--sub__title:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 40px;
  margin-left: -20px;
  border-bottom: 2px solid #666;
}
.relation-nav--sub .relation-nav--sub__list {
  padding: 10px;
  list-style: none;
}
.relation-nav--sub .relation-nav--sub__list li {
  margin-bottom: 5px;
}
.relation-nav--sub .relation-nav--sub__list li a {
  background: #fff url(../img/common/mark/ico--arrow-01.png) 10px center no-repeat;
  display: block;
  padding: 5px;
  padding-left: 25px;
}

.page-index .page-index__title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 125%;
  color: #602532;
}
.page-index .page-index__list {
  margin-left: 30px;
}
.page-index .page-index__list li {
  margin: 15px 0;
}

blockquote {
  position: relative;
  padding: 35px 15px 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  vertical-align: middle;
  content: "❝";
  color: #cfcfcf;
  font-size: 38px;
  line-height: 1;
}

blockquote:after {
  display: inline-block;
  position: absolute;
  botom: 13px;
  right: 15px;
  vertical-align: middle;
  content: "❞";
  color: #cfcfcf;
  font-size: 38px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* お客様の声 */
.voice .voice__photo {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.voice .voice__photo img {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 10px;
}
/* サイトマップ */
.sitemap li {
  margin-bottom: 10px;
}
.sitemap li ul {
  margin-top: 10px;
}

/* スタッフ紹介 */
.staff {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.staff .staff__photo {
  display: block;
  margin: 0 auto 15px;
}
.staff .staff__position {
  font-size: 113%;
}
.staff .staff__name {
  margin-bottom: 10px;
  font-size: 200%;
}
.staff .staff__comment-title {
  display: block;
  margin-bottom: 8px;
  font-size: 125%;
  color: #602532;
}
.staff .staff__comment {
  font-size: 100%;
  margin-bottom: 18px;
}

/* よくある質問 */
.allergy-metal dt {
  background: url(../img/common/mark/ico--arrow-01.png) left center no-repeat;
  padding: 0 0 0 15px;
  font-size: 113%;
  font-weight: bold;
  color: #602532;
}
.allergy-metal dd {
  margin-bottom: 20px;
}

/* よくある質問 */
.faq dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 125%;
  color: #602532;
}
.faq dt:before {
  content: "Q. ";
}
.faq dd {
  border: 1px dashed #602532;
  padding: 10px;
  margin-bottom: 40px;
}

.faq_title li {
  font-size: 100%;
  margin-top: 10px;
  padding-left: 45px;
  padding-bottom: 15px;
  padding-top: 0px;
  height: 40px;
  font-weight: bold;
  color: #4d4d4d !important;
  background-image: url("../img/common/mark/icon_fq.png");
  background-repeat: no-repeat;
  list-style: none;
}

/* スポーツ歯科 */
.method-list {
  list-style: none;
}
.method-list li {
  background: url(../img/common/mark/ico--circle-01.png) 4px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px 5px 20px;
  font-size: 113%;
}

/* スポーツ歯科 */
.sports-table th, .sports-table td {
  padding: 15px 10px;
}
.sports-table th {
  text-align: center;
}
.sports-table td {
  vertical-align: top;
}

/* インプラント */
.implant-follow li {
  margin-bottom: 40px;
}

/* トップページ */
.top-message {
  background: url(../img/index/message/bgi--message.png) center center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.top-section--beige {
  background: #f0ede7;
  padding: 60px 0;
}

.top-section--gradation {
  background: #e6e8f3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e8f3), to(#d0aba7));
  background: linear-gradient(to bottom, #e6e8f3 0%, #d0aba7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 60px 0;
}

.top-section--bn {
  background: #e6e8f3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e8f3), to(#d0aba7));
  background: linear-gradient(to bottom, #e6e8f3 0%, #d0aba7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 16px 12px;
}

.top-section-title {
  margin-bottom: 40px;
  font-size: 113%;
}
.top-section-title img {
  height: 40px;
}
.top-section-title .top-section-title__text {
  display: block;
  padding-top: 20px;
  font-weight: bold;
}

.top-policy {
  background: #e3dfd6;
  margin-bottom: 40px;
}
.top-policy .top-policy__content {
  padding: 20px 10px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-policy .top-policy__icon {
  display: block;
  width: 30px;
  margin-bottom: 10px;
}
.top-policy .top-policy__title {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 125%;
  font-weight: bold;
  color: #602532;
}
.top-policy.top-policy--small:last-child {
  margin-right: 0;
}
.top-policy.top-policy--small .top-policy__content {
  width: auto;
  padding: 20px 20px 30px;
}

.top-service-list {
  list-style: none;
  margin: 0 auto -60px;
}
.top-service-list li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 30px;
}
.top-service-list li:nth-child(2n) {
  margin-right: 0;
}
.top-service-list li:nth-child(2n+1) {
  clear: both;
}
.top-service-list li a {
  background: #fff;
  display: block;
  padding: 9px;
  -webkit-box-shadow: 0px 0px 10px 6px rgba(158, 71, 107, 0.3);
          box-shadow: 0px 0px 10px 6px rgba(158, 71, 107, 0.3);
}
.top-service-list li a:hover {
  background: #e6e8f3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e8f3), to(#d0aba7));
  background: linear-gradient(to bottom, #e6e8f3 0%, #d0aba7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top-service-list li a:hover img {
  opacity: 1;
}

.top-voice {
  list-style: none;
}
.top-voice li {
  background: #fff url(../img/index/voice/pic--voice.jpg) right top no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  margin-bottom: 30px;
}
.top-voice li .top-voice__name {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 113%;
  color: #602532;
}
.top-voice li .top-voice__lede {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.top-voice li .top-voice__pic {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.top-about-message {
  background: #fff;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}

.top-about-list {
  list-style: none;
}
.top-about-list li {
  margin-bottom: 30px;
}
.top-about-list li .top-about-list__img {
  display: block;
  width: 100%;
}
.top-about-list li .top-about-list__content {
  background: #fff;
  padding: 20px;
}
.top-about-list li .top-about-list__title {
  display: block;
}
.top-about-list li p {
  margin-bottom: 20px;
}

.interview-sheet {
  background: #602532;
  margin: 60px auto;
  padding: 20px 10px;
  text-align: left;
  color: #fff;
}
.interview-sheet .interview-sheet__title {
  background: url(../img/index/about/bgi--interview-sheet-title.png) left center no-repeat, url(../img/index/about/bgi--interview-sheet-title.png) right center no-repeat;
  text-align: center;
  padding: 10px 40px;
  margin-bottom: 20px;
  font-size: 113%;
}
.interview-sheet .interview-sheet__list {
  list-style: none;
}
.interview-sheet .interview-sheet__list li {
  margin-bottom: 15px;
  text-align: center;
}

.common-other-btn__list {
  list-style: none;
  width: 88%;
  margin: -20px auto 60px;
}
.common-other-btn__list li {
  margin: 0 12px 20px;
}
.common-other-btn__list a {
  position: relative;
  border-radius: 3px;
  border: var(--stroke-weight-1, 1px) solid #C09F80;
  background: #602532;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px 20px 24px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.common-other-btn__list a::after {
  position: absolute;
  right: 4%;
  content: url(../img/common/mark/ico--arrow-02-white.svg);
  display: inline-block;
  padding: 6px 0 0;
}
.common-other-btn__list a:hover {
  opacity: 0.7;
}

/*お問い合わせフォームのボタン*/
.btn_mailform {
  width: 200px;
  margin: auto;
  text-align: center;
  background: #e3dfd6;
  color: #4d4d4d !important;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px;
}

/*インプラント*/
.sck_table {
  vertical-align: top;
  position: relative;
  padding-bottom: 10px;
}
.sck_table img {
  top: 0px;
}

.sck_table_tit {
  vertical-align: center;
  padding: 12px 0 0px;
}

/*診療の流れ*/
.stage_box2 {
  width: 90%;
  background-color: #d3e5eb;
  padding: 10px;
}

/*マイクロスコープによる治療*/
.mc-treatment {
  list-style: none;
}
.mc-treatment li {
  margin-bottom: 40px;
}
.mc-treatment .mc-treatment__title {
  margin: 10px 0;
  display: block;
  font-weight: bold;
  font-size: 113%;
}

/*診療内容*/
.layout-3-col p {
  text-align: center;
  padding: 6px 0;
}

/* 滅菌器 */
.sterillzer-class__image {
  width: 88%;
  margin: 0 auto 10px;
  display: block;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--x-small {
  font-size: 75%;
}

.u-font-size--small {
  font-size: 86%;
}

.u-font-size--large {
  font-size: 114%;
}

.u-font-size--x-large {
  font-size: 129%;
}

.u-font-size--xx-large {
  font-size: 143%;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-blue {
  color: #0055BB;
}

.u-color-main {
  color: #602532;
}

.u-color-sub {
  color: #e3dfd6;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* リード文の設定 */
.u-lede {
  font-weight: bold;
  font-size: 150%;
  color: #602532;
}
.u-lede:before {
  content: "― ";
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

.u-margin-bottom--xs-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xl-large {
  margin-bottom: 120px;
}

/* パディング*/
.u-padding-rignt {
  padding-right: 10px;
}

.u-padding-rignt--12 {
  padding-right: 12px;
}

.u-padding-rignt--15 {
  padding-right: 15px;
}

.u-padding-rignt-m {
  padding-right: 20px;
}

.u-margin-rignt {
  margin-right: 30px;
}

/*中央寄せ*/
.center_align {
  margin: auto;
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master-sp.css.map */</pre></body></html>