@charset "UTF-8";
/*
Theme Name: クリタリビング
Theme URI:
Description: クリタリビング
Author: densuke
Author URI: http://dnsk.jp/
*/
/*-----------------------------------------------------------------
デフォルトリセット・normalize設定
-----------------------------------------------------------------*/
/*!
 * ress.css • v1.0.0
 * MIT License
 * github.com/filipelinhares/cssre
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

html {
  color: #333;
  background: #fff;
  width: 100%;
  /*line-height: 150%;*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Arial";
  font-weight: 500;
  font-size: 14px;
  text-size-adjust: none;
}

html.ie {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "Arial";
}

textarea,
input[type=text],
input[type=email] {
  border: 1px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;
}

select {
  border: initial;
  -moz-appearance: initial;
  -webkit-appearance: initial;
  background-color: transparent;
  border-style: initial;
  color: inherit;
  border-radius: 0px;
  border-color: #ccc;
  padding: 2px 4px;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
  border-width: 1px;
  border-style: solid;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
/*
a img:hover{
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha( opacity=70 );
    opacity: 0.7;
}
*/
a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  /*color: #999; text-decoration: none;*/
  opacity: 0.75;
}

a:active {
  /*color: #999; text-decoration: none;*/
  opacity: 0.75;
}

/*-----------------------------------------------------------------
zoom
-----------------------------------------------------------------*/
@media screen and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1400px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/
  }
}

@media screen and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1400px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/
  }
}

@media screen and (max-width: 1400px) {
  html.chrome.iphone body,
  html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1);
  }
}

/*-----------------------------------------------------------------
webfont
-----------------------------------------------------------------*/
.webfont01-R {
  font-family: 'UD黎ミン R', 'UD Reimin Regular', sans-serif;
}

.webfont01-M {
  font-family: 'UD黎ミン M', 'UD Reimin Medium', sans-serif;
}

.webfont01-B {
  font-family: "UD黎ミン B", 'UD Reimin Bold', sans-serif;
}

/*-----------------------------------------------------------------
パーツ
-----------------------------------------------------------------*/
.icon-arrow01 {
  background: url(./img/common/icon-arrow01.png) left center no-repeat;
  padding-left: 12px;
}

.icon-arrow02 {
  background: url(./img/common/icon-arrow02.png) left center no-repeat;
  padding-left: 12px;
}

.icon-arrow03 {
  background: url(./img/common/icon-arrow03.png) left center no-repeat;
  padding-left: 12px;
}

.icon-arrow04 {
  background: url(./img/common/icon-arrow04.png) left center no-repeat;
  padding-left: 12px;
}

.btn-default {
  padding: 5px 20px;
  border-radius: 14px;
  box-shadow: 0 0 0 3px white;
  color: #fff;
  background: #ff7800;
}

.btn-default:visited, .btn-default:link {
  color: #fff;
}

.btn02 {
  display: inline-block;
  background-image: url(./img/common/btn02.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 502px;
  height: 76px;
  line-height: 76px;
  font-size: 20px;
  color: #522900;
  font-weight: bold;
}

.btn02:link, .btn02:visited {
  color: #522900;
}

.btn-brown {
  padding: 5px 20px;
  border-radius: 14px;
  box-shadow: 0 0 0 3px white;
  color: #522900;
  background: #d8bc81;
  border: 0;
  box-shadow: none;
}

.btn-brown:visited, .btn-brown:link {
  color: #522900;
}

/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  /*min-width: 1400px;*/
  background-image: url(./img/common/body-bg.jpg);
  background-position: center top;
  background-repeat: repeat;
}

#wrapper {
  width: 100%;
  min-width: 1000px;
  /*overflow: hidden;*/
  /*overflow-x: scroll;*/
}

/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #e5f6fd;
  background-image: url(./img/header/header-bg-main.jpg);
  background-position: center 210px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#header.page {
  background-image: url(./img/header/header-title-bg.jpg);
  background-position: center bottom;
}

#header.items {
  background-position: center -30px;
}

#header .inner {
  width: 1000px;
  margin: 0 auto;
}

#header-top {
  background-image: url(./img/header/header-bg-top.png);
  background-position: center 20px;
  background-repeat: repeat-x;
  height: 264px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 10;
}

