@charset "UTF-8";
/*!
Theme Name: CHU-DEN-WP THEME V2
Theme URI: http://chu-den.com/
Author:       bandoworks
Author URI:   http://varbando.com/
Description:  株式会社チュウデン　公式サイト
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  chu-den
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow: hidden;
  background: #fff;
  color: #333333;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.428571429;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover, #primary #pagination ul > li > a.page:hover, #primary #pagination ul > li > a.arrow:hover, #primary #pager .prev > a:hover,
#primary #pager .next > a:hover,
#primary #pager .list > a:hover, #secondary .side-nav .button-links > li > a:hover, #secondary .side-nav .banner-links > li > a:hover, #side-blog ul > li > .blog:hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: #f4f4f4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5rem;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: #f4f4f4;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #333333;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse, #primary .more-link > a, #secondary .side-nav .more-link > a, #page-bottom-nav ul > li > a, #page-bottom-nav .return-to-top {
  text-decoration: none;
}
.link-hover-inverse:hover, #primary .more-link > a:hover, #secondary .side-nav .more-link > a:hover, #page-bottom-nav ul > li > a:hover, #page-bottom-nav .return-to-top:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  font-size: 1.4rem;
}
.font-size-small .monospace {
  font-size: 11.2px;
  font-size: 1.12rem;
}
.font-size-large .monospace {
  font-size: 16.8px;
  font-size: 1.68rem;
}

ul, ol {
  /*  margin: 0 0 1.5em 3em; */
  margin: auto;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

.list-unstyled, #secondary .side-nav .button-links, #secondary .side-nav .banner-links {
  padding-left: 0;
  list-style: none;
}

.list-inline, #pankuzu #breadcrumb ul, #primary #pagination ul, #page-bottom-nav ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li, #pankuzu #breadcrumb ul > li, #primary #pagination ul > li, #page-bottom-nav ul > li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.font-size-small .list-inline > li, .font-size-small #pankuzu #breadcrumb ul > li, #pankuzu #breadcrumb .font-size-small ul > li, .font-size-small #primary #pagination ul > li, #primary #pagination .font-size-small ul > li, .font-size-small #page-bottom-nav ul > li, #page-bottom-nav .font-size-small ul > li {
  font-size: 11.2px;
  font-size: 1.12rem;
}
.font-size-large .list-inline > li, .font-size-large #pankuzu #breadcrumb ul > li, #pankuzu #breadcrumb .font-size-large ul > li, .font-size-large #primary #pagination ul > li, #primary #pagination .font-size-large ul > li, .font-size-large #page-bottom-nav ul > li, #page-bottom-nav .font-size-large ul > li {
  font-size: 16.8px;
  font-size: 1.68rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #e95513;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: #f18757;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #e95513;
  color: #666;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #e95513;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  /*  overflow: scroll;*/
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.font-size-small #wrapper {
  font-size: 11.2px;
  font-size: 1.12rem;
}
.font-size-large #wrapper {
  font-size: 16.8px;
  font-size: 1.68rem;
}

