@charset "utf-8";

* {
	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);
	}
}


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: 19px;
	color: #333333;
}
.pc_cont {}
.sp_cont {
	display: none;
}
figure {
	margin: 0 auto 1.2em;
	text-align: center;
}
p {
	box-sizing: border-box;
	margin: 0 0 1.1em 0;
	line-height: 1.5;
}
p:last-child {
	margin: 0;
}

.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;
}
/* :::::::::: 【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;
}

@media screen and (max-width: 768px) {
	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;
		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;
	}
}


/* ********************************************
 * 共通・可変画像（親要素幅まで）?
 * *******************************************/

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

.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;
}
.loan_txt_rl_1 {
	box-sizing: border-box;
	font-size: 130%;
	line-height: 0.2;
	font-weight: bold;
	padding: 5px 0 0 80px;
	color: #ff4e00;
}
.loan_txt_rl_2 {
	box-sizing: border-box;
	font-size: 55%;
	font-weight: bold;
	padding: 0 0 0 100px;
}
.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.opacity {
	display: inline-block;
	transition: 0.5s;
}
a.opacity:hover {
	opacity: .5;
}
a {
  text-decoration: none;
  color: inherit;
}
.main section p.links a {
  text-decoration:underline;
  color:midnightblue;
}
a:hover {
  text-decoration: none;
  color: inherit;
}


/* ********************************************
 * ヘッダ
 * *******************************************/

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-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	height: 100px;
	margin: 9px auto 0;
}
.header-flex .header-flex___logo {
	width: 320px;
	height: auto;
}
.header-flex .header-flex___contact {
	width: 700px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-flex .header-flex___contact .tel {
	width: 360px;
	margin: 0 30px 0 0;
	text-align: center;
}
.header-flex .header-flex___contact .h_contact {
	width: 300px;
	text-align: center;
}
.header-flex .header-flex___contact .h_contact a {
	display: block;
}
.header-flex .header-flex___contact .bar {
	width: 100%;
	padding: 6px 0;
	border-radius: 2px;
	margin-bottom: 12px;
	text-align: center;
	color: #FFF;
	font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
}
.header-flex .header-flex___contact .tel .bar {
	background: #e75819;
}
.header-flex .header-flex___contact .h_contact .bar {
	background: #002C5B;
}
.header-flex .header-flex___contact .tel p.number {
	color: #e75819;
}
.header-flex .header-flex___contact .tel p.number span {
	padding-left: 36px;
	font-size: 36px;
	font-family: 'mplus-1p-heavy', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	position: relative;
}
.header-flex .header-flex___contact .tel p.number span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/template/bg_tel.png) no-repeat left;
	background-size: auto 100%;
	width: 30px;
	height: 30px;
}
.header-flex .header-flex___contact .h_contact p.time {
	position: relative;
	width: 100%;
	font-size: 36px;
	font-family: 'mplus-1p-heavy', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #002C5B;
	padding-left: 20px;
	background: url(../images/template/bg_mail.png) no-repeat left;
	background-size: auto 30px;
}
.header-flex .header-flex___contact .h_contact p.time span {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	header {
		position: relative;
		width: 100%;
		min-width: 100%;
		height: auto;
		margin: 0;
	}
	header .h1_area {
		display: none;
	}

	/* ヘッダーのロゴと問い合わせ */
	.header-flex {
		width: 100%;
		height: auto;
		margin: 9px auto;
	}
	.header-flex .header-flex___logo {
		max-width: 240px;
		margin: 0 auto;
	}
	.header-flex .header-flex___contact {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	
	/* ヘッダーのロゴと問い合わせ */
	.header-flex .header-flex___logo {
		max-width: 160px;
		margin: 0 auto;
	}
}


/* ナビゲーション */
header nav {
	position: absolute;
	width: 1150px;
	height: 60px;
	margin: auto;
	bottom: 10px;
	left: 0;
	right: 0;
}
header nav ul.pc-navitem {
	width: 1150px;
    height: 60px;
    margin: 0;
    border-radius: 30px;
    background: #8bc88a;
	display: flex;
	justify-content: space-evenly;
}
header nav ul.pc-navitem li {
	width: auto !important;
	position: relative;
	text-align: center;
    font-size: 18px;
    font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
}
header nav ul.pc-navitem li.spOn {
	display: none;
}
header nav ul.pc-navitem li svg.nav-icon {
	position: absolute;
	left: 50%;
	top: -1em;
	transform: translateX(-50%);
	transition: 0.3s;
}
header nav ul.pc-navitem li:hover svg.nav-icon {
	animation: rotate1 1.5s linear infinite;
	transition: 0.3s;
	top: -1.2em;
}
@keyframes rotate1 {
	0% {
		transform: translateX(-50%) rotateY(0deg);
	}
	100% {
		transform: translateX(-50%) rotateY(360deg);
	}
}
header nav ul.pc-navitem li span.jp {
	display: block;
	width: 100%;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 1em;
	transition: 0.3s;
	font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
header nav ul.pc-navitem li span.en {
	position: relative;
	display: block;
	font-size: 14px;
	color: #2D805B;
	margin: 3px 0 0;
}
header nav ul.pc-navitem li a {
	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;
}
header nav ul.pc-navitem li a:hover {
	color: #fff;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	nav.globalMenuSp {
		display: none;
	}
}



/* スマホナビゲーション */
#fullscreen-nav {
	display: none;
}