#header-top h1 {
  background-color: #522900;
  font-size: 12px;
  color: #fff;
}

#header-top h1 .inner {
  height: 20px;
  line-height: 20px;
}

#header-top .logo {
  width: 417px;
  float: left;
  margin-top: 10px;
}

#header-top .right {
  width: 560px;
  float: right;
  margin-bottom: 16px;
}

#header-top .menu {
  text-align: right;
  padding: 2px 0;
  margin-bottom: 16px;
}

#header-top .menu a {
  display: inline-block;
  margin-left: 6px;
}

#header-top .tel {
  margin-bottom: 8px;
}

#header-top .contact {
  font-size: 12px;
  overflow: hidden;
}

#header-top .contact p {
  float: left;
}

#header-top .contact .btn {
  float: right;
}

#header-middle {
  width: 100%;
  position: relative;
  top: -35px;
  z-index: 100;
  overflow: hidden;
}

#header-middle.items {
  top: 0;
  /*margin-bottom: 30px;*/
  padding-top: 15px;
  background-image: url(./img/item-top/header-item-top-bg.png);
  background-position: center 441px;
  background-repeat: no-repeat;
}

#header-middle.items .inner {
  position: relative;
}

#header-middle.items #main_image {
  padding: 10px;
  background-image: url(./img/item-top/item-top-title-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

#header-middle.items .main-contents {
  display: flex;
  justify-content: space-between;
}

#header-middle.items .board {
  width: 600px;
  /*float: left;*/
  margin-left: 23px;
  min-height: 168px;
}

#header-middle.items .board .text .title {
  background-color: #8c5217;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 10px 10px 0 0;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.090;
}

#header-middle.items .board .text .title:before, #header-middle.items .board .text .title:after {
  content: "";
  width: 43px;
  height: 31px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

#header-middle.items .board .text .title:before {
  background-image: url(./img/common/decoration-box-head01.png);
  left: 10px;
  top: -12px;
}

#header-middle.items .board .text .title:after {
  background-image: url(./img/common/decoration-box-head02.png);
  right: 10px;
  bottom: -12px;
}

#header-middle.items .board .text .content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 15px 25px;
  height: 180px;
  font-size: 14px;
  line-height: 1.714;
}

#header-middle.items .loan {
  background-position: center 0;
  background-repeat: no-repeat;
  width: 360px;
  position: relative;
  width: 360px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  min-height: 240px;
  margin-bottom: 20px;
}

#header-middle.items .loan > .text {
  text-align: center;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  background-color: #b02700;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  margin-bottom: 12px;
}

#header-middle.items .loan > .text span {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  margin-top: 5px;
  display: block;
}

#header-middle.items .loan .rates {
  position: relative;
  padding-left: 60px;
}

#header-middle.items .loan .rates .title {
  background: #ffdc36;
  color: #333333;
  font-weight: bold;
  font-size: 19px;
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  text-align: center;
  line-height: 24px;
}

#header-middle.items .loan .rates .values {
  margin-right: 18px;
  margin-bottom: 12px;
  border-bottom: 2px solid #ffdc36;
  padding-left: 50px;
  min-height: 82px;
  padding-top: 6px;
}

#header-middle.items .loan .rates .values.double {
  margin-bottom: 8px;
}

#header-middle.items .loan .rates .values.double .line {
  padding-top: 6px;
}

#header-middle.items .loan .rates .values .line {
  overflow: hidden;
  text-align: center;
}

#header-middle.items .loan .rates .values .line:nth-of-type(1) {
  padding-bottom: 4px;
}

#header-middle.items .loan .rates .values .line .text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1;
}

#header-middle.items .loan .rates .values .line .value {
  line-height: 1;
  color: #333333;
  overflow: hidden;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

#header-middle.items .loan .rates .values .line .value .num {
  display: block;
}

#header-middle.items .loan .rates .values .line .value .label {
  display: block;
}

#header-middle.items .loan .btn {
  display: flex;
  padding-left: 25px;
}

#header-middle.items .loan .btn .logo {
  margin-right: 5px;
}

#header-middle.items .loan .btn .text {
  padding-top: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-right: 15px;
}

#header-middle.items .loan .btn a {
  margin-top: 5px;
  display: inline-block;
  width: 126px;
  height: 34px;
  line-height: 34px;
  color: #333;
  background: #ffdc36;
  border-radius: 17px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

