﻿/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/*----------------------------------------
全体
----------------------------------------*/

body {
	color: #444;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto;
	word-break: break-word;
	text-size-adjust: none;
	width: 750px;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 710px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a {
	color: #0000ee;
}

a:hover {
	color: #681da8;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.full-105-img {
	box-sizing: border-box;
	display: block;
	margin-left: -2.5%;
	width: 105%;
}

.full-105-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.purple {
	color: #9400d3;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.y-b-mini {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}

.dark-red {
	color: #c10000;
}

.dark-blue {
	color: #0a1583;
}

.light-blue {
	color: #0065c7;
}

.dark-orange {
	color: #f44000;
}

.gold {
	color: #c59300;
}

.cream {
	color: #fcf896;
}

.cream-b {
	background: linear-gradient(transparent 50%, #fcf896 50%);
}

.y-b-2 {
	background: linear-gradient(transparent 50%, #fcf882 50%);
}

.y-b-2-mini {
	background: linear-gradient(transparent 70%, #fcf882 70%);
}

.dark-y-b {
	background: linear-gradient(transparent 50%, #ffd600 50%);
}

.dark-y-b-mini {
	background: linear-gradient(transparent 70%, #ffd600 70%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	box-sizing: border-box;
}

.head-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border-bottom: 1px solid;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 750px;
	z-index: 9999;
}

.customize-support .head-in {
	margin-top: 32px;
}

.head-in .wrapper {
	width: 100%;
}

.head-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 32px 0;
	width: 320px;
}

.head-in-logo .img-banner {
	background: url(images/logo.png) no-repeat;
	padding-bottom: 12.087%;
}

.head-in-in {
	box-sizing: border-box;
	float: right;
	width: 330px;
}

.head-in-in-tel {
	box-sizing: border-box;
	float: left;
	width: 250px;
}

.head-in-in-tel-title {
	background: #338c2d;
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.head-in-in-tel-title-in {
	box-sizing: border-box;
}

.head-in-in-tel-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 1.5;
}

.head-in-in-tel-num {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 5px;
}

.head-in-in-tel-num-in {
	box-sizing: border-box;
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
}

.head-in-in-tel-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.head-in-in-tel-num-in-text::before {
	box-sizing: border-box;
	content: "\e016";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 3px;
}

.head-in-in-tel-text {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 5px;
	text-align: center;
}

.head-in-in-menu-btn {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: right;
	height: 30px;
	margin: 36px 0;
	margin-right: 10px;
	width: 40px;
}

.head-in-in-menu-btn-in {
	box-sizing: border-box;
	display: block;
	height: 100%;
}

.head-in-in-menu-btn-in-in {
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: relative;
}

.head-in-in-menu-btn-in-in-line {
	background: #000;
	box-sizing: border-box;
	display: block;
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.head-in-in-menu-btn-in-in-line:nth-child(1) {
	top: 0;
}

.head-in-in-menu-btn-in-in-line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.head-in-in-menu-btn-in-in-line:nth-child(3) {
	bottom: 0;
}

.head-sp {
	background: #0065c7;
	box-sizing: border-box;
	display: none;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 103.5px;
	width: 750px;
	z-index: 9998;
}

.customize-support .head-sp {
	margin-top: 32px;
}

.head-sp-menu {
	box-sizing: border-box;
}

.head-sp-menu ul {
	box-sizing: border-box;
	overflow: hidden;
}

.head-sp-menu ul li {
	box-sizing: border-box;
	border-color: #fff !important;
	border-top: 2px solid;
	border-right: 2px solid;
	float: left;
	width: 50%;
}

.head-sp-menu ul li:nth-child(1) {
	border-top: 0;
}

.head-sp-menu ul li:nth-child(2) {
	border-top: 0;
}

.head-sp-menu ul li:nth-child(2n) {
	border-right: 0;
}

.head-sp-menu ul li a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 900;
	font-size: 25px;
	line-height: 1.5;
	padding: 15px;
	padding-left: 43px;
	position: relative;
	text-decoration: none;
}

.head-sp-menu ul li a::before {
	box-sizing: border-box;
	border-color: #fff !important;
	border-top: 5px solid;
	border-right: 5px solid;
	content: "";
	left: 8px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 20px;
}

/*----------------------------------------
TOPページ
----------------------------------------*/

.top-main-title-img {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 750px;
}

.top-main-title-img img {
	height: auto;
	width: 100%;
}

.top-main-title {
	background: #0a1583;
	box-sizing: border-box;
	line-height: 0;
	left: 0;
	padding: 5px 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 750px;
}

.top-main-title::before {
	background: #040864;
	box-sizing: border-box;
	clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 60%;
}

.top-main-title.title-aco {
	cursor: pointer;
	padding: 30px 20px;
}

.top-main-title-in {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.top-main-title-in-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50px;
}

.top-main-title-in-icon::before {
	background: url(images/icon-touch.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 131.28%;
	position: relative;
	width: 100%;
}

.top-main-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 55px;
	line-height: 1.5;
}

/*
.top-main-title.title-aco .top-main-title-in-in {
	display: inline-block;
	padding-right: 60px;
	position: relative;
}

.top-main-title.title-aco .top-main-title-in-in::after {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	color: #0065c7;
	content: "\e001";
	font-family: 'icomoon';
	font-size: 40px;
	line-height: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 50px;
}

.top-main-title.title-aco.open .top-main-title-in-in::after {
	transform: translateY(-50%) rotate(360deg);
	-webkit-transform: translateY(-50%) rotate(360deg);
}
*/

.top-aco {
	box-sizing: border-box;
	display: none;
}

.top-contact-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.top-contact-btn-in {
	background: linear-gradient(to bottom, #00ac00 0%,#009000 100%);
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
	padding: 30px 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.top-contact-btn:hover .top-contact-btn-in {
	opacity: 0.6;
}

.top-contact-btn-in .big {
	box-sizing: border-box;
	display: block;
	font-size: 80px;
	line-height: 1.5;
	margin-top: -10px;
}

.top-contact-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top-contact-btn-in-text::after {
	box-sizing: border-box;
	content: "\e003";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 35px;
	line-height: 1;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
}

/*------------------------------
TOP KV
------------------------------*/

.top-kv {
	box-sizing: border-box;
	margin-top: 103.5px;
}

/*------------------------------
導入部分
------------------------------*/

.top-main-content {
	background: #ededed;
	box-sizing: border-box;
	margin-top: 20px;
}

.top-main-content .wrapper {
	padding: 40px 0 100px;
}

.top-main-content-dl {
	box-sizing: border-box;
}

.top-main-content-dl.dl-2 {
	margin-top: 60px;
}

.top-main-content-dl dt {
	background: #14217c;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	line-height: 0;
	padding: 20px 25px;
	text-align: center;
}

.top-main-content-dl-dt-in {
	box-sizing: border-box;
}

.top-main-content-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.5;
}

.top-main-content-dl dd {
	background: #fff;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

.top-main-content-dl.dl-1 dd {
	padding: 20px 20px 50px;
}

.top-main-content-dl-dd-text {
	box-sizing: border-box;
	font-size: 36px;
	line-height: 1.944;
}

.top-main-content-dl-dd-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 45px;
	line-height: 1.5;
}

.top-main-content-dl-dd-text .big-2 {
	box-sizing: border-box;
	display: inline-block;
	font-size: 40px;
	line-height: 1.5;
}

.top-main-content-comment {
	box-sizing: border-box;
	line-height: 0;
	margin-top: -60px;
	padding-top: 30px;
	position: relative;
	text-align: center;
}

.top-main-content-comment::before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 30px 30px 0;
	border-color: #14217c transparent transparent;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	width: 0;
}

.top-main-content-comment::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 30px 30px 0;
	border-color: #dbebff transparent transparent;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 7px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	width: 0;
	z-index: 2;
}

.top-main-content-comment-in {
	background: #dbebff;
	box-sizing: border-box;
	border-color: #14217c !important;
	border: 5px solid;
	display: inline-block;
	padding: 5px 30px;
}

.top-main-content-comment-in-text {
	box-sizing: border-box;
	color: #14217c;
	display: inline-block;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
}

.top-main-content-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
}

div + .top-main-content-in,
dl + .top-main-content-in {
	margin-top: 40px;
}

.top-main-content-in-text {
	box-sizing: border-box;
	font-size: 34px;
	line-height: 1.389;
}

.top-main-content-in-text p {
	margin-bottom: 20px;
}

.top-main-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-main-content-main-bg {
	box-sizing: border-box;
	position: relative;
	margin: 40px 0 0 -20px;
	width: 750px;
}

.top-main-content-main-bg::before {
	background: url(images/top-main-bg.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 0;
	padding-bottom: 53.466%;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-main-content-main-bg .wrapper {
	padding: 280px 0 0;
	position: relative;
	z-index: 2;
}

.top-main-content-main-bg-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.55;
	text-align: center;
	text-shadow: 3px  3px 3px #fff,
							-3px  3px 3px #fff,
							 3px -3px 3px #fff,
							-3px -3px 3px #fff,
							 3px  0px 3px #fff,
							 0px  3px 3px #fff,
							-3px  0px 3px #fff,
							 0px -3px 3px #fff;
}

.top-main-content-contact-dl {
	box-sizing: border-box;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}

.top-main-content-contact-dl dt {
	background: linear-gradient(to right, #ab9367 0%,#bfaa85 20%,#a78e60 50%,#ad935e 65%,#ddccae 100%);
	box-sizing: border-box;
	line-height: 0;
	padding: 20px 25px;
}

.top-main-content-contact-dl-dt-in {
	box-sizing: border-box;
}

.top-main-content-contact-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.325;
}

.top-main-content-contact-dl dd {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.top-main-content-contact-dl-dd-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 45px;
	line-height: 1.2;
	position: relative;
	text-shadow: 3px  3px 3px #fff,
							-3px  3px 3px #fff,
							 3px -3px 3px #fff,
							-3px -3px 3px #fff,
							 3px  0px 3px #fff,
							 0px  3px 3px #fff,
							-3px  0px 3px #fff,
							 0px -3px 3px #fff;
	z-index: 2;
}

.top-main-content-contact-dl-dd-text p {
	margin-bottom: 40px;
}

.top-main-content-contact-dl-dd-text p:last-child {
	margin-bottom: 0;
}

.top-main-content-contact-dl-dd-bg-img {
	box-sizing: border-box;
	bottom: -40px;
	display: block;
	position: absolute;
	right: 0;
	width: 200px;
}

.top-main-content-contact-dl-dd-bg-img::before {
   background: url(images/top-merit-woman-img.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 191.43%;
	position: relative;
	width: 100%;
}

.top-main-content-contact-dl + .top-contact-btn {
	margin-top: 40px;
}

.top-main-content-point {
	background: url(images/top-main-point-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
	margin: 40px 0 0 -20px;
	padding: 10px 20px;
	width: 750px;
}

.top-main-content-point-list {
	box-sizing: border-box;
}

.top-main-content-point-list li {
	box-sizing: border-box;
	border-color: #fff !important;
	border-bottom: 2px solid;
	color: #fff;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.425;
	padding: 30px 0;
	padding-left: 62px;
	position: relative;
}

.top-main-content-point-list li .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 47px;
	line-height: 1.425;
}

.top-main-content-point-list li:last-child {
	border-bottom: 0;
}

.top-main-content-point-list-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 42px;
}

.top-main-content-point-list-icon::before {
	background: url(images/icon-checkbox.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 80.952%;
	position: relative;
	width: 100%;
}

/*------------------------------
融資成功実績
------------------------------*/

.top-achievements-content {
	background: #ededed;
	box-sizing: border-box;
	position: relative;
}

.top-achievements-content .wrapper {
	padding-top: calc(310px + 40px);
}

.top-achievements-content-con {
	box-sizing: border-box;
}

.top-achievements-content-con section {
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px;
}

.top-achievements-content-con section:last-child {
	margin-bottom: 0;
}

.top-achievements-content-con-icon {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 124px;
}

.top-achievements-content-con-icon img {
	height: auto;
	width: 100%;
}

.top-achievements-content-con-list {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 144px);
}

.top-achievements-content-con section li {
	box-sizing: border-box;
	margin-bottom: 20px;
	overflow: hidden;
}

.top-achievements-content-con-list li:last-child {
	margin-bottom: 0;
}

.top-achievements-content-con-list-title {
	background: #1f56a6;
	box-sizing: border-box;
	float: left;
	line-height: 0;
	padding: 0.5px 10px;
	text-align: center;
	width: 120px;
}

.top-achievements-content-con-list-title-in {
	box-sizing: border-box;
}

.top-achievements-content-con-list-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.5;
}

.top-achievements-content-con-list-in {
	box-sizing: border-box;
	float: right;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.5;
	padding: 0.5px 0;
	width: calc(100% - 140px);
}

.top-achievements-content-con-main-title {
	background: #4c4c4c;
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
	padding: 5px 10px;
	text-align: center;
}

.top-achievements-content-con-main-title-in {
	box-sizing: border-box;
}

.top-achievements-content-con-main-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.5;
}

.top-achievements-content-con-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}

.top-achievements-content-con-main-text {
	box-sizing: border-box;
	border-color: #494949 !important;
	border-top: 3px solid;
	color: #ae1704;
	font-weight: 900;
	font-size: 70px;
	line-height: 1.5;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}

/*--------------------
得意業種
--------------------*/

.top-achievements-content-proficient {
	background: #dbebff;
	box-sizing: border-box;
	margin: 60px 0 0 -20px;
	width: 750px;
}

.top-achievements-content .top-achievements-content-proficient .wrapper {
	padding: 40px 0 100px;
}

.top-achievements-content-proficient-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-achievements-content-proficient-title-in {
	background: #14217c;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	overflow: hidden;
	padding: 5px 70px;
	position: relative;
}

.top-achievements-content-proficient-title-in::before {
	background: #010665;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	content: "";
	left: 0;
	height: 145%;
	position: absolute;
	top: -45%;
	width: 75%;
}

.top-achievements-content-proficient-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 67px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.top-achievements-content-proficient-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin-top: 40px;
}

