@charset "UTF-8";
/*! 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.
 */
@import url(../genericons/genericons.css);
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
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 {
  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 */
  /* 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
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  height: 100%;
}

body {
  height: 100%;
  color: #111;
  background: #fff;
  text-align: left;
  line-height: 1.48;
  margin: 0;
}

body, input, textarea {
  font-size: 16px;
  *font-size: 100%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
.disp-sp {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

img, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 20px;
}

a {
  color: #0a7a9f;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

a:hover {
  color: #35afd8;
  text-decoration: underline;
  opacity: 0.7;
}

a[href^=tel] {
  color: #111;
}

a[href^=tel]:hover {
  opacity: 1;
  cursor: default;
}

/* ---------- image ---------- */
a.btn img, a.btn2 img, input.btn2 img, input.btn img {
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

a.btn:hover img, a.btn2:hover img, input.btn2:hover img, input.btn:hover img {
  opacity: 0.7;
}

img.imgfit, .siteContent-inner img, .siteHeader-inner img, .globalNav ul li img, .siteFooterContact .siteFooterContact-inner .columns img, .siteFooter > .siteFooter-inner img {
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------------
	3. Common Class
-------------------------------------------------- */
/* ---------- text ---------- */
.h2, .h2-circle {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #39AFD7;
  font-size: 150%;
}

.h2-circle:before {
  content: "● ";
}

.h3 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 112.5%;
}

/* ---------- clear ---------- */
.clearfix, .cf, .wrap, ul {
  zoom: 1;
}

.clearfix:after, .cf:after, .wrap:after, ul:after {
  content: "";
  display: block;
  clear: both;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear {
  clear: both;
}

.disp-none {
  display: none;
}

/* ---------- text ---------- */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.nowrap {
  white-space: nowrap !important;
}

.txt-small {
  font-size: 0.9em;
}

/* ---------- margin ---------- */
/* -----------------------------------------------
	4. a-blog cms
-------------------------------------------------- */
.entryFormColumn .entryFormColumnHead {
  color: #333;
}

.entryFormTable input, .entryFormTable textarea {
  width: 95%;
}

/**************************************************
	components
***************************************************/
/* -----------------------------------------------
	1. Modules
-------------------------------------------------- */
.siteHeader-inner .headerNav ul, .globalNav ul {
  display: table;
}
.siteHeader-inner .headerNav ul > li, .globalNav ul > li, .siteHeader-inner .headerNav ul > div, .globalNav ul > div {
  display: table-cell;
  vertical-align: middle;
}

/* ---------- 見出し ---------- */
.pagetitle {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .pagetitle img {
    max-width: 90%;
    height: auto;
  }
}

.section-title {
  margin-bottom: 40px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 137.5%;
}

/* ---------- シンプル装飾 ---------- */
ul.plain, ol.plain, dl.plain {
  margin-left: 2em;
  margin-bottom: 20px;
}

.plain ul, .plain ol {
  margin: 0 0 0 2em;
}

ul.plain {
  list-style-type: disc;
}

ul.plain ul {
  list-style-type: circle;
}

ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin-left: 0;
}

dl.plain dt {
  font-weight: bold;
}

table.plain th {
  padding: 5px 1em 5px 5px;
}
table.plain td {
  padding: 5px;
}

ul.simple li {
  font-size: 0.9em;
  margin-bottom: 0.7em;
}

/* ---------- テキスト ---------- */
.chunk {
  display: inline-block;
}

/* ---------- 画像 ---------- */
.image-l {
  float: left;
  margin-right: 25px;
}

.image-r {
  float: right;
  margin-left: 25px;
}

.image-text {
  overflow: hidden;
  *zoom: 1;
}

.caption {
  font-size: 75%;
  display: block;
  margin-top: 0.5em;
  text-align: left !important;
}
.caption img {
  vertical-align: middle;
  margin-right: 5px;
}

.caption.txtc {
  text-align: center !important;
}

ul.image-l, ul.image-r {
  margin-bottom: 0;
}
ul.image-l li, ul.image-r li {
  margin-bottom: 20px;
  zoom: 1;
}

/* ---------- グリッドカラム ---------- */
.columns {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.columns:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.columns > .column, .columns > .column-1, .columns > .column-2, .globalNav ul .columns > li, .columns > .column-3, .columns > .column-4, .columns > .column-5, .columns > .column-6, .columns > .column-7, .columns > .column-8, .columns > .column-9, .columns > .column-10, .columns > .column-11, .columns > .column-12 {
  padding: 0 10px;
}

.columns--no-gutter {
  zoom: 1;
  margin-left: 0px;
  margin-right: 0px;
}
.columns--no-gutter:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.columns--no-gutter > .column, .columns--no-gutter > .column-1, .columns--no-gutter > .column-2, .globalNav ul .columns--no-gutter > li, .columns--no-gutter > .column-3, .columns--no-gutter > .column-4, .columns--no-gutter > .column-5, .columns--no-gutter > .column-6, .columns--no-gutter > .column-7, .columns--no-gutter > .column-8, .columns--no-gutter > .column-9, .columns--no-gutter > .column-10, .columns--no-gutter > .column-11, .columns--no-gutter > .column-12 {
  padding: 0 0px;
}

.column, .column-1, .column-2, .globalNav ul li, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.column-1 {
  width: 8.33%;
}

.column-2, .globalNav ul li {
  width: 16.66%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 33.33%;
}

.column-5 {
  width: 41.66%;
}

.column-6 {
  width: 50%;
}

.column-7 {
  width: 58.33%;
}

.column-8 {
  width: 66.66%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 83.33%;
}

.column-11 {
  width: 91.66%;
}

.column-12 {
  width: 100%;
}

/* ---------- columns-table ---------- */
.columns-table {
  display: table;
}
.columns-table > .column, .columns-table > .column-1, .columns-table > .column-2, .globalNav ul .columns-table > li, .columns-table > .column-3, .columns-table > .column-4, .columns-table > .column-5, .columns-table > .column-6, .columns-table > .column-7, .columns-table > .column-8, .columns-table > .column-9, .columns-table > .column-10, .columns-table > .column-11, .columns-table > .column-12 {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
}

/* ---------- パンくずナビ ---------- */
.breadcrumbs {
  max-width: 1000px;
  margin: 10px auto 10px;
  padding-left: 10px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:first-child)::before {
  content: ">";
  color: #39AFD7;
  margin: 0 5px;
}

/* ---------- リスト ---------- */
ul.line {
  zoom: 1;
  list-style: none;
}
ul.line:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
ul.line li {
  float: left;
}

.list-a {
  font-size: 100%;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 25px;
}
.list-a dt {
  padding: 1.5em 20px 1em;
  border-top: 1px dashed #ccc;
}
.list-a dt:first-child {
  border-top: none;
}
.list-a dd {
  padding: 0em 20px 1.5em;
}

/* ---------- テーブル ---------- */
.table-a {
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 25px;
}
.table-a th, .table-a td {
  padding: 1.5em 2em;
  border: 2px dashed #ccc;
  border-left: none;
  border-right: none;
  vertical-align: top;
}
.table-a tr:first-child th, .table-a tr:first-child td {
  padding-top: 2.5em;
}
.table-a tr:last-child th, .table-a tr:last-child td {
  padding-bottom: 2.5em;
}
.table-a th {
  width: 33%;
  text-align: right;
  font-weight: normal;
}
.table-a td {
  width: 66%;
  text-align: left;
}

/* ---------- アイコン ---------- */
.ico-external {
  padding-right: 16px;
  margin-right: 5px;
  background: url(../images/ico-external.png) no-repeat 100% 50%;
}

.ico-pdf {
  padding-right: 25px;
  background: url(../images/ico-pdf.png) no-repeat 100% 50%;
}

.ico-doc {
  padding-right: 25px;
  background: url(../images/ico-doc.png) no-repeat 100% 50%;
}

.ico-xls {
  padding-right: 25px;
  background: url(../images/ico-xls.png) no-repeat 100% 50%;
}

.ico-new {
  vertical-align: middle;
  margin-left: 5px;
}

/* ---------- ボックス ---------- */
.separate {
  border-bottom: 1px dotted #eee;
  margin-bottom: 25px;
}

.box-a {
  padding: 20px 20px 0;
  margin: 20px auto;
  border: 5px solid #dadada;
  background: #fff;
  width: 100%;
  max-width: 700px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.box-a .section-title {
  margin-bottom: 10px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 137.5%;
}
.box-a p {
  margin: 20px 0;
}

.box-b {
  zoom: 1;
  padding: 20px 20px 1px;
  margin: 0 0 25px;
  background: #F2F2F2;
}
.box-b:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}

.bg-wht {
  background: #fff;
}

/* ボタン
----------------------------------*/
a.btn, a.btn2, input.btn2, input.btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: url(../img/bg-btn.png) no-repeat top right;
  padding: 1em 3em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a.btn.btn-back, a.btn-back.btn2, input.btn-back.btn2, input.btn-back.btn {
  background: #63c0e0;
}
a.btn:hover, a.btn2:hover, input.btn2:hover, input.btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 660px) {
  a.btn, a.btn2, input.btn2, input.btn {
    width: 100%;
    box-sizing: border-box;
  }
}

a.btn2, input.btn2 {
  background-image: url(../img/bg-btn2.png);
}

input.btn {
  border: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
input.btn:hover {
  opacity: 0.7;
}

input.btn2 {
  border: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
input.btn2:hover {
  opacity: 0.7;
}

.back {
  text-align: center;
}

.more a {
  background: url("../img/bg-magenta.png");
  width: 14em;
  padding: 0.4em 0em 0.4em 1em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-size: 87.5%;
  position: relative;
}
.more a .genericon {
  vertical-align: middle;
}
.more a:before {
  font-family: "Genericons";
  content: '\f104';
  display: block;
  position: absolute;
  top: 0.4em;
  bottom: 0.4em;
  left: 1em;
  margin: auto 0;
}

/* ステップバー
----------------------------------*/
.stepBar {
  position: relative;
  list-style: none;
  width: 100%;
  max-width: 700px;
  margin: 10px auto 30px;
  padding: 0;
  text-align: center;
  zoom: 1;
}
.stepBar:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.stepBar .step {
  position: relative;
  float: left;
  width: 33.333%;
  line-height: 40px;
  padding: 0 30px 0 10px;
  color: #fff;
  background-color: #b8e2f1;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .stepBar .step span {
    display: none;
  }
}
.stepBar .step em {
  font-style: normal;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -10px;
  display: block;
  content: '';
  background-color: #b8e2f1;
  border-left: 4px solid #FFF;
  width: 15px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #39AFD7;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #39AFD7;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

/* -----------------------------------------------
  2. Form Modules
-------------------------------------------------- */
.form {
  max-width: 700px;
  margin: 0 auto;
}
.form fieldset {
  border: none;
  border-left: solid 5px #eee;
  margin: 30px 0;
  padding: 0 10px;
}

table.table-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  table.table-form {
    width: auto;
    display: block;
  }
  table.table-form tr, table.table-form tbody {
    display: block;
  }
}
table.table-form th {
  padding: 7px 10px;
  vertical-align: top;
  width: 40%;
  text-align: right;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  table.table-form th {
    text-align: left;
    width: auto;
    display: inline-block;
    padding: 0;
  }
}
table.table-form td {
  padding: 7px 10px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 900px) {
  table.table-form td {
    width: auto;
    display: block;
    padding: 0;
    margin: 5px 0 20px;
  }
}
table.table-form td.note {
  width: 4em;
}
@media screen and (max-width: 900px) {
  table.table-form td.note {
    width: auto;
    display: inline-block;
    margin: 0;
  }
}
table.table-form .required {
  color: #EE7A96;
  font-weight: bold;
  padding-left: 10px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
table.table-form .finished {
  background-color: #EE7A96;
}
table.table-form .example {
  font-size: 87.5%;
  display: block;
  margin-top: 5px;
}
table.table-form input[type=text],
table.table-form input[type=tel],
table.table-form input[type=password],
table.table-form textarea {
  border-radius: 3px;
  border: solid 1px #c6c6c6;
  background: #fff;
  padding: 5px 10px;
}
table.table-form input[type=text]:-moz-placeholder,
table.table-form input[type=tel]:-moz-placeholder,
table.table-form input[type=password]:-moz-placeholder,
table.table-form textarea:-moz-placeholder {
  opacity: 1;
  color: #999;
}
table.table-form input[type=text]::-moz-placeholder,
table.table-form input[type=tel]::-moz-placeholder,
table.table-form input[type=password]::-moz-placeholder,
table.table-form textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
table.table-form input[type=text]:-ms-input-placeholder,
table.table-form input[type=tel]:-ms-input-placeholder,
table.table-form input[type=password]:-ms-input-placeholder,
table.table-form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}
table.table-form input[type=text]::-webkit-input-placeholder,
table.table-form input[type=tel]::-webkit-input-placeholder,
table.table-form input[type=password]::-webkit-input-placeholder,
table.table-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}
@media screen and (max-width: 900px) {
  table.table-form input[type=text],
  table.table-form input[type=tel],
  table.table-form input[type=password],
  table.table-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  table.table-form input[type=text].half,
  table.table-form input[type=tel].half,
  table.table-form input[type=password].half,
  table.table-form textarea.half {
    width: 45%;
  }
}
table.table-form input[type=text]:active, table.table-form input[type=text]:focus,
table.table-form input[type=tel]:active,
table.table-form input[type=tel]:focus,
table.table-form input[type=password]:active,
table.table-form input[type=password]:focus,
table.table-form textarea:active,
table.table-form textarea:focus {
  background: #ffffcc;
}
table.table-form select {
  border-radius: 3px;
  border: solid 1px #999;
  padding: 5px 10px;
  max-width: 90%;
}
@media screen and (max-width: 900px) {
  table.table-form select {
    box-sizing: border-box;
  }
}
table.table-form select:active, table.table-form select:focus {
  background: #ceebf5;
}
table.table-form input[type=radio] {
  margin: 0 5px;
}
table.table-form label {
  padding-right: 20px;
}
table.table-form p {
  margin: 0 0 10px;
}
table.table-form .msg-confirm {
  margin-top: 40px;
}
table.table-form .buttons {
  text-align: center;
  margin-bottom: 40px;
}
table.table-form .birth-y {
  display: inline-block;
  margin-top: 10px;
}
table.table-form .birth-md {
  display: inline-block;
  margin-top: 10px;
}

.form-btn-container {
  margin: 30px 0 0;
}
.form-btn-container form {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 500px) {
  .form-btn-container form {
    display: block;
    margin: 0 0 10px;
  }
}

p.annotation {
  margin: 10px 0;
  font-size: 87.5%;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 900px) {
  p.annotation {
    box-sizing: border-box;
    width: auto;
    margin-right: 2em;
  }
}

.id {
  font-size: 125%;
  margin-bottom: 0px;
}

/**************************************************
	structure
***************************************************/
/* -----------------------------------------------
	コンテナ
-------------------------------------------------- */
.site-container {
  background: url(../img/bg.jpg);
}
@media screen and (max-width: 900px) {
  .site-container {
    padding-top: 98px;
  }
}

.siteContent-inner {
  zoom: 1;
  position: relative;
  max-width: 1000px;
  padding: 40px 10px;
  margin: 0 auto;
}
.siteContent-inner:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
@media screen and (max-width: 900px) {
  .siteContent-inner {
    padding: 40px 20px;
  }
}

/* -----------------------------------------------
	ヘッダー
-------------------------------------------------- */
.siteHeader {
  background: url(../img/stripe.png) repeat-x left top;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .siteHeader {
    background-color: rgba(255, 255, 255, 0.9);
    background-position: left -10px;
    position: fixed;
    height: 98px;
    top: 0px;
    z-index: 2;
  }
  .siteHeader h1 {
    line-height: 50px;
    padding-bottom: 10px;
  }
  .siteHeader h1 img {
    max-width: 75%;
    height: auto;
    vertical-align: middle;
  }
}

.siteHeader-inner {
  padding: 33px 10px 15px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .siteHeader-inner {
    padding-top: 23px;
  }
}
.siteHeader-inner .headerTel {
  position: absolute;
  left: 250px;
  top: 25px;
}
.siteHeader-inner .headerNav ul {
  position: absolute;
  right: 10px;
  top: 42px;
}
.siteHeader-inner .headerNav ul > li {
  font-size: 87.5%;
  padding-left: 49px;
  background: url(../img/icon-list.png) no-repeat 25px center;
  vertical-align: middle;
  line-height: 1;
}
.siteHeader-inner .headerNav ul > li.disable {
  opacity: 0.3;
}
.siteHeader-inner .headerNav ul > li .icon-circ {
  background: #39AFD7;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  font-size: 200%;
}
.siteHeader-inner .headerNav ul > li a {
  color: #111;
}
.siteHeader-inner .headerNav ul > li.headerNav-twitter {
  background: none;
  padding-left: 30px;
}
.siteHeader-inner .headerNav ul > li.headerNav-twitter a {
  text-decoration: none;
}
.siteHeader-inner .headerNav ul > li.headerNav-facebook {
  background: none;
  padding-left: 15px;
}
.siteHeader-inner .headerNav ul > li.headerNav-facebook a {
  text-decoration: none;
}

/* -----------------------------------------------
	グローバルメニュー
-------------------------------------------------- */
.globalNav {
  padding: 10px;
  max-width: 1000px;
  overflow: hidden;
  margin: 10px auto;
}
.globalNav ul {
  table-layout: fixed;
  width: 100%;
  border-right: dashed 1px #39AFD7;
}
.globalNav ul li {
  border-left: dashed 1px #39AFD7;
  text-align: center;
  padding: 5px 10px;
}
.globalNav ul li#gNav-about {
  width: 21.2%;
}
.globalNav ul li#gNav-area {
  width: 13.2%;
}
.globalNav ul li#gNav-flow {
  width: 17.6%;
}
.globalNav ul li#gNav-service {
  width: 16.5%;
}
.globalNav ul li#gNav-news {
  width: 11.6%;
}
.globalNav ul li#gNav-info {
  width: 19.5%;
}
.globalNav ul li img {
  position: relative;
  z-index: 2;
}
.globalNav ul li a {
  padding: 10px 5px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.globalNav ul li a span {
  position: relative;
}
.globalNav ul li a span:after {
  content: "";
  width: 100%;
  height: 0px;
  border-bottom: solid 8px #35afd8;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.globalNav ul li a:hover {
  opacity: 1;
  background: #fff;
  border-radius: 5px;
}
.globalNav ul li a:hover span:after {
  opacity: 0.15;
}

/* -----------------------------------------------
	コンタクト（フッター）
-------------------------------------------------- */
.siteFooterContact .siteFooterContact-inner {
  background: #ebf7fb;
  background: rgba(57, 175, 215, 0.1);
  padding: 40px 10px 20px;
}
.siteFooterContact .siteFooterContact-inner .columns {
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 788px) {
  .siteFooterContact .siteFooterContact-inner .btn2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 660px) {
  .siteFooterContact .siteFooterContact-inner {
    padding-top: 0;
  }
  .siteFooterContact .siteFooterContact-inner .column-6 {
    width: 100%;
    margin-top: 40px;
  }
  .siteFooterContact .siteFooterContact-inner .btn2 {
    font-size: 20px;
  }
}
.siteFooterContact .siteFooterContact-inner p {
  text-align: center;
  line-height: 1;
}
.siteFooterContact .siteFooterContact-inner .section-title {
  margin-bottom: 20px;
}
.siteFooterContact .siteFooterContact-inner .tel a {
  color: #EE7A96;
  font-size: 281.25%;
  font-weight: bold;
  font-family: "メイリオ", Meiryo;
}
@media screen and (max-width: 788px) {
  .siteFooterContact .siteFooterContact-inner .tel a {
    font-size: 237.5%;
  }
}
@media screen and (max-width: 660px) {
  .siteFooterContact .siteFooterContact-inner .tel a {
    font-size: 225%;
  }
}

/* -----------------------------------------------
	フッター
-------------------------------------------------- */
.siteFooter {
  background: url(../img/stripe.png) repeat-x bottom;
  padding: 40px 10px;
}
@media screen and (max-width: 900px) {
  .siteFooter {
    padding: 20px 10px 40px;
  }
  .siteFooter p {
    margin-bottom: 10px;
  }
}
.siteFooter > .siteFooter-inner {
  padding: 10px 10px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  zoom: 1;
}
.siteFooter > .siteFooter-inner:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.siteFooter > .siteFooter-inner h2 {
  margin-bottom: 20px;
}
.siteFooter > .siteFooter-inner .footer-sitemap {
  line-height: 1;
}
.siteFooter > .siteFooter-inner .footer-sitemap ul {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.siteFooter > .siteFooter-inner .footer-sitemap ul li {
  font-size: 87.5%;
  display: inline;
  border-right: solid 1px #666;
  padding: 0 1em;
  text-align: center;
}
.siteFooter > .siteFooter-inner .footer-sitemap ul li:first-child {
  border-left: solid 1px #666;
}
.siteFooter > .siteFooter-inner .footer-sitemap ul li a {
  color: #666;
}
.siteFooter > .siteFooter-inner .copyright {
  color: #39AFD7;
}

.site-container {
  position: relative;
}
.site-container .pagetop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 50px;
}
@media screen and (max-width: 660px) {
  .site-container .pagetop {
    bottom: 20px;
    right: 10px;
  }
}

/**************************************************
	スマホレイアウト調整
***************************************************/
@media screen and (max-width: 900px) {
  .disp-sp {
    display: block;
  }

  .disp-pc {
    display: none !important;
  }

  .globalNav, .headerNav, .footer-sitemap {
    display: none;
  }

  .spNav {
    position: fixed;
    z-index: 2;
    top: 98px;
  }
  .spNav .spNav-menuBtn {
    background: #2593b8;
    color: #fff;
    position: fixed;
    z-index: 2;
    top: 28px;
    right: 15px;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    cursor: pointer;
  }
  .spNav .spNav-menuBtn .genericon {
    font-size: 30px;
  }
  .spNav .spNav-menuBtn:hover {
    opacity: 0.8;
  }
  .spNav .spNav-menus {
    display: none;
  }
  .spNav ul {
    border-top: dotted 1px #39AFD7;
    background: #fff;
  }
  .spNav li {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border: dotted 1px #39AFD7;
    border-top: none;
    border-left: none;
  }
  .spNav li a {
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  .spNav li a:hover {
    color: #fff;
    background: #39AFD7;
    opacity: 1;
  }
}
@media screen and (max-width: 900px) and (max-width: 480px) {
  .spNav li {
    font-size: 75%;
  }
}
@media screen and (max-width: 900px) {
  .spNav li#spNav-close {
    display: block;
    width: 100%;
    background: #39AFD7;
    color: #fff;
    padding: 10px;
    text-align: right;
    cursor: pointer;
  }
  .spNav li#spNav-close:hover {
    opacity: 0.8;
  }
  .spNav li.disable {
    padding: 10px 20px;
    color: #ccc;
  }
}
/**************************************************
	unique
***************************************************/
/*
# ドッコの説明

ここにコメントとか説明入れたりすると便利！

`.inner_text`で文字を白くする

```
<div class="box">
  <p>ボックス1</p>
</div>
<div class="box2 inner_text">
  <p>ボックス2</p>
</div>
```
*/
/* -----------------------------------------------
  トップページ
-------------------------------------------------- */
.mainVisual {
  position: relative;
}
.mainVisual img.full {
  width: 100%;
  height: auto;
}
.mainVisual .inner {
  max-width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.mainVisual img.logo-white {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 65%;
  width: auto;
}
.mainVisual img.top-contact {
  position: absolute;
  margin: auto;
  bottom: 20px;
  right: 20px;
  height: 50%;
  max-height: 193px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .mainVisual img.top-contact {
    height: 80%;
    top: 0px;
    bottom: 0px;
    right: 10px;
  }
}

@media screen and (max-width: 660px) {
  #sec-home-intro .column-8, #sec-home-intro .column-4 {
    width: 100%;
    text-align: center;
  }
}
#sec-home-news .siteContent {
  background: #cce5ee;
}
#sec-home-news .siteContent-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