@media screen and (max-width: 768px) {
	#fullscreen-nav {
		display: block;
	}
	/* ハンバーガー ここから */
	#fullscreen-nav a.fullscreen-nav-hamburger {
		width: 35px;
		height: 26px;
		position: fixed;
		right: 30px;
		top: 30px;
		margin: auto;
		z-index: 1000;
	}
	#fullscreen-nav .fullscreen-nav-hamburger-line {
		display: block;
		height: 4px;
		border-radius: 3px;
		position: absolute;
		transition: transform .3s;
		width: 100%;
	}
	#fullscreen-nav　.hamburger-line-top {
		top: 0;
	}
	#fullscreen-nav .hamburger-line-center {
		top: 11px;
	}
	#fullscreen-nav .hamburger-line-bottom {
		bottom: 0;
	}
	#fullscreen-nav .hamburger-line-top.active{
		top: 12px;
		transform: rotate(45deg);
	}
	#fullscreen-nav .hamburger-line-center.active{
		transform:scaleX(0);
	}
	#fullscreen-nav .hamburger-line-bottom.active{
		bottom: 10px;
		transform: rotate(135deg);
	}
	/* ハンバーガー ここまで */
	#fullscreen-nav nav.fullscreen-nav-body {
		display: none;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #FFF;
		position: fixed;
		top: 0;
		z-index: 999;
	}
	#fullscreen-nav .fullscreen-nav-content {
		padding: 14px 30px 30px 30px;
		overflow-y: scroll;
	}

	.nav-scroll {
		overflow-y: scroll;
	}
	
	img.nav-logo {
		display: block;
		max-width: 240px;
        margin: 0 auto;
	}
	ul.sp-navitem {
		display: block;
		position: static;
		margin-top: 18px;
	}
	ul.sp-navitem li {
		text-align: center;
	}
	ul.sp-navitem.nav-product {
		width: 100%;
		margin: 18px 0 0;
		padding: 9px 0;
		border-radius: 12px;
	}
	ul.sp-navitem.nav-product li:not(:last-child) {
		border-bottom: 1px solid #FFF;
	}
	ul.sp-navitem.nav-split {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	ul.sp-navitem.nav-split li {
		width: calc(100% / 2);
	}
	ul.sp-navitem li a {
		display: block;
		height: auto;
		border: none;
		padding: 9px 0;
		font-weight: bold;
	}
	ul.sp-navitem.nav-product li a {
		color: #FFF;
	}
	ul.sp-navitem.nav-other li a {
		padding: 12px 0;
	}
	a.nav-contact {
		display: block;
		margin-top: 18px;
		color: #FFF;
		font-weight: bold;
		font-size: 1.06em;
		padding: 18px 18px;
		text-align: center;
		border-radius: 12px;
	}
	a.nav-policy {
		display: block;
		margin-top: 18px;
		text-align: center;
		color: #333;
		font-weight: bold;
	}
}


/* ********************************************
 * レイアウト
 * *******************************************/