.top-achievements-content-proficient-con section {
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.top-achievements-content-proficient-con section:last-child {
	margin-bottom: 0;
}

.top-achievements-content-proficient-con-main-title {
	box-sizing: border-box;
	border-color: #000 !important;
	border-bottom: 2px solid;
	position: relative;
}

.top-achievements-content-proficient-con-main-title::before {
	background: #14217c;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	width: 77px;
}

.top-achievements-content-proficient-con-main-title::after {
	background: #010665;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 77px;
}

.top-achievements-content-proficient-con-main-title-in {
	box-sizing: border-box;
	display: block;
	padding-left: 97px;
	position: relative;
}

.top-achievements-content-proficient-con-main-title-in-in {
	box-sizing: border-box;
	color: #14217c;
	display: inline-block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.5;
}

.top-achievements-content-proficient-con-main-title-in::before {
	box-sizing: border-box;
	color: #fff;
	counter-increment: number 1;
	content: counter(number);
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 77px;
	z-index: 2;
}

.top-achievements-content-proficient-con-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
	padding: 15px;
	text-align: center;
}

.top-achievements-content-proficient-con-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 60px;
	line-height: 1;
}

.top-achievements-content-proficient-con-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-achievements-content-proficient-con-img img {
	height: auto;
	width: 100%;
}