ul.news-list {
  margin: 0 -10px;
}
ul.news-list li.newsContent {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  float: left;
  width: 33.3%;
}
@media screen and (max-width: 788px) {
  ul.news-list li.newsContent {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  ul.news-list li.newsContent {
    width: 100%;
  }
}
ul.news-list li.newsContent .inner {
  background: #fff;
  padding: 20px 20px 10px;
}
ul.news-list li.newsContent p {
  margin: 0 0 10px;
}
ul.news-list li.newsContent .image {
  position: relative;
  padding: 6px;
  overflow: hidden;
  margin: -6px;
}
ul.news-list li.newsContent .image img {
  width: 100%;
}
ul.news-list li.newsContent .image:before, ul.news-list li.newsContent .image:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: solid 1px #999;
}
ul.news-list li.newsContent .image:before {
  top: -16px;
  left: -16px;
}
ul.news-list li.newsContent .image:after {
  bottom: -16px;
  right: -16px;
}
ul.news-list li.newsContent .title {
  margin-top: 10px;
}
ul.news-list li.newsContent .category span {
  color: #fff;
  background: #a4d7e9;
  font-size: 87.5%;
  padding: 0.3em 1em;
  width: 7em;
  text-align: center;
  display: inline-block;
}
ul.news-list li.newsContent .category span.cat-about {
  background: #e9a4b3;
}
ul.news-list li.newsContent .category span.cat-local {
  background: #e9c8a4;
}
ul.news-list li.newsContent .date {
  margin-bottom: 0.2em;
}
ul.news-list li.newsContent .description {
  font-size: 87.5%;
}
ul.news-list li.newsContent a {
  color: #111;
}
ul.news-list li.newsContent a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
ul.news-list li.newsContent a:hover {
  opacity: 1;
  text-decoration: none;
}
ul.news-list li.newsContent a:hover img {
  opacity: 0.8;
}
ul.news-list li.newsContent a:hover .title {
  text-decoration: underline;
}
ul.news-list .slick-prev {
  width: 30px;
  height: 60px;
  margin-top: -30px;
  left: -30px;
}
ul.news-list .slick-prev::before {
  content: "<";
  font-size: 60px;
}
ul.news-list .slick-next {
  width: 30px;
  height: 60px;
  margin-top: -30px;
  right: -30px;
}
ul.news-list .slick-next::before {
  content: ">";
  font-size: 60px;
}
ul.news-list .slick-dots {
  bottom: auto;
}
ul.news-list .slick-dots li {
  margin: 0;
}
ul.news-list .slick-dots button::before {
  font-size: 8px;
  opacity: 0.15;
}
ul.news-list .slick-dots .slick-active button::before {
  opacity: 0.5;
}

