@charset "UTF-8";
/*===============================================
	utility
===============================================*/
.a_c {
	text-align: center;
}
.a_r {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
/* space
------------------------------------------------------- */
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-105 {
	margin-top: 105px !important;
}
.mt-110 {
	margin-top: 110px !important;
}
.mt-120 {
	margin-top: 120px !important;
}
.mt-150 {
	margin-top: 150px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-25 {
	margin-left: 25px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 0 10px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
/* text
------------------------------------------------------- */
.text-mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.text-under {
	text-decoration: underline;
}
.fontsize_09 {
	font-size: 0.9em;
}
.text-mini {
	line-height: 15px;
	font-size: 0.7em !important;
}
.text-small {
	font-size: 0.8em !important;
}
.text-small02 {
	font-size: 0.9em !important;
}
.text-nomal {
	line-height: 18px !important;
	font-size: 1.0em !important;
}
.text-medium {
	line-height: 20px !important;
	font-size: 1.1em !important;
}
.text-large {
	line-height: 23px;
	font-size: 1.2em !important;
}
.text-large02 {
	line-height: 23px;
	font-size: 1.3em !important;
}
.text-bigger {
	line-height: 25px !important;
	font-size: 1.4em !important;
}
.text-bigger02 {
	line-height: 25px !important;
	font-size: 1.8em !important;
}
.text-red {
	color: #cc0033;
}
.text-pink {
	color: #ed3773;
}
.text-bold {
	font-weight: bold;
}
/*===============================================
	プライバシーポリシー
===============================================*/
.ptitle{
  font-weight:bold;
  font-size: 25px;
  color: #1E242B;
  text-align: center;
  padding: 0.25em;
  margin-top: 30px;
  border-top: double 6px #1E242B;
  border-bottom: double 6px #1E242B;}
.pri .mt-20{
  font-weight: bold;}
/*===============================================
	common
===============================================*/
body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 14px;
	color: #373737;
	line-height: 1.7;
	background: #fff;
}
#contact .box p,
#formEnd{
text-align:center;
}
table.tb_style{
max-width:500px;
margin:0 auto;
}
.thanx{
text-align:center;padding:250px 0 0;font-size:28px;
}
th, td {
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
th {
	min-width: 200px;
	text-align: center;
	font-weight: bold;
	background: #cae9ed;
}
td {
	font-family: 'Raleway', sans-serif;
	background: #e8f5f7;
}
td dt, td dd {
	float: left;
}
td dt {
	padding-right: 20px;
	min-width: 100px;
}
/*form*/
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], textarea {
	width: 90%;
	height: 20px;
	margin: 5px 0;
	padding: 5px;
	outline: none;
	font-size: 16px;
	border: 1px solid #ccc;
	box-shadow: rgba(75, 76, 77, 0.4) 0px 0px 5px -1px inset;
	-webkit-box-shadow: rgba(75, 76, 77, 0.4) 0px 0px 5px -1px inset;
	-moz-box-shadow: rgba(75, 76, 77, 0.4) 0px 0px 5px -1px inset;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus {
	border: 1px solid #2ba9b7;
	background: #f3f6f7;
}
input.short {
	width: 50px !important;
}
textarea {
	height: 100px;
	line-height: 20px;
}
textarea.short {
	height: 55px !important;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 2px;
	cursor: pointer;
	outline: none;
	background: #fff;
}
input[type="checkbox"]:checked {
	background: url(../images/icon_check.gif) no-repeat;
	background-size: contain;
}
input[type="radio"] {
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	margin-right: 3px;
	border: 3px solid #ddd;
	border-radius: 20px;
	background: transparent;
	cursor: pointer;
	vertical-align: -7px;
	outline: none;
}
input[type="radio"]:checked {
	background: url(../images/icon_checked.png) no-repeat;
	border: 3px solid #2ba9b7;
	background-size: 15px;
	background-position: 2px 2px;
}
select {
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 16px;
	color: #3e3e3e;
	cursor: pointer;
	outline: none;
	text-indent: .01px;
	text-overflow: "";
	background: url(../images/icon_arrow01.png) no-repeat 98% 14px #fefefe;
	background-size: 12px;
}
label {
	cursor: pointer;
}
/*btn*/
.btn {
	width: 580px;
	margin: 0 auto;
}
.btn a {
	width: 100%;
	padding: 12px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 7px;
	box-shadow: 0 5px #db8600;
	box-sizing: border-box;
	background: #fea417;
	position: relative;
}
.btn a:after {
	content: "＞";
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -10px;
}
.btn02 a {
	box-shadow: 0 5px #099597;
	background: #14bfc1;
}
.btn03 a {
	box-shadow: 0 5px #8b6e15;
	background: #b09544;
}
.btn04 a {
	box-shadow: 0 5px #456dc0;
	background: #7898da;
}
.btn05 {
	width: 260px;
	float: left;
}
.btn05 a {
	padding: 5px;
	color: #555;
	border: 5px solid #14bfc1;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}
.btn05 a:after {
	color: #555;
}

.wrap{
max-width:640px;
margin:0 auto;
}

.pc {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
th {
	width: 50%;
	min-width: 80px;
}
th, td {
	padding: 10px;
}
/*font*/
.text-blue {
	color: #2c4f98;
}
/*btn*/
.btn {
	width: 90%;
	margin: 10px auto 0;
}
.btn a {
	width: 100%;
	padding: 12px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 7px;
	box-shadow: 0 5px #db8600;
	box-sizing: border-box;
	background: #fea417;
	position: relative;
}
.btn-blue a {
	padding: 0 10px;
	font-size: 18px;
	background: #2c4f98;
	box-shadow: 0 5px #3b5ea6;
}
.btn .text-mini {
	display: inline-block;
	line-height: 10px;
}
.btn .text-large {
	padding-left: 35px;
	font-style: italic;
	background: url(../images/sp/icon_btn_tel.jpg) no-repeat left center;
	background-size: 30px;
}
.btn-pink a {
	background: #ff7fa9;
	box-shadow: 0 5px #fb417e;
}
.btn-blue a:after, .btn-pink a:after {
	content: none;
}
/*-----content-----*/
.inner {
	padding: 0 20px;
}
.box {
	overflow: hidden;
	clear: both;
	position: relative;
}
/*-----footer-----*/
.footer {
	padding-bottom: 50px;
	background: #252729;
}
.foot_tel {
	text-align: center;
}
.foot_tel span {
	margin: 0 auto 20px;
	padding-left: 50px;
	display: inline-block;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	position: relative;
	background: url(../images/sp/icon_free.jpg) no-repeat left;
	background-size: 35px;
}
.foot_add {
	margin: 0 20px 20px;
	padding: 20px 0;
	color: #fff;
	border-top: 2px solid #808081;
	border-bottom: 2px solid #808081;
}
.copy {
	padding: 0 20px;
	font-size: 10px;
	color: #fff;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*===============================================
	TOP
===============================================*/
	
.txt01 {
	padding: 10px;
	line-height: 13px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #3b3b3b;
}
.box_contact {
	padding: 0 0 15px;
	border-bottom: 7px solid #3b3b3b;
}
/*ファクタリングとは*/
.box01 {
	background: #eceef2;
	background-size: 100%;
}
.box01 .inner {
	padding: 0;
	background: url(../images/sp/bg01.jpg) no-repeat center top;
	background-size: 100%;
}
.box01 p {
	padding: 0 20px;
	background: url(../images/sp/images/sp/bg01.jpg) no-repeat center top;
}
/*メリット*/
.box02 {
	background: url(../images/sp/img_merit.jpg) no-repeat center top #1e242b;
	background-size: 100%;
}
.box02 .inner {
	padding: 0;
	color: #fff;
}
.box02 li {
	padding-bottom: 20px;
}
.box02 p {
	padding: 0 25px;
}
/*比べてみよう*/
.box03 {
	background: url(../images/bg04.jpg) repeat;
	background-size: 8px;
}
.box03 .inner {
	margin-bottom: 30px;
}
.box03 .text-bold {
	text-align: center;
	margin-bottom: -13px;
}
.box03 .text-bold p {
	padding: 0 10px;
	display: inline-block;
	font-size: 15px;
	background: #fff;
}
.box_plan {
	padding: 20px 10px 10px;
	border: 1px solid #0e6994;
	border-radius: 15px;
}
.box_plan span {
	padding: 0 5px;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	background: #0e6994;
}
/*手数料について*/
.box04 {
	padding-bottom: 10px;
	background: url(../images/bg04.jpg) repeat;
	background-size: 8px;
}
.box06 {
	background: #14bfc1;
}
.box06 ul {
	padding: 0 15px 10px;
}
.box06 li {
	margin-bottom: 10px;
	padding: 10px 10px 10px 25px;
	background: #fff;
	position: relative;
}
.box06 li:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/sp/deco.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.box06 li p:nth-child(1) {
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #2c4f98;
}
.box06 li p:nth-child(2) {
	padding-left: 40px;
	background: url(../images/arrow.jpg) no-repeat left 3px;
	background-size: 35px;
}
/*お客様の声*/
.box07 ul {
	padding: 0 20px;
}
.box07 li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ff7fa9;
}
.box07 li:last-child {
	border-bottom: 0;
}
.box07 .left {
	width: 25%;
}
.box07 .right {
	width: 70%;
}
.box07 .name {
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: relative;
}
.box07 .name:after {
	content: "";
	width: 3px;
	height: 16px;
	border-radius: 15px;
	background: #fec2d6;
	position: absolute;
	top: 5px;
	left: 0;
}