.top-achievements-content-proficient-con-in {
	box-sizing: border-box;
	margin-top: -30px;
	min-height: 60px;
	padding-top: 30px;
	position: relative;
}

.top-achievements-content-proficient-con-in-in {
	box-sizing: border-box;
	padding: 50px 20px 20px;
}

.top-achievements-content-proficient-con-in-in-title {
	box-sizing: border-box;
	line-height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.top-achievements-content-proficient-con-in-in-title-in {
	background: #14217c;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	padding: 0 10px;
	width: 250px;
}

.top-achievements-content-proficient-con-in-in-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
}

.top-achievements-content-proficient-con-in-in-text {
	box-sizing: border-box;
	color: #ae1704;
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
	text-align: center;
}

/*------------------------------
5つのメリット
------------------------------*/

.top-merit-content {
	background: #ededed;
	box-sizing: border-box;
	position: relative;
}

.top-merit-content .wrapper {
	padding-top: calc(310px + 40px);
	padding-bottom: 100px;
}

.top-merit-content-con {
	box-sizing: border-box;
}

.top-merit-content-con-dl {
	box-sizing: border-box;
	margin-bottom: 40px;
}

.top-merit-content-con-dl:last-child {
	margin-bottom: 0;
}

.top-merit-content-con-dl dt {
	background: linear-gradient(to right, #ab9367 0%,#bfaa85 20%,#a78e60 50%,#ad935e 65%,#ddccae 100%);
	box-sizing: border-box;
	line-height: 0;
	padding: 5px 10px;
	text-align: center;
}

.top-merit-content-con-dl-dt-in {
	box-sizing: border-box;
}

.top-merit-content-con-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.5;
}

.top-merit-content-con-dl dd {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.top-merit-content-con-dl-dd-title {
	background: #fff3f2;
	box-sizing: border-box;
	border-color: #ae1704 !important;
	border: 3px solid;
	line-height: 0;
	padding: 5px 10px;
	text-align: center;
}

.top-merit-content-con-dl-dd-title-in {
	box-sizing: border-box;
}

.top-merit-content-con-dl-dd-title-in-in {
	box-sizing: border-box;
	color: #ae1704;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
}

.top-merit-content-con-dl-dd-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 47px;
	line-height: 1.688;
	text-align: center;
}

.top-merit-content-con-dl-dd-title + .top-merit-content-con-dl-dd-text {
	margin-top: 20px;
}

.top-merit-content-con-dl-dd-text p {
	margin-bottom: 40px;
}

.top-merit-content-con-dl-dd-text p:last-child {
	margin-bottom: 0;
}

.top-merit-content-con-dl-dd-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 55px;
	line-height: 1.5;
}

.top-merit-content-con-dl-dd-text .big-2 {
	box-sizing: border-box;
	display: inline-block;
	font-size: 80px;
	line-height: 1;
}

.top-merit-content-con-dl-dd-text .big-3 {
	box-sizing: border-box;
	display: inline-block;
	font-size: 100px;
	line-height: 0;
}

.top-merit-content-con-dl-dd-text .mini {
	box-sizing: border-box;
	display: inline-block;
	font-size: 45px;
	line-height: 1.5;
}

/*------------------------------
3つの必須条件
------------------------------*/

.top-required-content {
	background: #ededed;
	box-sizing: border-box;
	position: relative;
}

.top-required-content .wrapper {
	padding-top: calc(310px + 40px);
	padding-bottom: 100px;
}

.top-required-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
}

.top-required-content-con section {
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.top-required-content-con section:last-child {
	margin-bottom: 0;
}

.top-required-content-con-img {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}

.top-required-content-con-img::before {
	background: #0065c7;
	box-sizing: border-box;
	color: #fff;
	counter-increment: number 1;
	content: counter(number);
	font-weight: 900;
	font-size: 60px;
	line-height: 80px;
	left: 0;
	height: 80px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 80px;
	z-index: 2;
}

.top-required-content-con-img img {
	height: auto;
	width: 100%;
}

.top-required-content-con-in {
	box-sizing: border-box;
	padding: 20px;
}

.top-required-content-con-in-text {
	box-sizing: border-box;
	font-size: 34px;
	line-height: 1.265;
}

.top-required-content-con-in-text p {
	margin-bottom: 30px;
}

.top-required-content-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-required-content-con-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.3;
}

.top-required-content-con-in-dl {
	box-sizing: border-box;
}

.top-required-content-con-in-text + .top-required-content-con-in-dl {
	margin-top: 30px;
}

.top-required-content-con-in-dl dt {
	background: #0065c7;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 0;
	padding: 10px 15px;
	text-align: center;
}

.top-required-content-con-in-dl-dt-in {
	box-sizing: border-box;
	position: relative;
}

.top-required-content-con-in-dl-dt-in-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 40px;
}

.top-required-content-con-in-dl-dt-in-icon::before {
	background: url(images/icon-touch.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 131.28%;
	position: relative;
	width: 100%;
}

.top-required-content-con-in-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.5;
}

.top-required-content-con-in-dl dd {
	background: #ecf3fd;
	box-sizing: border-box;
	padding: 20px;
}

.top-required-content-con-in-dl.aco dd {
	display: none;
}

.top-required-content-con-in-dl-dd-text {
	box-sizing: border-box;
	font-size: 34px;
	line-height: 1.353;
}

.top-required-content-con-in-dl-dd-text p {
	margin-bottom: 30px;
}

.top-required-content-con-in-dl-dd-text p:last-child {
	margin-bottom: 0;
}

.top-required-content-con-in-dl-dd-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.top-required-content-con-in-dl-dd-text + .top-required-content-con-in-dl-dd-img {
	margin-top: 30px;
}

.top-required-content-con-in-dl-dd-img img {
	height: auto;
	width: 100%;
}

/*------------------------------
失敗例と成功例
------------------------------*/

.top-example-content {
	box-sizing: border-box;
	position: relative;
}

.top-example-content .wrapper {
	padding-top: calc(310px + 40px);
	padding-bottom: 100px;
}

.top-example-content-con {
	box-sizing: border-box;
	margin-left: -20px;
	width: 750px;
}

.top-example-content-con section {
	box-sizing: border-box;
	margin-bottom: 40px;
}

.top-example-content-con section:last-child {
	margin-bottom: 0;
}

.top-example-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	text-align: center;
}

.top-example-content-con-title-in {
	box-sizing: border-box;
}

.top-example-content-con-title-in-in {
	box-sizing: border-box;
	border-color: #444 !important;
	border-bottom: 5px solid;
	display: inline-block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.5;
}

.top-example-content-con-in {
	background: #eee;
	box-sizing: border-box;
	padding: 0 20px 40px;
}