#sec-home-flow .siteContent {
  background: #fff;
  padding: 50px 10px;
}
#sec-home-flow .siteContent-inner {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  #sec-home-flow .siteContent-inner h2 {
    text-align: center;
  }
}
#sec-home-flow .siteContent-inner .more {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 660px) {
  #sec-home-flow .siteContent-inner .more {
    text-align: center;
    margin-top: -20px;
    position: static;
  }
}

#sec-home-service .siteContent {
  background: #cce5ee;
}
@media screen and (max-width: 660px) {
  #sec-home-service .siteContent-inner h2 {
    text-align: center;
  }
}
#sec-home-service .siteContent-inner h3 {
  margin-bottom: 20px;
}
#sec-home-service .siteContent-inner .description {
  margin-bottom: 0;
}
#sec-home-service .siteContent-inner .column-6 .inner {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 660px) {
  #sec-home-service .siteContent-inner .column-6 {
    width: 100%;
    margin-bottom: 20px;
  }
}

#sec-home-faq .siteContent {
  background: #fff;
  padding: 50px 10px 0px;
}
#sec-home-faq .siteContent-inner {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  #sec-home-faq .siteContent-inner {
    text-align: center;
  }
}
#sec-home-faq .siteContent-inner .more {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 660px) {
  #sec-home-faq .siteContent-inner .more {
    text-align: center;
    margin-top: -20px;
    position: static;
  }
}
#sec-home-faq .siteContent-inner .faq-a {
  margin-bottom: 40px;
}
@media screen and (max-width: 660px) {
  #sec-home-faq .siteContent-inner .column-4 {
    width: 100%;
  }
}