.container {
  margin: 0 auto;
  width: 1000px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.screen-reader-text {
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  line-height: normal;
}
.font-size-small .screen-reader-text:focus {
  font-size: 11.2px;
  font-size: 1.12rem;
}
.font-size-large .screen-reader-text:focus {
  font-size: 16.8px;
  font-size: 1.68rem;
}

[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter {
  clear: both;
  margin-bottom: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.widget {
  margin: 0 0 1.5rem;
}
.widget select {
  max-width: 100%;
}

.sec-title {
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;
  margin: 50px 0 35px;
  color: #e95513;
}

.sec-title > small {
  font-size: 12px;
  display: block;
  color: #e95513;
}

.sec-title:after {
  content: "";
  display: inline-block;
  width: 80px;
  border-bottom: 2px solid #637fd3;
  margin: 30px auto 0;
}

.btn_blue {
  background: #d23a4a;
  color: white;
  line-height: 2em;
  box-sizing: border-box;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  list-style-type: none;
}

.btn_blue:after {
  font-family: FontAwesome;
  content: '\f054';
  float: right;
}

.btn_pink {
  background: #f7931e;
  color: white;
  line-height: 2em;
  box-sizing: border-box;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  list-style-type: none;
}

.btn_pink:after {
  font-family: FontAwesome;
  content: '\f054';
  float: right;
}

/*スタイリング*/
.btn_yellow {
  color: white;
  background: #f7931e;
  border-bottom: 6px solid #f7b263;
  padding: 1rem 4rem;
  border-radius: 0.5rem;
  display: inline-block;
}

.btn_red {
  color: white;
  background: #f7931e;
  border-bottom: 6px solid #e95513;
  padding: 1rem 7rem;
  /*	border-radius: 0.5rem;*/
  display: inline-block;
}

.btn_green {
  color: white;
  background: #529632;
  border-bottom: 6px solid #567537;
  padding: 1rem 7rem;
  /*	border-radius: 0.5rem;*/
  display: inline-block;
}

.h2_midasi {
  border-left: 7px solid #4d4d4d;
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.7rem;
}

.h2_midasi small {
  display: block;
  font-size: 1.2rem;
  color: gray;
}

.fancy {
  position: relative;
}

.fancy:after {
  font-family: FontAwesome;
  content: "\f002";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
}

.linkicon {
  position: relative;
}

.linkicon:after {
  font-family: FontAwesome;
  content: "\f0c1";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/*スタイル*/
h3.midasi_orange {
  font-size: 3.2rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
  color: #e95513;
  position: relative;
  display: inline-block;
  z-index: 90;
}
h3.midasi_orange:after {
  content: "";
  display: block;
  background: yellow;
  position: inherit;
  bottom: 2rem;
  left: 0;
  height: 1rem;
  z-index: -1;
}

h3.midasi_logo:before {
  content: url("img/common/midasi_logo.png");
  display: block;
  text-align: center;
  padding-bottom: 1rem;
  line-height: 1;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}

header {
  position: relative;
}

header#head_bar {
  border-top: 1rem solid #e95513;
  padding: 1rem;
}
header#head_bar .container h2 {
  font-size: 1.3rem;
  float: left;
  width: 50%;
  padding-top: 0.7rem;
}
header#head_bar .container .info {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 1rem;
}
header#head_bar .container .info > .tel_num {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0;
}
header#head_bar .container .info > .tel_num small {
  margin-right: 1rem;
  line-height: 2rem;
  vertical-align: middle;
}
header#head_bar .container .info > .tel_num a {
  font-size: 3rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header#head_bar .container .info > .sns_btn {
  display: inline-block;
  vertical-align: super;
}
header#head_bar .container .info > .sns_btn li {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
header#head_bar .container .info > .sns_btn a {
  position: relative;
  display: block;
  width: 2rem;
  font-size: 2.5rem;
  margin-right: 1rem;
  line-height: 2rem;
}
header#head_bar .container .info > .sns_btn a.fb:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f082";
  color: #e95513;
  top: 0;
  left: 0;
  font-size: 3.5rem;
}
header#head_bar .container .info h3 {
  color: #e95513;
  font-size: 1.2rem;
}
header#head_bar #menu_btn {
  display: none;
}

#globalnav {
  background-color: #e95513;
}
#globalnav ul {
  padding: 0;
}
#globalnav ul li {
  display: inline-block;
}
#globalnav ul li a {
  padding: 0 2rem;
  line-height: 5em;
  display: inline-block;
  vertical-align: middle;
  color: white;
}
#globalnav ul li a:hover {
  background-color: #db4400;
}
#globalnav ul li.logo a {
  line-height: 5em;
  background-color: #db4400;
}
#globalnav ul li.logo a img {
  padding-top: 2.5rem;
}

/* btn _side_contact */
.btn_side_contact {
  position: fixed;
  right: 0;
  top: 28.5rem;
  z-index: 999;
}

.btn_side_contact a {
  display: block;
}

/*ハンバーガーメニューボタン*/
#btn_menu {
  display: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

#btn_menu a {
  text-align: center;
}

#btn_menu a i {
  display: block;
  font-size: 4rem;
}

#btn_menu a span {
  display: block;
  font-size: 1.2rem;
}

#pankuzu {
  background: #f5dada;
  margin-bottom: 3rem;
}
#pankuzu #breadcrumb {
  color: #e95513 !important;
}
#pankuzu #breadcrumb ul {
  padding: .5rem 0;
}
#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: '>';
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  color: #e95513 !important;
  text-decoration: underline;
}