.top-example-content-con-in.failure {
	background: #e8eef2;
}

.top-example-content-con-in.success {
	background: linear-gradient(to right, #e4ddd0 0%,#ffffff 10%,#ffffff 10%,#ffffff 50%,#ffffff 90%,#e4ddd0 100%);
	background: #eee7d0;
}

.top-example-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin-left: -20px;
	text-align: center;
	width: 750px;
}

.top-example-content-con-in-title-in {
	background: #999;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px;
	width: 400px;
}

.top-example-content-con-in.failure .top-example-content-con-in-title-in {
	background: #ccd4f3;
}

.top-example-content-con-in.success .top-example-content-con-in-title-in {
	background: linear-gradient(to right, #bcaa89 0%,#cdc3b2 15%,#ac9771 50%,#cdc3b2 85%,#bcaa89 100%);
	background: #c59300;
}

.top-example-content-con-in-title-in-in {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.5;
}

.top-example-content-con-in.failure .top-example-content-con-in-title-in-in {
	color: #0a1583;
}

.top-example-content-con-in.success .top-example-content-con-in-title-in-in {
	color: #fff;
}

.top-example-content-con-in-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.275;
	margin-top: 40px;
	text-align: center;
}

.top-example-content-con-in-in {
	background: #fff;
	box-sizing: border-box;
	margin-top: 40px;
	padding: 20px;
}

.top-example-content-con-in-in-text {
	box-sizing: border-box;
	font-size: 29px;
	line-height: 1.375;
}

.top-example-content-con-in-in-text p {
	margin-bottom: 30px;
}

.top-example-content-con-in-in-text p:last-child {
	margin-bottom: 0;
}

.top-example-content-con-in-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 39px;
	line-height: 1.364;
}

.top-example-content-con-in-in-text .big-2 {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 35px;
	line-height: 1.364;
}

.top-example-content-con-in-in-text .dark-blue-box {
	background: #0a1583;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	padding: 0 10px;
}

.top-example-content-con-in-in-text br + .dark-blue-box {
	margin-top: 20px;
}

.top-example-content-con-in-in-text .dark-orange-box {
	background: #f44000;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	padding: 0 10px;
}

.top-example-content-con-in-in-text br + .dark-orange-box {
	margin-top: 20px;
}

.top-example-content-con-in-in-text .text-base-1-half {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 42px;
	position: relative;
}

.top-example-content-con-in-in-text .big-text-base-1-half {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 60px;
	position: relative;
}

/*------------------------------
費用
------------------------------*/

.top-price-content {
	box-sizing: border-box;
	position: relative;
}

.top-price-content .wrapper {
	padding-top: calc(256px + 40px);
}

.top-price-content-main-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 31px;
	line-height: 1.649;
	margin-top: 40px;
}

.top-price-content-main-text p {
	margin-bottom: 30px;
}

.top-price-content-main-text p:last-child {
	margin-bottom: 0;
}

.top-price-content-main-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 45px;
	line-height: 1.649;
}

.top-price-content-in {
	background: #e8eef2;
	box-sizing: border-box;
	margin: 40px 0 0 -20px;
	padding: 20px 20px 100px;
	width: 750px;
}

.top-price-content-in-title {
	box-sizing: border-box;
}

.top-price-content-in-title-main {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-price-content-in-title-main-in {
	box-sizing: border-box;
}

.top-price-content-in-title-main-in-in {
	box-sizing: border-box;
	border-color: #c10000 !important;
	border-bottom: 5px solid;
	color: #c10000;
	display: inline-block;
	font-weight: 900;
	font-size: 61px;
	line-height: 1.5;
}

.top-price-content-in-title-sub {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-price-content-in-title-sub-in {
	box-sizing: border-box;
}

.top-price-content-in-title-sub-in-in {
	box-sizing: border-box;
	color: #0a1583;
	display: inline-block;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.5;
}

.top-price-content-in-con {
	box-sizing: border-box;
	margin-top: 40px;
}

.top-price-content-in-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 10%;
	position: relative;
	width: 45%;
}

.top-price-content-in-con section::after {
	box-sizing: border-box;
	color: #0a1583;
	content: "\e021";
	font-family: 'icomoon';
	font-weight: 900;
	font-size: 46px;
	line-height: 1;
	position: absolute;
	right: -57px;
	top: 60px;
}

.top-price-content-in-con section:last-child {
	margin-right: 0;
}

.top-price-content-in-con section:last-child::after {
	content: none;
}

.top-price-content-in-con-dl {
	box-sizing: border-box;
}

.top-price-content-in-con-dl dt {
	background: #0a1583;
	box-sizing: border-box;
	line-height: 0;
	padding: 5px 10px;
	text-align: center;
}

.top-price-content-in-con-dl-dt-in {
	box-sizing: border-box;
}

.top-price-content-in-con-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
}

.top-price-content-in-con-dl dd {
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
}

.top-price-content-in-con-dl-dd-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
}

.top-price-content-in-con-text {
	box-sizing: border-box;
	font-size: 26px;
	line-height: 1.276;
	margin-top: 10px;
}

.top-price-content-in-text {
	box-sizing: border-box;
	font-size: 26px;
	line-height: 1.276;
	margin-top: 40px;
}

.top-price-content-in-text p {
	margin-bottom: 20px;
}

.top-price-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-price-content-in-dl {
	box-sizing: border-box;
	margin-top: 40px;
}

.top-price-content-in-dl dt {
	background: #0a1583;
	box-sizing: border-box;
	line-height: 0;
	padding: 5px 10px;
	text-align: center;
}

.top-price-content-in-dl-dt-in {
	box-sizing: border-box;
}

.top-price-content-in-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.5;
}

.top-price-content-in-dl dd {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.top-price-content-in-dl-dd-text {
	box-sizing: border-box;
	font-size: 26px;
	line-height: 1.276;
}

.top-price-content-in-dl-dd-text p {
	margin-bottom: 30px;
}

.top-price-content-in-dl-dd-text p:last-child {
	margin-bottom: 0;
}

.top-price-content-in-dl-dd-text .big {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.293;
}

.top-price-content-in-dl-dd-text .big-2 {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 41px;
	line-height: 1.276;
}

.top-price-content-in-dl-dd-price {
	box-sizing: border-box;
	border-color: #0a1583 !important;
	border-top: 5px solid;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.5;
	margin-top: 40px;
	padding-top: 20px;
	text-align: center;
}

/*------------------------------
トリプル創業融資
------------------------------*/

.top-triple-content {
	background: #d2e7ff;
	box-sizing: border-box;
	position: relative;
}

.top-triple-content .wrapper {
	padding: 20px 0;
}

.top-triple-content-main-title {
	box-sizing: border-box;
	line-height: 0;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
}

.top-triple-content-main-title::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 40px 40px 0;
	border-color: #0a1583 transparent transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}

.top-triple-content-main-title-in {
	background: #0a1583;
	box-sizing: border-box;
	padding: 10px;
}

.top-triple-content-main-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 58px;
	line-height: 1.379;
}

.top-triple-content-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 40px;
}

.top-triple-content-title-in {
	box-sizing: border-box;
	border-color: #0a1583 !important;
	border-bottom: 5px solid;
	display: inline-block;
	padding-bottom: 10px;
}