#sec-faq .pagetitle, #sec-contact .pagetitle, #sec-company .pagetitle {
  border-bottom: solid 3px #35afd8;
  padding-bottom: 40px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 788px) {
  #sec-faq .pagetitle, #sec-contact .pagetitle, #sec-company .pagetitle {
    width: auto;
  }
}

#sec-faq .pagetitle {
  margin-bottom: 10px;
}

#sec-company .pagetitle {
  margin-bottom: 0;
}

/* -----------------------------------------------
  会社概要
-------------------------------------------------- */
#sec-company .table-a tr:first-child th, #sec-company .table-a tr:first-child td {
  border-top: none;
}

/* -----------------------------------------------
  よくある質問
-------------------------------------------------- */
.faq-list {
  border-bottom: 1px dashed #ccc;
}
.faq-list dt {
  font-size: 125%;
  padding-left: 70px;
  text-indent: -20px;
}
@media screen and (max-width: 660px) {
  .faq-list dt {
    padding-left: 50px;
    padding-right: 0px;
  }
}
.faq-list dt .head {
  color: #39AFD7;
  display: inline-block;
  width: 20px;
}
.faq-list dt span.faq-q {
  background: url("../../common/img/bg-border-cyan.png") repeat-x left bottom;
}
.faq-list dd {
  font-size: 87.5%;
  padding-left: 70px;
  text-indent: -20px;
}
@media screen and (max-width: 660px) {
  .faq-list dd {
    padding-left: 50px;
    padding-right: 0px;
  }
}
.faq-list dd .head {
  color: #EE7A96;
  font-size: 142.85714%;
  display: inline-block;
  width: 20px;
}