#header-middle.items .loan > .text {
  border-radius: 0;
  background-color: #8c5217;
  color: #fff;
}

#header-middle.items .loan .rates .values {
  margin-bottom: 7px;
}

#header-middle.items .link {
  width: 430px;
  height: 63px;
  margin: 0 auto 40px;
}

#header-middle.items .link .btn {
  background-image: url(./img/common/btn03.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 430px;
  height: 63px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}

#header-middle.items .link .btn br {
  display: none;
}

#header-middle .left {
  width: 714px;
  float: left;
  padding-top: 15px;
  position: relative;
}

#header-middle .left .label {
  position: absolute;
  top: 28px;
  right: -10px;
  z-index: 9999;
  display: block;
  width: 139px;
  height: 139px;
}

#header-middle .right {
  width: 264px;
  float: right;
}

#header-middle .slider {
  background-image: url(./img/top/top-slider_box.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 714px;
  height: 474px;
  margin-bottom: 12px;
  position: relative;
  padding-top: 44px;
  padding-left: 10px;
}

#header-middle .slider .inner {
  width: 1000px;
  margin: 0 auto;
}

#header-middle .slider ul {
  width: 694px;
  height: 384px;
}

#header-middle .slider .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
  height: 384px;
  overflow: hidden;
}

#header-middle .slider .control {
  text-align: center;
  padding-top: 7px;
  position: relative;
}

#header-middle .slider .bx-controls-direction {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
}

#header-middle .slider .bx-controls-direction .bx-next,
#header-middle .slider .bx-controls-direction .bx-prev {
  background-position: left top;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: inline-block;
}

#header-middle .slider .bx-controls-direction .bx-prev {
  left: -15px;
  background-image: url(./img/common/slider-left.png);
}

#header-middle .slider .bx-controls-direction .bx-next {
  right: -15px;
  background-image: url(./img/common/slider-right.png);
}

#header-middle .slider .bx-pager {
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 auto;
  width: auto;
  padding-top: 5px;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
}

#header-middle .slider .bx-pager .bx-pager-item {
  display: inline-block;
}

#header-middle .slider .bx-pager a {
  background: #c0c0c0;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#header-middle .slider .bx-pager a:hover,
#header-middle .slider .bx-pager a:focus,
#header-middle .slider .bx-pager a.active {
  background: #ca000b;
}

#header-middle .top:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#header-middle.front_page .bottom-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}

#header-middle.front_page .bottom-box .inner {
  border: 3px solid #b02700;
  border-radius: 10px;
  width: 100%;
  padding: 12px 5px 12px 12px;
  display: flex;
  justify-content: space-between;
}

#header-middle.front_page .bottom-box .inner .left {
  padding: 0;
  width: 600px;
}

#header-middle.front_page .bottom-box .inner .right {
  padding: 0;
  width: 360px;
}

#header-middle.front_page .bottom-box .inner .board {
  border-radius: 10px;
  background-color: #fff3ef;
  padding: 18px 28px;
  position: relative;
  height: 100%;
}

#header-middle.front_page .bottom-box .inner .board:before {
  content: "";
  background-image: url(./img/header/header-box-ribbon.png);
  background-position: center 0;
  background-repeat: no-repeat;
  width: 52px;
  height: 35px;
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
}

#header-middle.front_page .bottom-box .inner .board .text {
  line-height: 1.5;
}

#header-middle.front_page .bottom-box .inner .board .text .title {
  font-size: 22px;
  color: #b02700;
  font-weight: bold;
  margin-bottom: 8px;
}

#header-middle.front_page .bottom-box .inner .board .text .content {
  font-size: 14px;
  line-height: 1.714;
}

#header-middle.front_page .bottom-box .inner .loan {
  background-position: center 0;
  background-repeat: no-repeat;
  width: 360px;
  position: relative;
}

#header-middle.front_page .bottom-box .inner .loan > .text {
  text-align: center;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  background-color: #b02700;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  margin-bottom: 12px;
}

#header-middle.front_page .bottom-box .inner .loan > .text span {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  margin-top: 5px;
  display: block;
}

#header-middle.front_page .bottom-box .inner .loan .rates {
  position: relative;
  padding-left: 60px;
}