.top-triple-content-title-in-in {
	box-sizing: border-box;
	color: #0a1583;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.32;
	text-shadow: 3px  3px 3px #fff,
							-3px  3px 3px #fff,
							 3px -3px 3px #fff,
							-3px -3px 3px #fff,
							 3px  0px 3px #fff,
							 0px  3px 3px #fff,
							-3px  0px 3px #fff,
							 0px -3px 3px #fff;
}

.top-triple-content-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.382;
	margin-top: 20px;
	position: relative;
	text-shadow: 3px  3px 3px #fff,
							-3px  3px 3px #fff,
							 3px -3px 3px #fff,
							-3px -3px 3px #fff,
							 3px  0px 3px #fff,
							 0px  3px 3px #fff,
							-3px  0px 3px #fff,
							 0px -3px 3px #fff;
							 z-index: 3;
}

.top-triple-content-text p {
	margin-bottom: 30px;
}

.top-triple-content-text p:last-child {
	margin-bottom: 0;
}

.top-triple-content-in {
	background: rgba(255,255,255,0.7);
	box-sizing: border-box;
	border-radius: 10px;
	margin: 40px 20px 0;
	padding: 80px 20px 20px;
	position: relative;
	z-index: 3;
}

.top-triple-content-in-circle-list {
	box-sizing: border-box;
	left: 20px;
	position: absolute;
	top: 20px;
}

.top-triple-content-in-circle-list li {
	background: #ffff00;
	box-sizing: border-box;
	border-radius: 50%;
	color: #0065c7;
	float: left;
	font-weight: 900;
	font-size: 35px;
	line-height: 90px;
	margin-right: 85px;
	text-align: center;
	text-shadow: 3px  3px 3px #fff,
							-3px  3px 3px #fff,
							 3px -3px 3px #fff,
							-3px -3px 3px #fff,
							 3px  0px 3px #fff,
							 0px  3px 3px #fff,
							-3px  0px 3px #fff,
							 0px -3px 3px #fff;
	width: 90px;
}

.top-triple-content-in-circle-list li:nth-child(2) {
	margin-right: 130px;
}

.top-triple-content-in-circle-list li:last-child {
	margin-right: 0;
}

.top-triple-content-in-text {
	box-sizing: border-box;
	color: #0a1583;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.35;
	position: relative;
	text-shadow: 3px  3px 3px #fff,
							-3px  3px 3px #fff,
							 3px -3px 3px #fff,
							-3px -3px 3px #fff,
							 3px  0px 3px #fff,
							 0px  3px 3px #fff,
							-3px  0px 3px #fff,
							 0px -3px 3px #fff;
	z-index: 2;
}

.top-triple-content-bg-img {
	box-sizing: border-box;
	bottom: 283px;
	display: block;
	position: absolute;
	right: 0;
	width: 255px;
}

.top-triple-content-bg-img::before {
	background: url(images/top-merit-woman-img.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 191.43%;
	position: relative;
	width: 100%;
}

/*------------------------------
融資実行までの流れ
------------------------------*/

.top-flow-content {
	box-sizing: border-box;
	position: relative;
}

.top-flow-content .wrapper {
	padding-top: 124.5px;
}

.top-flow-content .top-main-title-in-in {
	font-size: 43px;
}

.top-flow-content .top-aco {
	padding: 40px 0 100px;
}

.top-flow-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
}

.top-flow-content-con section {
	box-sizing: border-box;
	border-color: #0065c7 !important;
	border-bottom: 3px solid;
	padding: 40px 0;
}

.top-flow-content-con section:first-child {
	padding-top: 0;
}

.top-flow-content-con section:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.top-flow-content-con-title {
	box-sizing: border-box;
	float: left;
	line-height: 0;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	width: 80px;
}

.top-flow-content-con-title::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #0065c7 transparent transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}

.top-flow-content-con-title-in {
	background: #0065c7;
	box-sizing: border-box;
	height: 80px;
	position: relative;
}

.top-flow-content-con-title-in-in {
	box-sizing: border-box;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-flow-content-con-title-in-in-in {
	box-sizing: border-box;
	display: inline-block;
	padding-bottom: 32px;
	position: relative;
}

.top-flow-content-con-title-in-in-in::after {
	box-sizing: border-box;
	bottom: 0;
	counter-increment: number 1;
	content: counter(number);
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
}

.top-flow-content-con-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 100px);
}

.top-flow-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.top-flow-content-con-in-title-in {
	box-sizing: border-box;
}

.top-flow-content-con-in-title-in-in {
	box-sizing: border-box;
	color: #0065c7;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
}

.top-flow-content-con-in-text {
	box-sizing: border-box;
	font-size: 30px;
	line-height: 1.406;
}

.top-flow-content-con-in-text p {
	margin-bottom: 30px;
}

.top-flow-content-con-in-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
対応エリア
------------------------------*/

.top-area-content {
	box-sizing: border-box;
	position: relative;
}

.top-area-content .wrapper {
	padding-top: calc(92.5px + 20px);
	padding-bottom: 100px;
}

.top-area-content .top-main-title {
	background: #2869be;
}

.top-area-content .top-main-title::before {
	content: none;
}

.top-area-content-main-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-area-content-main-title-in {
	box-sizing: border-box;
}

.top-area-content-main-title-in-in {
	box-sizing: border-box;
	color: #c10000;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
}

.top-area-content-main-text {
	box-sizing: border-box;
	font-size: 40px;
	line-height: 1.75;
	margin-top: 20px;
	text-align: center;
}

.top-area-content-main-text p {
	margin-bottom: 30px;
}

.top-area-content-main-text p:last-child {
	margin-bottom: 0;
}

.top-area-content-text {
	box-sizing: border-box;
	font-size: 28px;
	line-height: 1.286;
	margin-top: 40px;
}

.top-area-content-text p {
	margin-bottom: 30px;
}

.top-area-content-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
融資実績金融機関
------------------------------*/

.top-financial-content {
	box-sizing: border-box;
	position: relative;
}

.top-financial-content .wrapper {
	padding-top: 124.5px;
	width: 100%;
}

.top-financial-content .top-main-title-in-in {
	font-size: 43px;
}

.top-financial-content .top-aco {
	padding-bottom: 50px;
}

.top-financial-content-in {
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 20px 20px 50px;
}

.top-financial-content-in-in {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.top-financial-content-in-in-con {
	box-sizing: border-box;
}

.top-financial-content-in-in-con section {
	box-sizing: border-box;
	float: left;
	font-size: 30px;
	line-height: 1.5;
	margin-right: 20px;
	width: 325px;
}

.top-financial-content-in-in-con section:last-child {
	margin-right: 0;
}

/*------------------------------
ご挨拶
------------------------------*/

.top-greeting-content {
	box-sizing: border-box;
	position: relative;
}

.top-greeting-content .wrapper {
	padding: 92.5px 0 50px;
}

.top-greeting-content .top-main-title {
	background: #2869be;
}

.top-greeting-content .top-main-title::before {
	content: none;
}

.top-greeting-content-in {
	background: #d2e7ff;
	box-sizing: border-box;
	margin-left: -20px;
	padding: 20px 20px 10px;
	width: 750px;
}

.top-greeting-content-in-prof-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 350px;
}

.top-greeting-content-in-prof-img img {
	height: auto;
	width: 100%;
}

.top-greeting-content-in-main-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
	text-align: center;
}

.top-greeting-content-in-main-title-in {
	box-sizing: border-box;
}

