@charset "UTF-8";
/* CSS Document */


@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;
}
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;
}
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: 621px) {
a[href^="tel:"] {
    pointer-events: none;
}
}
/* =================================
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;
}

/* =================================
 画像サイズ（レスポンシブ仕様）
================================= */
img.img100{
	width:100%;
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
}
img.imgCenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
img.imgLeft{
	display: block;
	margin-right: auto;
	max-width:100%;
}
img.imgRight{
	display: block;
	margin-left: auto;
	max-width:100%;
}

/* =================================
 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;
  }
  
  /*All padding*/
  .pd10{
      padding:10px;
  }
  .pd20{
      padding:20px;
  }
  .pd30{
      padding:30px;
  }
  .pd50{
      padding:50px;
  }
  
/* =================================
font（weight）
================================= */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}

/* =================================
font（size %）
================================= */
.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;
}

/* =================================
font（size px）
================================= */
.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
@media screen and (min-width: 769px) {
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
	.font18-20px{
		font-size: 20px;
	}
	.font18-25px{
		font-size: 25px;
	}
	.font20-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font30-35px{
		font-size: 35px;
	}
}
@media screen and (max-width: 768px) {
    .font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
	.font18-20px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
	.font20-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font30-35px{
		font-size: 30px;
	}
}

/* =================================
font（family）
================================= */
.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","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.cent_font{
	font-family: Century Gothic, sans-serif;
}

/* =================================
adobe font（family：源ノ角ゴシック）
================================= */
.gen_fontB{
font-family: source-han-sans-japanese,sans-serif;
font-weight: 700;
font-style: normal;
}
.gen_fontR{
font-family: source-han-sans-japanese,sans-serif;
font-weight: 400;
font-style: normal;
}
.gen_fontN{
font-family: source-han-sans-japanese,sans-serif;
font-weight: 300;
font-style: normal;
}

/* =================================
font（color）
================================= */

.white{
	color:#fff;
}
.red{
	color:#e83828;
}
.navy{
	color:#0c1532;
}
.sky{
	color:#2da0d2;
}
.yellow{
	color:#ffff00;
}


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

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

/* =================================
文字間
================================= */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* =================================
改行
================================= */

/*スマホのみ改行*/
@media screen and (min-width: 769px) {
    .kaigyouSp {
     display: none;
    }
}
/*PCのみ改行*/
@media screen and (max-width: 768px) {
    .kaigyouPc {
        display: none;
    }
}

/* =================================
見出し
================================= */
.titBar{
	padding:15px;
}
@media screen and (min-width: 769px) {
	.titBar h3{
		font-size:33px;
		line-height:1.5em;
	}
}
@media screen and (max-width: 768px) {
	.titBar h3{
		font-size:23px;
		line-height:1.5em;
	}
}

.enTit{
	color:#2da0d2;
	font-size:45px;
	line-height: 1.0em;
	text-align: center;
	font-weight:bold;
}


.lineTit {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.lineTit:before, .lineTit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}
.lineTit:before {
  left:0;
}
.lineTit:after {
  right: 0;
}