/* -----------------------------------------------
  お問い合わせ
-------------------------------------------------- */
#sec-contact {
  border-bottom: solid 1px #ccc;
}
#sec-contact .siteContent-inner {
  text-align: center;
}
#sec-contact .tel a {
  color: #EE7A96;
  line-height: 1;
  font-size: 281.25%;
  font-weight: bold;
  font-family: "メイリオ", Meiryo;
}
@media screen and (max-width: 788px) {
  #sec-contact .tel a {
    font-size: 237.5%;
  }
}
@media screen and (max-width: 660px) {
  #sec-contact .tel a {
    font-size: 225%;
  }
}

/* -----------------------------------------------
  空き家だよりについて
-------------------------------------------------- */
#sec-about .greeting {
  margin: 80px 0 120px;
  text-align: center;
}
#sec-about .about-title {
  text-align: center;
}
#sec-about .about-title img {
  padding: 0 15px 10px;
  border-bottom: 2px dashed #39AFD7;
  display: inline-block;
}
#sec-about .hearing {
  margin: 60px auto 60px;
  font-family: "メイリオ", Meiryo;
  letter-spacing: 0.09em;
  padding: 0 10px;
}
#sec-about .hearing .float-r {
  width: 50%;
}
#sec-about .hearing .float-l {
  width: 44%;
}
#sec-about .hearing .float-l h3 {
  padding: 5px 0 10px;
  font-size: 125%;
  color: #39AFD7;
}
#sec-about .hearing .float-l p {
  font-size: 87.5%;
  line-height: 2.6;
}
#sec-about .hearing .float-l .auto-br {
  display: inline-block;
}
@media screen and (max-width: 788px) {
  #sec-about .greeting {
    margin: 30px 0 60px;
  }
  #sec-about .hearing {
    margin: 30px auto 0;
  }
  #sec-about .hearing .float-r {
    float: none;
    width: auto;
    text-align: center;
  }
  #sec-about .hearing .float-l {
    width: auto;
    float: none;
  }
  #sec-about .hearing .float-l .auto-br {
    display: inline;
  }
}