.top-greeting-content-in-main-title-in-in {
	box-sizing: border-box;
	color: #c10000;
	display: inline-block;
	font-weight: 900;
	font-size: 52px;
	line-height: 1.5;
	padding-left: 73px;
	position: relative;
}

.top-greeting-content-in-main-title-in-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 63px;
}

.top-greeting-content-in-main-title-in-in-icon::before {
	background: url(images/icon-logo-2.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 90.476%;
	position: relative;
	width: 100%;
}

.top-greeting-content-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
	text-align: center;
}

.top-greeting-content-in-title-in {
	box-sizing: border-box;
}

.top-greeting-content-in-title-in-in {
	box-sizing: border-box;
	color: #0065c7;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.25;
}

.top-greeting-content-in-title-in-in .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 60px;
	line-height: 1.25;
}

.top-greeting-content-in-logo {
	box-sizing: border-box;
	display: block;
	margin: 20px auto 0;
	width: 244px;
}

.top-greeting-content-in-logo img {
	height: auto;
	width: 100%;
}

.top-greeting-content-in-sub-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-greeting-content-in-sub-title-in {
	box-sizing: border-box;
}

.top-greeting-content-in-sub-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.5;
}

.top-greeting-content-in-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 20px;
	padding: 20px;
}

.top-greeting-content-in-in-text {
	box-sizing: border-box;
	font-size: 32px;
	line-height: 1.353;
	text-align: center;
}

.top-greeting-content-in-in-text p {
	margin-bottom: 30px;
}

.top-greeting-content-in-in-text p:last-child {
	margin-bottom: 0;
}

.top-greeting-content-in-main-img {
	box-sizing: border-box;
	display: block;
	margin: 20px 0 0 -20px;
	width: 750px;
}

.top-greeting-content-in-main-img img {
	height: auto;
	width: 100%;
}

.top-greeting-content-in-in-2 {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	top: -40px;
	z-index: 2;
}

.top-greeting-content-in-in-2-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-greeting-content-in-in-2-title-in {
	box-sizing: border-box;
}

.top-greeting-content-in-in-2-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.5;
}

.top-greeting-content-in-in-2-text {
	box-sizing: border-box;
	font-size: 30px;
	line-height: 1.2;
	margin-top: 20px;
}

.top-greeting-content-in-in-2-text p {
	margin-bottom: 30px;
}

.top-greeting-content-in-in-2-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
弊社料金体系はコチラ
------------------------------*/

.top-structure-content {
	box-sizing: border-box;
	position: relative;
}

.top-structure-content .wrapper {
	padding-top: 142.5px;
	width: 100%;
}

.top-structure-content-main-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-structure-content-main-img img {
	height: auto;
	width: 100%;
}

.top-structure-content-in {
	background-image: linear-gradient(90deg, #eee 1px, transparent 1px), linear-gradient(#eee 1px, transparent 1px);
	background-position: 10px 10px;
	background-size: 21px 21px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 0 100px;
}

.top-structure-content-in-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 38px;
	line-height: 1.5;
	margin: 0 20px;
	text-align: center;
}

.top-structure-content-in-img + .top-structure-content-in-text {
	margin-top: 20px;
}

.top-structure-content-in-text p {
	margin-bottom: 30px;
}

.top-structure-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-structure-content-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 58px;
	line-height: 1;
}

.top-structure-content-in-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-structure-content-in-text + .top-structure-content-in-img {
	margin-top: 20px;
}

.top-structure-content-in-img img {
	height: auto;
	width: 100%;
}

/*------------------------------
概要
------------------------------*/

.top-info-content {
	box-sizing: border-box;
	position: relative;
}

.top-info-content .wrapper {
	padding-top: calc(92.5px + 20px);
	padding-bottom: 100px;
}

.top-info-content .top-main-title {
	background: #2869be;
}

.top-info-content .top-main-title::before {
	content: none;
}

.top-info-content-info-tb {
	box-sizing: border-box;
}

.top-info-content-info-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-info-content-info-tb table th {
	box-sizing: border-box;
	display: block;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.333;
	padding-top: 20px;
	text-align: left;
	width: 100%;
}

.top-info-content-info-tb table tr:first-child th {
	padding-top: 0;
}

.top-info-content-info-tb table td {
	box-sizing: border-box;
	border-color: #000 !important;
	border-bottom: 3px solid;
	display: block;
	font-size: 30px;
	line-height: 1.333;
	padding: 10px 0 20px;
	width: 100%;
}

.top-info-content-info-tb table tr.tr-tel td {
	padding-top: 20px;
}

.top-info-content-info-tb-td-office-name {
	box-sizing: border-box;
	line-height: 0;
}

.top-info-content-info-tb-td-office-name-in {
	box-sizing: border-box;
}

.top-info-content-info-tb-td-office-name-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 30px;
	line-height: 1.333;
	padding-left: 50px;
	position: relative;
}

.top-info-content-info-tb-td-office-name-in-text .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 30px;
}

.top-info-content-info-tb-td-office-name-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50px;
}

.top-info-content-info-tb-td-office-name-in-text-icon::before {
	background: url(images/icon-logo-2.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 90.476%;
	position: relative;
	width: 100%;
}

.top-info-content-info-tb-td-map {
	box-sizing: border-box;
	height: 300px;
	margin-top: 20px;
}

.top-info-content-info-tb-td-map iframe {
	height: 100%;
	width: 100%;
}

.top-info-content-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 40px;
}

.top-info-content-title-in {
	box-sizing: border-box;
}

.top-info-content-title-in-in {
	box-sizing: border-box;
	color: #c10000;
	display: inline-block;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.5;
}

.top-info-content-text {
	box-sizing: border-box;
	font-size: 30px;
	line-height: 1.333;
	margin-top: 20px;
}

.top-info-content-text p {
	margin-bottom: 30px;
}

.top-info-content-text p:last-child {
	margin-bottom: 0;
}

.top-info-content-text .text-base-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 180px;
	position: relative;
}

/*------------------------------
お問い合わせ
------------------------------*/

.top-contact-content {
	background: #e5eef2;
	box-sizing: border-box;
	position: relative;
}

.top-contact-content .wrapper {
	padding-top: calc(92.5px + 20px);
	padding-bottom: 100px;
}

.top-contact-content-main-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 45px;
	line-height: 1.3;
	text-align: center;
}

.top-contact-content-main-text .line {
	text-decoration: underline;
}

.top-contact-content-main-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 70px;
	line-height: 1.3;
}

.top-contact-content-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.25;
	margin-top: 20px;
	text-align: center;
}

.top-contact-content-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin-top: 40px;
	padding-top: 20px;
	position: relative;
	text-align: center;
}

.top-contact-content-btn-title {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
	text-shadow: 3px 3px 3px #009000,
							-3px 3px 3px #009000,
							 3px -3px 3px #009000,
							-3px -3px 3px #009000,
							 3px 0px 3px #009000,
							 0px 3px 3px #009000,
							-3px 0px 3px #009000,
							 0px -3px 3px #009000;
	top: 0;
	z-index: 2;
}