#header-middle.front_page .bottom-box .inner .loan .rates .title {
  background: #ffdc36;
  color: #333333;
  font-weight: bold;
  font-size: 19px;
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  text-align: center;
  line-height: 24px;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values {
  margin-right: 18px;
  margin-bottom: 12px;
  border-bottom: 2px solid #ffdc36;
  padding-left: 50px;
  min-height: 82px;
  padding-top: 6px;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values.double {
  margin-bottom: 8px;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values.double .line {
  padding-top: 6px;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values .line {
  overflow: hidden;
  text-align: center;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values .line:nth-of-type(1) {
  padding-bottom: 4px;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values .line .text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values .line .value {
  line-height: 1;
  color: #333333;
  overflow: hidden;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values .line .value .num {
  display: block;
}

#header-middle.front_page .bottom-box .inner .loan .rates .values .line .value .label {
  display: block;
}

#header-middle.front_page .bottom-box .inner .loan .btn {
  display: flex;
  padding-left: 25px;
}

#header-middle.front_page .bottom-box .inner .loan .btn .logo {
  margin-right: 5px;
}

#header-middle.front_page .bottom-box .inner .loan .btn .text {
  padding-top: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-right: 15px;
}

#header-middle.front_page .bottom-box .inner .loan .btn a {
  margin-top: 5px;
  display: inline-block;
  width: 126px;
  height: 34px;
  line-height: 34px;
  color: #333;
  background: #ffdc36;
  border-radius: 17px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

#header-middle.builder_front_page #builder-main-image {
  background-position: center top;
  background-repeat: no-repeat;
  width: 714px;
  height: 440px;
  margin-bottom: 12px;
  position: relative;
  margin-top: 34px;
  margin-left: 10px;
}

#header-middle.builder_front_page .bottom-box {
  padding: 5px;
}

#header-middle.builder_front_page .bottom-box .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#header-middle.builder_front_page .bottom-box .inner .left {
  padding: 0;
  width: 600px;
}

#header-middle.builder_front_page .bottom-box .inner .right {
  padding: 0;
  width: 360px;
}

#header-middle.builder_front_page .bottom-box .inner .board {
  position: relative;
  height: 100%;
  width: 600px;
  height: 230px;
}

#header-middle.builder_front_page .bottom-box .inner .board:before, #header-middle.builder_front_page .bottom-box .inner .board:after {
  content: "";
  background-position: center 0;
  background-repeat: no-repeat;
  width: 74px;
  height: 57px;
  display: block;
  position: absolute;
}

#header-middle.builder_front_page .bottom-box .inner .board:before {
  background-image: url(./img/common/decoration-box-head03.png);
  top: -12px;
  left: -7px;
}

#header-middle.builder_front_page .bottom-box .inner .board:after {
  background-image: url(./img/common/decoration-box-head04.png);
  top: -12px;
  right: -7px;
}

#header-middle.builder_front_page .bottom-box .inner .board .text {
  line-height: 1.5;
  border: 4px solid #6fc1c1;
  border-radius: 15px;
  box-shadow: 3px 3px 0 #4ea2a2;
}

#header-middle.builder_front_page .bottom-box .inner .board .text .title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background-color: #6fc1c1;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-middle.builder_front_page .bottom-box .inner .board .text .content {
  font-size: 14px;
  line-height: 1.714;
  padding: 18px 28px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  height: 172px;
}

#header-middle.builder_front_page .bottom-box .inner .loan {
  background-position: center 0;
  background-repeat: no-repeat;
  width: 360px;
  position: relative;
  border: 4px solid #3560a7;
  border-radius: 15px;
  box-shadow: 3px 3px 0 #174288;
  background-color: #fff;
  min-height: 250px;
}

#header-middle.builder_front_page .bottom-box .inner .loan > .text {
  text-align: center;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  background-color: #b02700;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  margin-bottom: 12px;
}