#primary {
  float: left;
  padding: 0 15px;
  width: 740px;
}
#primary > section, #primary > article {
  margin-bottom: 3rem;
  background: white;
  border-top: 4px solid #e95513;
  border-bottom: 4px solid #e6e6e6;
}
#primary > section:before, #primary > section:after, #primary > article:before, #primary > article:after {
  content: " ";
  display: table;
}
#primary > section:after, #primary > article:after {
  clear: both;
}
#primary section#page-title h1 {
  font-size: 2.6rem;
  box-sizing: border-box;
  padding: 1.3rem 1.8rem;
}
#primary article[class^="post-"] {
  background: white;
  padding: 0rem 3rem 1rem;
  box-sizing: border-box;
}
#primary article[class^="post-"]:before, #primary article[class^="post-"]:after {
  content: " ";
  display: table;
}
#primary article[class^="post-"]:after {
  clear: both;
}
#primary article[class^="post-"] h2 {
  border-left: 5px solid #e95513;
  font-size: 2.1rem;
  color: #e95513;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
#primary article[class^="post-"] > p {
  margin-bottom: 3rem;
}
#primary article[class^="post-"] > h3 {
  color: #e95513;
  background: #ffe1be;
  display: inline-block;
  padding: .5rem 1rem;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 1rem;
}
#primary article[class^="post-"] a {
  text-decoration: underline;
}
#primary article[class^="post-"] img {
  clear: both;
}
#primary article[class^="post-"] img.size-full {
  margin: 0 -30px;
  width: auto;
  max-width: 200%;
  margin-bottom: 20px;
}
#primary article[class^="post-"] img.size-medium {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
#primary article[class^="post-"] table {
  width: 100%;
  margin-bottom: 3rem;
}
#primary article[class^="post-"] table tr th, #primary article[class^="post-"] table tr td {
  border: 1px solid #e95513;
  line-height: 1;
  padding: 20px 23px;
}
#primary article[class^="post-"] table tr th {
  background: #f7931e;
  color: white;
  width: 30%;
  font-weight: bold;
}
#primary .caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1;
  padding: 2rem !important;
  border-bottom: 2px solid #ffe8e8;
  margin: 0 -3rem 2rem !important;
  border-left: 0px !important;
}
#primary .caption:before {
  content: url("img/common/list-icon-edge.png");
  display: inline-block;
  margin-right: .9rem;
  background-position: top;
  line-height: 21px;
}
#primary .title {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid #e95513;
  color: #e95513;
  font-size: 19px;
  font-size: 1.9rem;
}
.font-size-small #primary .title {
  font-size: 15.2px;
  font-size: 1.52rem;
}
.font-size-large #primary .title {
  font-size: 22.8px;
  font-size: 2.28rem;
}
#primary .more-link {
  float: right;
}
#primary .more-link > a {
  padding-left: 16px;
  background-image: url(img/page/icon-arrow-right.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #e95513;
}
#primary .btn_list {
  margin-top: -15px;
  overflow: hidden;
  margin-bottom: 3rem;
  display: block;
  clear: both;
}
#primary .btn_list li {
  float: left;
  width: 33.333%;
  padding: .5rem;
  box-sizing: border-box;
}
#primary .btn_list li a {
  display: block;
  text-decoration: none !important;
}
#primary .btn-more-link {
  margin-right: 0;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 2rem;
}
#primary .btn-more-link > a {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 16px;
  min-width: 240px;
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: #e95513;
  color: #fff;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  padding: 1.4rem;
  text-decoration: none !important;
}
#primary .banner img {
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0px #d9d9d9;
}
#primary #pagination {
  margin-top: 60px;
}
#primary #pagination ul {
  text-align: center;
}
#primary #pagination ul > li > a {
  vertical-align: middle;
}
#primary #pagination ul > li > a.page {
  display: inline-block;
  margin: 0 8px;
  width: 27px;
  height: 27px;
  border: solid 2px #e95513;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #e95513;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}
.font-size-small #primary #pagination ul > li > a.page {
  font-size: 10.4px;
  font-size: 1.04rem;
}
.font-size-large #primary #pagination ul > li > a.page {
  font-size: 15.6px;
  font-size: 1.56rem;
}
#primary #pagination ul > li > a.page.current {
  background-color: #e95513;
  color: #fff;
}
#primary #pagination ul > li > a.arrow {
  display: inline-block;
  margin: 0 8px;
  width: 15px;
  height: 27px;
  border: none 0 transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#primary #pagination ul > li > a.arrow.prev {
  background-image: url(img/pagination/icon-arrow-left.png);
}
#primary #pagination ul > li > a.arrow.next {
  background-image: url(img/pagination/icon-arrow-right.png);
}
#primary #pager {
  position: relative;
  text-align: center;
  padding: 5rem 0;
  margin-top: 3rem;
}
#primary #pager .prev > a,
#primary #pager .next > a,
#primary #pager .list > a {
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  height: 27px;
  border: solid 2px #e95513;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #e95513;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
}
.font-size-small #primary #pager .prev > a, .font-size-small
#primary #pager .next > a, .font-size-small
#primary #pager .list > a {
  font-size: 10.4px;
  font-size: 1.04rem;
}
.font-size-large #primary #pager .prev > a, .font-size-large
#primary #pager .next > a, .font-size-large
#primary #pager .list > a {
  font-size: 15.6px;
  font-size: 1.56rem;
}
#primary #pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}
#primary #pager .prev > a:before {
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  width: 15px;
  height: 16px;
  background-image: url(img/pagination/icon-arrow-left.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: ' ';
}
#primary #pager .next {
  position: absolute;
  top: 0;
  right: 0;
}
#primary #pager .next > a:after {
  display: inline-block;
  margin-top: -2px;
  margin-left: 8px;
  width: 15px;
  height: 16px;
  background-image: url(img/pagination/icon-arrow-right.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: ' ';
}
#primary #pager .list {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}