.top-contact-content-btn-in {
	background: linear-gradient(to bottom, #00ac00 0%, #009000 100%);
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 900;
	font-size: 74px;
	line-height: 1.5;
	padding: 30px 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.top-contact-content-btn:hover .top-contact-content-btn-in {
	opacity: 0.6;
}

.top-contact-content-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 84px;
	position: relative;
}

.top-contact-content-btn-in-text::before {
	box-sizing: border-box;
	content: "\e016";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 74px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-contact-content-time-text {
	box-sizing: border-box;
	font-size: 48px;
	line-height: 1.5;
	text-align: center;
}

.top-contact-content-dl {
	box-sizing: border-box;
	margin-top: 40px;
}

.top-contact-content-dl dt {
	background: #494949;
	box-sizing: border-box;
	line-height: 0;
	padding: 25px 30px;
	text-align: center;
}

.top-contact-content-dl-dt-in {
	box-sizing: border-box;
}

.top-contact-content-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 60px;
	line-height: 1.067;
}

.top-contact-content-dl dd {
	background: #fff;
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 5px solid;
	border-top: 0;
	padding: 20px;
}

.top-contact-content-dl-dd-form-tb {
	box-sizing: border-box;
}

.top-contact-content-dl-dd-form-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-contact-content-dl-dd-form-tb table th {
	box-sizing: border-box;
	display: block;
	font-weight: 900;
	font-size: 35px;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	width: 100%;
}

.top-contact-content-dl-dd-form-tb table th .required {
	box-sizing: border-box;
	color: #c10000;
	display: inline-block;
	font-size: 25px;
	line-height: 1.5;
}

.top-contact-content-dl-dd-form-tb table th .mini {
	box-sizing: border-box;
	display: inline-block;
	font-size: 25px;
	line-height: 1.5;
}

.top-contact-content-dl-dd-form-tb table td {
	box-sizing: border-box;
	display: block;
	font-size: 35px;
	line-height: 1.5;
	padding: 10px 0 40px;
	vertical-align: top;
	width: 100%;
}

.top-contact-content-dl-dd-form-tb table tr:last-child td {
	padding-bottom: 0;
}

.top-contact-content-dl-dd-form-tb table td .mini {
	box-sizing: border-box;
	display: inline-block;
	font-size: 25px;
	line-height: 1.5;
}

.top-contact-content-dl-dd-form-tb table td .sub {
	box-sizing: border-box;
	display: inline-block;
}

.top-contact-content-dl-dd-form-tb table td .sub-2 {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 35px;
}

.top-contact-content-dl-dd-form-tb table td input[type="text"],
.top-contact-content-dl-dd-form-tb table td input[type="email"] {
	background: #efefef;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.5;
	padding: 10px 15px;
	width: 100%;
	-webkit-appearance: none;
}

.top-contact-content-dl-dd-form-tb table td input[type="text"].input-mini {
	display: inline-block;
	margin: 0 10px 20px 35px;
	width: 400px;
}

.top-contact-content-dl-dd-form-tb table td input[type="text"].input-mini-2,
.top-contact-content-dl-dd-form-tb table td input[type="text"].input-mini-3 {
	display: inline-block;
	margin: 20px 10px 0 35px;
	width: 300px;
}

.top-contact-content-dl-dd-form-tb table td input[type="text"].input-mini-3 {
	margin-left: 70px;
}

.top-contact-content-dl-dd-form-tb table td textarea {
	background: #efefef;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.5;
	height: 300px;
	padding: 10px 15px;
	width: 100%;
	-webkit-appearance: none;
}

.top-contact-content-dl-dd-form-tb table td .mwform-radio-field {
	box-sizing: border-box;
	display: block;
}

.top-contact-content-dl-dd-form-tb table tr.tr-detail td .mwform-radio-field {
	display: inline-block;
}

.mw_wp_form .top-contact-content-dl-dd-form-tb table td .vertical-item + .vertical-item {
	margin-top: 5px;
}

.mw_wp_form .top-contact-content-dl-dd-form-tb table td .horizontal-item + .horizontal-item {
	margin-left: 20px;
}

.top-contact-content-dl-dd-form-tb table td .mwform-radio-field label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.top-contact-content-dl-dd-form-tb table td .mwform-radio-field label::before {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 15px;
	width: 25px;
}

.top-contact-content-dl-dd-form-tb table td .mwform-radio-field input[type="radio"] {
	display: none;
}

.top-contact-content-dl-dd-form-tb table td .mwform-radio-field .mwform-radio-field-text {
	box-sizing: border-box;
	display: block;
	padding-left: 35px;
	position: relative;
}

.top-contact-content-dl-dd-form-tb table td .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::before {
	background: #c10000;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 4px;
	height: 17px;
	position: absolute;
	top: 19px;
	width: 17px;
}

.top-contact-content-dl-dd-form-tb-td-select {
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0;
	position: relative;
	width: 400px;
}

.top-contact-content-dl-dd-form-tb-td-select::before,
.top-contact-content-dl-dd-form-tb-td-select::after {
	box-sizing: border-box;
	border-color: #000 !important;
	border-top: 3px solid;
	border-right: 3px solid;
	content: "";
	height: 15px;
	position: absolute;
	right: 14px;
	width: 15px;
}

.top-contact-content-dl-dd-form-tb-td-select::before {
	top: 19px;
	transform: rotate(135deg);
	-webkit-transform: rotate(-45deg);
}

.top-contact-content-dl-dd-form-tb-td-select::after {
	bottom: 19px;
	transform: rotate(45deg);
	-webkit-transform: rotate(135deg);
}

.top-contact-content-dl-dd-form-tb-td-select select {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	color: #000;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.5;
	padding: 10px 15px;
	width: 100%;
	-webkit-appearance: none;
}

.top-contact-content-dl-dd-message {
	box-sizing: border-box;
	font-size: 23px;
	line-height: 1.5;
	margin-top: 40px;
	text-align: center;
}

.top-contact-content-dl dd .check-text {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 40px;
	text-align: center;
}

.top-contact-content-dl dd .check-text .mwform-checkbox-field {
	box-sizing: border-box;
	display: inline-block;
}

.top-contact-content-dl dd .check-text .mwform-checkbox-field label {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	position: relative;
}

.top-contact-content-dl dd .check-text .mwform-checkbox-field label::before {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	border-radius: 5px;
	content: "";
	left: 0;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30px;
}

.top-contact-content-dl dd .check-text .mwform-checkbox-field label input[type="checkbox"] {
	display: none;
}

.top-contact-content-dl dd .check-text .mwform-checkbox-field label .mwform-checkbox-field-text {
	box-sizing: border-box;
	display: block;
	font-size: 23px;
	line-height: 1.3;
	padding-left: 40px;
	position: relative;
}

.top-contact-content-dl dd .check-text .mwform-checkbox-field label input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
	box-sizing: border-box;
	border-color: #ff0000 !important;
	border-right: 4px solid;
	border-bottom: 4px solid;
	content: "";
	left: 8px;
	height: 18px;
	position: absolute;
	top: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 13px;
}

.top-contact-content-dl dd .check-text-new {
	box-sizing: border-box;
	font-size: 23px;
	line-height: 1.5;
	margin-top: 40px;
	text-align: center;
}

.top-contact-content-dl dd .check-text-new-in {
	box-sizing: border-box;
	margin-top: 10px;
}

.top-contact-content-dl dd .check-text-new-in input[type="text"] {
	background: #efefef;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 1.5;
	padding: 10px 15px;
	text-align: center;
	width: 80px;
	-webkit-appearance: none;
}

.top-contact-content-dl-dd-send-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 40px auto 0;
	padding: 0;
	width: 550px;
	-webkit-appearance: none;
}

.top-contact-content-dl-dd-send-btn.none {
	cursor: auto;
}

