@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size:15px;
	min-width: initial;
	min-width: auto;
	line-height: 1.6;
}
/*フォント設定
---------------------------------------------------------------------------*/
/*見出し設定
---------------------------------------------------------------------------*/
.pageTtl{
	font-size: 18px;
}
.secTtl {
	font-size: 4.72vw;
	margin-bottom: 8.33vw;
}
.guide-msg {
  line-height: 1.6;
  font-size: min(3.59vw,15px);
  padding: 10px 4%;
  height: auto;
  font-feature-settings: "palt";
}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
button,
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
}
.btn1 {
	min-width: initial;
	min-width: auto;
	width: 92%;
}
.innerWrap{
	width: 100%;
}
.innerWrapMax100p{
	min-width: inherit;
	min-width: auto;
}
/*カラム設定
---------------------------------------------------------------------------*/
.flex_Crev{
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/*table 関連
---------------------------------------------------------------------------*/
.tableType1 th,
.tableType1 td {
  width: 100%;
  display: block;
  border-bottom: none;
  padding: 4%;
}
.tableType1 .note1{
	font-size: 12px;
}
.bankAcctWrap input {
  margin-bottom: 10px;
}
/*フォーム関連
---------------------------------------------------------------------------*/
input[type="radio"] {
	width: 20px;
	height: 20px;
}
input[type="file"]{
  margin-top: 20px;
}
.classifWrap label{
	display: inline-block;
}
/*inputContents
--------------------------------------*/
.bankAcctWrap input.w240,
.bankAcctWrap input.w300{
  width: 100%;
}
/*プレビュー画像
----------------------*/
.delete_post-img {
  max-width: 100px;
}
#preview_profile-img img,
#preview_profile-img2 img,
#preview_profile-img3 img,
#preview_profile-img4 img,
#preview_profile-img5 img,
#preview_profile-img9 img,
#preview_profile-img10 img {
  max-width: 100px;
}
.checkDellWrap {
  margin-top: 15px;
}
/*alert
---------------------------------------------------------------------------*/
.alertFieldType1 {
  padding: 10px 4%;
  border-radius: 2px;
  font-size: min(3.59vw,15px);
}
/*Layout
---------------------------------------------------------------------------*/
article.mainContents{
	width: 100%;
	padding: 0 0 30px;
}
.mgmtPage article.mainContents,
.userPage article.mainContents{
  padding: 8% 4%;
}
/*Header
---------------------------------------------------------------------------*/
header {
	padding: 0 2%;
}
header .innerWrap {
	padding: 20px 0;
}
header h1 span{
	font-size: 2.13vw;
	line-height: 2.13vw;
}
header h1 a{
	width: 160px;
	height: auto;
}
/*スマホ用メニュー
--------------------------------------*/
.sp_menuBtn {
	color: #333;
	display: block;
	position: absolute;
	top: 8px;
	right: 15px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
.sp_menuBtn span.bar {
	display: block;
	height: 2px;
	background-color: #333;
	margin: 10px 0;
	transition: all 0.2s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sp_menuBtn .sp_menu_str {
	display: block;
	font-size: 10px;
	width: 40px;
	margin: auto;
}
.sp_menuBtn .sp_close_str {
	letter-spacing: 0.08em;
	display: none;
	font-size: 10px;
	width: 40px;
	margin: auto;
}
.open .sp_menuBtn{
	color: #FFF;
}
.open .sp_menuBtn span.bar {
	background-color: #FFF;
	width: 49px;
}
.open .sp_menuBtn .bar1 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.open .sp_menuBtn .bar2 {
	opacity: 0;
}
.open .sp_menuBtn .bar3 {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.open .sp_menuBtn .sp_menu_str {
	display: none;
}
.open .sp_menuBtn .sp_close_str {
	display: block;
}
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	z-index: 999;
}
.open .menu {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
/*モーダル部分
--------------------------------------*/
.menu ul {
	display: table-cell;
	vertical-align: middle;
}
.menu li {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}
.open .menu li {
	opacity: 1;
}
.open .menu li:nth-of-type(1) {
	-webkit-transition: opacity 1s ease .5s;
	transition: opacity 1s ease .5s;
}
.open .menu li:nth-of-type(2) {
	-webkit-transition: opacity 1s ease .6s;
	transition: opacity 1s ease .6s;
}
.open .menu li:nth-of-type(3) {
	-webkit-transition: opacity 1s ease .7s;
	transition: opacity 1s ease .7s;
}
.open .menu li:nth-of-type(4) {
	-webkit-transition: opacity 1s ease .8s;
	transition: opacity 1s ease .8s;
}
.open .menu li:nth-of-type(5) {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}
.open .menu li:nth-of-type(6) {
	-webkit-transition: opacity 1s ease 1s;
	transition: opacity 1s ease 1s;
}
.open .menu li:nth-of-type(7) {
	-webkit-transition: opacity 1s ease 1.1s;
	transition: opacity 1s ease 1.1s;
}
.menu li a {
	display: block;
	font-size: 20px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.menu li a:hover {
	color: #999;
}
.open{
	position: fixed;
	width: 100%;
}
.open .main_visual,
.open #main_content,
.open footer {
	transition: all .2s ease-out;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
/*FOOTER
---------------------------------------------------------------------------*/
footer .innerWrap{
	padding: 4%;
}
footer nav {
	text-align: center;
}
.copyRight {
	font-size: 2.65vw;
}
/*--------------------------------------------------------------------------
TOPページ home
---------------------------------------------------------------------------*/
/*MainVisual
--------------------------------------*/
.mainVisual {
	background: url(../images/factoring/mv-bg-sp.jpg) no-repeat center / cover;
	height: auto;
	padding: 10% 8% 8%;
}
/*Main
---------------------------------------------------------------------------*/
.secLow {
	padding: 8% 4%;
}
/*ctaArea
--------------------------------------*/
.ctaArea {
	padding: 8% 4%;
}
.ctaArea p:not(.cta_desc1):not(.cta_nece_imgWrap) {
	font-size: 3.6vw;
	line-height: 2;
	margin-bottom: 6vw;
	text-align: left;
}
.ctaArea p.cta_desc1{
	font-size: 3.6vw;
	margin-top: 0;
	text-align: left;
}
.ctaArea a.btn1{
	font-size: 4.83vw;
}
.cta_necessary{
	margin-top: 24px;
}
.cta_necessary h4{
	font-size: 4.26vw;
	margin-bottom: 24px;
}
.ctaArea p.cta_nece_imgWrap{
	text-align: center;
	margin-bottom: 3vw;
}
.cta_nece_imgWrap img{
	height: 16vw;
	max-height: 120px;
}
.cta_nece_box h5{
	margin-top: 2px;
	font-size: 14px;
}
/*secFact1
--------------------------------------*/
.secFact1_intro{
	margin-bottom: 30px;
}
.secFact1 .secTtl{
	margin-bottom: 5.33vw;
}
.secFact1_intro p{
	font-size: 14px;
	margin-bottom: 25px;
}
.secFact1_checkListArea{
  margin-bottom: 40px;
  padding: 25px 0 15px;
  width: 108%;
  margin-left: -4%;
}
.secFact1_checkListArea h4{
  font-size: 16px;
  margin-bottom: 10px;
}
.secFact1_checkListArea ul{
  width: 100%;
  padding: 0 6%;
}
.secFact1_checkListArea ul li{
  background-size: 20px auto;
  font-size: 15px;
  padding: 5px 0 5px 30px;
}
.secFact1 .tableWrap{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.secFact1 p.cmt1 {
	font-size: 4.83vw;
}
.secFact1 p.cmt2{
	text-align: left;
}
.secFact1 table {
	width: 680px;
}
.secFact1 thead th.wtFact {
	font-size: 18px;
}
.secFact1 thead th {
	padding: 12px 8px;
}
.secFact1 table td {
	padding: 10px 8px;
	font-size: 16px;
}
.secFact1 tbody th {
	font-size: 15px;
	padding: 10px 15px;
}
/*secFact2
--------------------------------------*/
.secFact2 .boxWrap .box {
	width: 100%;
	margin-bottom: 30px;
}
.secFact2 .boxWrap .box:nth-of-type(2) {
	margin-left: 0;
}
.secFact2 .boxWrap .box p.memo {
	font-size: 14px;
	margin-top: 15px;
	padding: 0 1.2vw;
}
.secFact2 p.cmt1 {
	font-size: 4.83vw;
}
/*secFact3
--------------------------------------*/
.secFact3 .voiceBox {
	margin-bottom: 7.24vw;
	padding: 6% 4%;
}
.secFact3 .profileArea h4 {
	font-size: 4.34vw;
	margin-bottom: 2.41vw;
}
.secFact3 .profileArea dl dt {
	border-radius: 4.83vw;
	font-size: 3.2vw;
	margin-right: 2.41vw;
	margin-bottom:0.72vw;
	padding: 0.72vw 2.89vw;
	width: 33.8vw;
	text-align: center;
}
.secFact3 .profileArea dl dd {
	font-size: 4.58vw;
	font-weight: 700;
	margin-bottom:0.72vw;
}
.secFact3 .profileArea dl dd span.price {
	font-size: 5.31vw;
}
.secFact3 .profileArea dl dd span.unit {
	font-size: 3.38vw;
}
.secFact3 .voiceBox h5 {
	font-size: 16px;
	margin: 15px 0 8px;
}
.secFact3 .voiceBox p {
	font-size: 13px;
}
/*secFact4
--------------------------------------*/
.secFact4 .box {
	width: 85%;
	margin: 0 auto 8.45vw;
}
/*secFact5
--------------------------------------*/
.secFact5_telArea{
  margin-top: -10px;
  margin-bottom: 30px;
}
.secFact5_telArea p{
	font-size: 14px;
}
.secFact5_telArea_imgWrap{
	margin-top: 30px;
}
/*--------------------------------------------------------------------------
□Company
---------------------------------------------------------------------------*/
.secCompany .tableType1 {
	border: none;
	border-bottom:1px solid #ddd;
}
/*Main
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
□Contact
---------------------------------------------------------------------------*/
/*Main
---------------------------------------------------------------------------*/
.secContact .tableType1 {
	border: none;
	border-bottom:1px solid #ddd;
}
.infoArea{
	padding: 0.8em;
}
.infoArea p{
	background-position: 0 3px;
}
.infoArea p span{
	display: block;
	font-size: 3.3vw;
}
.readmeArea {
	margin: 8.45vw auto 0;
	padding: 4%;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
/*ref-codeArea
--------------------------------------*/
.ref-codeArea p{
	font-size: 15px;
}
.ref-code_inputWrap{
	margin: 10px 0;
}
.ref-codeArea p.ref-code_note1{
	display: block;
	font-size: 14px;
	margin-top: 7px;
}
.ref-codeArea p.ref-code_note2{
	font-size: 14px;
}
/*--------------------------------------------------------------------------
□Partner
---------------------------------------------------------------------------*/
/*MainVisual
---------------------------------------------------------------------------*/
.partnerMvInr{
	height: auto;
	justify-content: center;
	padding: 20px 4%;
}
.partnerMv_boxImg{
	width: 80%;
	max-width: 360px;
	margin-bottom: 30px;
}
.partnerMv_box{
	margin-left: auto;
}
.partnerMv_box h2{
	font-size: calc(18 / 375 * 100vw);
}
.partnerMv_box p{
	font-size: calc(16 / 375 * 100vw);
	padding: 10px 0 20px;
}
.mv_btnWrap{
	text-align: center;
}
/*Main
---------------------------------------------------------------------------*/
/*secPartner1
--------------------------------------*/
.secPartner1 h3{
	font-size: calc(18 / 375 * 100vw);
	line-height: 1.6;
}
.secPartner1 p{
	font-size: calc(16 / 375 * 100vw);
	line-height: 2;
	margin-top: 20px;
}
/*secPartner2
--------------------------------------*/
.secPtnr2Inr{
	justify-content: center;
}
.secPtnr2_box_desc{
	font-size: calc(16 / 375 * 100vw);
}
.secPtnr2_box_note{
	font-size: calc(18 / 375 * 100vw);
}
.secPtnr2_boxImg{
	width: 80%;
	max-width: 360px;
	margin: 30px 0 0;
}
/*--------------------------------------------------------------------------
□Login
---------------------------------------------------------------------------*/
/*Main
---------------------------------------------------------------------------*/
.secLogin{
	padding: 60px 4% 40px;
	height: auto;
	min-height: initial;
	min-height: auto;
}
.loginFormWrap{
  width: 100%;
}
/*secLoginAct
---------------------------------------------------------------------------*/
.secLoginAct{
  width: 100%;
  padding: 30px 4% 40px;
}
.loginActDesc{
  line-height: 2;
}
.loginActPrvLable{
  margin: 30px 0;
}
.secLoginAct .btnWrap{
	flex-direction: column;
	align-items: center;
}
.secLoginAct .btnWrap input[type="submit"]{
  margin: 0 0 20px;
}
/*--------------------------------------------------------------------------
□ユーザーページ
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
■ユーザーホーム
---------------------------------------------------------------------------*/
.uHomeInfo h2{
	font-size: 18px;
}
.uHomeInfo p{
  text-align: left;
}
.uHome_ttlType1{
	font-size: 16px;
}
.uHomeStepbar-row{
	padding: 0;
	margin: 20px 0 25px;
}
.uHomeStepbar li{
	font-size: 10px;
	max-width: 60px;
	padding-left: 18px;
}
.uHomeStepbar li span{
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.uHomeStepbar li:after{
	top: 8px;
	width: 50px;
	left: -20px;
	height: 4px;
}
.uHomeStepbar li:first-child {
  padding-left: 0;
  width: 36px;
}
.ml_home_telArea{
	margin-top: -10px;
	margin-left: 4%;
	width: 100%;
}
.ml_home_telArea a{
	background-size: 20px auto;
	font-size: 20px;
	padding-left: 22px;
}
.ml_home_tel-time{
  margin-left: 3px;
  font-size: 12px;
  width: 100%;
}
.ml_home_tel-note{
  margin-left: 3px;
  font-size: 11px;
}
.uHomeWarning h2 a{
	font-size: 18px;
	background-position: 0 2px;
	background-size: 25px;
	padding-left: 30px;
}
.uHomeConsentCheck p{
	text-indent: -1.6em;
	padding-left: 1.6em;
}
.uHomeConsentCheck input[type="checkbox"]{
	width: 16px;
	height: 16px;
}

@supports (-webkit-touch-callout: none) {
	.uHomeConsentCheck p{
		text-indent: -1.35em;
		padding-left: 1.35em;
	}
}
/*ect
---------------------------------------------------------------------------*/
.sp_alignL {text-align: left;}
.sp_alignR {text-align: right;}
.sp_alignCR {text-align: center;}

.pcNone{display: block;}
.spNone{display: none;}

.w180sp{width: 160px;}

@media screen and (max-width: 360px){
}
@media screen and (max-width: 320px){
}