#header-middle.builder_front_page .bottom-box .inner .loan > .text span {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  margin-top: 5px;
  display: block;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates {
  position: relative;
  padding-left: 60px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .title {
  background: #ffdc36;
  color: #333333;
  font-weight: bold;
  font-size: 19px;
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 41px;
  text-align: center;
  line-height: 24px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values {
  margin-right: 18px;
  margin-bottom: 12px;
  border-bottom: 2px solid #ffdc36;
  padding-left: 50px;
  min-height: 82px;
  padding-top: 6px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values.double {
  margin-bottom: 8px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values.double .line {
  padding-top: 6px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values .line {
  overflow: hidden;
  text-align: center;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values .line:nth-of-type(1) {
  padding-bottom: 4px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values .line .text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values .line .value {
  line-height: 1;
  color: #333333;
  overflow: hidden;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values .line .value .num {
  display: block;
}

#header-middle.builder_front_page .bottom-box .inner .loan .rates .values .line .value .label {
  display: block;
}

#header-middle.builder_front_page .bottom-box .inner .loan .btn {
  display: flex;
  padding-left: 25px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .btn .logo {
  margin-right: 5px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .btn .text {
  padding-top: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-right: 15px;
}

#header-middle.builder_front_page .bottom-box .inner .loan .btn a {
  margin-top: 5px;
  display: inline-block;
  width: 126px;
  height: 34px;
  line-height: 34px;
  color: #333;
  background: #ffdc36;
  border-radius: 17px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

#header-middle.builder_front_page .bottom-box .inner .loan > .text {
  border-radius: 0;
  background-color: #3560a7;
}

#header-middle .information {
  background-image: url(./img/top/top-news-box.png);
  background-position: center 0;
  background-repeat: no-repeat;
  width: 264px;
  height: 489px;
  margin-bottom: 15px;
  position: relative;
}

#header-middle .information h3 {
  position: absolute;
  top: 44px;
  width: 245px;
  height: 52px;
  left: 0;
  padding-left: 25px;
  padding-right: 30px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 18px;
}

#header-middle .information .posts {
  background-color: #fff;
  width: 244px;
  height: 377px;
  position: absolute;
  top: 100px;
  left: 10px;
  padding: 10px 8px;
  overflow-y: scroll;
}

#header-middle .information .posts .post {
  background-image: url(./img/common/border01.png);
  background-position: right bottom;
  background-repeat: repeat-x;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#header-middle .information .posts .post .post-info {
  margin-bottom: 4px;
  position: relative;
}

#header-middle .information .posts .post .post-info .date {
  font-size: 14px;
}

#header-middle .information .posts .post .post-info .icon-new {
  top: 3px;
  position: relative;
}

#header-middle .information .posts .post .post-info .icon-category {
  font-size: 10px;
  background-color: #eeeeee;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
  padding: 0 3px;
}

#header-middle .information .posts .post .post-title {
  font-size: 14px;
  line-height: 1.2;
}

#header-middle .information .posts .post .post-title a {
  color: #ffaa07;
  text-decoration: underline;
}

#header-bottom {
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 100;
  position: relative;
  margin-top: -15px;
}

#header-bottom.items {
  background-image: url(./img/header/header-bg-bottom-items.png);
  height: 180px;
  margin-top: -30px;
}

#header-bottom.items .inner {
  position: relative;
  height: 180px;
}

#header-bottom.items .icon {
  position: static;
  float: none;
}

#header-bottom.items .icon .man02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}

#header-bottom.items .icon .man02 img {
  display: block;
}

#header-bottom.items .menu {
  float: none;
  position: absolute;
  width: 730px;
  margin: 0 auto;
  padding-top: 18px;
  text-align: center;
  top: 0;
  left: 166px;
}

#header-bottom.items .menu li {
  list-style: none;
  float: none;
  margin-left: 4px;
  display: inline-block;
}

#header-bottom.works {
  background-image: url(./img/header/header-bg-bottom-works.png);
  height: 250px;
}

#header-bottom.works .menu li:last-of-type a {
  width: 351px;
  background-image: url(./img/common/btn-menu01-long.png);
}

#header-bottom.works .menu li:last-of-type a.active, #header-bottom.works .menu li:last-of-type a:hover {
  background-image: url(./img/common/btn-menu01-long-active.png);
}

#header-bottom .inner {
  width: 1000px;
  margin: 0 auto;
}

#header-bottom .icon {
  float: left;
  position: absolute;
  height: 180px;
  width: 260px;
  bottom: 0;
}

#header-bottom .icon .man {
  position: absolute;
  bottom: -5px;
  z-index: 100;
}