/* =================================
マーカーアニメーション
================================= */
 
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.marker-animation01{/*黄色*/
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* =================================
背景色
================================= */
.bgWhite{
	background: #fff;
}
.bgSky{
	background: #2da0d2;
}

/* =================================
角丸
================================= */
.radius05{
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

/* =================================
 スマホ・PC それぞれの表示・非表示
================================= */

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

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

/* =================================
 inner
================================= */
.inner{
	width: 1050px;
	max-width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
}
.inner768{
	width: 768px;
	max-width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
}

/* =================================
 flexbox
================================= */

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.flex-wrap{
	flex-wrap:wrap; 	/*要素を折り返して繰り返す*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.row-reverse{
	flex-flow: row-reverse; /*並び順を逆にする*/
}
.border-box{
	box-sizing:border-box;
}
@media(max-width:768px)  {
	.flex_block{
		display: block;
	}
}

@media(min-width:769px) {
	.flexBox2{
		width:48%;
    }
    .flexBox3{
        width:31%;
    }
    .flexBox4{
		width:24%;
    }
}
@media(max-width:768px) {
	.flexBox2{
      width:100%;
      margin-bottom: 30px;
    }
    .flexBox3{
      width:100%;
      margin-bottom: 30px;
    }
    .flexBox4{
      width:49%;
      margin-bottom: 30px;
    }
}

/* =================================
 float
================================= */
.left{
	float: left;
}
.right{
	float: right;
}

/* =================================
 header
================================= */
body{
	position: relative;
}
.header{
	position: fixed;
	background: rgba(255,255,255,0.8);
	border-bottom: 5px #0c1532 solid;
	z-index: 999;
}
@media(min-width:769px) {
	.header{
		width:100%;
		height:90px;
	}
}
@media(max-width:768px) {
	.header{
		width:100%;
		height:72.5px;
	}
}
.logo img{
	display:block;
	width: 100%;
	padding: 15px 0;
	float: left;
}
@media(min-width:769px) {
	.logo{
		width:220px;
	}
}
@media(max-width:768px) {
	.logo{
		width:150px;
	}
}

.headerInfo{
	float: right;
}
@media(min-width:769px) {
	.headerInfo{
		width:400px;
	}
	.headerInfoTel{
		width:290px;
		float:left;
	}
	p.tel{
		color:#e83828;
		font-weight:bold;
		font-size:38px;
		padding-top: 10px;
		line-height: 1.0;
		margin-bottom: 5px;
	}
	p.tel::before{
		content: url("../images/ico_freedial.png");
		margin-right: 0.3em;
		position: relative;
		top: 3px;
	}
	p.time{
		font-size: 13px;
		line-height: 1.0;
	}
	p.time span{
		font-size:12px;
		display: inline-block;
		padding: 3px 5px;
		box-sizing: border-box;
		border: 1px #333 solid;
		margin-right: 0.3em;
	}
	p.time em{
		font-style: normal;
		font-size:12px;
	}
	.headerInfoContact{
		width:100px;
		float: right;
	}
	.headerInfoContact a{
		background: #ff9400;
		width:100%;
		display: block;
		text-decoration: none;
	}
	.headerInfoContact a:hover{
		background: #666;
	}
	.headerInfoContact a img{
		padding-top: 5px;
	}
	.headerInfoContact a p{
		font-size:10px;
		font-weight:bold;
		text-align: center;
		line-height: 1em;
		margin-top: 5px;
		color: #fff;
		padding-bottom: 5px;
	}
	.headerInfoSp{
		display: none;
	}
}
@media(max-width:768px) {
	.headerInfoPc{
		display: none;
	}
	.headerInfo{
		width:110px;
		padding-top: 11.25px;
	}
	.headerInfoTel{
		width:50px;
		float:left;
	}
	.headerInfoContact{
		width:50px;
		float:right;
	}
}

/* =================================
 main
================================= */
@media(min-width:769px) {
	main.main{
		padding-top:90px;
	}
}
@media(max-width:768px) {
	main.main{
		padding-top:72.5px;
	}
}

/* =================================
 メインビジュアル
================================= */
.mv{
	background: url("../images/bg_headimg.jpg") no-repeat bottom center;
	background-size: cover;
}
.mv .mvInner{
	position: relative;
	width:calc(100% - 15px);
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.mvImg img{
	width: 100%;
}
@media screen and (min-width: 621px){
	.mvTxt{
		width:80%;
		position: absolute;
		left:0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		z-index: 1;
	}
	img.mvIntro01Pc{
		display: block;
		margin-right: auto;
		max-width:100%;
	}
	img.mvIntro01Sp{
		display: none;
	}
	.mvImg{
		margin-left: auto;
		width: 35%;
		max-width: 362px;
	}
	img.mvImgPc{
		display: block;
	}
	img.mvImgSp{
		display: none;
	}
} 
@media screen and (max-width: 620px) {
	.mvTxt{
		width:100%;
		padding-top: 10px;
	}
	img.mvIntro01Pc{
		display: none;
	}
	img.mvIntro01Sp{
		display: block;
		margin-right: auto;
		max-width:100%;
	}
	.mvImg{
		width: 400px;
		max-width:75%;
		margin-left: auto;
		margin-right: 5%;
	}
	img.mvImgPc{
		display: none;
	}
	img.mvImgSp{
		display: block;
	}
}

h2.mvTit{
	color:#e83828;
	line-height: 1.5em;
	margin-top: 0.4em;
}
h2.mvTit span{
	font-size:180%;
}
@media screen and (min-width: 1050px) {
	.mvImg img{
		padding-top: 82px;
	}
	h2.mvTit{
		font-size:35px;
	}
}
@media screen and (max-width: 1049px) and ( min-width: 900px ){
	.mvImg img{
		padding-top: 80px;
	}

	h2.mvTit{
		font-size:3.5vw;
	}
}
@media screen and (max-width: 899px) and ( min-width: 621px ){
	.mvImg img{
		padding-top: 50px;
	}
	h2.mvTit{
		font-size:3.5vw;
	}
}
@media screen and (max-width: 620px) {
	.mvImg img{
		margin-top: 15px;
	}
	h2.mvTit{
		font-size:4.8vw;
	}
}
.mvIso{
	position: absolute;
	bottom:1px;
}



/* =================================
 申し込みボタン
================================= */
.apps{
	background:url("../images/bg_apps.jpg") no-repeat center center;
	background-size: cover;
}
.appBalloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #e83828;
  border-radius: 10px;
  box-sizing: border-box;
}
.appBalloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.appBalloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e83828;
  z-index: 1;
}
p.appsTxtTop{
	margin-bottom: 15px;
}
p.appstel a{
	text-decoration: none;
}
p.appstel a::before{
	content: url("../images/ico_apps_free.png");
	margin-right: 0.3em;
	position: relative;
	top: 3px;
}
p.appstel span{
	font-size:12px;
	border:1px #333 solid;
	color: #333;
	line-height: 1em;
	padding: 5px 10px;
	box-sizing: border-box;
}
img.appsBnr{
	display: block;
	max-width: 100%;
}
@media screen and (min-width: 769px) {
	.appsImg{
		width:220px;
	}
	.appsTxt{
		width:515px;
		padding-top: 35px;
	}
	p.appstel a{
		font-size:35px;
	}
	p.appstel span{
		position: relative;
		bottom:7px;
		display: inline-block;
		margin-left: 0.5em;
	}
}
@media screen and (max-width: 768px) {
	.apps{
		padding-bottom: 20px;
	}
	.appsImg,.appsTxt{
		width:100%;
	}
	.appsTxt{
		margin-top: 10px;
	}
	.appsImg img{
		width:150px;
	}
	p.appsTxtTop{
		text-align: center;
	}
	p.appstel{
		text-align: center;
	}
	p.appstel a{
		font-size:35px;
	}
	p.appstel span{
		display: block;
		width:120px;
		margin-left: auto;
		margin-right: auto;
	}
	img.appsBnr{
		margin-left: auto;
		margin-right: auto;
	}
}


/* =================================
 チャットボット
================================= */
.botchan_open{
	cursor: pointer;
}

/* =================================
 2.5社間ファクタリングとその他のファクタリングの比較表
================================= */
table.figureTb{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

table.figureTb th{
  text-align: center;
  padding: 15px;
  border:2px #fff solid;
  box-sizing: border-box;
  width: 25%;
}
table.figureTb th:nth-child(1),table.figureTb th:nth-child(3),table.figureTb th:nth-child(4){
  background-color:#43879d;
  color: #fff;
}
table.figureTb th:nth-child(2),table.figureTb td:nth-child(2){
  background-color:#ff9400;
  color:#fff;
}

img.figureLogo{
	display: block;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
table.figureTb td{
  text-align: center;
  padding: 10px 0 15px;
  width: 50%;
  border:2px #fff solid;
  box-sizing: border-box;
  background: #f2f2f2;
  font-weight:bold;
}
table.figureTb .popular{

}
table.figureTb th.popular{
  position: relative;
}
table.figureTb th.popular span.mycompany{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);	
  background: #fff;
  width:120px;
  font-size: 16px;
  font-weight:bold;
  border-radius: 100px;
  line-height: 1;
  padding: 10px;
  border:1px #ff9400 solid;
  box-sizing: border-box;
  color:#ff9400;
}
table.figureTb th.popular span.figureTbInner{
  position: absolute;
  background-color: #ff9400;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
}

@media(min-width:768px) {
	table.figureTb tr td{
		font-size: 18px;
		line-height: 30px;
		height:30px;
		vertical-align: middle;
	}
	table.figureTb tr td:nth-child(2){
		font-size:25px;
	}
}
@media(max-width:768px) {
	table.figureTb tr td{
		font-size: 14px;
		line-height: 30px;
		height:30px;
		vertical-align: middle;
	}
	table.figureTb tr td:nth-child(2){
		font-size:20px;
	}
}


.scrollTb table{
	width:1050px;
}
@media(max-width:768px){
	.scrollTb table{
		width:768px;
	}
}

/*table（横スクロール）*/
.scrollTb{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scrollTb::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 height: 5px;
}
.scrollTb::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
}
.scrollTb::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	 background: #BCBCBC;
}



