﻿/* =================================
   TopPage
==================================== */

.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}

form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}

form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}

form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}



/*==============================
TOP contents
==============================*/

/*===============================
メインビジュアル
================================*/

.l-mv {
  width: 100%;
  height: 571px;
  background: url(../img/top/mv_bg_img.jpg) no-repeat;
  background-position: center;
  margin-top:30px;
  min-width: 1230px;
	position:relative;	
}
.l-mv .l-mv-area a.to_contact_bt{
	position:absolute;
	display:block;
	bottom:2em;
	width:100%;
	height:6em;
    left: 0;
}


/*================================
.l-mv-area {
  position: relative;
}

.l-mv-area .mv-txt {
  text-align: left;
  position: absolute;
  margin: auto;
  padding: 50px 0;
}
==================================*/

/*================================
l-contnts
==================================*/

.l-contents .f24 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.l-contents .arrow-img {
  margin: 60px 0 40px;
  text-align: center;
}

/*================================
注意_attention
==================================*/

.attention {
  padding: 60px 0;
  background-color: #c60000;
}

.attention-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.attention-txt li:nth-of-type(2) {
  margin-left: 50px;
}

/*================================
選べるファクタリングサービス_service
==================================*/

.service {
  margin-top:50px;
}

.service-banner-bt{
    padding-bottom: 50px;    
}
.service-ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.service ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.service ul li {
  position: relative;
}

.service ul li a {
  position: absolute;
  bottom:50px;
  left:45px;
  right: 0;
}



/*================================
2社間、3社間ファクタリングの違い_description
==================================*/

.description ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.description ul .description-box {
  font-size: 14px;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
}

.description ul .description-box:nth-of-type(1) {
  margin-right: 40px;
}

.description ul .description-box img {
  margin: 30px 0;
}

.red {
  color: #c60000;
}

.blue {
  color: #0d0182;
}

/*================================
選ばれる理由_reason
==================================*/

.reason {
  font-size: 16px;
  text-align: center;
}

/*================================
お問い合わせ_contact
==================================*/