#header-bottom .icon .man img {
  display: block;
}

#header-bottom .icon .num {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  color: #fff;
  background-image: url(./img/common/icon-circle01.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 139px;
  height: 139px;
}

#header-bottom .icon .num .top {
  width: 139px;
  text-align: center;
  position: absolute;
  top: 23px;
  left: 0;
  font-size: 18px;
  line-height: 1.2;
}

#header-bottom .icon .num .bottom {
  width: 139px;
  text-align: center;
  position: absolute;
  bottom: 19px;
  left: 4px;
  font-size: 24px;
}

#header-bottom .icon .num .bottom .label {
  font-size: 16px;
  padding-left: 3px;
}

#header-bottom .menu {
  float: right;
  width: 715px;
  padding-top: 23px;
}

#header-bottom .menu li {
  list-style: none;
  float: left;
  margin-left: 4px;
}

#header-bottom .menu a {
  display: table-cell;
  background-image: url(./img/common/btn-menu01.png);
  background-position: center 0;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  width: 174px;
  height: 73px;
  line-height: 20px;
}

#header-bottom .menu a.active, #header-bottom .menu a:hover {
  background-image: url(./img/common/btn-menu01-active.png);
  color: #fff;
}

#header-title {
  height: 149px;
  background: url(./img/header/header-title-illust.png) right bottom no-repeat;
  width: 1000px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 149px;
  padding-left: 14px;
}

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
#global_menu {
  clear: both;
}

#global_menu ul {
  overflow: hidden;
  background-image: url(./img/common/border02.png);
  background-position: left 0;
  background-repeat: repeat-y;
  height: 57px;
}

#global_menu li {
  list-style: none;
  text-align: center;
  background-image: url(./img/common/border02.png);
  background-position: right 0;
  background-repeat: repeat-y;
  display: table-cell;
  vertical-align: top;
}

#global_menu li a {
  width: 136px;
  height: 57px;
  display: inline-block;
  position: relative;
  padding-top: 4px;
}

#global_menu li a.home {
  width: 49px;
  padding-top: 15px;
}

#global_menu li a.qa {
  padding-top: 15px;
}

#global_menu li a.company {
  width: 135px;
}

#global_menu li a:hover {
  color: #ff7800;
}

#global_menu li a:hover:before {
  content: "";
  display: block;
  width: 89%;
  position: absolute;
  bottom: 0;
  height: 8px;
  left: 5.5%;
  background-image: url(./img/header/global_menu_hover_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}

#global_menu li a:hover:after {
  content: "";
  display: block;
  width: 89%;
  position: absolute;
  background-color: #ff7800;
  bottom: 0;
  height: 4px;
  left: 5.5%;
  border-radius: 8px;
}

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
#icon-points {
  position: fixed;
  left: 5px;
  bottom: 1%;
  z-index: 9999;
  margin-top: -82px;
}

#icon-points a {
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

#icon-points .icon01 {
  position: absolute;
  bottom: 0;
  left: 10px;
  -webkit-animation: swing01 3s linear infinite;
  animation: swing01 3s linear infinite;
  transform-origin: center top;
}

@keyframes swing01 {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes swing01 {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

#icon-points .icon02 {
  position: absolute;
  bottom: 0;
  left: 25px;
  -webkit-animation: swing02 3s linear infinite;
  animation: swing02 3s linear infinite;
  transform-origin: center top;
}

@keyframes swing02 {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes swing02 {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}

#pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
}

#footer .inner {
  width: 1000px;
  margin: 0 auto;
}

#footer .company {
  background-image: url(./img/footer/jumbo-footer-bg.png);
  background-position: center top;
  background-repeat: repeat;
  position: relative;
  padding-bottom: 100px;
}

#footer .company:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 101px;
  background-image: url(./img/footer/jumbo-footer-bg-bottom.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  clear: both;
}

#footer .company .title {
  background-image: url(./img/footer/jumbo-footer-ribon-bg.png);
  background-position: center top;
  background-repeat: repeat-x;
  text-align: center;
  position: relative;
  height: 130px;
  margin-bottom: 47px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .company .main {
  position: relative;
  z-index: 10;
}

