@charset "UTF-8";

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	color:#333;
	position: relative;
}
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;
}
img {
	display: block;
}
img.img100{
	width:100%;
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
}
img.img90 {
	max-width: 90%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.img_center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a:hover img{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
p{
	line-height: 1.8em;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
/*select,*/
textarea,
button {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
}
/*select::-ms-expand {
	display: none;
}*/
*, :after, :before {
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
a[href^="tel:"] {
    pointer-events: none;
}
}

/* =================================
 margin・padding
================================= */

/*margin right*/
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
/*margin left*/
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/*margin top*/
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
/*margin bottom*/
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
/*padding right*/
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
/*padding left*/
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
/*padding top*/
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
/*padding bottom*/
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}

/* =================================
font
================================= */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}
.font50 {
	font-size: 50% !important;
}
.font60 {
	font-size: 60% !important;
}
.font70 {
	font-size: 70% !important;
}
.font80 {
	font-size: 80% !important;
}
.font90 {
	font-size: 90% !important;
}
.font100 {
	font-size: 100% !important;
}
.font110 {
	font-size: 110% !important;
}
.font120 {
	font-size: 120% !important;
	line-height:1.8em;
}
.font130 {
	font-size: 130% !important;
	line-height:2em !important;
}
.font150 {
	font-size: 150% !important;
	line-height:1.8em;
}
.font160 {
	font-size: 160% !important;
line-height:2em;
}
.font170 {
	font-size: 170% !important;
line-height:2em;
}
.font180 {
	font-size: 180% !important;
line-height:2em;
}
.font200 {
	font-size: 200% !important;
	line-height:2em;
}
.font230 {
	font-size: 230% !important;
	line-height:2em;
}
.font250 {
	font-size: 250% !important;
	line-height:2em;
}
.white{
	color:#fff;
}
.red{
	color:#ff0000;
}
.pink{
	color:#ff6d2e;
}
.green{
	color:#009245;
}
.gray{
	color:#b3b3b3;
}
.yellow{
	color:#fbed21;
}
.orange{
	color:#f7931e;
}

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.heisei_font{
	font-family: "heisei-kaku-gothic-std";
}

/* =================================
テキスト揃え
================================= */
.txtJustify{
	text-align:justify;
}
.txtCenter{
	text-align:center;
}

/* =================================
テキスト揃え行間
================================= */
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2.0em;
}
.lh25{
	line-height:2.5em;
}


/* =================================
titH3
================================= */
.titH3{
	background:#f7931e;
}
.titH3 h3{
	padding: 15px 0;
	color: #fff;
	text-align: center;
}
.titH3_2{
	text-align: center;
}
.titH3_2 h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.titH3_2 h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f7931e;
  border-radius: 2px;
}


.titH3_3 h3 {
  border-bottom: solid 3px #333;
  position: relative;
}

.titH3_3 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #009245;
  bottom: -3px;
  width: 30%;
}

.titH3_4 h3 {
  border-bottom: solid 3px #333;
  position: relative;
}

.titH3_4 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #fbb03b;
  bottom: -3px;
  width: 30%;
}


.triangles{
	position: relative;
    text-align: center;
    background: #000;
    margin-bottom: 20px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
	color:#fff;
}
.triangles:before {
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    border-top-color: #000;
    border-width: 20px;
    margin-left: -20px;
}