/* =================================
 利用回数に応じた買取金額の比較表
================================= */
table.kaitoriTb{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table.kaitoriTb th,table.kaitoriTb td{
  text-align: center;
  padding: 15px;
  border:2px #fff solid;
  box-sizing: border-box;
  width: 25%;
  height:40px;
  line-height: 1.5em;
  vertical-align: middle;
}
table.kaitoriTb th{
	background: #43879d;
	color:#fff;
}
table.kaitoriTb th span div{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 14px 0 14px;
	border-color: #ffffff transparent transparent transparent;
	margin:8px auto 0;
}
table.kaitoriTb td{
	background: #e6e6e6;
}
table.kaitoriTb tr.kaitoriD td{
	background: #ff9400;
	color:#fff;
}

@media screen and (min-width: 769px) {
	table.kaitoriTb th,table.kaitoriTb td{
		font-size: 18px
	}
	table.kaitoriTb tr.kaitoriD td{
		font-size:23px;
	}
}
@media screen and (max-width: 768px) {
	table.kaitoriTb th,table.kaitoriTb td{
		font-size: 15px
	}
	table.kaitoriTb tr.kaitoriD td{
		font-size:20px;
	}
}


/* =================================
 利用手数料を最大限に引き下げた新サービス
================================= */
.new_service{
	background: #ebf2f2;	
}
h3.serviceTit{
	background: #0c1532;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding: 20px;
	line-height: 1.5em;
	box-sizing: border-box;
	width:100%;
}
p.serviceTitSub span{
	background: linear-gradient(0deg, #0c1532, #2da0d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #0c1532;
}
p.service_fee{
	display: inline-block;
	border:2px #e83828 solid;
	padding: 10px 15px;
	box-sizing: border-box;
	background:#ffff00;
}
p.service_fee span{
	font-size:200%;
}

.serviceBalloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px;
  width: 768px;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #e83828;
  box-sizing: border-box;
  border-radius: 10px;
}
.serviceBalloon:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.serviceBalloon:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #e83828;
  z-index: 1;
}