#secondary {
  float: right;
  width: 240px;
}
#secondary .side-nav {
  margin-bottom: 20px;
  background-color: #fff;
  border-top: 4px solid #e95513;
  border-bottom: 4px solid #e6e6e6;
}
#secondary .side-nav .caption {
  margin: 0;
  padding-left: 3rem;
  line-height: 54px;
  background-position: 10px 24px;
  background-image: url("img/common/list-icon-edge.png");
  background-repeat: no-repeat;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  border-bottom: 2px solid #f7931e;
}
.font-size-small #secondary .side-nav .caption {
  font-size: 16.8px;
  font-size: 1.68rem;
}
.font-size-large #secondary .side-nav .caption {
  font-size: 25.2px;
  font-size: 2.52rem;
}
#secondary .side-nav nav ul li {
  border-bottom: 1px solid #e95513;
}
#secondary .side-nav nav ul li a {
  display: block;
  box-sizing: border-box;
  padding: 1rem 0 1rem 3rem;
  line-height: 1;
  color: #e95513;
}
#secondary .side-nav nav ul li a:hover {
  text-decoration: underline;
}
#secondary .side-nav nav ul li h3 {
  background: url("img/common/list-icon.png");
  background-position: 12px 13px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
#secondary .side-nav nav ul li h3 a {
  color: #000;
}
#secondary .side-nav nav ul li:last-child {
  border-bottom: 0;
}
#secondary .side-nav .more-link {
  margin-right: 10px;
  text-align: right;
}
#secondary .side-nav .more-link > a {
  padding-left: 16px;
  background-image: url(img/page/icon-arrow-right.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #e95513;
}
#secondary .side-nav .button-links {
  margin: 5px 0;
  padding: 0;
}
#secondary .side-nav .button-links > li {
  margin-bottom: 10px;
}
#secondary .side-nav .button-links > li > a {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 16px;
  width: 240px;
  height: 40px;
  border-radius: 4px;
  background-color: #e95513;
  background-image: url(img/page/bg-button-link.png);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 0px 0px #d9d9d9;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}
#secondary .side-nav .banner-links {
  margin: 30px 0;
  padding: 0;
}
#secondary .side-nav .banner-links > li {
  margin-bottom: 10px;
}
#secondary .side-nav .banner-links > li > a {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 50px;
  width: 240px;
  height: 50px;
  border-radius: 4px;
  background-color: #e95513;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 0px 0px #d9d9d9;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
}
#secondary .side-nav .banner-links > li > a.activity {
  background-image: url(img/page/btn-activity.png);
}
#secondary .side-nav .banner-links > li > a.movie {
  background-image: url(img/page/btn-movie.png);
}

#side-category .caption {
  padding-left: 38px !important;
  background-image: url(img/page/icon-folder.png);
}
#side-category ul {
  margin: 0;
  padding: 0 35px 0 10px;
  list-style-type: none;
}
#side-category ul > li > h3 {
  display: block;
  box-sizing: border-box;
  padding: 1rem 0 1rem 3rem;
  line-height: 1;
  color: #e95513;
}

#side-blog {
  background-color: #81a5f4 !important;
}
#side-blog .caption {
  padding-left: 38px !important;
  background-image: url(img/page/icon-folder.png);
}
#side-blog ul {
  margin: 0;
  padding: 0 35px 0 10px;
  list-style-type: none;
}
#side-blog ul > li {
  margin-bottom: 15px;
}
#side-blog ul > li > .blog {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
  height: 23px;
  border: solid 1px #9f9f9f;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px #d9d9d9;
  color: #9f9f9f;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 21px;
}
.font-size-small #side-blog ul > li > .blog {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large #side-blog ul > li > .blog {
  font-size: 12px;
  font-size: 1.2rem;
}
#side-blog ul > li > .blog:after {
  position: absolute;
  top: 7px;
  right: 12px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 9px;
  border-color: transparent transparent transparent #9f9f9f;
  content: ' ';
}