.contact .contact-txt li p {
  font-size: 18px;
  font-weight: bold;
  background-image: url(../img/top/icon02.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding: 2px 0 0 60px;
}

.contact .contact-txt li p span {
  color: #c60000;
}

.contact-btn-area {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.contact-btn-area .js-tel:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  cursor: default;
}

/*==============================
年商別ご利用の声
==============================*/

p.year {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 4px;
}

span.bold {
  font-weight: 600;
}

ul.datail h4 {
  font-size: 24px;
  border-bottom: 2px solid #c60000;
  width: 458px;
  line-height: 1.3;
  display: inline;
}

ul.datail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

p.s-ttl {
  font-size: 18px;
  font-weight: 600;
  /*	padding-left: 1.5em;*/
}

p.s-ttl:before {
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  content: "■";
  color: #c60000;
  font-size: 21px;
  margin-right: 5px;
}

ul.per {
  margin: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.voice-box {
  background-color: #fff;
  box-shadow: 0 0 5px 5px #eee;
  padding: 55px 60px;
  margin-bottom: 50px;
}

.sentence ul li {
  padding-bottom: 17px;
}

ul.per li {
  display: inline-block;
  padding-right: 25px;
}

ul.datail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  width:100%;
}

ul.datail img {
  width: 100% !important;
}

ul.datail .li-img {
  width: 280px;
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  padding-right: 0;
}

ul.datail .li-img picture:nth-of-type(1) {
  margin-right: 20px;
}

ul.datail .li-img picture {
  max-width: 225px;
}

/*================================
お申し込み4ステップ_step
==================================*/

.step {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step .img-box:nth-of-type(1),
.step .img-box:nth-of-type(2) {
  margin-bottom: 30px;
}

/*================================
会社概要_company
==================================*/

.company table {
  border: 1px solid #bdbdbd;
  margin: auto;
}

.company table tr {
  font-size: 16px;
  border-bottom: 1px solid #bdbdbd;
}

.company table tr:nth-last-of-type(1) {
  border-bottom: none;
}

.company table tr th {
  background-color: #eee;
  padding: 20px 80px 20px 40px;
}

.company table tr td {
  padding: 20px 80px 20px 40px;
}

/*================================
フォーム_form
==================================*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


.form-box{
  background-color: #fff;
  box-shadow: 0 0 5px 5px #eee;
  padding: 55px 0px;
  margin-bottom: 50px;
}

.form-box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.form-list{
	display: block;
	width:800px;
	margin:0 auto;
}
.form-list.chk{
	width:858px;
}
.form-list>li{
	width:100%;
	clear:both;
	display:block;
	margin:16px 0;
	float:left;
}
.form-list>li>input,
.form-list>li>span{
	display:block;
	float:left;
	
}

.form-list>li>span:first-child{
	font-size:12px;
	background-color:#c60000;
	color:#FFF;
	width:50px;
	text-align:center;
	font-weight:bold;
	margin:10px 25px 0 0;
}
.form-list>li>span.bg-gray{
	background-color:#666666;
}
.form-list>li>span:nth-child(2){
	font-size:14px;
	width:140px;
	text-align:left;
	margin:8px 0 0 0;
}
.form-list>li>span:nth-child(3){
	margin:8px 0 0 0;
	width:640px;
	font-size:14px;
}
.form-list>li>textarea,
.form-list>li>input[type=text]{
	width:563px;
	padding:0 10px;
	text-align:left;
	border:1px solid #bdbdbd;
	font-size:14px;
	line-height:200%;
vertical-align:middle;
height:40px;	
}


.form-list>li>textarea{
	padding:10px;
	min-height:150px;
	max-width:563px;
	min-width:563px;	
}

.form-list>li>textarea[placeholder],
.form-list>li>input[placeholder]{
	font-size:14px;
}

.form-list>li>input[type=radio]{
	display:none;
}

.form-list>li>label{
	margin:7px 40px 7px 27px;
	display:block;
	float:left;
	position:relative;
}
.form-list>li>label>i{
	width:20px;
	height:20px;
	display: inline-block;
	background-image:url(../img/module/chk01.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	left:-12px;
	top:2px;
	position:relative;
}
.form-list>li:last-child p>label{
	position:relative;	
}
.form-list>li:last-child p>label>i{
	width:20px;
	height:20px;
	display: inline-block;
	background-image:url(../img/module/chk01.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	left:-12px;
	top:3px;
	position:relative;	
}


.form-list>li>input[type=radio]:checked +label>i,
.form-list>li:last-child p>input[type=checkbox]:checked +label>i{
	background-image:url(../img/module/chk02.png);
}

.policy-readme{
	width:772px;
	height:150px;
	padding:14px;
	font-size:14px;
	overflow: auto;
	border:1px solid #bdbdbd;
	margin:35px 0 0 0;
}
.policy-readme dt{
	font-weight:bold;
	margin-top:1em;
}
.policy-readme dt.normal{
	font-weight:normal;
}

.form-list>li:last-child p{
	text-align:center;
	margin-bottom:25px;
}
.form-list>li:last-child p>input[type=checkbox]{
	opacity:0;
	position: relative;
	left:170px;
}
.form-list>li:last-child p>input[type=submit]{
	border:none;
	/*background-image:url(../img/top/form_btn.jpg);*/
	background-image: url(../img/module/sendmail.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:300px;
	height:70px;
	display:block;
	margin:0 auto;
	overflow: hidden;
	 text-indent: 110%;
	 max-width:300px;
	 background-color:#FFF;
}
.form-list>li:last-child p>input.sendmail{
	background-image: url(../img/module/sendmail.jpg);
	background-repeat:no-repeat;
}
.form-box a:hover,
.form-list>li:last-child p>input.sendmail:hover,
.form-list>li:last-child p>input[type=submit]:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: .2s;
}

.form-err{
	font-weight:bold;
	font-size:14px;
	color:#BB0013;
	margin:3em 1em;
	line-height:4rem;
	text-align:center;
}
.form-err+p>a,
.form-err+p{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}


/*上にPC用CSS*/

/* ==========================================================
// max-width: 1024px　ノートPC用CSS
// ==========================================================*/

@media only screen and (max-width: 1280px) {

  .chat {
    display: none;
  }

}

/*下にSP用CSS*/

/* ======================================================================================================================== */

/* responsive
/* ======================================================================================================================== */

/*==============================
iPadPro
==============================*/

@media only screen and (max-width: 1024px) {

  .l-mv {
    width: 100%;
    height: 75vw;
/*    background: url(../img/top/ipad_mv_bg_img.jpg) no-repeat;*/
    background-position: center;
    background-size:170% 100%;
    min-width:100%;
    padding-top:0;
  }

  /*================================
l-contnts_i
==================================*/
  .l-contents .f24 {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .l-contents .arrow-img {
    width: 10vw;
    margin: 4vw auto 2.5vw;
    text-align: center;
  }

  /*================================
注意_attention_i
==================================*/
  .attention {
    padding: 60px 0;
    background-color: #c60000;
  }

  .attention-txt {
    font-size: 2.5vw;
    display: block;
  }

  .attention-txt li:nth-of-type(2) {
    margin-left: 0;
  }

  .attention-txt li .img-box {
    text-align: center;
    padding-bottom: 30px;
  }

  .attention-txt li p {
    line-height: 1.3;
  }

  /*================================
選べるファクタリングサービス_service_i
==================================*/
  .service {
  margin-top: 60px;
}
  
  .service-ttl {
    font-size: 4vw;
    line-height: 1.3;
  }

  .service ul {
    display: block;
    margin-top: 20px;
    justify-content: space-between;
  }

  .service ul li {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
  }

  .service ul li:nth-of-type(1) {
    margin-bottom: 50px;
  }

  .service ul li a {
    width: 80vw;
    position: absolute;
    bottom: 9vw;
    left: 8vw;
    right: 0;
  }

  /*================================
2社間、3社間ファクタリングの違い_description_i
==================================*/
  .description ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .description ul .description-box {
    font-size: 14px;
    margin-top: 0;
    text-align: center;
  }

  .description ul .description-box:nth-of-type(1) {
    margin-right: auto;
  }

  .description ul .description-box img {
    margin: 30px 0;
  }

  .description p {
    text-align: left;
    margin: 0 auto;
  }


  .description ul .description-box img {
    margin: 10px 0;
  }

  .red {
    color: #c60000;
  }

  .blue {
    color: #0d0182;
    padding-top: 40px;
  }

  /*================================
理由_i
==================================*/
  .reason {
    font-size: 2vw;
  }

  /*================================
お問い合わせ_contact_i
==================================*/
  .contact-btn-area {
    display: block;
    justify-content: space-between;
    margin-top: 70px;
    text-align: center;
  }

  .contact-btn-area .img-box:nth-last-of-type(1) {
    margin-top: 50px;
  }

  .contact-btn-area .js-tel:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    cursor: default;
  }






  /*==============================
  年商別ご利用の声_i
==============================*/
  p.year {
    font-size: 2.5vw;
    font-weight: 600;
    padding-bottom: 4px;
  }
  ul.datail h4 {
    font-size: 24px;
    flex-wrap: nowrap;
  }
  span.bold {
    font-weight: 600;
  }
  ul.datail h4 {
    font-size: 4vw;
    border-bottom: 2px solid #c60000;
    line-height: 1.3;
    margin-bottom: 25px;
    display: inline;
    line-height: 1.8;
  }


  ul.datail h4:nth-of-type(1) {
    width: 458px;
  }


  ul.datail {
    display: flex;
  }
  p.s-ttl {
    font-size: 2.8vw;
    ;
    font-weight: 600;
    /*	padding-left: 1.5em;*/
  }
  p.s-ttl:before {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    content: "■";
    color: #c60000;
    font-size: 21px;
    margin-right: 5px;
  }
  ul.datail li:nth-child(2) {
    padding-right: 0;
  }


  .voice-box {
    background-color: #fff;
    box-shadow: 0 0 5px 5px #eee;
    padding: 45px 30px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .sentence ul li {
    padding-bottom: 17px;
  }

  ul.per {
    display: block;
    margin: 35px 0;
  }

  ul.per li {
    display: block;
    padding-right: 0;
  }

  ul.datail {
    display: block;
    justify-content: space-between;
  }

  ul.datail .li-img {
    width: 82vw;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
  .s-box {
    margin-top: 30px;
  }

  .per,
  .s-box {
    font-size: 2.5vw;
  }

  picture.second {
    padding-right: 350px;
  }
  /*================================
お申し込み4ステップ_step_i
==================================*/
  .step {
    display: block;
    text-align: center;
  }

  .step .img-box:nth-of-type(1),
  .step .img-box:nth-of-type(2),
  .step .img-box:nth-of-type(3) {
    margin-bottom: 30px;
  }



/*================================
フォーム_form
==================================*/
.form-section{
	padding-top:25px;	
}
.form-box{
  padding: 55px 0px;
  margin:0 auto 50px auto;
}
.form-list{
	display: block;
	width:680px;
	float:none;
	margin:0 auto;
}
.form-list.chk{
	width:90%;
	float:none;
	margin:0 auto;
}
.form-list>li{
	margin:2em 0;
	clear:both;
}
.form-list>li>span:first-child{
	font-size:100%;
	width:50px;
	margin:10px 25px 0 0;
}

.form-list>li>span:nth-child(2){
	font-size:100%;
	width:140px;
	margin:8px 0 0 0;
}
.form-list>li>span:nth-child(3){
	font-size:100%;
	margin:8px auto 0 auto;
	width:75%;
	float: left;	
}


.form-list>li>textarea,
.form-list>li>input[type=text]{
	width:440px;
	padding:10px;
	font-size:14px;
}
.form-list>li>textarea{
	max-width:440px;
	min-width:440px;	
}

.form-list>li>textarea[placeholder],
.form-list>li>input[placeholder]{
	font-size:14px;
}
.form-list>li>label{
	margin:7px 0px;
	width:65%;
	float:right;
}
.form-list>li>input[type=radio]:checked +label:after{
	font-size:1.6rem;
	top:4px;
	left:-7px;
}


.form-list>li:last-child p>input[type=checkbox]:checked +label:after{
	font-size:1.6rem;
	top:-12px;
	left:-20px;
}
.policy-readme{
	width:650px;
	height:150px;
	padding:14px;
	font-size:14px;
	margin:35px 0 0 0;
}
.form-list>li:last-child p{
	margin-bottom:25px;
}
.form-list>li:last-child p>input[type=checkbox]{
	left:170px;
}
.form-err{
	font-size:14px;
}


}

/*==============================
iPad
==============================*/

@media only screen and (max-width: 768px) {
	home,body{
		max-width:100%;
		overflow-x:hidden;
padding:0;
	}

  .l-mv {
    width: 100%;
    height: 75vw;
/*    background: url(../img/top/ipad_mv_bg_img.jpg) no-repeat;*/
    background-position: center;
    background-size:170% 100%;
    min-width:100%;
    padding-top:0;
  }


  .description p {
    text-align: left;
    /*    margin: 0 11vw;*/
  }

  picture.second {
    padding-right: 133px;
  }


/*================================
フォーム_form
==================================*/
.form-section{
	padding-top:25px;	
}
.form-list{
	display: block;
	width:520px;
	margin:0 auto;
}
.form-list>li>span:first-child{
	font-size:100%;
	margin:10px 7px 0 10px;
}

.form-list>li>span:nth-child(2){
	font-size:100%;
	width:120px;
	margin:10px 0;
}
.form-list>li>span:nth-child(3){
	font-size:100%;
	margin:8px auto 0 auto;
	width:68%;
	float: left;
	padding:0 0 0 1em;
}

.form-list>li>input[type=text]{
	width:300px;
	padding:10px;
	font-size:100%;
	position:relative;
}
.form-list>li>textarea,
.form-list>li>textarea{
	width:480px;
	max-width:480px;
	min-width:480px;
	margin:0 0 0 10px;
}

.form-list>li>textarea[placeholder],
.form-list>li>input[placeholder]{
	font-size:14px;
}
.form-list>li>label{
	margin:1em 30px 1em 215px;
	width: auto;
	clear:both;
	float: none;
	top:-2.5em;
}

.form-list>li>label:last-child{
	margin:2em 30px -2em 215px;
}



.form-list>li>input[type=radio]:checked +label:after{
	font-size:1.6rem;
}

.form-list>li:last-child p>input[type=checkbox]:checked +label:after{
	font-size:1.6rem;
}
.policy-readme{
	width:470px;
	font-size:100%;
	margin-left:10px;
}
.form-err{
	font-size:14px;
}

}

/*==============================
SP
==============================*/

@media only screen and (max-width: 640px) {

  .l-mv {
  display: block;
    height:auto;
    background: url() no-repeat;
    background-size: 100vw;
    margin-top:-2em;
    padding-top:0px;
    min-width: 300px;
  }
  .l-mv:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.l-mv .l-mv-area a.to_contact_bt {
    position:relative;
    display: block;
    bottom: 2em;
    width: 100%;
    height:auto;
}

  .l-mv>.wrap {
    overflow: hidden;
    width:100%;
    margin: 0px auto 0;
    padding: 0;
}


  .l-contents .f24 {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }

  .l-contents .arrow-img {
    width: 10vw;
    margin: 5vw auto 2vw;
    text-align: center;
  }


  /*================================
注意_attention_sp
==================================*/
  .attention {
    padding: 20px 0;
    background-color: #c60000;
  }

  .attention-txt {
    display: block;
    font-size: 3.5vw;
  }

  .attention-txt li:nth-of-type(2) {
    margin-left: 0;
  }

  .attention-txt li .img-box {
    width: 15vw;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }


  /*================================
選べるファクタリングサービス_service_sp
==================================*/
  .service {
    margin-top: 50px;
  }

  .service-ttl {
    line-height: 1.3;
    font-size: 5vw;
  }

  .service ul {
    display: block;
    margin-top: 15px;
    justify-content: space-between;
  }

  .service ul li {
    position: relative;
    margin-bottom: 20px;
  }

  .service ul li a {
    width: 82%;
    position: absolute;
    bottom: 10vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /*================================
2社間、3社間ファクタリングの違い_description_sp
==================================*/
  .description ul {
    display: block;
  }

  .description ul .description-box {
    font-size: 14px;
    margin-top: 0;
    width: 100%;
  }

  .description ul .description-box .box-text {
    text-align: left;
    margin: 0;
  }

  .description ul .description-box:nth-of-type(1) {
    margin-right: 0;
  }


  .description ul .description-box img {
    margin: 10px 0;
  }

  .description p {
    margin: 0;
  }

  .red {
    color: #c60000;
  }

  .blue {
    color: #0d0182;
    padding-top: 35px;
  }

  /*================================
理由_sp
==================================*/
  .reason {
    font-size: 3.5vw;
    text-align: left
  }

  /*================================
お問い合わせ_contact_sp
==================================*/
  .contact .contact-txt li p {
    font-size: 3.5vw;
    font-weight: bold;
    background-image: url(../img/top/icon02.png);
    background-repeat: no-repeat;
    background-size: 7vw;
    margin-bottom: 25px;
    padding: 0 0 0 40px;
  }


  .contact-btn-area {
    display: block;
    justify-content: space-between;
    margin-top: 20px;
  }

  .contact-btn-area .img-box:nth-last-of-type(1) {
    margin-top: 25px;
  }

  .contact-btn-area .js-tel:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    cursor: default;
  }

  /*==============================
  年商別ご利用の声_sp
==============================*/
  p.year {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 4px;
  }
  ul.datail h4 {
    font-size: 24px;
    flex-wrap: nowrap;
  }
  span.bold {
    font-weight: 600;
  }
  ul.datail h4 {
    font-size: 4vw;
    border-bottom: 2px solid #c60000;
    line-height: 1.3;
    margin-bottom: 25px;
    display: inline;
    line-height: 1.8;
  }


  ul.datail h4:nth-of-type(1) {
    width: 458px;
  }


  ul.datail {
    display: flex;
  }
  p.s-ttl {
    font-size: 4vw;
    font-weight: 600;
    /*	padding-left: 1.5em;*/
  }
  p.s-ttl:before {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    content: "■";
    color: #c60000;
    font-size: 21px;
    margin-right: 5px;
  }
  ul.datail li:nth-child(2) {
    padding-right: 0;
  }


  .voice-box {
    background-color: #fff;
    box-shadow: 0 0 5px 5px #eee;
    padding: 20px 20px;
    margin-bottom: 10px;
  }
  .sentence ul li {
    padding-bottom: 17px;
  }

  ul.per {
    display: block;
    margin: 25px 0;
  }

  ul.per li {
    display: block;
    padding-right: 0;
  }

  ul.datail {
    display: block;
    justify-content: space-between;
    width: 100%;
  }

  ul.datail .li-img {
    width: 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
  .s-box {
    margin-top: 25px;
  }

  .per,
  .s-box {
    font-size: 3.5vw;
  }

  picture.second {
    padding-right: 0;
  }

  /*================================
お申し込み4ステップ_step_sp
==================================*/
  .step {
    display: block;
  }

  .step .img-box:nth-of-type(1),
  .step .img-box:nth-of-type(2),
  .step .img-box:nth-of-type(3) {
    margin-bottom: 15px;
  }

  /*================================
会社概要_company_sp
==================================*/
  .company table {
    border: 1px solid #bdbdbd;
    margin: 0 auto;
    width: 100%;
  }

  .company table tr {
    font-size: 16px;
    border-bottom: 1px solid #bdbdbd;
  }

  .company table tr:nth-last-of-type(1) {
    border-bottom: none;
  }

  .company table tr th {
    color: #c60000;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 0 0 15px;
  }

  .company table tr td {
    padding: 0px 0 8px 15px;
  }

  .company table tr th,
  .company table tr td {
    display: block;
  }






/*================================
フォーム_form
==================================*/
.form-section{
	padding-top:25px;	
}
.ttl.form-ttl{
	height:70px;
}
.ttl.form-ttl p{
	padding:20px 0;
}
.form-box{
	padding:30px 0;	
}
.form-box.chk{
	padding:25px 0;	
}
.form-list{
	display: block;
	width:90%;
	margin:0 auto;
}
.form-list>li{
	margin:0 0 1em 0;	
}
.form-list>li>span:first-child{
	font-size:100%;
	margin:10px 7px 0.5em 0;
	padding:1px 10px;
	font-size:1.2rem;
}


.form-list>li>label{
	margin:0 auto;
	padding:0;
	width:70%;
	min-width:70%;
	left:0;
	clear:both;
	float: none;
	display:block;
	top:1em;
}

.form-list>li>label:last-child{
	margin:2em auto 1em auto;
	padding:0;
	width:70%;
	min-width:70%;
	left:0;
	clear:both;
	float: none;
	display:block;
	top:0;
}


.form-list>li>span:nth-child(2){
	font-size:100%;
	width:75%;
	margin-bottom:0.5em;
}
.form-list>li>span:nth-child(3){
	font-size:100%;
	margin:8px auto;
	width:100%;
	display:block;
	float:none;
	clear:both;
	padding:1em 0;
}

.form-list>li>textarea,
.form-list>li>input[type=text]{
	clear:both;
	margin:1em auto;
	width:100%;
	padding:3%;
	font-size:100%;
}
.form-list>li>textarea{
	max-width:100%;
	min-width:100%;	
	width:100%;
	padding:3%;
	margin:1em auto;
}

.form-list>li>textarea[placeholder],
.form-list>li>input[placeholder]{
	font-size:14px;
}

.policy-readme{
	width:100%;
	padding:3%;
	font-size:100%;
	font-size:1.2rem;
	margin:0;
}
.form-list>li:last-child{
	margin-top:1em;
}
.form-list>li:last-child p>a,
.form-err{
	margin:1em 0;
	font-size:14px;
}
.form-list>li:last-child>p:nth-last-child(2){
	font-size:14px;
}
.form-list>li:last-child>p:nth-last-child(1)>input{
	width:100%;	
}

.form-list>li>label:before{
	font-size:2rem;
	top:-5px;
}
.form-list>li:last-child>label{
	margin:0.5em 0 0.5em 0;
	left:25%;
	width:70%;
	display:block;
	clear:both;
}
.form-list>li:last-child p>label{
	font-size:1.2rem;	
}
.form-list>li:last-child p>label>i{
	left:-12px;
	top:1px;
	position:relative;	
}

.form-list>li:last-child p>input[type=submit]{
	border:none;
	background-image:url(../img/top/form_btn.jpg);
	background-position:center top;
	width:93%;
	height:70px;
	display:block;
	margin:0 auto;
	overflow: hidden;
	 text-indent: 110%;
	 max-width:93%;
}
.form-list>li:last-child p>input.sendmail{
	background-image: url(../img/module/sendmail.jpg);
}

.form-list>li:last-child p{
	margin:2em 0 ;	
}
.form-list>li:last-child{
	margin:0;	
}


}



/*-SP版終わり-*/