/* =================================
 about
================================= */
.about{
	background: url("../images/bg_about.jpg") no-repeat center center;
	background-size: cover;
}
.aboutInner{
	background: rgba(12,21,50,0.8);
	padding: 20px;
	box-sizing: border-box;
}
h3.aboutTitMain{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}
h3.aboutTitMain:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2da0d2;
  border-radius: 2px;
}

/* =================================
 ファクタリング専用口座の管理会社
================================= */
.tranzaxBox{
	background: #f2f2f2;
	border-radius: 10px;
	padding: 20px;
}

/* =================================
 ファクタリングご利用条件
================================= */
table.termTb{
	width: 100%;
}
table.termTb th,table.termTb td{
	padding: 20px;
	vertical-align: middle;
	
}
table.termTb th{
	background:#2da0d2;
	color:#fff;
	border-bottom:2px #fff solid;
}
table.termTb td{
	background: #fff;
	border-bottom:2px #2da0d2 solid;
}
@media(min-width:768px) {
	table.termTb th{
		width: 15em;
	}
}
@media(max-width:767px) {
	table.termTb,table.termTb tbody,table.termTb tr,
	table.termTb th,table.termTb td{
		display: block;
	}
	table.termTb th{
		border-bottom:none;
		text-align: left;
	}
	table.termTb th,table.termTb td{
		padding: 15px;
	}
}


/* =================================
 「電ふぁく」ご契約までの仕組み
================================= */
ul.shikumiUl li{
	border-bottom:1px dashed #333;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left:18px;
	text-indent:-18px;
}
ul.shikumiUl li::before{
	margin-right: 3px;
	position: relative;
	top: 3px;
}
ul.shikumiUl li:nth-child(1)::before{
	content: url("../images/ico_no_shikumi01.png");
}
ul.shikumiUl li:nth-child(2)::before{
	content: url("../images/ico_no_shikumi02.png");
}
ul.shikumiUl li:nth-child(3)::before{
	content: url("../images/ico_no_shikumi03.png");
}
ul.shikumiUl li:nth-child(4)::before{
	content: url("../images/ico_no_shikumi04.png");
}
ul.shikumiUl li:nth-child(5)::before{
	content: url("../images/ico_no_shikumi05.png");
}
.about_kouza{
	background: #f2f2f2;
	border-radius: 10px;
	padding: 20px;
	border:1px #2da0d2 solid;
	box-sizing: border-box;
}
.about_kouza_inner{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}