#footer .company .main:after {
  position: absolute;
  bottom: -100px;
  right: 25px;
  z-index: 1;
  content: "";
  display: block;
  width: 255px;
  height: 270px;
  background-image: url(./img/footer/jumbo-footer-message.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  clear: both;
}

#footer .company .main .menu {
  background: url(./img/footer/jumbo-footer-menu-bg.png) left top no-repeat;
  position: absolute;
  width: 180px;
  height: 720px;
  right: 0;
  top: 10px;
  padding: 30px 15px 0;
  margin-bottom: 100px;
}

#footer .company .main .menu ul {
  list-style: none;
  position: relative;
}

#footer .company .main .menu ul li {
  position: relative;
}

#footer .company .main .menu ul li img {
  display: block;
}

#footer .company .main .btn {
  width: 340px;
  height: 50px;
  position: absolute;
  left: 330px;
  bottom: -60px;
}

#footer .company .main .btn a {
  background: url(./img/common/btn01.png) left top no-repeat;
  width: 340px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

#footer .company .main .btn a i {
  top: 3px;
  position: relative;
  margin-left: 6px;
}

#footer .voice {
  padding-top: 30px;
}

#footer .voice ul li {
  list-style: none;
  width: 300px;
}

#footer .voice .box {
  border: 5px solid #f0e2c3;
  position: relative;
  background-color: #fff;
}

#footer .voice .box .title {
  background-image: url(./img/footer/footer-voice-title-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 114px;
  position: absolute;
  top: -26px;
  left: 14px;
  width: 950px;
}

#footer .voice .box .title .title-icon {
  position: absolute;
  width: 114px;
  height: 114px;
  line-height: 114px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

#footer .voice .box .title .title-text {
  position: absolute;
  top: 50px;
  left: 140px;
  text-align: center;
  color: #522900;
  font-size: 22px;
}

#footer .voice .box .title .title-text .count {
  font-size: 14px;
  font-weight: bold;
}

#footer .voice .box .title .title-text .count .num {
  font-size: 18px;
  color: #b02700;
}

#footer .voice .box .title .title-text .count .num .label {
  font-size: 14px;
}

#footer .voice .box .title .link {
  position: absolute;
  right: 50px;
  top: 50px;
}

#footer .voice .box .voices {
  padding-top: 103px;
  padding-bottom: 25px;
}

#footer .voice .box .voices ul {
  overflow: hidden;
  padding-left: 25px;
  width: 945px;
  height: 134px;
}

#footer .voice .box .voices ul li {
  width: 300px;
  overflow: hidden;
  /*float: left;*/
  /*margin-right: 6px;*/
}

#footer .voice .box .voices .left {
  float: left;
  width: 170px;
}

#footer .voice .box .voices .right {
  float: right;
  width: 125px;
  font-size: 10px;
  line-height: 1.35;
}

#footer .voice .box .voices .right .voice-label {
  display: block;
}

#footer .voice .box .voices .right .voice-text {
  display: block;
  font-size: 12px;
}

#footer .voice .box .voices .right .name .voice-text {
  color: #ff7f01;
}

#footer .voice .box .voices .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}

#footer .voice .box .voices .bx-wrapper .bx-next,
#footer .voice .box .voices .bx-wrapper .bx-prev {
  background-position: left top;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

#footer .voice .box .voices .bx-wrapper .bx-prev {
  left: -15px;
  background-image: url(./img/common/slider-left.png);
}

#footer .voice .box .voices .bx-wrapper .bx-next {
  right: -15px;
  background-image: url(./img/common/slider-right.png);
}

#footer .voice .message {
  margin: 25px 0;
  font-size: 14px;
  line-height: 1.5;
}

#footer .voice .star01 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 14px;
}

#footer .voice .star02 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 26px;
}

#footer .voice .star03 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 40px;
}

#footer .voice .star04 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 52px;
}

#footer .voice .star05 {
  background-image: url(./img/common/icon-star.png);
  background-position: left center;
  background-repeat: repeat-x;
  display: inline-block;
  height: 13px;
  width: 64px;
}

#footer .footer-top {
  color: #fff;
  background-color: #522900;
  height: 46px;
  line-height: 46px;
}

#footer .footer-main {
  background-image: url(./img/common/parts-bg.jpg);
  background-position: left top;
  background-repeat: repeat;
  padding-top: 45px;
}

