@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 < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
	サイトの基本となる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 {
  color: #ffffff;
  background-color: #2A253F;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center; }

/*
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: #ffffff; }

a:hover, a:active {
  color: #1DA1F2;
  text-decoration: none; }

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

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

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

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

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  padding: 0px;
  margin: 0 0px;
  position: relative;
  text-align: left; }

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

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

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

.btn--menu02 {
  background: #421686;
  color: #fff;
  line-height: 1.0;
  padding: 0px;
  border: 1px solid #421686;
  font-size: 113%;
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 65px;
  min-width: 65px;
  height: auto;
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif; }
  .btn--menu02 span {
    display: block;
    font-size: 66%;
    padding-top: 3px; }

/*
	フッターの指定
*/
.footer-bg01 {
  background-color: #2A2440; }

.footer-bg02 {
  background-color: #42008C; }

/* フッター外枠 */
footer {
  clear: both;
  display: block;
  text-align: left;
  background: #222222; }
  footer a {
    text-decoration: none; }

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

address {
  font-style: normal; }

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

/*SNS*/
.btn-sns-margin {
  bottom: 10px; }

.box-up {
  padding: 40px;
  text-align: center;
  text-decoration: none; }
  .box-up a {
    text-decoration-line: none; }

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

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

/* フッターナビ index*/
.footer-nav_1 {
  background-color: #222222;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 40px; }
  .footer-nav_1 .footer-nav__title_1 {
    background: #ffffff;
    padding: 10px;
    color: #fff; }
  .footer-nav_1 ul {
    list-style: none;
    margin: 0 0 0 0; }
    .footer-nav_1 ul li {
      text-align: left;
      vertical-align: middle; }
      .footer-nav_1 ul li a {
        display: block;
        position: relative;
        padding: 10px;
        text-decoration: none;
        color: #ffffff; }
        .footer-nav_1 ul li a i {
          position: absolute;
          right: 10px;
          top: 18px; }

.footer-txt-bg02 {
  background-color: #2A253F; }

.footer-txt-bg03 {
  background-color: #42008C; }

/* フッターナビ 共通*/
.footer-nav {
  background-color: #222222;
  text-align: center;
  margin-bottom: 0px; }
  .footer-nav .footer-nav__title {
    background: #ffffff;
    padding: 10px;
    color: #fff; }
  .footer-nav ul {
    list-style: none;
    margin: 0 0 0 0; }
    .footer-nav ul li {
      text-align: center;
      vertical-align: middle; }
      .footer-nav ul li a {
        display: block;
        position: relative;
        padding: 10px;
        text-decoration: none;
        color: #ffffff; }
        .footer-nav ul li a i {
          position: absolute;
          right: 10px;
          top: 18px; }

.footer-txt-bg02 {
  background-color: #2A253F; }
  .footer-txt-bg02 i {
    text-align: right; }

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #ffffff;
  color: #ffffff; }

/* 見出し */
.title-lv1 {
  background: #421686;
  font-size: 114%;
  padding: 8px;
  margin-bottom: 15px;
  color: #ffffff;
  border-bottom: #F6D65C 2px solid; }

.title-lv2 {
  font-size: 114%;
  padding: 0 0 0 5px;
  margin-bottom: 5px;
  color: #F6D659;
  font-weight: bold; }

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E; }

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #ffffff; }

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #42008C;
  margin-bottom: 5px;
  color: #ffffff; }

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #EAE6D0;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C; }
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px; }

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C; }
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 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;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#787878');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#787878')"; }

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

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

.btn--sub {
  background: #421686;
  color: #fff;
  text-decoration: none; }

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none; }

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

.btn--grean {
  background-color: #00B900;
  color: #fff;
  text-decoration: none; }

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

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

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

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

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

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

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px; }

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px; }

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article {
  border-bottom: 1px dashed #ABA073;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  line-height: 1.2; }
  .article .article__date {
    display: block;
    width: 20%;
    border-right: 1px dashed #666666;
    float: left; }
  .article .article__title {
    font-size: 100%;
    font-weight: normal;
    width: 78%;
    float: left; }

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

/*
	サイト全体のアイテムの設定
*/
.news_box0 {
  background-color: #fff;
  color: #fff;
  border: 1px solid #B58800;
  display: table;
  width: 100%; }

.news_box1 {
  background-color: #B58800;
  color: #fff;
  width: 60px;
  text-align: center;
  padding: 2px;
  display: table-cell;
  vertical-align: middle; }
  .news_box1 h2 {
    font-size: 100%; }

.news_box2 {
  background-color: #fff;
  color: #444;
  padding: 5px;
  display: table-cell; }
  .news_box2 a {
    color: #444; }

.top-bnr {
  width: 49%; }

.box_newsmdl_com {
  margin: 0px;
  height: auto;
  max-width: 100%;
  background-image: url();
  background-repeat: repeat-y;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px; }

.box_newsbtm_com {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  height: 19px;
  width: 600px;
  background-repeat: no-repeat; }

.box_newsbtm {
  margin: 0px;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px; }
  .box_newsbtm li {
    padding-top: 4px;
    border-top: dotted 1px #fff;
    list-style: none;
    height: 2em;
    color: #4DFFFF;
    vertical-align: bottom; }
    .box_newsbtm li:last-child {
      border-bottom: dotted 1px #fff; }
  .box_newsbtm a {
    color: #fff; }

.txt-bg01 {
  background-color: #2A2440; }
  .txt-bg01 a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }
    .txt-bg01 a i {
      right: 10px; }

.txt-bg02 {
  background-color: #42008C; }
  .txt-bg02 a {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .txt-bg02 a i {
      position: absolute;
      right: 10px;
      top: 18px; }

.txt-bg03 {
  background-color: #2A2440; }
  .txt-bg03 a {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .txt-bg03 a i {
      position: absolute;
      right: 10px;
      top: 18px; }

.box-sns {
  max-width: 100%;
  margin: auto; }

.box-sns01 {
  width: 33.333%;
  float: left; }

.box-sns02 {
  width: 33.333%; }

.box-sns03 {
  background-color: #ffffff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2em; }

.txt-left {
  text-align: left; }

/*鑑定ページ*/
.kantei-bg {
  margin-bottom: 0px;
  padding: 15px 15px 0px 15px;
  color: #333333;
  background-image: url(../img/kantei/cose_midle.png);
  background-size: 100%;
  background-repeat: repeat-y; }

.kantei-bg2 {
  margin-bottom: 0px;
  padding: 15px 15px 0px 15px;
  color: #333333;
  background-image: url(../img/kantei/case04_midle.png);
  background-size: 100%;
  background-repeat: repeat-y; }

.kantei-bg_bottom {
  vertical-align: top; }

.price-bg {
  margin-bottom: 0px;
  padding: 5px 15px 5px 15px;
  color: #333333;
  background-image: url(../img/kantei/cose_midle.png);
  background-size: 100%;
  background-repeat: repeat-y; }

.w-58 {
  width: 58px; }

.t-color-paple {
  font-weight: bold;
  color: #BF23EA; }

.t-color-blue {
  font-weight: bold;
  color: #5A00FF; }

.price-menu dt {
  border-bottom: 1px dashed #F6D65C;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 113%; }

.acc-table {
  text-align: left; }

.list-monthly {
  list-style: none; }
  .list-monthly li {
    margin-bottom: 2px; }
    .list-monthly li > dl {
      display: none;
      padding: 10px; }
      .list-monthly li > dl dt span {
        display: inline-block;
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-weight: bold;
        color: #fff; }
      .list-monthly li > dl .dt--all span {
        background: #42A021;
        color: #fff; }
      .list-monthly li > dl .dt--love span {
        background: #FF5C63;
        color: #fff; }
      .list-monthly li > dl .dt--biz span {
        background: #38599A; }
      .list-monthly li > dl .dt--day span {
        color: #fff; }
      .list-monthly li > dl dd {
        margin-bottom: 20px;
        color: #fff; }
  .list-monthly a {
    background: #B175C0;
    display: block;
    padding: 10px;
    position: relative;
    color: #fff; }
    .list-monthly a i {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -0.5em; }

/*アプリ*/
.app-list {
  background-color: #fff;
  margin: 0 0 20px; }
  .app-list dt {
    background: #B48700;
    text-align: center;
    padding: 5px;
    font-weight: bold; }
  .app-list dd {
    display: block;
    margin: 0;
    border: #B48700 1px solid;
    padding: 10px; }

.app-list__oniate {
  list-style: none;
  margin: 0;
  padding: 0; }
  .app-list__oniate li {
    margin: 0 0 10px;
    text-align: center;
    list-style: none; }
  .app-list__oniate li.last {
    margin-bottom: 0; }

.app-list__pc-site {
  list-style: none;
  padding-top: 10px; }
  .app-list__pc-site li {
    margin-bottom: 10px; }

.content-body {
  color: #fff; }

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.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-main {
  color: #ffffff; }

.u-color-sub {
  color: #42008C; }

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

.u-marker-pink {
  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: 2em; }

.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-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; }

img.gomyo_aligncenter {
  margin-bottom: 15px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%; }

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

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

.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--xx-large {
  margin-bottom: 80px; }

.u-margin20 {
  margin: 20px; }

/*カラム*/
.u-2col {
  width: 50%; }

/* theme */
/*
	サイト全体で使う色の指定
*/