@media screen and (min-width: 769px) {
	/* :::::::::: 【PC】メインコンテンツ・共通要素 :::::::::: */
	.contents_body {
		width: 100%;
		min-width: 1200px;
		height: auto;
		overflow: hidden;
		background: rgb(234, 234, 234);
	}
	.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.4;
	}
	.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;
		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: 1.3em;
		line-height: 1.4;
	}
	.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%;
	}
}


/* 対応エリア */
.area {
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	margin-top: 18px;
}
.area .area-title {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: #c82536;
	text-align: center;
	padding: 12px 0;
	font-size: 22px;
	font-family: 'mplus-1p-bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #FFFFFF;
}
.area .area-text {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: .6em;
	line-height: 1.5;
	border: solid 2px #c82536;
	background: #FFF;
	font-family: 'GenJyuuGothicX-Medium', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


/* ********************************************
 * サブナビゲーション（サイドバー）
 * *******************************************/

@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: 220px;
		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;
		margin: 0 0 5px;
		height: 120px;
		line-height: 1.2;
		margin-bottom: 10px;
		padding: 10px 0 5px 25px;
		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;
		margin-bottom: 8px;
	}
	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%;
		padding: 12px 0;
		border-radius: 10px 10px 0 0;
		background: #002c5b;
		text-align: center;
		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_product li:nth-of-type(7) a {
		background: url(../images/product/alldenka_set07.png) center bottom 15% no-repeat;
		background-size: auto 85%;
	}
	.aside_product li:nth-of-type(8) a {
		background: url(../images/product/alldenka_set08.png) center bottom 15% no-repeat;
		background-size: auto 85%;
	}
	.aside_company li {
		height: 81px;
	}

	.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;
		margin-top: 12px;
	}
	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) {
		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;
		background: url(../images/template/loan.png) no-repeat center left 5%;
		background-size: auto 85%;
	}
	.loan_txt_rl_1 {
		box-sizing: border-box;
		font-size: 160%;
		line-height: 1.0;
		font-weight: bold;
		color: #ff4e00;
	}
	.loan_txt_rl_2 {
		box-sizing: border-box;
		font-size: 55%;
		/* line-height: 1.0; */
		font-weight: bold;
		padding: 0 0 0 100px;
	}
	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;
		margin-bottom: 10px;
	}
	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: 12px 0;
		background: #002c5b;
		text-align: center;
		line-height: 1.1em;
		font-size: 22px;
		font-family: 'mplus-1p-bold', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
		color: #FFFFFF;
	}
	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;
	}
	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_product li:nth-of-type(7) a {
		background: url(../images/product/alldenka_set07.png) center bottom 15% no-repeat;
		background-size: auto 85%;
	}
	.aside_product li:nth-of-type(8) a {
		background: url(../images/product/alldenka_set08.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 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%;
	}
}


/* -----------------------------------------------------------
　メーカーバナー
----------------------------------------------------------- */

.maker-banner {
	overflow: hidden;
	text-align: center;
	margin-top: 18px;
}
.maker-banner ul {
	margin: 0;
}
.maker-banner ul li {
	list-style: none;
}
.maker-banner img {
	max-width: 100%;
}
.maker-banner ul li a {
	display: block;
}
.maker-banner ul li p {
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
	margin: 0 !important;
}
img.maker_banner:hover {
	opacity: 0.5;
}



/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */

footer {
	width: 100%;
	height: auto !important;
	padding: 30px 0;
	text-align: center;
	background: #2D805B;
}
footer .inner {
	box-sizing: border-box;
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
footer ul.footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
	text-align: left;
}
footer ul.footer-nav li {
	display: inline-block;
	line-height: 2.4;
	margin-right: 1.8em;
	padding-left: 12px;
	position: relative;
}
footer ul.footer-nav li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #FFF;
	width: 1px;
	height: 1em;
}
footer ul.footer-nav li a {
	color: #FFF;
	display: inline-block;
	transition : all .5s;
}
footer ul.footer-nav li a:hover {
	opacity: .6;
}

footer ul.footer-subnav {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	text-align: right;
}
footer ul.footer-subnav li {
	display: inline-block;
	line-height: 2.4;
	margin-left: 1.2em;
	font-size: .8em;
}
footer ul.footer-subnav li a {
	color: #FFF;
	display: inline-block;
	transition : all .5s;
}