/* =================================
カッコ書きタイトル
================================= */
.kakkoTitle{
	margin-left: auto;
	margin-right: auto;
	width:300px;
	max-width: 90%;
}
.kakkoTitle2{
	margin-left: auto;
	margin-right: auto;
	width:450px;
	max-width: 90%;
}
.kakkoTitle h3,.kakkoTitle2 h3 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: block;
  top:0;
	text-align: center;
}
.kakkoTitle h3:before, .kakkoTitle h3:after,
.kakkoTitle2 h3:before, .kakkoTitle2 h3:after{ 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: block;
}
.kakkoTitle h3:before,.kakkoTitle2 h3:before  {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.kakkoTitle h3:after,.kakkoTitle2 h3:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

/* =================================
吹き出し
================================= */
.balloon1 {
  position: relative;
  display: block;
  margin-left:auto ;
  margin-right: auto;
  padding: 7px 10px;
  width: 100%;
  color: #fff;
  background: #1d5cab;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1d5cab;
}

.balloon1 h3 {
  margin: 0;
  padding: 5px 0;
text-align: center;
	color: #fff;
}

.fukidashi01 {
  position: relative;
  width: 100%; /* 幅 */
  min-height: 60px; /* 最小の高さ */
  margin-bottom: 20px; /* 外側の余白 */
}
.fukidashi01 p{
	padding:15px;
}
.fukidashi::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 30px; height: 30px; /* 吹き出しサイズ */
}
.fukidashi::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.fukidashi>* {
  position: relative;
  z-index: 3;
}
.fukidashi,
.fukidashi::after {
  border-radius: 5px; /* 角の丸め方 */
}
.fukidashi01,
.fukidashi01::before,
.fukidashi01::after {
  background: #1d5cac; /* 背景色 */
	color:#FFF;
}
/* 吹き出し・下辺左側 */
.fukidashi--bottom_left::before {
  bottom: -10px; left: 30px; /* 位置 */
  transform: rotate(45deg) skew(5deg,5deg); /* 傾斜角(skew) */
}