#footer .menu {
  overflow: hidden;
  font-size: 12px;
}

#footer .menu .block {
  float: left;
  height: auto;
  padding: 0;
  background-image: url(./img/common/border02.png);
  background-position: right top;
  background-repeat: repeat-y;
}

#footer .menu .block ul li {
  list-style: none;
}

#footer .menu .block .children {
  padding-left: 8px;
  overflow: hidden;
}

#footer .menu .block .children > li {
  float: left;
}

#footer .menu .block .children > li ul li {
  padding-left: 12px;
}

#footer .menu .block:nth-of-type(1) {
  padding-right: 25px;
}

#footer .menu .block:nth-of-type(2) {
  padding-left: 25px;
  padding-right: 25px;
}

#footer .menu .block:nth-of-type(3) {
  padding-left: 25px;
  padding-right: 25px;
}

#footer .menu .block:nth-of-type(4) {
  padding-left: 25px;
  padding-right: 20px;
  background: none;
}

#footer .logo {
  padding: 40px 0 22px;
  text-align: center;
  border-bottom: 1px solid #e2ccb5;
  display: inline-flex;
  justify-content:center;
  width: 100%;
}

#footer .footer_logo {
  width: auto;
  margin: 0 10px;
  padding-top: 5px;
}

#footer .sponsor {
  width: auto;
  margin: 0 10px;
}

#footer .text {
  padding: 15px 0;
}

#footer .footer-bottom {
  color: #fff;
  background-color: #522900;
  height: 46px;
  overflow: hidden;
  padding-top: 4px;
}

#footer .footer-bottom a {
  color: #fff;
}

#footer .footer-bottom .left {
  float: left;
}

#footer .footer-bottom .right {
  float: right;
}

/*-----------------------------------------------------------------
BOX
-----------------------------------------------------------------*/
#main_contents {
  width: 1000px;
  margin: 15px auto 30px;
}

.main-box {
  width: 980px;
  margin: 0 auto;
  border: 3px solid #fff;
  background: #fbf8ee;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  padding: 12px;
}

.main-box .page-title {
  background-image: url(./img/top/top-box-title-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 950px;
  height: 190px;
  position: relative;
  margin-bottom: 28px;
}

.main-box .page-title .label {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 170px;
  height: 165px;
  text-align: center;
}

.main-box .page-title .label .name {
  padding-top: 38px;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.main-box .page-title .label .btn {
  text-align: center;
}

.main-box .page-title .label .btn a {
  width: 110px;
}

.main-box .page-title .text {
  position: absolute;
  top: 42px;
  left: 215px;
  width: 700px;
}

.main-box .page-title .link {
  position: absolute;
  width: 330px;
  bottom: 14px;
  right: 22px;
}

.main-box .page-title .link a {
  text-align: center;
  width: 330px;
  display: inline-block;
  border-radius: 20px;
}

.main-box .page-title .link a i {
  padding-left: 10px;
  padding-right: 10px;
}

#breadcrumbs {
  background-image: url(./img/common/border01.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

#breadcrumbs ul {
  margin: 0 auto;
}

#breadcrumbs ul li {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}

#breadcrumbs ul li a {
  vertical-align: top;
}

#breadcrumbs ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#breadcrumbs ul li span {
  padding: 0 0.2em;
  vertical-align: top;
}

/*
table
*/
table {
  table-layout: fixed;
  border-collapse: collapse;
}

table tr th {
  background: #fff1cc;
  color: #333333;
  border: 1px solid #bb9671;
  padding: 14px;
}

table tr td {
  border: 1px solid #bb9671;
  background: #fff;
  padding: 14px;
}

/*-----------------------------------------------------------------
pagination
-----------------------------------------------------------------*/
.tablenav {
  text-align: center;
  margin: 30px auto;
}

.tablenav .page-numbers {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #d8bc81;
  color: #522900;
  border-radius: 19px;
  margin: 0 2.5px;
}

.tablenav .page-numbers.current {
  background-color: #8c5217;
  color: #fff;
}

/*
バナー
*/
.banner {
  width: 940px;
  margin: 0 auto;
}

.banner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.banner .half:nth-of-type(2n+0) {
  margin-left: 14px;
}

.banner a {
  float: left;
}

.banner a img {
  display: block;
}