.top-contact-content-dl-dd-send-btn-in {
	background: linear-gradient(to bottom, #e49241 0%,#eb6e58 100%);
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.5;
	padding: 25px;
}

.top-contact-content-dl-dd-send-btn:hover .top-contact-content-dl-dd-send-btn-in {
	opacity: 0.6;
}

.top-contact-content-dl-dd-send-btn.none .top-contact-content-dl-dd-send-btn-in {
	opacity: 0.6;
}

.top-contact-content-dl-dd-send-btn.none:hover .top-contact-content-dl-dd-send-btn-in {
	opacity: 0.6;
}

.top-contact-content-dl-dd-send-btn-in-text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.top-contact-content-dl-dd-send-btn-in-text::after {
	box-sizing: border-box;
	content: "\e003";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 7px;
	text-shadow: none;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
}

body#error-2 .main,
body#thanks-2 .main {
	margin-top: 103.5px;
}

body#error-2 .top-contact-content .wrapper {
	padding: 50px 0;
}

body#error-2 .top-contact-content-dl {
	margin-top: 0;
}

body#error-2 .top-contact-content-dl dd {
	border-top: 5px solid;
}

body#thanks-2 .top-info-content .wrapper {
	padding: 50px 0;
}

.top-info-content-thanks-text {
	box-sizing: border-box;
	font-size: 30px;
	line-height: 1.5;
}

.top-info-content-thanks-text p {
	margin-bottom: 30px;
}

.top-info-content-thanks-text p:last-child {
	margin-bottom: 0;
}

.top-info-content-line-img {
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	display: block;
	margin: 40px auto 0;
	width: 200px;
}

.top-info-content-line-img img {
	height: auto;
	width: 100%;
}

body#thanks-2 .top-info-content-info-tb {
	margin-top: 40px;
}

body#error-2 .foot-copyright .wrapper {
	padding-top: 50px;
}

/*------------------------------
銀行とのつきあい方の極意とは？
------------------------------*/

.top-secret-content {
	background: #d2e7ff;
	box-sizing: border-box;
	position: relative;
}

.top-secret-content .wrapper {
	padding-top: 189px;
}

.top-secret-content .top-main-title-in-in {
	font-size: 43px;
}

.top-secret-content .top-aco {
	padding: 20px 0 100px;
}

.top-secret-content-in {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.top-secret-content-in-text p {
	margin-bottom: 30px;
}

.top-secret-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-secret-content-in-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.313;
}

.top-secret-content-in-dl + .top-secret-content-in-text {
	margin-top: 40px;
}

.top-secret-content-in-text .big {
	box-sizing: border-box;
	font-size: 45px;
	line-height: 1;
}

.top-secret-content-in-text .big-2 {
	box-sizing: border-box;
	font-size: 55px;
	line-height: 1;
}

.top-secret-content-in-dl {
	box-sizing: border-box;
}

.top-secret-content-in-text + .top-secret-content-in-dl {
	margin-top: 40px;
}

.top-secret-content-in-dl dt {
	background: #c59300;
	box-sizing: border-box;
	line-height: 0;
	padding: 10px 15px;
	text-align: center;
}

.top-secret-content-in-dl-dt-in {
	box-sizing: border-box;
}

.top-secret-content-in-dl-dt-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
}

.top-secret-content-in-dl dd {
	background: #efe7cb;
	box-sizing: border-box;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.5;
	padding: 20px;
}

.top-secret-content-in-dl-dd-box {
	background: #fff;
	box-sizing: border-box;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.5;
	padding: 10px;
	text-align: center;
}

.top-secret-content-in-dl-dd-box .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 40px;
	line-height: 1.5;
}

/*------------------------------
フッター直前の文言
------------------------------*/

.top-foot-content {
	box-sizing: border-box;
}

.top-foot-content .wrapper {
	padding: 50px 0;
}

.top-foot-content-text {
	box-sizing: border-box;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.4;
	text-align: center;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

.main {
	box-sizing: border-box;
}

/*------------------------------
（共通）お問い合わせ
------------------------------*/

.contact-banner-content {
	box-sizing: border-box;
	position: relative;
}

.contact-banner-content .wrapper {
	padding: 445px 0 100px;
}

.contact-banner-content .full-img {
	left: 0;
	position: absolute;
	top: 0;
}

.contact-banner-content-logo {
	box-sizing: border-box;
}

.contact-banner-content-logo-main-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.contact-banner-content-logo-main-title-in {
	box-sizing: border-box;
}

.contact-banner-content-logo-main-title-in-in {
	box-sizing: border-box;
	color: #ac2217;
	display: inline-block;
	font-weight: 900;
	font-size: 52px;
	line-height: 1.5;
	padding-left: 60px;
	position: relative;
}

.contact-banner-content-logo-main-title-in-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50px;
}

.contact-banner-content-logo-main-title-in-in-icon::before {
	background: url(images/icon-logo-2.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 90.476%;
	position: relative;
	width: 100%;
}

.contact-banner-content-logo-title {
	box-sizing: border-box;
}

.contact-banner-content-logo-title-main {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.contact-banner-content-logo-title-main-in {
	box-sizing: border-box;
}

.contact-banner-content-logo-title-main-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 70px;
	line-height: 1.5;
}

.contact-banner-content-logo-title-sub {
	box-sizing: border-box;
	line-height: 0;
	margin-top: -10px;
	text-align: center;
}

.contact-banner-content-logo-title-sub-in {
	box-sizing: border-box;
}

.contact-banner-content-logo-title-sub-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.5;
}

.contact-banner-content-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin-top: 60px;
	padding-top: 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.contact-banner-content-btn-title {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
	text-shadow: 3px  3px 3px #009000,
							-3px  3px 3px #009000,
							 3px -3px 3px #009000,
							-3px -3px 3px #009000,
							 3px  0px 3px #009000,
							 0px  3px 3px #009000,
							-3px  0px 3px #009000,
							 0px -3px 3px #009000;
	top: 0;
	z-index: 2;
}

.contact-banner-content-btn-in {
	background: linear-gradient(to bottom, #00ac00 0%,#009000 100%);
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 900;
	font-size: 36px;
	line-height: 1.5;
	padding: 40px 20px 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.contact-banner-content-btn:hover .contact-banner-content-btn-in {
	opacity: 0.6;
}

.contact-banner-content-btn-in .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 50px;
	line-height: 1.5;
}

.contact-banner-content-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 33px 0 100px;
	position: relative;
}

.contact-banner-content-btn-in-text::before {
	box-sizing: border-box;
	content: "\e017";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 90px;
	line-height: 1;
	left: 0;
	position: absolute;
	text-shadow: none;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.contact-banner-content-btn-in-text::after {
	box-sizing: border-box;
	content: "\e003";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 7px;
	text-shadow: none;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
}

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

footer {
	box-sizing: border-box;
}

.foot-copyright {
	box-sizing: border-box;
}

.foot-copyright .wrapper {
	padding-bottom: 50px;
}

.foot-copyright-text {
	box-sizing: border-box;
	font-size: 32px;
	line-height: 1.563;
	text-align: center;
}

/*----------------------------------------
スマホ用固定フッター
----------------------------------------*/

.fixed-foot-sp {
	display: none;
}

/*----------------------------------------
ページトップ
----------------------------------------*/

.pagetop {
	background: #444;
	box-sizing: border-box;
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e001";
	font-family: 'icomoon';
	font-size: 75px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	width: 75px;
}

.pagetop:hover {
	opacity: 0.6;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}