/* =================================
透過
================================= */
.alpha{
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* =================================
clearfix
================================= */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */
.clear {
	clear: both;
}

/* =================================
 スマホ・PC画像振り分け
================================= */

@media screen and (min-width: 768px) {
.sp_only{
display:none !important;
}
}

@media screen and (max-width: 768px) {
.pc_only{
display:none !important;
}
}


/* =================================
 header
================================= */
header img {
	display: block;
}
header{
	background: #fff;
	position: fixed;
	width:100%;
	z-index: 9999;
}


@media screen and (min-width: 769px) {
	header{
		height: 95px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	h1.headLogo{
		float: left;
		max-width:25%;
	}
	h1.headLogo img{
		width:257px;
		max-width: 100%;
		display: block;
	}
	.topInfo{
		float: right;
		margin-top: 10px;
		max-width:70%;
	}
	a.topInfoL img{
		display: block;
		float: left;
		width:230px;
		max-width: 43%;
	}
	a.topInfoR img{
		display: block;
		float: right;
		width:300px;
		margin-left: 1%;
		max-width: 56%;
	}
	a.topInfoL img,a.topInfoR img{
		display: block;
	}
}


/*スマホ用ヘッダー*/
@media screen and (max-width: 768px) {
	header{
	height: 140px;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	h1.headLogo{
		width:200px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	h1.headLogo img{
		width:100%;
		display: block;
	}
	.topInfo{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	a.topInfoL{
		display: block;
		float: left;
		width:43%;
	}
	a.topInfoR{
		display: block;
		float: left;
		width:56%;
		margin-left: 1%;
	}
	a.topInfoL img,a.topInfoR img{
		display: block;
		width:100%;
	}
}


/* =================================
 ヘッダーイメージ
================================= */
.headImg{
	background: url(images/bg_headimg.jpg) no-repeat center bottom;
	background-size: cover;
}
.headImg img.bg_headimg{
	display: block;
	width:100%;
}
img.pic_headimgPc{
	display: block;
	width:1000px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
img.pic_headimgSp{
	display: block;
	width:768px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

/* =================================
 wrapper
================================= */
.wrapper{
	width:100%;
	position: absolute;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	.wrapper{
	top: 95px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper{
	top: 140px;
	}
}


/* =================================
 inner
================================= */
.inner01{
	width: 1000px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.inner02{
	width: 1000px;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.inner03{
	width: 768px;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
	align-items: stretch;    /*全ての要素の高さを揃える*/
	flex-wrap:wrap;
}
.flex2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
	align-items: stretch;    /*全ての要素の高さを揃える*/
	flex-wrap:wrap;
}
@media(max-width:768px)  {
	.flex2{
		display: block;
	}
}

/* ----------------------------------------------------------------------
 ２カラム用
---------------------------------------------------------------------- */

.full_content{
width: 100%;
margin: 0 !important;
text-align: center;
overflow:hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.single_content{
width:1000px;
max-width:100%;
margin:0 auto;
padding:0 0;
}
.left_content{
float:left;
width:50%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content{
float:right;
width:50%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left_content30{
float:left;
width:28%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content30{
float:right;
width:28%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.left_content70{
float:left;
width:68%;
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.right_content70{
float:right;
width:68%;
padding-left:0px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sp_box{
	padding:0 2%;	
}
.sp_box2{
	padding:0 4%;
}

/* =================================
 3カラム用
================================= */
.three_column{
	width:30%;
	float:left;
	margin-right:5%;
}
.three_column:nth-child(3){
	margin-right:0;
}
@media(max-width:768px)  {
	.three_column{
	width:90%;
	float:none;
	margin-left:auto;
	margin-right:auto;
	}
	.three_column:nth-child(3){
	margin-right:auto;
	}
}

/* =================================
 footer
================================= */

.copyright{
	background: #39b54a;
}
.copyright p{
	text-align: center;
	color: #fff;
	font-size:80%;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 1.5em;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 パララックス
---------------------------------------------------------------------- */
.parallax {
	width: 100%;
	height: 400px;
}
.height01 {
	height:100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100% !important;
}

/* =================================
 トップへ戻るボタン
================================= */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size:40px;
	text-decoration: none;
	text-align: center;
	background:#f6921e;
	width:45px;
	height:45px;
	border-radius: 40px;
	line-height: 1.1em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* =================================
 ページ内容（トップページ）
================================= */

/*トップアイコン*/
.top_icoBox{
	width:18%;
}
.top_icoBox img{
	display: block;
	width: 100%;
}
.top_icoBox p{
	font-size: 90%;
}
@media(max-width:768px)  {
.top_icoBox p{
	font-size: 65%;
}
}
/*@media(max-width:768px)  {
	.top_icoBox{
	width:32%;
}
}
@media(max-width:600px)  {
	.top_icoBox{
	width:48%;
}
}*/

/*申し込みボタン*/
img.titApp,img.btnApp{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.titApp{
	width: 652px;
	max-width: 90%;
}
img.btnApp{
	width: 100%;
}


/*こんなお悩みを抱えていませんか？*/
.onayami{
	background: url(images/bg_onayami.jpg) no-repeat center center;
	background-size: cover;
}
.onayamiTxt{
	position: relative;
}
img.onayamiBg{
	/*position: absolute;
	z-index: 0;
	right: 0;
	bottom:0;*/
	float: right;
	width:400px;
	max-width: 80%;
	display: block;
}
.checkbox{
	z-index: 1;
	position: absolute;
	top:50px;
	left: 0;
	right: 0;
}
.checkbox img{
	display: block;
	width: 480px;
	max-width:100%;
}
@media(max-width:768px)  {
	.checkbox{
	margin-bottom: 50px;
	}
	.checkbox img{
		-webkit-filter: drop-shadow(3px 0 2px #333);
		filter: drop-shadow(3px 0 2px #333);
	}
}

/*アクト・ウィルにおまかせください！*/
.kaiketsu{
	background: url(images/bg_kaiketsu.jpg) no-repeat bottom center;
	background-size: cover;
}
img.ico_kaiketsu{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.draw_kaiketsu{
	width: 600px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.kaiketsuTxt{
	background: rgba(255,255,255,0.8);
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding: 25px;
}

/*期間限定のお得なキャンペーン実施中*/
.limited{
	background: url(images/bg_limited.jpg) repeat;
}
h3.limitedH3{
	background: #fbb03b;
	border-radius: 200px;		/* CSS3草案 */
	-webkit-border-radius: 200px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 200px;	/* Firefox用 */
}
.limitedBox{
	background: #fff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding: 25px;
}
.limitedBox img{
	display: block;
	width: 547px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*事業資金に関してお困りなら、まずはお気軽にご相談下さい*/
.sodan{
	background: #f2f2f2;
}
.sodanBox{
	width: 50%;
}
.sodanBoxInner{
	width: 500px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.sodanBox img{
	width:100%;
	display: block;
}
.sodanPoint{
	width: 49%;
	border:1px solid #39b54a;
	color:#39b54a;
	background: #fff;
	border-radius: 50px;		/* CSS3草案 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50px;	/* Firefox用 */
	padding: 10px;
}
.sodanBtnBox a{
	color:#fff;
	text-decoration: none;
	display: block;
	width:450px;
	max-width: 90%;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	position: relative;
}
a.sodanBtnTel{
	background:#c1272d;
}
a.sodanBtnMail{
	background:#39b54a ;
}
.sodanBtnBox a:hover{
	background: #333;
}
..sodanBtnBox a i{
	margin-right: 5px;
}
.sodanBtnBox a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(images/arrow.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: transform .2s;
}
@media(max-width:768px)  {
	.sodanBox{
	width: 100%;
}
}

/*４つの理由*/
.reasonBox{
	background: #f2f2f2;
}
.reasonTxt{
	width: 500px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
img.reasonImg{
	width: 100%;
	display: block;
}
h3.titH3_4_01:before{
	content:"";
	display:inline-block;
	width:80px;
	height:40px;
	background:url(images/ico_reason01.png) no-repeat;
	background-size:contain;
	margin-right: 5px;
}
h3.titH3_4_02:before{
	content:"";
	display:inline-block;
	width:80px;
	height:40px;
	background:url(images/ico_reason02.png) no-repeat;
	background-size:contain;
	margin-right: 5px;
}
h3.titH3_4_03:before{
	content:"";
	display:inline-block;
	width:80px;
	height:40px;
	background:url(images/ico_reason03.png) no-repeat;
	background-size:contain;
	margin-right: 5px;
}
h3.titH3_4_04:before{
	content:"";
	display:inline-block;
	width:80px;
	height:40px;
	background:url(images/ico_reason04.png) no-repeat;
	background-size:contain;
	margin-right: 5px;
}


/*ご融資の流れ*/
.stepBox{
	width:23%;
}
img.stepIco{
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.stepImg{
	width: 100%;
	max-width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:768px)  {
	.stepBox{
	width:400px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
}


/*注意事項*/
.caution{
	background: #f7931e;
}
.caution .inner02{
	background: url(images/bg_caution.png) no-repeat center center;
	background-size: contain;
}


/*お客様の声*/
.voiceTit{
	background: url(images/bg_voice_tit.jpg) no-repeat center center;
	background-size: cover;
}
.voiceTit img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.voiceBox{
	background: #daecdb;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding: 25px;
}
.voiceBoxImg{
	width:200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.voiceBoxTxt{
	width:calc(100% - 240px);
}
img.voiceTit{
	width:680px;
	max-width: 90%;
}
img.voiceImg{
	display: block;
	width:200px;
	max-width:100%;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:768px)  {
	.voiceBoxImg{
	margin-bottom:15px;
	}
	.voiceBoxTxt{
	width:100%;
}
}

/*よくあるご質問*/
.faqBox{
	border-bottom: 1px dashed #333;
	padding-bottom: 15px;
}
h3.faq_q::before{
	content: url(images/ico_faq_q.png);
    margin-right: 10px;
    position: relative;
    top: 12px;
}
p.faq_a::before{
	content: url(images/ico_faq_a.png);
    margin-right: 10px;
    position: relative;
    top: 12px;
}
h3.faq_q,p.faq_a{
 margin-left:45px;
 text-indent:-45px;
}


/*資金難に苦しむ中小企業様を応援します*/
.support{
	background: url(images/bg_support.jpg) no-repeat center center;
	background-size: cover;
}





/*メールフォーム*/
#contact {
    padding-top: 130px;
    margin-top: -130px;
}
.contact{
	background: url(images/bg_menulist.jpg) 0 0 repeat;
	padding-top:0px;
	padding-bottom: 50px;
}
.mailformBox{
	background: #fff;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
	padding: 20px 30px 50px;
}
label {
  display: block;
  position:relative;
padding-left:1.3em;
}
label input[type=checkbox] {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  margin:auto;
}
input[type=text],select,textarea{
	font-size:90%;
}
input[type=text] {
  width:100% !important;
	height: 30px;
}
input.hope{
	width: 50% !important;
}
select {
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
    display: none;
}
select {
	padding: 8px ;
}
table.mailform th,table.mailform td{
	line-height: 1.8em;
	font-size: 100%;
	padding-top:20px;
	padding-bottom: 20px;
}
.submitButton {
  display       : inline-block;
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 35px;   /* 余白       */
  background    : #000000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #000000;    /* 枠の指定 */
}
.submitButton:hover {
  color         : #000000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
.submitButtonBox{
	text-align: center;
}
@media(max-width:768px)  {
	table.mailform,table.mailform tbody,
	table.mailform tr,table.mailform th,
	table.mailform td{
		display: block;
}
	table.mailform th{
		border: none !important;
		padding-bottom: 0px;
		width:100% !important;
	}
	table.mailform td{
		padding-top: 0px;
	}
}

/*プライバシーポリシー*/

.privacy{
	padding: 20px;
    height: 150px;
    overflow-y: scroll;
    margin: 30px auto 50px auto;
    text-align: left;
	max-width: 90%;
}
.privacy h3,.privacy h4,.privacy p,.privacy ul{
	line-height: 1.8em;
}
.bg-gray{
	background: #f2f2f2;
	padding:20px;
	border:1px #666 solid;
}
.privacy ul li{
	list-style: circle;
	list-style-position: outside;
	margin-left: 30px
}
.privacy ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1em;
}


/*ビジネスローン・事業資金融資*/
.loan{
	background: #f2f2f2;
}
table.loanTable{
	width: 780px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
table.loanTable th,table.loanTable td{
	text-align: left;
	padding: 10px;
	line-height: 1.8em;
	border-bottom: 1px #666 dashed;
}
@media(max-width:600px)  {
	table.loanTable{
	max-width: 90%;
	}
	table.loanTable,table.loanTable tbody,
	table.loanTable tr,table.loanTable th,table.loanTable td{
	display: block;
	}
	table.loanTable td{
		border-bottom: 2px #666 solid;
	}
}

/*会社概要*/
.company{
	background: #f2f2f2;
}
table.companyTable{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
table.companyTable th,table.companyTable td{
	text-align: left;
	padding: 10px;
	line-height: 1.8em;
	border-bottom: 1px #666 dashed;
}
@media(max-width:600px)  {
	table.companyTable{
	max-width: 90%;
	}
	table.companyTable,table.companyTable tbody,
	table.companyTable tr,table.companyTable th,table.companyTable td{
	display: block;
	}
	table.companyTable td{
		border-bottom: 2px #666 solid;
	}
}


/* =================================
 パソコンのみの設定
================================= */
@media screen and (min-width: 768px) {
/* スマホのみ改行
-------------------------------------------------------------------*/
 .kaigyouSp {
  display: none;
 }

}

/* =================================
 タブレット以下の設定
================================= */
@media screen and (max-width: 768px) {

 /* ２カラム用
-------------------------------------------------------------------*/
.right_content,.left_content,
.right_content30,.left_content30,
.right_content70,.left_content70{
	float:none;
	width:100%;
	padding:0;
}
.sp_box,.sp_box2{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

}


/* =================================
 スマホのみの設定
================================= */
@media screen and (max-width: 640px) {

}