@charset "utf-8";

*{
    box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-family: UD Shin Go Conde90 L,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: bottom;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-align: center;
}
li{
    list-style: none;
}

#wrap{
    width: 1200px;
    margin: 0 auto;
}
.mb-40{
    margin-bottom: 40px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    text-align: center;
}
.wrap-back{
    background: linear-gradient(-45deg, #7bc426 25%, #64ba00 0, #64ba00 50%, #7bc426 0, #7bc426 75%, #64ba00 0);
    background-size: 20px 20px;
    padding: 50px 100px 30px;
}
#wrap-cont, #form3-list li{
    background-color: #fff;
    border: 4px solid #fc0;
    border-radius: 10px;
    padding: 30px;
    margin-left:-10px;
    margin-right:25px;
}
#wrap-cont h1{
    color: #090;
    margin: 0 0 25px 0;
    font-size: 2rem;
}
#wrap-cont h2{
    margin: 0 0 50px 0;
    font-size: 1.8rem;
    font-weight: normal;
}
#wrap-cont p{
    margin: 0 0 25px 0;
}
.ex{
    color: #090;
}

/* Top */
.top-link-area{
    width: 100%;
    height: 260px;
    background: url("../images/start-back.jpg") no-repeat;
    text-align: center;
}
.top-link-area img{
    width: 526px;
    height: 146px;
    margin-top: 60px;
}
.top-f-link-area{
    width: 100%;
    height: 440px;
    background: url("../images/top-f-back.jpg") no-repeat;
    text-align: center;
}
.top-f-link-area img{
    width: 526px;
    height: 146px;
    margin-top: 230px;
}

/* Form */
#form-area{
    width: 100%;
    padding: 0 30px 20px;
    background-color: #005ac8;
}
#form-area #form-title{
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
}
#form-area .swiper-container{
    width: 100%;
}
#form-area .swiper-wrapper{
    background-color: #fff;
}
#form-area .swiper-slide{
    width: 100%;
    padding: 8px;
}
#form-area .swiper-slide-active{
    background-color: #fff;
}
#form-area .form-cont{
    padding: 20px 0;
}
#form-area .form-nav{
    width: 100%;
    height: auto;
}
#form-area .form-prev{
    display: block;
    margin-left: 20px;
    color: #005ac8;
}
#form-area h1{
    font-size: 3rem;
    color: #e96400;
    text-align: center;
    margin: 10px 0;
}
#form-area h2{
    color: #1a1a1a;
    text-align: center;
    margin: 10px 0 30px;
}
#form-area h2 span{
    color: #e96400;
}
#form-area #form-debt-area{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
#form-debt-area input{
    border: 2px solid #64ba00;
    padding: 15px;
    width: 300px;
    text-align: right;
    font-size: 2rem;
}
#form-area #form-list{
    width: 80%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
#form-area #form-list li{
    display: inline-block;
    width: 24%;
    margin: 0 0.2% 30px;
}
#form-area #form-list button{
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #64ba00;
    border-radius: 5px;
    width: 100%;
    padding: 25px 0;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
#form-area .form-next{
    display: block;
    width: 300px;
    margin: 40px auto 20px;
}
.form-next img{
    width: 100%;
    height: auto;
}
#form-area .form-table{
    width: 65%;
    margin: 0 auto;
}
.form-table th{
    width: 45%;
}
#form-area .q3-2{
    display: none;
}
#form-area #debt-req{
    display: none;
    text-align: center;
    color: #f00;
}
#form-area #form-6-title{
    width: 70%;
    margin: 0 auto 30px;
}
#form-6-title img{
    width: 100%;
    height: auto;
}
#form-area #email-req,
#form-area #phone-req{
    display: none;
    text-align: center;
    color: #f00;
}
.circle{
    color: #005ac8;
}
#f-submit{
    width: 300px;
    margin: 30px auto 0;
    display: block;
}
#f-submit img{
    width: 100%;
    height: auto;
}

.f-submit{
    width: 300px;
    margin: 30px auto 0;
    display: block;
}
.f-submit img{
    width: 100%;
    height: auto;
}


form table{
    width: 100%;
}
form table th{
    text-align: left;
    font-size: 1.8rem;
    width: 60%;
    padding: 12px;
    vertical-align: top;
}
form table td input[type="text"], form table td input[type="email"], form table td input[type="tel"], form table td input[type="number"], form table td select{
    border: 2px solid #64ba00;
    padding: 10px;
    width: 100%;
}
form table td input[type="number"]{
    width: 70%;
}
form table td label{
    margin-right: 30px;
}
form table td textarea{
    border: 2px solid #6c0;
    padding: 8px;
    width: 100%;
    height: 100px;
}
#form3-list{
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}
#form3-list li{
    width: 48%;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
#form3-list li:nth-child(odd){
    float: left;
    clear: both;
}
#form3-list li:nth-child(even){
    float: right;
}
.form3-list-img{
    float: left;
    width: 30%;
}
.form3-list-img img{
    width: 100%;
    height: auto;
}
.form3-list-cont{
    float: right;
    width: 65%;
}
.form3-list-cont p{
    margin: 0 0 2px 0;
}
.form3-list-cont img{
    position: absolute;
    bottom: 20px;
}

.form3-name2{
	font-size : 11pt;
}

/* footer */
footer #f-note{
    color: #333;
    background-color: #e6e6e6;
    text-align: center;
    margin: 5px 0 0;
    padding: 20px;
}
footer nav{
    width: 100%;
    padding: 5px 0;
}
footer nav ul{
    overflow: hidden;
    margin: 0;
    padding: 0;
}
footer #col-2 li{
    list-style: none;
    width: 598px;
    background-color: #ffc;
}
footer #col-3 li{
    list-style: none;
    width: 33%;
    background-color: #ffc;
}
footer #col-3 li:nth-child(2){
    margin: 0 0.5%;
}
footer li a{
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #090;
    text-decoration: none;
    text-align: center;
}
footer small{
    color: #fff;
    background-color: #090;
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}


#customer_list{
  height: auto;
  overflow: hidden;
  position: relative;
  background:white;
  border-radius: 20px;
  margin-top:20px;
}

#customer_list li.note{
  margin:15px 10px 0 10px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

/* no office */
#no_office{
  position: relative;
  text-align-last: center;
  vertical-align: middle;
  height: 100%;
}
#no_office .table{
  display: table;
  width: 100%;
  height: 100%;
}
#no_office .table_cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#no_office .title{
  margin:0 180px 30px 180px;
  padding:0.5em 1em;
  background: #999;
  color: #fff;
  text-align-last: center;
  border-radius: 20px;
}
#no_office p{
  margin-top:1em ;
  text-align:center;
  font-size: 16px;
  line-height: 1.6;
}

#no_office .houterasu{
  margin:20px auto;
  border-radius: 10px;
  padding: 0px 60px 15px 60px;
  border:2px solid #F06C00;
  display: inline-block;
}
#no_office .logo{
  margin:10px auto;
  width: 200px;
  text-align:center;
  display: block;
}
#no_office img{
  width: 100%;
  height: auto;
}
#no_office .houterasu .note{
  font-size: 12px;

}

#loader{
  margin: -25px 0 0 -25px;
  position: fixed;
  left:50%;
  top:50%;
  background: #fff;
  padding: 10px;
  border-radius: 25px;
  z-index: 10;
}