/* -----------------------------------------------
  対応エリア
-------------------------------------------------- */
#sec-area .support-area {
  margin-bottom: 60px;
}
#sec-area .support-area .float-l {
  width: 325px;
}
#sec-area .support-area h2 {
  padding: 40px 0 30px;
}
#sec-area .support-area .notes {
  font-size: 87.5%;
  line-height: 1.9;
}
#sec-area .support-area .auto-br {
  display: inline-block;
}
#sec-area .area-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #39AFD7;
}
#sec-area .areainfo-list li {
  margin-top: 50px;
}
#sec-area .areainfo-list li dt {
  float: right;
}
#sec-area .areainfo-list li dd {
  width: 740px;
  float: left;
}
#sec-area .areainfo-list li dd h3 {
  padding: 0 0 20px;
}
#sec-area .areainfo-list li dd p {
  line-height: 2.1;
}
@media screen and (max-width: 1000px) {
  #sec-area .support-area .float-l {
    width: 40%;
  }
  #sec-area .support-area .float-r {
    width: 60%;
    text-align: center;
  }
  #sec-area .support-area h2 {
    padding: 0 0 20px;
  }
  #sec-area .support-area p {
    margin-bottom: 10px;
  }
  #sec-area .areainfo-list li {
    margin-top: 30px;
  }
  #sec-area .areainfo-list li dt {
    padding: 0 0 20px 20px;
  }
  #sec-area .areainfo-list li dd {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 788px) {
  #sec-area .support-area .float-l, #sec-area .support-area .float-r {
    width: auto;
    float: none;
  }
  #sec-area .areainfo-list li dt {
    padding-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  #sec-area .areainfo-list li dt {
    width: 45%;
    padding: 50px 0 10px 10px;
  }
  #sec-area .areainfo-list li dd h3 {
    padding: 0 0 15px;
  }
}

/* -----------------------------------------------
  契約までの流れ
-------------------------------------------------- */
#sec-flow .box-flow-list {
  padding: 70px 110px 50px 80px;
  margin-bottom: 50px;
  background: #ffffff;
  border-radius: 10px;
}
#sec-flow .flow-list li h2 {
  padding-bottom: 15px;
}
#sec-flow .flow-list li dt {
  float: right;
  text-align: center;
}
#sec-flow .flow-list li dd {
  width: 75%;
  line-height: 2;
}
#sec-flow .flow-list .li-arrow {
  margin-bottom: 20px;
  text-align: center;
}
#sec-flow .attention {
  padding: 50px 80px;
  border: 3px solid #EE7A96;
  border-radius: 10px;
}
#sec-flow .attention h2 {
  color: #EE7A96;
  font-size: 150%;
  font-weight: bold;
}
#sec-flow .attention-list li {
  margin-top: 15px;
  line-height: 1.9;
}
#sec-flow .attention-list li h3 {
  font-size: 112.5%;
  font-weight: bold;
}
@media screen and (max-width: 788px) {
  #sec-flow .box-flow-list {
    padding: 20px;
    margin-bottom: 30px;
  }
  #sec-flow .flow-list li h2 {
    padding-bottom: 10px;
  }
  #sec-flow .flow-list li dt {
    padding-left: 15px;
    padding-top: 10px;
  }
  #sec-flow .flow-list li dd {
    width: auto;
  }
  #sec-flow .attention {
    padding: 20px;
    border: 2px solid #EE7A96;
  }
  #sec-flow .attention-list li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #sec-flow .flow-list li h2 {
    text-align: center;
  }
  #sec-flow .flow-list li dt {
    padding: 10px 0;
    width: auto;
    float: none;
  }
}