#page-bottom-nav {
  min-width: 1000px;
  background-color: #e95513;
  color: #fff;
}
#page-bottom-nav ul {
  float: left;
  width: 675px;
  height: 40px;
  line-height: 40px;
}
#page-bottom-nav ul > li > a {
  display: inline-block;
  margin-right: 20px;
  padding-left: 20px;
  background-image: url(img/page-bottom-nav/icon-arrow-right.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 40px;
}
#page-bottom-nav .return-to-top {
  display: inline-block;
  float: right;
  padding-left: 20px;
  background-image: url(img/page-bottom-nav/icon-arrow-top.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 40px;
}

/*footer*/
footer#footer {
  font-size: 1.3rem;
  padding: 6rem 3rem;
}
footer#footer .contaiber {
  overflow: hidden;
}
footer#footer .contaiber #foot-nav {
  overflow: hidden;
}

footer#footer {
  background: #FFF5E0;
}
footer#footer .footer-nav {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 4rem;
}
footer#footer .footer-nav > h2 {
  margin-bottom: 1rem;
}
footer#footer .footer-nav #footer-menu li {
  padding-bottom: 0.7rem;
}
footer#footer .footer-nav #footer-menu li a {
  line-height: 1.4em;
}
footer#footer .footer-nav #footer-menu li a:before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: .5rem;
}
footer#footer .footer-nav #footer-menu li > .children {
  padding-left: .5rem;
  box-sizing: border-box;
}
footer#footer .footer-nav #footer-menu li > .children li {
  line-height: 1;
  padding: 0;
}
footer#footer #company {
  display: inline-block;
  float: right;
  font-size: 1.2rem;
}
footer#footer #company .foot_logo {
  margin-bottom: 2rem;
}
footer#footer #company p {
  margin-bottom: 0.3rem;
}
footer#footer #company p a.map:after {
  font-family: FontAwesome;
  content: '\f041';
  margin-right: .5rem;
  color: red;
}

footer#foot-sub-nav {
  background: #e95513;
}
footer#foot-sub-nav ul {
  overflow: hidden;
}
footer#foot-sub-nav ul li {
  float: left;
  margin-right: 1rem;
  display: inline-block;
}
footer#foot-sub-nav ul li a {
  padding: 1rem 1rem;
  display: inline-block;
  font-size: 1.3rem;
  color: white;
}
footer#foot-sub-nav ul li:after {
  content: '｜';
  color: white;
}

footer#copyright {
  background: #f7931e;
  color: white;
  text-align: left;
  font-size: 1.2rem;
  padding: 1rem 0;
  font-size: 1.2rem;
}

#go_top {
  position: fixed;
  width: 5.9rem;
  z-index: 999;
  bottom: 2rem;
  right: 2rem;
  display: none;
}

.home {
  padding: 0;
}
.home #page {
  background: white;
}

body.home #pankuzu {
  display: none !important;
}
body.home #vi {
  position: relative;
  max-height: 750px;
  overflow: hidden;
}
body.home #vi .vi_catch {
  position: absolute;
  top: 10%;
  left: 30%;
}
body.home #vi .vi_catch img {
  padding: 10rem;
}
body.home #vi .document_btn {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}
body.home #vi .document_btn a {
  display: block;
  line-height: 1;
}

