@charset "utf-8";
/* -----------------------------------------------------------
　font
----------------------------------------------------------- */
* {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serifs;
  font-size: 110%;
}
@font-face {
  font-family: 'GenJyuuGothicX-Bold';
  src: url('../font/GenJyuuGothicX-Bold.eot');
  src: url('../font/GenJyuuGothicX-Bold.eot?#iefix') format('embedded-opentype'), url('../font/GenJyuuGothicX-Bold.woff2') format('woff2'), url('../font/GenJyuuGothicX-Bold.woff') format('woff'), url('../font/GenJyuuGothicX-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'GenJyuuGothicX-Medium';
  src: url('../font/GenJyuuGothicX-Medium.eot');
  src: url('../font/GenJyuuGothicX-Medium.eot?#iefix') format('embedded-opentype'), url('../font/GenJyuuGothicX-Medium.woff2') format('woff2'), url('../font/GenJyuuGothicX-Medium.woff') format('woff'), url('../font/GenJyuuGothicX-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'mplus-1p-bold';
  src: url('../font/mplus-1p-bold.eot');
  src: url('../font/mplus-1p-bold.eot?#iefix') format('embedded-opentype'), url('../font/mplus-1p-bold.woff2') format('woff2'), url('../font/mplus-1p-bold.woff') format('woff'), url('../font/mplus-1p-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'mplus-1p-heavy';
  src: url('../font/mplus-1p-heavy.eot');
  src: url('../font/mplus-1p-heavy.eot?#iefix') format('embedded-opentype'), url('../font/mplus-1p-heavy.woff2') format('woff2'), url('../font/mplus-1p-heavy.woff') format('woff'), url('../font/mplus-1p-heavy.ttf') format('truetype');
}
@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/* -----------------------------------------------------------
　共通・可変画像（親要素幅まで）
----------------------------------------------------------- */
.fluid_image {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
.fluid_image.banner {
  padding-bottom: 10px;
}

.fcRed {
  color: #eb242c;
}
.fcOrange {
  color: #ffab44;
}
.fcGreen {
  color: #40B356;
}
.fcBlue {
  color: #0a4a82;
  font-weight: bold;
}
p span.fcBlue {
  font-size: 0.8em;
}
.fcYellow {
  color: #eaff00;
}
.fwBold {
  font-weight: bold;
}
.fff55a {
  color: #fff55a;
}
.ffffff {
  color: #ffffff;
}
.fsih {
  font-size: inherit;
}
.fs120 {
  font-size: 120%;
}
.loan_txt {
  box-sizing: border-box;
  font-size: 120%;
  line-height: 1.3;
  font-weight: bold;
}
.fs140 {
  font-size: 140%;
}
.fs80 {
  font-size: 80%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
address {
  font-style: normal;
}
.hidden {
  font-size: 0;
  text-indent: -999999px;
  height: 0;
}
/* :::::::::: テキストリンク :::::::::: */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】全体 :::::::::: */
  body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #333333;
  }
  .pc_cont {}
  .sp_cont {
    display: none;
  }
  figure {
    margin: 0 auto 1.2em;
    text-align: center;
  }
  /* :::::::::: 【PC】画像・左寄せ回り込みなし :::::::::: */
  .pc_image_alignleft {
    width: 100%;
    text-align: left;
  }
  /* :::::::::: 【PC】画像・右寄せ回り込み :::::::::: */
  .pc_image_right {
    margin: 0 0 1.7em 1.7em;
    float: right;
  }
  /* :::::::::: 【PC】画像・左寄せ回り込み :::::::::: */
  .pc_image_left {
    margin: 0 1.7em 1.7em 0;
    padding: 0;
    float: left;
  }
  /* :::::::::: 【PC】画像・2つ並びサイズ :::::::::: */
  .pc_image_half {
    width: 48%;
    margin: 0 4% 1.7em 0;
    padding: 0;
    float: left;
  }
  .pc_image_half:nth-child(2n) {
    margin: 0 0 1.7em;
  }
  /* ::::::::::【PC】 画像・3つ並びサイズ :::::::::: */
  .pc_image_onethird {
    width: 32%;
    margin: 0 2% 1.7em 0;
    float: left;
  }
  .pc_image_onethird:nth-child(3n) {
    margin: 0 0 1.7em;
  }
}
/* ::::::::::【PC】 ホバー時opacity :::::::::: */
.hover_img {
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hover_img:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】全体・画像 :::::::::: */
  body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-size: 4.375vw;
    color: #333333;
  }
  .main h2.top-txt {
    width: 100%;
    height: 40px;
    border-radius: 10px 10px 0 0;
    background: #2D805B;
    text-align: center;
    line-height: 40px;
    font-family: 'mplus-1p-bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #FFFFFF;
    font-size: 20px;
  }
  .main p.top-txt {
    padding: 0.5em;
    line-height: 1.5;
    /* width: 100%; */
    border: solid 2px #2D805B;
    height: auto;
    box-sizing: border-box;
    font-size: 16px;
    background-color: ivory;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin-bottom: 10px;
  }
  .pc_cont {
    display: none;
  }
  .sp_cont {}
  figure {
    margin: 0 auto;
    text-align: center;
  }
  .h3_box img.fluid_image {
    display: inline-block;
    margin: 0 auto;
    padding: 2px;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】ヘッダー :::::::::: */
  header {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 220px;
    margin: 0;
  }
  header .h1_area {
    width: 100%;
    min-width: 1200px;
    height: 20px;
    background: #2D805B;
  }
  header .h1_area h1 {
    width: 1060px;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    text-align: left;
    padding: 0;
    font-weight: normal;
    margin: 0 auto;
  }
  header .header_box {
    width: 1100px;
    height: 100px;
    margin: 0 auto;
  }
  header .header_box .logo {
    width: 420px;
    height: 80px;
    margin: 15px 30px 0 0;
    float: left;
  }
  header .header_box .tel {
    width: 330px;
    height: 70px;
    margin: 25px 30px 0 0;
    float: left;
  }
  header .header_box .tel .bar_area {
    width: 100%;
    height: 24px;
    text-align: center;
    color: #FFF;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: #e74519;
    margin: 0 0 10px;
  }
  header .header_box .tel p:last-child {
    width: 100%;
    height: 36px;
    text-align: right;
    font-size: 36px;
    line-height: 36px;
    font-family: 'mplus-1p-heavy', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #e74519;
    background: url(../images/template/bg_tel.png) no-repeat left;
    background-size: auto 100%;
  }
  header .header_box .h_contact {
    width: 290px;
    height: 70px;
    margin: 25px 0 0;
    float: left;
  }
  header .header_box .h_contact a {
    text-decoration: none;
  }
  header .header_box .h_contact .bar_area {
    width: 100%;
    height: 24px;
    text-align: center;
    color: #FFF;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: #0a4a82;
    margin: 0 0 10px;
  }
  header .header_box .h_contact p:last-child {
    position: relative;
    width: 100%;
    height: 36px;
    text-align: right;
    font-size: 36px;
    line-height: 36px;
    font-family: 'mplus-1p-heavy', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #0a4a82;
    background: url(../images/template/bg_mail.png) no-repeat left;
    background-size: auto 95%;
  }
  header .header_box .h_contact p:last-child span {
    font-size: 18px;
  }
  /* :::::::::: 【PC】メインナビ :::::::::: */
  nav {
    position: absolute;
    width: 1150px;
    height: 60px;
    margin: auto;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  nav p.menu {
    display: none;
  }
  nav ul li.spOn {
    display: none;
  }
  nav ul {
    width: 1150px;
    height: 60px;
    margin: 0;
    border-radius: 30px;
    background: #8bc88a;
  }
  nav ul li {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 18px;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    float: left;
  }
  nav ul li:nth-child(1) {
    width: 170px;
    padding-left: 30px;
  }
  nav ul li:nth-child(2) {
    width: 180px;
  }
  nav ul li:nth-child(3) {
    width: 180px;
  }
  nav ul li:nth-child(4) {
    width: 160px;
  }
  nav ul li:nth-child(5) {
    width: 200px;
  }
  nav ul li:nth-child(6) {
    width: 200px;
    padding-right: 30px;
  }
  nav ul li span {
    position: relative;
    display: block;
    font-size: 14px;
    color: #2D805B;
    margin: 3px 0 0;
  }
  nav ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333;
    padding: 1.2em 0 0;
    transition: 0.3s;
	font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;  
  }
  nav ul li a:hover {
    color: #fff;
    transition: 0.3s;
  }
  nav ul li span::after {
    position: absolute;
    display: block;
    content: "";
    width: 55px;
    height: 45px;
    margin: auto;
    left: 0;
    right: 0;
    top: -5.2em;
    transition: 0.3s;
  }
  nav ul li:hover span::after {
    top: -5.7em;
    animation: rotate 1.5s linear infinite;
    transition: 0.3s;
  }
  nav ul li:nth-of-type(1) span::after {
    background: url(../images/template/bg_home.png) no-repeat bottom center;
  }
  nav ul li:nth-of-type(2) span::after {
    background: url(../images/template/bg_message.png) no-repeat bottom center;
  }
  nav ul li:nth-of-type(3) span::after {
    background: url(../images/template/bg_flow.png) no-repeat bottom center;
  }
  nav ul li:nth-of-type(4) span::after {
    background: url(../images/template/bg_case.png) no-repeat bottom center;
  }
  nav ul li:nth-of-type(5) span::after {
    background: url(../images/template/bg_voice.png) no-repeat bottom center;
  }
  nav ul li:nth-of-type(6) span::after {
    background: url(../images/template/bg_com.png) no-repeat bottom center;
  }
  /* :::::::::: 【PC】キービジュアル :::::::::: */
  .kv {
    width: 1100px;
    height: 330px;
    margin: 0 auto;
  }
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
  .key_visual_bg {
    width: 100%;
    min-width: 1200px;
    height: 330px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: url(../images/index/kv_bg.png) no-repeat top center;
    background-size: cover;
  }
  .kv .kv_left {
    width: 750px;
    height: 330px;
    float: left;
  }
  .kv .kv_right {
    width: 330px;
    height: 330px;
    float: right;
    margin: 0;
  }
  .bx-wrapper .bx-viewport {
    box-sizing: border-box;
  }
  .bx-pager {
    bottom: 0 !important;
  }
  .kv .kv_right li {
    position: relative;
    width: 155px;
    height: 70px;
    padding: 80px 0 10px 5px;
    margin: 0 10px 10px 0;
    background: rgba(255, 255, 255, 0.7);
    float: left;
    border-radius: 10px;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }
  .kv .kv_right li:nth-of-type(1) {
    background: url(../images/index/bg_maker.png) no-repeat center top 1em, rgba(255, 255, 255, 0.7);
  }
  .kv .kv_right li:nth-of-type(2) {
    background: url(../images/index/bg_24.png) no-repeat center top 1.0em, rgba(255, 255, 255, 0.7);
    background-size: 72%;
  }
  .kv .kv_right li:nth-of-type(3) {
    background: url(../images/index/bg_free.png) no-repeat center top 0.7em, rgba(255, 255, 255, 0.7);
    background-size: 80%;
  }
  .kv .kv_right li:nth-of-type(4) {
    background: url(../images/index/bg_area.png) no-repeat center top 0.7em, rgba(255, 255, 255, 0.7);
    background-size: auto 95%;
    text-shadow: 1.5px 1.5px 1px #ffffff;
  }
  .kv .kv_right li:nth-of-type(2) {
    margin-right: 0;
  }
  .kv .kv_right li:nth-of-type(3) {
    margin-bottom: 0;
    position: relative;
  }
  .kv .kv_right li:nth-of-type(3) .fcRed {
    position: absolute;
    left: 60%;
    bottom: 1.4em;
  }
  .kv .kv_right li:nth-of-type(4) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】ヘッダー :::::::::: */
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
  }
  header .h1_area {
    display: none;
  }
  header .header_box {
    width: 86%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
	display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header_box .logo {
    width: 100%;
    height: auto;
    margin: 2% auto 0;
  }
  header .header_box .tel {
    width: 100%;
    height: auto;
    margin: 0 auto 4%;
    display: none;
  }
  header .header_box .bar_area {
    display: none;
  }
  header .header_box .tel .bar_area {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    text-align: center;
    color: #FFF;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9em;
    padding: 0.2em 0;
    background: #40B356;
    margin: 0 0 1%;
  }
  header .header_box .tel p:last-child {
    width: 100%;
    height: auto;
    text-align: right;
    font-size: 2em;
    line-height: 1.1em;
    font-family: 'mplus-1p-heavy', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #ff3c00;
    background: url(../images/template/bg_tel.png) no-repeat left;
    background-size: auto 100%;
  }
  header .header_box .h_contact {
    width: 100%;
    height: auto;
    margin: 0 auto;
	display: none;
  }
  header .header_box .h_contact .bar_area {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    text-align: center;
    color: #FFF;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1em;
    padding: 0.1em 0;
    background: #0972b5;
    margin: 0 0 1%;
  }
  header .header_box .h_contact p:last-child {
    width: 100%;
    height: auto;
    text-align: right;
    font-size: 2.2em;
    line-height: 1.1em;
    font-family: 'mplus-1p-heavy', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #0972b5;
    background: url(../images/template/bg_mail.png) no-repeat left top;
    background-size: auto 80%;
    display: none;
  }
  header .header_box .h_contact p:last-child span {
    font-size: 0.5em;
  }
  header .header_box a {
    text-decoration: none;
  }
  /* :::::::::: 【SP】メインナビ :::::::::: */
  nav {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 1%;
  }
  .spOn {
    display: block;
  }
  .spOff {
    display: none;
  }
  nav p.menu span {
    color: #FFF;
    font-size: 26px;
    line-height: 1.3;
  }
  
  nav ul {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF;
    margin: 0;
    display: none;
    z-index: 999;
  }
  nav ul li {
    margin: 0;
    padding: 0;
    height: auto;
    text-align: center;
    color: #40B356;
  }
  nav ul li span {
    display: none;
  }
  nav ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #2D805B;
    text-decoration: none;
    padding: 0.5em 0;
    border-bottom: solid 4px #8bc88a;
  }
  .hamburger {
	display : block;
	z-index : 3;
	/* top: -108px; */
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	position: absolute;
  }
  /* :::::::::: 【SP】キービジュアル :::::::::: */
  .kv {
    width: 98%;
    height: auto;
    margin: 0 auto;
    /*    padding: 0 0 0 0.3em;*/
    overflow: hidden;
    /*    box-sizing: border-box;*/
  }
  .kv .kv_left {
    width: 100%;
    height: auto;
    margin: 0 auto 0%;
  }
  .kv .kv_right {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto 3%;
  }
  .bx-wrapper {
    margin-bottom: 3% !important;
    z-index: 100 !important;
  }
  .bx-pager {
    display: none !important;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none !important;
  }
  .bx-wrapper .bx-viewport {
    box-sizing: border-box;
    box-shadow: none !important;
    border: none !important;
  }
  .kv .kv_right li {
    position: relative;
    box-sizing: border-box;
    width: 49%;
    height: auto;
    margin: 0 2% 2% 0;
    float: left;
    border-radius: 10px;
    font-family: 'GenJyuuGothicX-Bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    text-align: left;
    border: solid 1px #999;
  }
  .kv .kv_right li:nth-of-type(1) {
    padding: 16% 2% 3%;
    background: url(../images/index/bg_maker.png) no-repeat center top 0.5em, rgba(255, 255, 255, 0.7);
    background-size: 80%;
  }
  .kv .kv_right li:nth-of-type(2) {
    padding: 15.5% 2% 3%;
    background: url(../images/index/bg_24.png) no-repeat center top 0.5em, rgba(255, 255, 255, 0.7);
    background-size: 5%;
  }
  .kv .kv_right li:nth-of-type(3) {
    padding: 16% 2% 3%;
    background: url(../images/index/bg_free.png) no-repeat center top 0.5em, rgba(255, 255, 255, 0.7);
    background-size: 50%;
  }
  .kv .kv_right li:nth-of-type(4) {
    padding: 15% 2% 3%;
    background: url(../images/index/bg_nagano.png) no-repeat center top 0.5em, rgba(255, 255, 255, 0.7);
    background-size: 30%;
  }
  .kv .kv_right li:nth-of-type(2) {
    margin-right: 0;
  }
  .kv .kv_right li:nth-of-type(3) {
    margin-bottom: 0;
    position: relative;
  }
  .kv .kv_right li:nth-of-type(3) .fcRed {
    position: absolute;
    left: 60%;
    bottom: 1.4em;
  }
  .kv .kv_right li:nth-of-type(4) {
    margin: 0;
  }
}
 /* :::::::::: ハンバーガーメニュー :::::::::: */
 .sp-menu{
	width: 42px;
	height: 42px;
	margin: 0;
 }
.hamburger span {
	display : block;
	position: absolute;
	width   : 35px;
	height  : 5px ;
	left    : 6px;
	background : #2D805B;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {top: 10px;}
.hamburger span:nth-child(2) {top: 20px;}
.hamburger span:nth-child(3) {top: 30px;}

.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#2D805B;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#2D805B;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}
nav.globalMenuSp.active {
	z-index: 999;
	opacity: 100;
	display: block;
	transform: translateY(0%);
}
nav.globalMenuSp.active ul{
	display: block;
}
@media screen and (min-width: 769px){
	.hamburger{
		display: none;
	}
	nav.globalMenuSp {
		position:  absolute;
		z-index : 999;
		transition: all 0.6s;
	}

	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		transition: .4s all;
	}
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
 }
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】メインコンテンツ・共通要素 :::::::::: */
  .contents_body {
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: rgb(234, 234, 234); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(234, 234, 234, 1) 60.9%, rgba(255, 255, 255, 1) 60.9%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(234, 234, 234, 1) 63.7%, rgba(255, 255, 255, 1) 63.7%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(45, 128, 91, 0.2) 0%, rgba(45, 128, 91, 0.2) 50%, rgba(45, 128, 91, 0.2) 75%, rgba(45, 128, 91, 0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
  }
  .contents_wrapper {
    width: 1100px;
    min-width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 50px 0;
  }
  .contents_wrapper .breadcrumbs {
    width: 1080px;
    height: 20px;
    clear: both;
    margin: 0 auto 10px;
  }
  .contents_wrapper .breadcrumbs span {
    width: 100%;
    height: 20px;
    clear: both;
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 14px;
  }
  .contents_wrapper .breadcrumbs span a {
    text-decoration: underline;
  }
  .contents_wrapper .main {
    display: block;
    width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 0 50px;
    float: left;
  }
  .main section {
    height: auto;
    overflow: hidden;
    margin: 0 auto 50px;
    text-align: left;
    word-wrap: break-word;
  }
  .main section section.h3_box {
    width: 720px;
    margin: 0px auto 40px;
  }
  .main section section.h3_box section.h4_box {
    margin: 0px auto 30px;
  }
  .main section section.h3_box section.h4_box section.h5_box {
    margin: 0px auto 20px;
  }
  .main section h2 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em;
    margin: 0 0 10px;
    background: #2D805B;
    color: #FFFFFF;
    font-size: 1.6em;
    line-height: 1.1em;
  }
	  .main section h3 {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .main section section.h3_box h3 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em;
    margin: 0 0 20px;
    border: solid 1px #2D805B;
    color: #333;
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .main section section.h3_box section.h4_box h4 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em 0.5em 0.3em 1em;
    margin: 0 0 10px;
    border-bottom: double 3px #2D805B;
    color: #333;
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .main section section.h3_box section.h4_box section.h5_box h5 {
    position: relative;
    font-size: 1.3em;
    color: #40B356;
    line-height: 1.2em;
    padding: 0 0 0 1.5em;
    margin: 0 0 10px;
  }
  .main section section.h3_box section.h4_box section.h5_box h5::before {
    position: absolute;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    background: #40B356;
    top: 0;
    left: 0;
  }
  .main section:last-child, .main section section.h3_box:last-child, .main section section.h3_box section.h4_box:last-child, .main section section.h3_box section.h4_box section.h5_box:last-child {
    margin-bottom: 0;
  }
  .main section p {
    margin: 0 0 1em;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .main .formP {
    margin: 0 1em;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .main h2.top-txt {
    width: 100%;
    height: 50px;
    border-radius: 10px 10px 0 0;
    background: #2D805B;
    text-align: center;
    line-height: 50px;
    font-family: 'mplus-1p-bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #FFFFFF;
    font-size: 22px;
  }
  .main p.top-txt {
    width: 100%;
    padding: 0.5em;
    font-size: 18px;
    line-height: 1.5;
    border: solid 2px #2D805B;
    height: auto;
    box-sizing: border-box;
    background-color: ivory;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin-bottom: 10px;
  }
  .main section ol {
    margin: 0 0 1em 1.7em;
  }
  .main section ol li {
    list-style-type: decimal;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main ul {
    margin: 0 0 1em 1.7em;
  }
  .main ul li {
    list-style-type: disc;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main dl {
    overflow: hidden;
    margin: 0 0 1em;
  }
  .main dl dt {
    font-size: 1em;
    line-height: 1.5em;
  }
  .main dl dd {
    font-size: 1em;
    line-height: 1.7em;
  }
  .main section .section_head {
    margin-bottom: 2em;
  }
  .main section p:last-child, .main section ul:last-child, .main section ol:last-child, .main section dl:last-child {
    margin-bottom: 0;
  }
  .main p.bottom_contact {
    margin-bottom: 30px;
  }
  .main section p.area_name img {
    max-width: 100%;
  }
  #index .main p.bottom_contact {
    margin-bottom: 0;
  }
  #index .main .maker-banner {
    overflow: hidden;
  }
  #index .main .maker-banner ul {
    margin: 0;
  }
  #index .main .maker-banner ul li {
    list-style: none;
  }
  #index .main .maker-banner img {
    max-width: 100%;
  }
  .maker-banner p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #2D805B;
    font-family: 'mplus-1p-bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  .maker-banner ul li:last-child {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】メインコンテンツ・共通要素 :::::::::: */
  .contents_wrapper {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10%;
  }
  .contents_wrapper .breadcrumbs {
    display: none;
  }
  .main {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .main section {
    margin: 0 0 8%;
    text-align: left;
    word-wrap: break-word;
    height: auto;
    overflow: hidden;
  }
  .main section section.h3_box {
    margin: 0 0 7%;
  }
  .main section section.h3_box section.h4_box {
    margin: 0 0 6%;
  }
  .main section section.h3_box section.h4_box section.h5_box {
    margin: 0 0 5%;
  }
  .main section h2 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em;
    margin: 0 0 2%;
    background: #2D805B;
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.2;
  }
  .main section section.h3_box h3 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em;
    margin: 0 0 2%;
    border: solid 1px #2D805B;
    color: #333;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main section section.h3_box section.h4_box h4 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 1em 0.5em 0.3em;
    border-bottom: double 3px #2D805B;
    color: #333;
    font-size: 1em;
    line-height: 1.3;
  }
  .main section section.h3_box section.h4_box section.h5_box h5 {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    color: #40B356;
    padding: 0 0 0 2em;
  }
  .main section section.h3_box section.h4_box section.h5_box h5::before {
    position: absolute;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    background: #40B356;
    top: 0.2em;
    left: 0.5em;
  }
  .main section:last-child, .main section section.h3_box:last-child, .main section section.h3_box section.h4_box:last-child, .main section section.h3_box section.h4_box section.h5_box:last-child {
    margin-bottom: 0;
  }
  h4 {
    font-size: 1em;
    line-height: 1.4em;
    ;
    font-weight: bold;
  }
  .main section p {
    margin: 0 0 3%;
    font-size: 1em;
    line-height: 1.5em;
    ;
    padding: 5px;
  }
  .main section p#ecochuki {
    font-size: 0.7em;
  }
  .main section ol {
    margin: 0 0 3% 1.7em;
  }
  .main section ol li {
    list-style-type: decimal;
    font-size: 1em;
    line-height: 1.5em;
  }
  .main ul {
    margin: 0 0 3% 1.7em;
  }
  .main ul li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .main dl {
    overflow: hidden;
  }
  .main dl dt {
    font-size: 1em;
    line-height: 1.5em;
  }
  .main dl dd {
    font-size: 1em;
    line-height: 1.5em;
  }
  .main section .section_head {
    margin-bottom: 5%;
  }
  .main section p:last-child, .main section ul:last-child, .main section ol:last-child, .main section dl:last-child {
    margin-bottom: 0;
  }
  .main p.bottom_contact {
    margin-bottom: 5%;
  }
  .main section p.area_name img {
    max-width: 100%;
  }
  .maker-banner p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #2D805B;
    font-family: 'mplus-1p-bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  #index .main .maker-banner ul {
    margin: 0;
  }
  #index .main .maker-banner ul li {
    list-style: none;
  }
  #index .main .maker-banner ul li:last-child {
    margin-bottom: 18px;
  }
  #index .main .maker-banner img {
    max-width: 100%;
  }
}
div.area_sities {
  border: solid 1px #CCC;
  padding: 0.3em;
}
	div.area_sities p {
    line-height: 1.5;
}
/* -----------------------------------------------------------
　サブナビ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】サブナビ :::::::::: */
  aside {
    width: 330px;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 0 0 50px;
  }
  aside .aside_banner li {
    box-sizing: border-box;
    width: 100%;
    height: 210px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 0 10px;
    padding: 15px 15px 5px 15px;
    border: solid 5px #0a4a82;
    text-align: center;
  }
  aside .aside_banner li:nth-of-type(1) img {
    width: 100%;
    padding-bottom: 10px;
  }
  aside .aside_banner li:nth-of-type(2) {
    color: #333;
    font-size: 21px;
    padding: 15px 0 15px 100px;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background: url(../images/template/loan.png) no-repeat center left 5px, #FFF;
    text-align: left;
  }
  aside .aside_banner li p {
    color: #40B356;
    font-size: 27px;
    margin: 0 0 5px;
    text-shadow: 2px 2px 1px #dad81b;
    font-family: 'mplus-1p-heavy', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  aside .aside_banner li:nth-of-type(2) p {
    color: #40B356;
  }
  aside section {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
  aside section:nth-of-type(1) {
    margin: 0 auto 20px;
  }
  aside section h2 {
    width: 100%;
    height: 50px;
    border-radius: 10px 10px 0 0;
    background: #2D805B;
    text-align: center;
    line-height: 50px;
    font-family: 'mplus-1p-bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #FFFFFF;
    font-size: 22px;
  }
  aside section ul {
    width: 100%;
    height: auto;
    margin: 0;
    background: #FFF;
  }
  aside section ul li {
    box-sizing: border-box;
    width: 100%;
    height: 220px;
    margin: 0;
    border: solid 1px #CCC;
    border-top: none;
  }
  aside section ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 15px;
    font-size: 24px;
    font-family: 'GenJyuuGothicX-Bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  .aside_product li a .maker {
    display: block;
    width: 150px;
    height: 45px;
    margin: 0 0 0 10px;
  }
  .aside_product li a .maker02 {
    position: absolute;
    display: block;
    width: 150px;
    height: 45px;
    top: -10px;
    right: 40px;
  }
  .aside_product li a .maker03 {
    display: block;
    width: 200px;
    height: 50px;
    margin: 5px 0 -10px 10px;
  }
  .aside_product li a p {
    position: relative;
    height: auto;
    margin: 0 0 0 15px;
    line-height: 1.1em;
  }
  .aside_product li:nth-of-type(1) a {
    background: url(../images/product/alldenka_set01.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(2) a {
    background: url(../images/product/alldenka_set02.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(3) a {
    background: url(../images/product/alldenka_set03.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(4) a {
    background: url(../images/product/alldenka_set04.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(5) a {
    background: url(../images/product/alldenka_set05.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(6) a {
    background: url(../images/product/alldenka_set06.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_company li {
    height: 81px;
  }
  .aside_company li a {
    font-size: 25px;
    padding: 15px 0 15px 90px;
    color: #40B356;
  }
  .aside_company li:nth-of-type(1) {
    background: url(../images/template/bg_staff.png) no-repeat left 5% center;
    background-size: auto 55%;
  }
  .aside_company li:nth-of-type(2) {
    background: url(../images/template/bg_reco.png) no-repeat left 6% center;
    background-size: auto 50%;
  }
  .aside_company li:nth-of-type(3) {
    background: url(../images/template/bg_cost.png) no-repeat left 6% center;
    background-size: auto 50%;
  }
  .aside_company li:nth-of-type(4) {
    background: url(../images/template/bg_company.png) no-repeat left 7% center;
    background-size: auto 50%;
  }
  .aside_company a span {
    display: block;
    font-size: 16px;
    color: #333;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 10px 0 0;
  }
  .aside_maker li {
    box-sizing: border-box;
    width: 50%;
    height: 40px;
    float: left;
    background: #FFF;
    padding: 0;
    text-align: center;
  }
  .aside_maker li img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】サブナビ :::::::::: */
  aside {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  aside .aside_banner {
    margin: 0 0 5%;
  }
  aside .aside_banner li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-radius: 0.5em;
    background: #FFF;
    margin: 2% 0;
    border: solid 1px #ccc;
    padding: 0.5em;
    text-align: center;
  }
  aside .aside_banner li:nth-of-type(1) img {
    width: 100%;
  }
  aside .aside_banner li:nth-of-type(2) {
    color: #333;
    font-size: 1.1em;
    padding: 0.3em 0 0.3em 25%;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background: url(../images/template/loan.png) no-repeat center left 2%;
    background-size: auto 90%;
    text-align: left;
  }
  aside .aside_banner li p {
    color: #40B356;
    font-size: 1.6em;
    font-family: 'mplus-1p-heavy', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  aside .aside_banner li:nth-of-type(2) p {
    color: #40B356;
  }
  aside section {
    width: 100%;
    height: auto;
    margin: 0 auto 5%;
  }
  aside section h2 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-radius: 0.5em 0.5em 0 0;
    padding: 0.4em 0;
    background: #2D805B;
    text-align: center;
    line-height: 1.1em;
    font-family: 'mplus-1p-bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #FFFFFF;
    font-size: 1.6em;
  }
  aside section ul {
    width: 100%;
    height: auto;
    margin: 0;
    background: #FFF;
  }
  aside section ul li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    border: solid 1px #CCC;
    border-top: none;
  }
  aside section ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1% 0 55%;
    font-size: 24px;
    font-family: 'GenJyuuGothicX-Bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    margin-top: 5px;
  }
  aside section ul li p {
    font-size: 1.0em;
  }
  .aside_product li a .maker {
    display: block;
    width: 45%;
    height: auto;
    margin: 0 0 0 2%;
  }
  .aside_product li a .maker02 {
    position: absolute;
    display: block;
    width: 45%;
    height: auto;
    top: -40%;
    right: 16%;
  }
  .aside_product li a .maker03 {
    display: block;
    width: 60%;
    height: auto;
    margin: 2% 0 2% 4%;
  }
  .aside_product li a p {
    position: relative;
    height: auto;
    margin: 0 0 0 4%;
    line-height: 1.1em;
  }
  .aside_product li:nth-of-type(1) a {
    background: url(../images/product/alldenka_set01.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(2) a {
    background: url(../images/product/alldenka_set02.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(3) a {
    background: url(../images/product/alldenka_set03.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(4) a {
    background: url(../images/product/alldenka_set04.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(5) a {
    background: url(../images/product/alldenka_set05.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_product li:nth-of-type(6) a {
    background: url(../images/product/alldenka_set06.png) center bottom 15% no-repeat;
    background-size: auto 85%;
  }
  .aside_company li {
    height: auto;
  }
  .aside_company li a {
    font-size: 1.5em;
    padding: 4% 0 4% 35%;
    color: #40B356;
  }
  .aside_company li:nth-of-type(1) {
    background: url(../images/template/bg_staff.png) no-repeat left 5% center;
    background-size: auto 55%;
  }
  .aside_company li:nth-of-type(2) {
    background: url(../images/template/bg_reco.png) no-repeat left 6% center;
    background-size: auto 50%;
  }
  .aside_company li:nth-of-type(3) {
    background: url(../images/template/bg_cost.png) no-repeat left 6% center;
    background-size: auto 50%;
  }
  .aside_company li:nth-of-type(4) {
    background: url(../images/template/bg_company.png) no-repeat left 7% center;
    background-size: auto 50%;
  }
  .aside_company a span {
    display: block;
    font-size: 0.7em;
    color: #333;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 0.6em 0 0;
  }
  .aside_maker li {
    width: 50%;
    height: 3em;
    float: left;
    background: #FFF;
    padding: 0;
    text-align: center;
  }
  .aside_maker li img {
    height: 100%;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】フッタ :::::::::: */
  footer {
    width: 100%;
    min-width: 1200px;
    clear: both;
    height: 150px;
    overflow: hidden;
    text-align: center;
    background: #2D805B;
  }
  footer .footer_box {
    width: 1000px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
  }
  footer .footer_box ul.f_nav {
    width: auto;
    height: auto;
    margin: 40px 0 0;
    overflow: hidden;
	line-height: 2.0em;
  }
  footer .footer_box ul.f_nav li {
    float: left;
    font-size: 1em;
    height: auto;
    line-height: 1.1em;
    margin: 0 1em 0 0;
  }
  footer .footer_box ul.f_nav li a {
    text-decoration: none;
    color: #FFF;
  }
  footer .footer_box ul.f_nav li a:hover {
    text-decoration: underline;
  }
  footer .copyright {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #d3d0d0;
    margin: 0;
    background: #2D805B;
  }
  footer .copyright a {
    color: #d3d0d0;
    text-decoration: none;
  }
  .Pagetop {
    opacity: 0.8;
    width: 61px;
    height: 61px;
    position: fixed;
    bottom: 160px;
    right: 10px;
    /* IE6 */
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-55)+'px');
  }
}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】フッタ :::::::::: */
  footer {
    width: 100%;
    clear: both;
    height: 1em;
    /*bottom: 0;
    position: absolute;*/
  }
  footer .footer_box .f_logo, footer .footer_box .f_nav {
    display: none;
  }
  footer .copyright {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #FFFFFF;
    margin-bottom: 75px;
    box-sizing: border-box;
    padding: 1em;
    clear: both;
    background: #2D805B;
  }
  footer .copyright a {
    color: #FFFFFF;
    text-decoration: none;
  }
  /*----------------フッターボタン調整----------------*/
  #CONTACT_BTN {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    height: auto;
    padding: 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    z-index: 110;
  }
  #CONTACT_BTN .center {
    width: 100%;
    margin: 0 auto;
  }
  #CONTACT_BTN .l_btn, #CONTACT_BTN .r_btn {
    width: 44%;
    padding: 10px 10px;
  }
  #CONTACT_BTN .r_btn a, #CONTACT_BTN .l_btn a {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 5px 8px;
    -webkit-border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
  }
  #CONTACT_BTN .l_btn {
    float: left;
    margin-right: 0;
  }
  #CONTACT_BTN .r_btn {
    /*    float: left;*/
    float: right;
  }
  #CONTACT_BTN a.consultation {
    display: block;
    background: #e74519;
    -webkit-box-shadow: 0 3px #662424;
    border-bottom: 1px solid #e74519;
  }
  #CONTACT_BTN a.inexperience {
    display: block;
    background: #0a4a82;
    -webkit-box-shadow: 0 3px #041d33;
    border-bottom: 1px solid #0a4a82;
  }
  /*----------------トップボタン調整----------------*/
  .Pagetop {
    opacity: 0.8;
    position: fixed;
    width: 12%;
    bottom: 75px;
    right: 10px;
    /* IE6 */
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-55)+'px');
    z-index: 999;
  }
}