/* -----------------------------------------------
  サービス・料金
-------------------------------------------------- */
#sec-service .header-servics {
  padding-bottom: 12px;
  border-bottom: 1px solid #39AFD7;
  margin: 80px 0 50px;
}
#sec-service .box-header {
  background-color: rgba(57, 175, 215, 0.1);
  padding: 20px;
}
#sec-service .box-header h3 {
  border-left: 5px solid #39AFD7;
  padding-left: 15px;
}
#sec-service .box-header h3 img {
  padding-right: 40px;
  display: inline-block;
  vertical-align: middle;
}
#sec-service .service-flow ul li {
  width: 20%;
  float: left;
  line-height: 1.6;
}
#sec-service .service-flow ul li.li-arrow {
  margin-right: 6%;
  position: relative;
}
#sec-service .service-flow ul li.li-arrow:after {
  position: absolute;
  top: 40px;
  right: -16%;
  width: 16px;
  height: 16px;
  margin-top: -12px;
  content: "";
  border-top: 2px solid #39AFD7;
  border-right: 2px solid #39AFD7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sec-service .service-flow ul li p {
  margin: 10px 0 0;
}
#sec-service .read {
  margin: 30px 0 30px 20px;
  position: relative;
}
#sec-service .read .more {
  position: absolute;
  top: 0;
  right: 0;
}
#sec-service .simple-list {
  margin-bottom: 80px;
  padding: 20px 0 20px 70px;
  background: #ffffff;
  border-radius: 10px;
  list-style-type: disc;
  color: #39AFD7;
}
#sec-service .simple-list li {
  width: 25%;
  float: left;
  font-size: 112.5%;
  line-height: 2;
  font-weight: bold;
}
#sec-service .tight-list {
  margin-right: -2%;
  margin-bottom: 30px;
}
#sec-service .tight-list li {
  width: 48%;
  margin: 0 2% 20px 0;
  float: left;
  background: #ffffff;
  border-radius: 10px;
}
#sec-service .tight-list dl {
  padding: 15px 20px;
}
#sec-service .tight-list dl dt {
  float: right;
}
#sec-service .tight-list dl dd {
  width: 66%;
}
#sec-service .tight-list dl dd p {
  margin-top: 10px;
}
#sec-service .senior {
  line-height: 1.8;
  padding: 30px 20px;
}
#sec-service .senior .read {
  margin: 20px 0;
}
#sec-service .senior .senior-detail {
  padding: 20px;
  background: #ffffff;
}
#sec-service .option {
  margin-bottom: 100px;
}
#sec-service .option .header-servics {
  margin-bottom: 30px;
}
#sec-service .option-list {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 0;
}
#sec-service .option-list li {
  width: 15%;
  margin-left: 4%;
  float: left;
}
#sec-service .option-list li:last-child {
  margin-right: 5%;
}
@media screen and (max-width: 1000px) {
  #sec-service .read {
    margin: 15px 0;
  }
  #sec-service .read .more {
    position: relative;
    margin: 15px auto;
    text-align: right;
  }
  #sec-service .tight-list {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #sec-service .tight-list li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  #sec-service .tight-list dl {
    padding: 15px;
  }
  #sec-service .tight-list dl dt {
    padding-left: 10px;
  }
  #sec-service .tight-list dl dd {
    width: auto;
  }
}
@media screen and (max-width: 788px) {
  #sec-service .header-servics {
    margin: 40px 0 30px;
  }
  #sec-service .box-header {
    padding: 15px;
  }
  #sec-service .box-header h3 {
    padding-left: 10px;
    line-height: 2;
  }
  #sec-service .box-header h3 img {
    padding-right: 20px;
  }
  #sec-service .service-flow ul li {
    width: auto;
    padding: 0 15px;
    float: none;
  }
  #sec-service .service-flow ul li.li-arrow {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #sec-service .service-flow ul li.li-arrow:after {
    top: 100%;
    right: 50%;
    width: 12px;
    height: 12px;
    margin-top: 0;
    margin-right: -9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #sec-service .service-flow ul li p {
    margin-bottom: 20px;
  }
  #sec-service .simple-list {
    margin-bottom: 40px;
    padding: 20px;
  }
  #sec-service .simple-list li {
    width: 45%;
    margin-left: 5%;
  }
  #sec-service .senior {
    padding: 20px 15px;
  }
  #sec-service .senior .senior-detail {
    padding: 10px;
  }
  #sec-service .option {
    margin-bottom: 50px;
  }
  #sec-service .option .header-servics {
    margin-bottom: 20px;
  }
  #sec-service .option-list {
    padding: 20px 0;
  }
  #sec-service .option-list li {
    width: 25%;
    margin-left: 6%;
  }
  #sec-service .option-list li:last-child {
    margin-right: 7%;
  }
}
@media screen and (max-width: 480px) {
  #sec-service .simple-list {
    padding-left: 40px;
  }
  #sec-service .simple-list li {
    width: auto;
    float: none;
    margin-left: 0;
  }
  #sec-service .tight-list dl {
    padding: 15px;
  }
  #sec-service .tight-list dl dt {
    padding: 10px;
    float: none;
    text-align: center;
  }
  #sec-service .tight-list dl p {
    text-align: center;
  }
  #sec-service .option-list li {
    width: 42%;
    margin-left: 8%;
  }
  #sec-service .option-list li:last-child {
    margin-right: 6%;
  }
}

/* -----------------------------------------------
  空き家の基本情報
-------------------------------------------------- */
#sec-info .siteContent {
  line-height: 2.2;
}
#sec-info h2 {
  margin: 80px 0 20px;
  padding: 5px 0 5px 50px;
  border-bottom: 2px solid #e6e6e6;
  color: #39AFD7;
  font-size: 137.5%;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
#sec-info h2 .head-number {
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: -2px;
  margin-right: 15px;
  color: #ffffff;
  background: #39AFD7;
  position: absolute;
  top: 2px;
  left: 0;
}
#sec-info strong {
  font-size: 112.5%;
  font-weight: bold;
}
#sec-info .reference {
  padding-right: 1em;
  background: url(../../images/info/icon-link.png) right center no-repeat;
}
#sec-info .border-box {
  padding: 20px;
  border: 2px solid #39AFD7;
}
#sec-info .border-box.leave h3 {
  margin-left: 20px;
  font-size: 112.5%;
  font-weight: bold;
  color: #39AFD7;
}
#sec-info .border-box .leave-list ul {
  float: left;
  margin-left: 5%;
  list-style-type: disc;
  list-style-position: inside;
}
#sec-info .border-box .leave-list ul:first-child {
  margin-right: 8%;
}
#sec-info .border-box .leave-list ul li {
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
#sec-info .condition dt {
  float: right;
  padding: 10px 0 10px 30px;
}
#sec-info .relation-link {
  margin-bottom: 60px;
}
#sec-info .relation-link h3 {
  font-size: 112.5%;
  font-weight: bold;
}
#sec-info .relation-link dt {
  clear: both;
  float: left;
}
#sec-info .relation-link dd {
  padding-left: 1em;
  float: left;
}
@media screen and (max-width: 788px) {
  #sec-info .condition dt {
    padding-left: 15px;
  }
  #sec-info .relation-link dt, #sec-info .relation-link dd {
    float: none;
  }
}
@media screen and (max-width: 660px) {
  #sec-info h2 {
    margin-top: 40px;
  }
  #sec-info .condition dt {
    padding-left: 0;
    float: none;
    text-align: center;
  }
  #sec-info .relation-link {
    margin-bottom: 30px;
  }
  #sec-info .border-box {
    padding: 15px;
  }
  #sec-info .border-box.leave h3 {
    margin-left: 0;
  }
  #sec-info .border-box .leave-list ul {
    margin: 0;
    float: none;
  }
}