body.home #page .news_section {
  overflow: hidden;
  background-image: url("img/top/bg_town.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 15rem;
}
body.home #page .news_section #news {
  float: left;
}
body.home #page .news_section #news h2 {
  color: #e95513;
  border-color: #e95513;
}
body.home #page .news_section #column {
  float: right;
}
body.home #page .news_section #column h2 {
  color: #529632;
  border-color: #529632;
}
body.home #page .news_section #news, body.home #page .news_section #column {
  width: 49%;
  box-sizing: border-box;
  padding: 5rem 0;
}
body.home #page .news_section #news .news_midasi, body.home #page .news_section #column .news_midasi {
  overflow: hidden;
  margin-bottom: 2rem;
}
body.home #page .news_section #news .posts, body.home #page .news_section #column .posts {
  border-top: 1px solid gray;
  margin-bottom: 2rem;
}
body.home #page .news_section #news .posts .post_news, body.home #page .news_section #column .posts .post_news {
  border-bottom: 1px solid gray;
}
body.home #page .news_section #news .posts .post_news a, body.home #page .news_section #column .posts .post_news a {
  line-height: 1.7em;
  display: block;
  box-sizing: border-box;
  font-size: 1.3rem;
  padding: 1rem 2rem;
}
body.home #page .news_section #news .posts .post_news a:hover, body.home #page .news_section #column .posts .post_news a:hover {
  background: rgba(255, 200, 200, 0.2);
  opacity: 1;
}
body.home #page .news_section #news .posts .post_news a:hover .post-title, body.home #page .news_section #column .posts .post_news a:hover .post-title {
  text-decoration: underline;
}
body.home #page .news_section #news .posts .post_news a:after, body.home #page .news_section #column .posts .post_news a:after {
  font-family: FontAwesome;
  content: '\f105';
  float: right;
}
body.home #page .news_section #news .posts .post_news .post_date, body.home #page .news_section #column .posts .post_news .post_date {
  display: inline;
  margin-right: 2rem;
}
body.home #page .news_section #news .posts .post_news .post_title, body.home #page .news_section #column .posts .post_news .post_title {
  display: inline;
}
body.home #page .news_section #news .btn, body.home #page .news_section #column .btn {
  width: 100%;
}
body.home #page .news_section #news .btn .btn_red, body.home #page .news_section #news .btn .btn_green, body.home #page .news_section #column .btn .btn_red, body.home #page .news_section #column .btn .btn_green {
  padding: 1rem 2rem;
  display: block;
}
body.home #page .news_section #news .btn .btn_red:after, body.home #page .news_section #news .btn .btn_green:after, body.home #page .news_section #column .btn .btn_red:after, body.home #page .news_section #column .btn .btn_green:after {
  content: "\f054";
  font-family: FontAwesome;
  float: right;
}
body.home #page #concept_section {
  background-color: #FFF6E5;
  background-image: url("img/top/bg_concept.png");
  background-repeat: no-repeat;
  background-position: right 2rem;
  padding: 7rem 0;
  border-top: 3px solid #00913a;
}
body.home #page #concept_section h2 {
  color: #e95513;
}
body.home #page #concept_section p {
  font-size: 1.5rem;
  line-height: 2em;
  width: 65%;
  margin-bottom: 3rem;
  text-align: left;
}
body.home #page #concept_section a {
  padding: 1rem 3rem;
  box-sizing: border-box;
  width: 30%;
  display: inline-block;
  margin-right: 1rem;
}
body.home #page #intro_section {
  padding: 7rem 0;
}
body.home #page #intro_section .container h2 {
  color: #e95513;
}
body.home #page #intro_section .container ul {
  overflow: hidden;
}
body.home #page #intro_section .container ul li {
  float: left;
  width: 25%;
  padding: 1rem;
  box-sizing: border-box;
}
body.home #page #intro_section .container ul li a {
  display: block;
  line-height: 0.5;
}
body.home #page #intro_section .container ul li a p {
  background: #e8504f;
  color: white;
  line-height: 1;
  padding: 1.5rem 1.5rem;
  box-sizing: border-box;
  margin: 0;
}
body.home #page #intro_section .container ul li a p:after {
  content: "\f054";
  font-family: FontAwesome;
  color: white;
  float: right;
}
body.home #page #intro_section .container ul li:last-child p {
  background: #529632;
}
body.home #page #btn_section {
  background: #FFF6E4;
  padding: 3rem 0;
}
body.home #page #btn_section .container ul li {
  width: 49%;
  display: inline-block;
}
body.home #page #btn_section .container ul li a {
  width: 100%;
  display: block;
  padding: 1.5rem 2rem;
}
body.home #page #btn_section .container ul li a:after {
  content: "\f054";
  font-family: FontAwesome;
  color: white;
  float: right;
}
body.home #page #housing_section {
  padding: 7rem 0;
}
body.home #page #housing_section .container h2 {
  color: #e95513;
}
body.home #page #housing_section .container ul li {
  float: left;
  width: 33.333%;
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}
body.home #page #housing_section .container ul li:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  bottom: 2.5rem;
  right: 3rem;
  color: white;
  font-size: 3rem;
}

.news #page #primary #news-detail p {
  line-height: 2.3em;
}
.news #page #primary #news-detail .post-header {
  margin-bottom: 3rem;
}