footer ul.footer-nav-errorcode {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
	text-align: left;
	font-size: .9em;
	border-radius: 4px;
}
footer ul.footer-nav-errorcode li span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 6px 12px;
}
footer ul.footer-nav-errorcode li ul {
	margin-top: 12px;
}
footer ul.footer-nav-errorcode li ul li {
	display: inline-block;
	line-height: 2.4;
	margin-right: 1.8em;
}
footer ul.footer-nav-errorcode li ul li:before {
	content: "・";
	color: #FFF;
}
footer ul.footer-nav-errorcode li a {
	color: #FFF;
	display: inline-block;
	transition : all .5s;
}
footer ul.footer-nav-errorcode li a:hover {
	opacity: .6;
}

footer p.copyright {
	color: #d3d0d0;
	margin: 30px 0 0;
	width: 100%;
	min-width: 100%;
	height: auto;
	font-size: .9em;
	line-height: 1;
}

/* ページトップへ戻る */
.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 240px;
	background: #2d805b;
	border: solid 2px #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 1194px) {
	footer .inner {
		width: 100%;
		min-width: 100%;
		padding: 0 45px;
	}

	/* ページトップへ戻る */
	.pagetop {
		bottom: 30px;
	}
}
@media screen and (max-width: 560px) {
	footer {
		padding: 30px 0 150px;
	}
	footer .inner {
		padding: 0 30px;
	}
	footer p.copyright {
		margin: 0;
		padding: 0;
	}

	/* fixed ボタン */
	#fixed-contact {
		box-sizing: border-box;
		display: block;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 12px;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		text-align: center;
		z-index: 9;
	}
	#fixed-contact ul.fixed-contact-list {
		display: flex;
		justify-content: space-between;
	}
	#fixed-contact ul.fixed-contact-list.btn2 li {
		width: calc(100% / 2 - 9px);
	}
	#fixed-contact ul.fixed-contact-list.btn2 li a {
		font-size: .8em;
	}
	#fixed-contact ul.fixed-contact-list.btn3 li {
		width: calc(100% / 3 - 9px);
	}
	#fixed-contact ul.fixed-contact-list.btn3 li a {
		font-size: .7em;
	}
	#fixed-contact ul.fixed-contact-list li a.fixed-contact-btn {
		display: block;
		padding: 12px 6px;
		border-radius: 4px;
		border: none;
		color: #FFF;
		line-height: 1.4;
		font-weight: bold;
		font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	}
	#fixed-contact ul.fixed-contact-list li a.fixed-contact-btn.phone {
		background: #e74519;
		-webkit-box-shadow: 0 3px #662424;
		border-bottom: 1px solid #e74519;
	}
	#fixed-contact ul.fixed-contact-list li a.fixed-contact-btn.mail {
		background: #0a4a82;
		-webkit-box-shadow: 0 3px #041d33;
		border-bottom: 1px solid #0a4a82;
	}
	#fixed-contact ul.fixed-contact-list li a.fixed-contact-btn.line {
		background: #13ab56;
		-webkit-box-shadow: 0 3px #003417;
		border-bottom: 1px solid #13ab56;
	}

	/* ページトップへ戻る */
	.pagetop {
		bottom: 115px;
		right: 18px;
	}
}
@media screen and (max-width: 430px) {
	footer {
		padding: 30px 0 105px;
	}
	footer p.copyright {
		font-size: .8em;
	}

	/* fixed ボタン */
	#fixed-contact {
		padding: 9px;
	}
	#fixed-contact ul.fixed-contact-list.btn3 li {
		width: calc(100% / 3 - 3px);
	}
	#fixed-contact ul.fixed-contact-list li a.fixed-contact-btn {
		padding: 6px 3px;
	}

	/* ページトップへ戻る */
	.pagetop {
		bottom: 85px;
	}
}
@media screen and (max-width: 380px) {
	footer {
		padding: 22px 0 90px;
	}

	/* ページトップへ戻る */
	.pagetop {
		height: 45px;
		width: 45px;
		bottom: 78px;
	}
}
@media screen and (max-width: 320px) {
	footer {
		padding: 18px 0 82px;
	}

	/* ページトップへ戻る */
	.pagetop {
		height: 40px;
		width: 40px;
		bottom: 72px;
	}
}