/* -----------------------------------------------
  お知らせ
-------------------------------------------------- */
#sec-news .column-9 {
  float: right;
}
#sec-news ul.news-all-list {
  margin-left: 5%;
}
#sec-news ul.news-all-list li {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 30px;
}
#sec-news ul.news-all-list li a {
  display: block;
  color: inherit;
}
#sec-news ul.news-all-list li a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#sec-news ul.news-all-list li a:hover {
  opacity: 1;
  text-decoration: none;
}
#sec-news ul.news-all-list li a:hover .title {
  text-decoration: underline;
}
#sec-news ul.news-all-list li a:hover img {
  opacity: 0.8;
}
#sec-news ul.news-all-list li .inner {
  padding: 30px 30px 20px;
  zoom: 1;
}
#sec-news ul.news-all-list li .inner:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
#sec-news ul.news-all-list li p {
  margin: 0 0 10px;
}
#sec-news ul.news-all-list li .image {
  position: relative;
  padding: 6px;
  overflow: hidden;
  margin: -6px;
  float: left;
  margin-right: 30px;
  width: 280px;
}
#sec-news ul.news-all-list li .image img {
  width: 100%;
}
#sec-news ul.news-all-list li .image:before, #sec-news ul.news-all-list li .image:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: solid 1px #999;
}
#sec-news ul.news-all-list li .image:before {
  top: -16px;
  left: -16px;
}
#sec-news ul.news-all-list li .image:after {
  bottom: -16px;
  right: -16px;
}
#sec-news ul.news-all-list li .title {
  margin-top: 10px;
  font-size: 125%;
}
#sec-news ul.news-all-list li .category span {
  color: #fff;
  background: #a4d7e9;
  font-size: 87.5%;
  padding: 0.3em 1em;
  width: 7em;
  text-align: center;
  display: inline-block;
}
#sec-news ul.news-all-list li .category span.cat-about {
  background: #e9a4b3;
}
#sec-news ul.news-all-list li .category span.cat-local {
  background: #e9c8a4;
}
#sec-news ul.news-all-list li .date {
  margin-bottom: 0.2em;
}
#sec-news ul.news-all-list li .description {
  font-size: 87.5%;
}
#sec-news ul.news-all-list li article .description {
  font-size: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 788px) {
  #sec-news .column-3, #sec-news .column-9 {
    float: none;
    width: 100%;
  }
  #sec-news ul.news-all-list {
    margin: 0 0 50px;
  }
  #sec-news ul.news-all-list li {
    margin-bottom: 20px;
  }
  #sec-news ul.news-all-list li .inner {
    padding: 20px;
  }
  #sec-news ul.news-all-list li p {
    margin: 0 0 5px;
  }
  #sec-news ul.news-all-list li .image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 660px) {
  #sec-news ul.news-all-list li .image {
    float: none;
    width: auto;
    margin-right: -6px;
  }
}
#sec-news #news-detail ul.news-all-list li {
  margin-bottom: 50px;
}
#sec-news #news-detail ul.news-all-list li .inner {
  padding: 50px 60px 80px;
  position: relative;
  background: url(../../news/img/bg-detail-inner.png) right bottom no-repeat;
}
#sec-news #news-detail ul.news-all-list li .image {
  margin: 30px 11px 20px;
  float: none;
  width: auto;
}
#sec-news #news-detail ul.news-all-list li .image:before, #sec-news #news-detail ul.news-all-list li .image:after {
  width: 44px;
  height: 44px;
}
#sec-news #news-detail ul.news-all-list li .image:before {
  top: -22px;
  left: -22px;
}
#sec-news #news-detail ul.news-all-list li .image:after {
  bottom: -22px;
  right: -22px;
}
#sec-news #news-detail ul.news-all-list li .title {
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #39AFD7;
}
#sec-news #news-detail ul.news-all-list li .category span {
  position: absolute;
  top: 0;
  right: 60px;
}
#sec-news .news-pager {
  margin-left: 5%;
}
#sec-news .news-pager ul {
  padding: 15px 0;
  text-align: center;
  position: relative;
}
#sec-news .news-pager ul a {
  display: block;
  color: #39AFD7;
}
#sec-news .news-pager ul .page {
  margin: 0 auto;
  display: inline;
}
#sec-news .news-pager ul .page > span {
  padding: 6px 14px;
  border: 1px solid #cccccc;
  display: inline-block;
  background: #ffffff;
}
#sec-news .news-pager ul .page > a {
  padding: 6px 14px;
  border: 1px solid #cccccc;
  display: inline-block;
  background: #ffffff;
}
#sec-news .news-pager .prev, #sec-news .news-pager .next {
  position: absolute;
  width: 120px;
}
#sec-news .news-pager .prev a, #sec-news .news-pager .next a {
  padding: 6px;
  color: #ffffff;
  background: url(../../news/img/bg-pager.png) repeat;
}
#sec-news .news-pager .prev a img, #sec-news .news-pager .next a img {
  vertical-align: middle;
}
#sec-news .news-pager .prev {
  left: 0;
}
#sec-news .news-pager .next {
  right: 0;
}
#sec-news .news-sidebar h2 {
  padding: 20px 0;
  border-top: 2px solid #39AFD7;
  text-align: center;
}
#sec-news .news-sidebar ul {
  margin-bottom: 60px;
}
#sec-news .news-sidebar ul li {
  border-bottom: 2px dashed #ccc;
}
#sec-news .news-sidebar ul li:first-child {
  border-top: 2px dashed #ccc;
}
#sec-news .news-sidebar ul li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 87.5%;
  color: inherit;
}
#sec-news .news-sidebar ul li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #39AFD7;
  border-right: 2px solid #39AFD7;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 788px) {
  #sec-news #news-detail ul.news-all-list li .inner {
    padding: 40px 40px 60px;
  }
  #sec-news #news-detail ul.news-all-list li .category span {
    right: 40px;
  }
  #sec-news .news-pager {
    margin-left: 0;
  }
  #sec-news .news-pager .prev, #sec-news .news-pager .next {
    width: 20%;
  }
  #sec-news .news-sidebar ul {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  #sec-news #news-detail ul.news-all-list li {
    margin-bottom: 40px;
  }
  #sec-news #news-detail ul.news-all-list li .inner {
    padding: 30px 20px 60px;
  }
  #sec-news #news-detail ul.news-all-list li .image {
    margin: 20px -6px;
  }
  #sec-news #news-detail ul.news-all-list li .title {
    padding-bottom: 8px;
  }
  #sec-news #news-detail ul.news-all-list li .category span {
    right: 20px;
  }
  #sec-news .news-pager .prev, #sec-news .news-pager .next {
    width: 45%;
    top: -30px;
  }
  #sec-news .news-pager .prev a, #sec-news .news-pager .next a {
    padding: 6px;
  }
}