/* =================================
 「電ふぁく」ご利用の流れ
================================= */
.flow{
	background:#ebf2f2;
}
.flowBox{
	
}
.flowBoxInner{
	position: relative;
}
.flowBoxInner img{
	display: block;
	max-width: 100%;
}
.flowTxt{
	background: rgba(255,255,255,0.8);
	padding: 20px;
	box-sizing: border-box;
}
.flowTit{
	border-bottom: solid 3px #0c1532;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.flowTit span{
	margin-right: 0.5em;
}
.flowTit span em{
	font-size:150%;
}
.flowTit:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #2da0d2;
	bottom: -3px;
	width: 30%;
}
@media screen and (min-width: 769px) {
	.flowBox{
		margin-bottom: 80px;
	}
	.flowTxt{
		max-width:550px;
		width:53%;
		position: absolute;
		height:306px;
	}
	.flowBoxInnerA img{
		margin-left: auto;
	}
	.flowBoxInnerA .flowTxt{
		left: 0;
		top:50px;
	}
	.flowBoxInnerB img{
		margin-right: auto;
	}
	.flowBoxInnerB .flowTxt{
		right: 0;
		top:50px;
	}
}
@media screen and (max-width: 768px) {
	.flowBox{
		max-width: 550px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
}

/* =================================
 6つのポイント
================================= */
.pointTit{
	padding-bottom: 10px;
	border-bottom: 5px #2da0d2 solid;
	margin-bottom: 10px;
}
.pointTitArrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 42.5px 0 42.5px;
	border-color: #2da1d2 transparent transparent transparent;
	margin: 0 auto 15px;
}
.arrowBox{
	background: #ebf2f2;
	padding:50px 20px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.pointImg{
	position: relative;
}
img.pointIco{
	position: absolute;
	top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* =================================
 お客様の声
================================= */
.voice{
	background: #ebf2f2;
}
.voiceBox{
	background: #fff;
	padding:20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.voiceProf{
	background: #f2f2f2;
	border:1px #2da0d2 solid;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	display: inline-block;
}
@media screen and (min-width: 769px) {
	.voiceImg{
		width:250px;
	}
	.voiceTxt{
		width: calc(100% - 290px);
	}
}
@media screen and (max-width: 768px) {
	.voiceImg,.voiceTxt{
		width:100%;
		text-align: center;
		margin-top: 15px;
	}
}

/* =================================
 よくある質問
================================= */
dl.faqDL,
dl.faqDL dt,
dl.faqDL dd {
  margin: 0;
  padding: 0;
}
dl.faqDL {
  width: 100%;
  padding: 10px 0;
	border-bottom:1px #2da0d2 solid;
}
dl.faqDL dt {
  padding: 10px 0;
  background: #fff;
  position: relative;
	padding-right:30px;
	box-sizing:border-box;
	
}
dl.faqDL dd {
  padding: 10px 0;
  margin-top: 10px;
  background: #fff;
	display: none;
	padding-right:30px;
	box-sizing:border-box;
	color:#666;
}
dl.faqDL dt,
dl.faqDL dd{
	padding-left:40px;
	text-indent:-40px;
	line-height:1.8em;
}
dl.faqDL dt::before,
dl.faqDL dd::before{
	margin-right: 10px;
	position: relative;
	top: 8px;
}
dl.faqDL dt::before{
	content: url(../images/ico_faq_q.png);
}
dl.faqDL dd::before{
	content: url(../images/ico_faq_a.png);
}
.faqDL dt span::before,
.faqDL dt span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #2da0d2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faqDL dt span::after {
  background: #2da0d2;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.faqDL dt.open span::after {
  transform: rotate(0);
  transition: 0.5s;
}

.faq_iso{
	background: #f2f2f2;
	padding:20px;
}

/* =================================
 ご挨拶
================================= */
.greetingImg img{
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.greetingTxt{
	position: relative;
	background: #f2f2f2;
	padding: 30px 25px;
	box-sizing: border-box;
	top:-50px;
}

/* =================================
 会社概要
================================= */
table.companyTb{
	width:100%;
}
table.companyTb th,table.companyTb td{
	text-align: left;
	padding: 10px;
	line-height: 1.5em;
}
table.companyTb tr:nth-child(odd){
	background: #ebf2f2;
}

/* =================================
 Footer
================================= */
ul.footerSitemap li a{
	text-decoration: none;
	color:#2da0d2;
	font-weight:bold;
}
@media screen and (min-width: 769px) {
	ul.footerSitemap li{
		display: inline-block;
	}
	ul.footerSitemap li:nth-child(1)::after{
		content: " | ";
	}
}
@media screen and (max-width: 768px) {
	ul.footerSitemap li{
		display: block;
	}
}
.copyright{
	background: #0c1532;
}
.copyright p{
	text-align: center;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 1.5em;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
.copyright a{
	text-decoration: none;
	color:#fff;
}

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