@media screen and (max-width: 732px) {
  .container {
    padding: 0 15px;
    width: auto;
    box-sizing: border-box;
  }

  #wrapper {
    position: relative;
  }

  header#head_bar {
    border-bottom: 2px solid gray;
    padding: 0;
  }
  header#head_bar .container {
    position: relative;
    padding: 0;
    width: 100%;
  }
  header#head_bar .container .p-top {
    display: block;
    text-align: center;
    background: #f7931e;
    color: white;
    padding: 3px 0;
  }
  header#head_bar .container h2 {
    width: 100%;
    padding: 0.5rem 0 0 1rem;
    border-bottom: 1px solid #e95513;
  }
  header#head_bar .container h2 a {
    width: 20rem;
    display: block;
  }
  header#head_bar .container .info {
    width: 90%;
    float: none;
    text-align: left;
    clear: both;
    margin: 0 auto;
    padding: 1rem 0;
  }
  header#head_bar .container .info .tel_num {
    width: 80%;
    margin-right: 1rem;
  }
  header#head_bar .container .info .tel_num small {
    display: block;
    text-align: right;
    margin-right: 0;
  }
  header#head_bar .container .info .tel_num a {
    font-size: 3.5rem;
    display: block;
  }
  header#head_bar .container .info h3 {
    display: none;
  }
  header#head_bar #menu_btn {
    display: block;
    position: absolute;
    top: 2.7rem;
    right: 1rem;
    z-index: 9999;
    background: white;
    padding: 1rem;
  }

  #globalnav {
    position: absolute;
    width: 100%;
    z-index: 9998;
    top: 0;
    right: 0;
    background: white;
    padding-top: 0rem;
  }
  #globalnav ul.container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #globalnav ul.container li {
    display: block;
    border-top: 1px solid #e95513;
  }
  #globalnav ul.container li:after {
    content: none;
  }
  #globalnav ul.container li a {
    display: block;
    padding: 1rem 0;
    padding-left: 15px;
    line-height: 2em;
    color: #000;
    position: relative;
  }
  #globalnav ul.container li a:after {
    font-family: FontAwesome;
    content: '\f054';
    position: absolute;
    right: 1rem;
    color: #e95513;
  }
  #globalnav ul.container li.logo > a:after {
    content: none;
  }
  #globalnav ul.container li.logo {
    text-align: left;
  }

  .btn_side_contact {
    display: none;
  }

  #page-bottom-nav {
    display: none;
  }

  #pankuzu {
    margin-bottom: 0;
  }

  #primary section#page-title {
    margin-bottom: 0;
  }
  #primary section#page-title h1.page-title {
    line-height: 1.3em;
    margin-bottom: 0;
    font-size: 1.7rem;
    padding: 1rem 0.5rem;
  }
  #primary article[class^="post-"] {
    padding: 0 !important;
  }
  #primary article[class^="post-"] h2.caption {
    padding: 2rem 1rem !important;
    margin: 0 0 1rem !important;
  }
  #primary article[class^="post-"] img.size-full {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2rem;
  }
  #primary .btn_list {
    margin-top: -15px;
    overflow: hidden;
    margin-bottom: 3rem;
    display: block;
    clear: both;
  }
  #primary .btn_list li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  #primary .btn_list li a {
    display: block;
    text-decoration: none !important;
  }
  #primary #pager {
    padding: 1rem 0;
  }
  #primary #pager .prev,
  #primary #pager .list,
  #primary #pager .next {
    position: relative;
    display: block;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 0 1rem;
  }
  #primary #pager .prev a,
  #primary #pager .list a,
  #primary #pager .next a {
    width: 100%;
  }

  #secondary {
    float: none;
    width: 100%;
    border-top: 2px solid #e95513;
  }
  #secondary #side-inquiry {
    display: none;
  }
  #secondary #side-cases {
    display: none;
  }
  #secondary #side-other {
    display: none;
  }
  #secondary #side-staff {
    display: none;
  }
  #secondary > section {
    padding: 0;
    border-bottom: 2px solid #e95513;
  }
  #secondary .side {
    padding: 15px 0 20px;
    margin-bottom: 0;
  }
  #secondary #side-access img {
    width: 100%;
  }
  #secondary #side-news .post-news {
    box-sizing: border-box;
    padding: 0 20px;
  }

  #page-header {
    min-width: auto;
    max-width: auto;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #e95513;
  }
  #page-header #page-title {
    margin-top: 0;
    font-size: 2.2rem;
  }

  #page-header:before {
    width: 100%;
    height: 55px;
    background-image: url(images/page-header/bg-page-header.png);
    background-size: contain;
    z-index: 999;
  }

  #page #breadcrumb > ul {
    margin: 0;
    padding: 15px 0;
    background: rgba(100, 100, 100, 0.1);
    border-bottom: 1px solid gray;
  }
  #page #breadcrumb > ul > li {
    font-size: 1.2rem;
  }

  footer#footer {
    padding: 20px 10px;
    border-top: 1px solid #f7931e;
  }
  footer#footer .footer-nav {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer#footer #company {
    float: none;
    width: 100%;
  }
  footer#footer #company .foot_logo {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 15px 0;
    text-align: center;
  }

  footer#foot-sub-nav .container {
    padding: 20px 15px;
  }
  footer#foot-sub-nav .container ul li {
    text-align: center;
    float: none;
    width: 100%;
    display: block;
  }
  footer#foot-sub-nav .container ul li:after {
    content: none;
  }
  footer#foot-sub-nav .container ul li a {
    display: block;
    box-sizing: border-box;
  }

  footer#copyright {
    text-align: center;
  }
  footer#copyright p.copy {
    margin: 0;
    padding: 8px 0;
  }

  #footer-nav {
    display: none;
  }
}
@media screen and (max-width: 732px) {
  /*style*/
  .btn_red {
    width: 100%;
    font-weight: bold;
  }

  /**/
  #primary {
    float: none;
    width: 100%;
    padding-top: 15px;
  }
  #primary .caption {
    width: 100%;
  }

  #primary .caption {
    font-size: 1.75rem;
    box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    background-image: url(images/page/bg-caption-sp.png);
    background-size: cover;
    color: #fff;
    line-height: 1.2em;
    padding: 15px 20px;
  }
  #primary .button-more-link {
    text-align: center;
  }
  #primary section {
    margin-bottom: 35px;
  }

  #page {
    padding: 0;
  }
  #page > .container {
    padding: 0;
  }

  body.home #vi {
    padding: 0;
  }
  body.home #vi #vi_slider {
    line-height: 0.5;
  }
  body.home #vi #vi_slider ul.bxs li {
    overflow: hidden;
  }
  body.home #vi #vi_slider ul.bxs li img {
    height: auto;
    min-height: 300px;
    max-width: 700px;
    width: 700px;
  }
  body.home #vi .vi_catch {
    left: 0;
    bottom: auto;
    top: 5rem;
    width: 100%;
    text-align: center;
  }
  body.home #vi .vi_catch img {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    padding: 15px 0;
  }
  body.home #vi .document_btn {
    position: relative;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    text-align: center;
    background: #f7931e;
    padding: 1rem;
    box-sizing: border-box;
  }
  body.home #vi .document_btn a {
    display: block;
  }
  body.home #page .news_section {
    background-size: contain;
    padding-bottom: 5rem;
  }
  body.home #page .news_section .container #news, body.home #page .news_section .container #column {
    width: 100%;
    float: none;
    padding: 2rem 0;
  }
  body.home #page .news_section .container #news .posts .post_news a, body.home #page .news_section .container #column .posts .post_news a {
    padding: 0.7rem 0.5rem;
  }
  body.home #page .news_section .container #news .posts .post_news a .post_date, body.home #page .news_section .container #column .posts .post_news a .post_date {
    display: block;
    font-synthesis: 1.2rem;
  }
  body.home #page .news_section .container #news {
    border-bottom: 1px solid #e95513;
  }
  body.home #page #concept_section {
    background-position: bottom;
    background-size: contain;
    padding: 4rem 0 20rem;
  }
  body.home #page #concept_section h3 {
    font-size: 2.5rem;
    line-height: 1.2em;
  }
  body.home #page #concept_section p {
    width: 100%;
    margin: 0 0 3rem;
    font-size: 1.4rem;
    line-height: 1.8em;
  }
  body.home #page #concept_section a.btn_red {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  body.home #page #intro_section {
    padding: 4rem 0;
  }
  body.home #page #intro_section .container h3 {
    font-size: 2.5rem;
    line-height: 1.2em;
  }
  body.home #page #intro_section .container ul li {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 1rem;
  }
  body.home #page #intro_section .container ul li a img {
    display: none;
  }
  body.home #page #btn_section .container ul li {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  body.home #page #housing_section {
    padding: 4rem 0;
  }
  body.home #page #housing_section .container ul li {
    width: 50%;
    padding: 0.2rem;
    line-height: 0.5;
  }

  #wrapper.contact article#page-contact form input {
    width: 100%;
  }
  #wrapper.contact article#page-contact form textarea {
    width: 100%;
  }
}
