@charset "UTF-8";

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Lato',"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}*/

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1281c6;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s ease 0s;
}
a:hover {
  color: #001a4d;
  text-decoration: none;
}
a:active {
  color: #001a4d;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'Lato', "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}


/*-------------------------------------------------------------------------------------------------------*/
.no11{
color:#666666;
font-size: 0.8em;
}
section{
    padding: 50px 0;
}
@media (max-width: 576px) {
section{
    padding: 30px 0;
}
}

/* Edge対策 画面幅で電話番号リンク無効有効の切り替え */
a[href*="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

h2{
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
h3{
    text-align: center;
    font-weight: bold;
}
.br_sp{
    display: none;
}
@media (max-width: 576px) {
.br_sp{
    display: block;
}
}

.inner{
    margin: 30px 0 0 0;
}
.w80{
    width: 80%;
    margin: 0 auto;
}
.icon{
    display: inline-block;
    padding-right: 5px;
}
.line_yellow{
  background: linear-gradient(transparent 60%, #ff0 0%);
}
.line_pink{
  background: linear-gradient(transparent 60%, #ffcccc 0%);
}
.line_green{
  background: linear-gradient(transparent 60%, #78ff00 0%);
}
.line_blue{
  background: linear-gradient(transparent 60%, #99ffff 0%);
}
.line_orange{
  background: linear-gradient(transparent 60%, #ffc6a3 0%);
}
.text_td{
    color: #001a4d;
}
.olive{
   color: #bcb201;
}
/* --- 追従ヘッダー --- */
#mainNav{
    background-color: #ffffff;
    height: 80px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top {
        background-color: #ffffff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#mainNav img{
    height: 60px;
}
#mainNav .pc_tel_1{
    display: inline-block;
    padding: 11px 20px;
    background-color: #001a4d;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.0em;
    border-radius: 2px;
    font-size: 1.2em;
    margin-right: 10px;
    height: 64px;
}
#mainNav .pc_tel_1 span{
    font-size: 0.6em;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#mainNav .pc_tel_2{
    display: inline-block;
    padding: 15px 20px;
    background-color: #ffcf03;
    color: #000000;
    font-weight: bold;
    border-radius: 2px;
    font-size: 1.2em;
    height: 64px;
}
#mainNav .pc_tel_2:hover{
    background-color: #ff6600;
    color: #000000;
}
#mainNav .pc_tel_2:active{
    background-color: #ff6600;
    color: #000000;
}

@media (max-width: 576px) {
#mainNav{
    height: 40px;
    text-align: center;
    position: static;
    padding: 0;
}
#mainNav img {
    width: 50%;
    margin: 0 auto;
    height: auto;
}
}

/* --- ファーストビュー --- */
#fv_pc{
display: block;
  padding: 100px 0 0 0;
  background-image: url(../img/bg_fv@2x.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}
#fv_pc h2{ 
    margin-bottom: 0;
}
#fv_sp{
    display: none;
}
#fv_pc img{
  width: 100%;
}
@media (max-width: 576px) {
#fv_pc{
    display: none;
    }
#fv_sp{
    display: block;
    padding: 20px 0 0 0;
  background-image: url(../img/bg_fv@2x.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
}
#fv_sp h2{ 
    margin-bottom: 0;
}
#fv_sp img{
  max-width: 100%;
}
.con_sp_photo{
        display: flex;
        justify-content: space-around;
    } 
.con_sp_photo .model{
    margin-left: -20px;
    } 
}

/* --- 中小企業のためのファクタリング --- */
#service{
    background-color: #ffffff;
    padding: 0;
}
#service .service_left{
    padding: 40px 30px;
    background-color: #faff75;
}
#service .service_right{
    padding: 40px 30px;
}
#service img{
    width: 90%;
    margin: 0 auto;
}
#service h2{ 
    margin-bottom: 0;
}
h2.title{
    width: 90%;
    padding: 20px;
    background-color: #001a4d;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
}
h2.title span{
    color: #faff75;
    font-size: 2.2rem;
    padding: 0 5px;
}
@media (max-width: 576px) {
h2.title{
    width: 100%;
    padding: 10px;
    background-color: #001a4d;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}
h2.title span{
    color: #faff75;
    font-size: 1.4rem;
    padding: 0 5px;
}
#service .service_left{
    padding: 20px 20px;
    text-align: center;
}
#service .service_right{
    padding: 30px 20px;
    background-color: #ffffff;
}
}

/* --- 4つのメニュー --- */
#gmenu{
    background-color: #ff6600;
    position: relative;
}
#gmenu:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
}
#gmenu h3{
    background-color: #ffffff;
    font-size: 1.1em;
    line-height: 2.2em;
    height: 2.2em;
    color: #001a4d
}
#gmenu h3:hover{
    text-decoration-line: none;
    color: #007fbf;
    transition: all 0.4s ease 0s;
}
#gmenu .service_inner{
    margin: 0 6px;
    border: 4px solid #ff6600;
}
.effect-scale {
    margin: 0;
    overflow: hidden;
    width: auto;
    height: auto;
}
.effect-scale img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.effect-scale img:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 576px) {
#gmenu{
    position: relative;
    padding: 15px;
}
#gmenu:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}
#gmenu h3{
    background-color: #ffffff;
    font-size: 1.2em;
    line-height: 2.4em;
    height: 2.4em;
}
#gmenu h3:active{
    text-decoration-line: none;
    color: blue;
}
#gmenu .service_inner{
    margin: 0;
    border: 4px solid #ff6600;
}
.effect-scale {
    display: none;
}
}

/* --- フォーム ---*/
#form{
    padding: 60px 0;
    background-color: #ff6600;
    background-image: url(../img/bg_dot.svg);
    background-repeat: repeat-x;
    background-position: bottom;
}
#form .form_div {
    border: none;
    background-color: #ffffff;
    padding: 60px 40px 40px 40px;
    max-width: 800px;
    margin: 0 auto;
}
#form .input01 {
    padding: 0.8em;
    border: none;
    border-radius: 2px;
    background-color: #f7f7f7;
    width: 100%;
}
.toform {
    margin: 30px 0;
    padding: 15px 50px;
    background-color: #ffcf03;
    border-radius: 4px;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    transition: all 0.4s ease 0s;
}
.toform:hover {
    background-color: #ff6600;
    color: #000000;
}
@media (max-width: 576px) {
#form{
    padding: 60px 0;
    background-color: #ff6600;
    background-image: url(../img/bg_dot.svg);
    background-repeat: repeat-x;
    background-position: bottom;
}
#form h2{
  font-size: 1.6em;
}
#form .form_div {
    border: none;
    background-color: #ffffff;
    padding: 30px 10px 20px 10px;
    max-width: none;
    margin: 0;
}
#form .input01 {
    padding: 0.8em;
    border: none;
    border-radius: 2px;
    background-color: #f7f7f7;
    width: 100%;
}
.toform {
    margin: 30px 0;
    padding: 15px 50px;
    background-color: #ffcf03;
    border-radius: 4px;
    color: #000000;
    font-size: 2.4em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    transition: all 0.4s ease 0s;
}
.toform:active {
    background-color: #ff6600;
    color: #000000;
}
}

/* --- フォーム下部 ---*/
#form2{
    padding: 60px 0;
    background-color: #ff6600;
    background-image: url(../img/bg_dot.svg);
    background-repeat: repeat-x;
    background-position: bottom;
}
#form2 .form_div {
    border: none;
    background-color: #ffffff;
    padding: 60px 40px 40px 40px;
    max-width: 800px;
    margin: 0 auto;
}
#form2 .input01 {
    padding: 0.8em;
    border: none;
    border-radius: 2px;
    background-color: #f7f7f7;
    width: 100%;
}
@media (max-width: 576px) {
#form2{
    padding: 60px 0;
    background-color: #ff6600;
    background-image: url(../img/bg_dot.svg);
    background-repeat: repeat-x;
    background-position: bottom;
}
#form2 h2{
  font-size: 1.6em;
}
#form2 .form_div {
    border: none;
    background-color: #ffffff;
    padding: 40px 15px 30px 15px;
    max-width: none;
    margin: 0;
}
#form2 .input01 {
    padding: 0.8em;
    border: none;
    border-radius: 2px;
    background-color: #f7f7f7;
    width: 100%;
}
}

/* --- ファクタリングとは ---*/
#what p{
    padding: 20px 80px;
}
#what .pie{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#what .pie img{
    max-width: 100%;
}
@media (max-width: 576px) {
#what p{
    padding: 15px;
}
#what .pie{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#what .pie img{
    max-width: 100%;
}
}

/* --- ファクタリングが選ばれる理由 ---*/
#merit .inner{
    padding: 30px;
}
#merit h2.title{
    margin-bottom: 0;
    width: 100%;
    padding: 12px;
    background-color: #001a4d;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
}
#merit h3{
    background-color: #faff75;
    padding: 10px 0;
    font-size: 1.4em;
}
#merit h3 span{
    color: #de002a;
}
#merit img{
    width: 100%;
}
#merit .timing{
    background-color: #faff75;
    padding: 15px 0;
    margin: 0;
}
#merit .timing span{
    color: #de002a;
}
#merit .timing_div p{
margin: 20px 10px 30px 10px;
}
#merit .gray{
    background-color: #cccccc;
    padding: 20px 20px 40px 20px;
}
#merit .green{
   padding: 10px;
   margin: 10px;
   background-color: #ffffff;
}
#merit .green_inner{
    position: relative;
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #259800;
}
#merit .circle{
    position: absolute;
    top: -20px;
    left: -20px;
    display: inline-block;
    background-color: #259800;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
}
@media (max-width: 576px) {
#merit h2.title{
    margin-bottom: 0;
}
#merit h3{
    background-color: #faff75;
    padding: 10px 0;
    font-size: 1.0em;
}
#merit h3 span{
    color: #de002a;
}
#merit img{
    width: 100%;
}
    
#merit .inner{
  padding: 0;
}
#merit .timing{
    background-color: #faff75;
    padding: 10px 0;
    margin: 0;
}
#merit .timing span{
    color: #de002a;
}
#merit .gray{
    background-color: #ffffff;
    padding: 10px;
}
#merit .green{
   padding: 10px;
   margin: 10px;
   background-color: #ffffff;
}
#merit .green_inner{
    position: relative;
    padding: 20px 20px 5px 20px;
    border-radius: 6px;
    border: 2px solid #259800;
    text-align: center;
}
#merit .circle{
    position: absolute;
    top: -20px;
    left: -20px;
    display: inline-block;
    background-color: #259800;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
}
}

/* --- 選べる２つの契約方法 ---*/
#pay{
    background-color: #faff75;
}
#pay table{
    margin-top: 30px;
}
#pay h3.t_red{
    background-color: #ffffff;
    color: #de002a;
    border-left: 3px solid #de002a;
    font-size: 1.2em;
    line-height: 2em;
    height: 2em;
    text-align: left;
    padding-left: 0.5em;
}
#pay h3.t_blue{
    background-color: #ffffff;
    color: #007fbf;
    border-left: 3px solid #007fbf;
    font-size: 1.2em;
    line-height: 2em;
    height: 2em;
    text-align: left;
    padding-left: 0.5em;
}
/* --- IE SVG表示対応 --- */
#pay .fig img {
    max-width: 100%;
    height: auto;
}
/* CSSハック や ユーザーエージェント判定での切り替え[ID : 732] を利用してIEのみに反映することを推奨 */
#pay .fig img[src$=".svg"] {
    width: 100%;
}
/* 親要素にサイズ指定 */
#pay .fig {
    width: 200px;
}
/* --- END IE SVG表示対応 --- */

#pay .border_red{
    border: 2px solid #de002a;
    border-radius: 8px;
    padding: 1em;
    background-color: #ffffff;
    margin-top: 2em;
}
#pay .pay_red{
    background-color: #d00000;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    height: 6em;
}
#pay .pay_red .left{
    color: #ffffff;
    padding: 15px 20px;
    width: 45%;
    font-size: 1.2em;
}
#pay .pay_red .right{
    background-color: #de002a;
    color: #ffffff;
    padding: 15px 20px;
    width:55%;
}

#pay .border_blue{
    border: 2px solid #007fbf;
    border-radius: 8px;
    padding: 1em;
    background-color: #ffffff;
    margin-top: 2em;
}
#pay .pay_blue{
    background-color: #004263;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    height: 6em;
}
#pay .pay_blue .left{
    color: #ffffff;
    padding: 15px 20px;
    width: 45%;
    font-size: 1.2em;
}
#pay .pay_blue .right{
    background-color: #007fbf;
    color: #ffffff;
    padding: 15px 20px;
    width:55%;
}
@media (max-width: 576px) {
#pay{
    background-color: #faff75;
}
#pay h3{
    background-color: #ffffff;
    color: #de002a;
    border-left: 3px solid #de002a;
    font-size: 1.4em;
    line-height: 2em;
    height: 2em;
    text-align: left;
    padding-left: 0.5em;
}
#pay .border_red{
    border: 2px solid #de002a;
    border-radius: 8px;
    padding: 1em;
    background-color: #ffffff;
    margin-top: 2em;
}
#pay .pay_red{
    background-color: #d00000;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    flex-direction: column;
    height: auto;
}
#pay .pay_red .left{
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    width: 100%;
    font-size: 1.2em;
}
#pay .pay_red .right{
    text-align: center;
    background-color: #de002a;
    color: #ffffff;
    padding: 15px 20px;
    width: 100%;
}
#pay .border_blue{
    border: 2px solid #007fbf;
    border-radius: 8px;
    padding: 1em;
    background-color: #ffffff;
    margin-top: 0;
}
#pay .pay_blue{
    background-color: #004263;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    height: auto;
}
#pay .pay_blue .left{
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    width: 100%;
    font-size: 1.2em;
}
#pay .pay_blue .right{
    text-align: center;
    background-color: #007fbf;
    color: #ffffff;
    padding: 15px 20px;
    width: 100%;
}
}

/* --- 当機構３つのポイント ---*/
#point{
  background-image: url(../img/bg_b@2x.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#point .point1{
    color: #007fbf;
}
#point .point2{
    color: #de002a;
}
#point .point3{
    color: #ff6600;
}
#point .pointwh{
    background-color: #ffffff;
    margin: 0 10px;
    padding: 20px;
}
#point h3{
    margin-top: 5px;
    margin-bottom: 20px;
}
#point h3 .blue{
    background-color: #007fbf;
    color: #ffffff;
    font-size: 0.8em;
    padding: 5px 12px;
    border-radius: 6px;
}
#point h3 .red{
    background-color: #de002a;
    color: #ffffff;
    font-size: 0.8em;
    padding: 5px 12px;
    border-radius: 6px;
}
#point h3 .orange{
    background-color: #ff6600;
    color: #ffffff;
    font-size: 0.8em;
    padding: 5px 12px;
    border-radius: 6px;
}
@media (max-width: 576px) {
#point{
  background-image: url(../img/bg_b@2x.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
#point .point1{
    color: #007fbf;
}
#point .point2{
    color: #de002a;
}
#point .point3{
    color: #ff6600;
}
#point .pointwh{
    background-color: #ffffff;
    margin: 10px 15px;
    padding: 20px;
    border-bottom: 1px dotted #cccccc;
}
#point h3{
    margin-top: 5px;
    margin-bottom: 20px;
}
#point h3 .blue{
    background-color: #007fbf;
    color: #ffffff;
    font-size: 0.8em;
    padding: 5px 12px;
    border-radius: 6px;
}
#point h3 .red{
    background-color: #de002a;
    color: #ffffff;
    font-size: 0.8em;
    padding: 5px 12px;
    border-radius: 6px;
}
#point h3 .orange{
    background-color: #ff6600;
    color: #ffffff;
    font-size: 0.8em;
    padding: 5px 12px;
    border-radius: 6px;
}
}

/* --- 比較でわかる当機構の特色 ---*/
#features{
    background-color: #faff75;
}
#features img{
    max-width: 50%;
}
#features ul{
    margin-top: 30px;
}
#features ul li{
    list-style: none;
    line-height: 2.2em;
}
#features h4{
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    background-color: #007fbf;
    margin: 0 auto;
    font-weight: bold;
    color: #ffffff;
}
#features .comA{
    background-color: #cccccc;
    padding: 30px 20px;
    margin: 20px 0;
}
#features .comJ{
    background-color: #FFFFFF;
    border: 6px solid #ff1d00;
    padding: 30px 20px;
}
#features .comJ ul li{
    font-weight: bold;
    line-height: 2.0em;
}
#features .comJ ul li span{
    font-weight: bold;
    color: #ff1d00;
    font-size: 1.4em;
}
#features .comJ h4{
    width: 100%;
    display: inline-block;
    padding: 0;
    background: none;
    margin: 0 auto;
    font-weight: bold;
}
#features .comB{
    background-color: #cccccc;
    padding: 30px 20px;
    margin: 20px 0;
}
@media (max-width: 576px) {
#features{
    background-color: #faff75;
    padding: 30px 20px;
}
#features .comJ{
    background-color: #FFFFFF;
    border: 6px solid #ff1d00;
    padding: 30px 10px;
}
}

/* --- 必要な資料 ---*/
#docs .photo img{
   max-width: 100%;
}
#docs .bg_green{
    background-image: url(../img/bg_green.svg);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    background-color: #ffffff;
    height: 140px;
    position: relative;
    padding-top: 20px;
}
#docs .dotline{
    border-top: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;
}
#docs .dotlineleft{
    border-left: 1px dotted #cccccc;
}
#docs .strong{
    color: green;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: bold;
    display: inline-block;
    border: 2px solid green;
    border-radius: 6px;
    padding: 8px 10px;
    margin: 5px 0 0 0;
}
#docs .strong span{
    font-size: 0.8em;
}
#docs .docs_no{
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 1.4em;
    color: aquamarine;
    font-weight: bold;
}

/* --- 資金調達までの流れ ---*/
#step .inner_gray{
    position: relative;
    background-color: #f4f4f4;
    margin: 0 10px;
}
#step .inner_gray p{
   padding: 1em;
}
#step h3{
    background-color: #ff1d00;
    text-align: left;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    color: #ffffff;
    padding-left: 40px;
}
#step .step_num{
    position: absolute;
    top:-3px;
    left: -10px;
    display: inline-block;
    background-color: yellow;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #bcb201;
    font-weight: bold;
    font-size: 1.4em;
}
@media (max-width: 576px) {
#step .inner_gray{
    position: relative;
    background-color: #f4f4f4;
    margin: 0 10px;
}
#step .inner_gray p{
   padding: 1em;
}
#step h3{
    background-color: #ff1d00;
    text-align: left;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    color: #ffffff;
    padding-left: 40px;
}
#step .step_num{
    position: absolute;
    top:-3px;
    left: -10px;
    display: inline-block;
    background-color: yellow;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    color: #bcb201;
    font-weight: bold;
    font-size: 1.4em;
}
}


/* --- よくあるご質問 ---*/
#faq{
    background-image: url(../img/bg_faq@2x.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#faq ul li {
    list-style: none;
    line-height: 1.8em;
}
#faq .fq{
    font-size: 1.8em;
    font-weight: bold;
    color: #001a4d;
    padding-right: 8px;
    margin-left: -1em;
}
#faq .fans{
    font-size: 1.8em;
    font-weight: bold;
    color: #259800;
    padding-right: 8px;
    margin-left: -1em;
}
@media (max-width: 576px) {
#faq{
    background-image: url(../img/bg_faq@2x.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
#faq ul li {
    list-style: none;
    line-height: 1.8em;
}
#faq .fq{
    font-size: 1.8em;
    font-weight: bold;
    color: #001a4d;
    padding-right: 8px;
    margin-left: -1em;
}
#faq .fans{
    font-size: 1.8em;
    font-weight: bold;
    color: #259800;
    padding-right: 8px;
    margin-left: -1em;
}
}

/* --- 代表挨拶 ---*/
#aboutjfsa{
    background-color: #ededed;
}
#aboutjfsa h2{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
#aboutjfsa h2 span{
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    border-top: 2px solid #007fbf;
    border-bottom: 2px solid #007fbf;
}
#aboutjfsa h2 span img{
    margin-right: 5px;
}
.aboutjfsa_white{
    background-color: #ffffff;
    padding: 60px 40px 40px 40px;
}
@media (max-width: 576px) {
#aboutjfsa{
    background-color: #ededed;
}
.aboutjfsa_white{
     background-color: #ffffff;
   padding: 40px 20px;
}
}

/* --- 会社概要 ---*/
#company{
    background-image: url(../img/bg_company.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
#company table{
    margin: 0 auto;
}
#company table .td_l{
   padding: 10px 30px 10px 10px;
}
#company .company_right{
    padding: 2em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5));
}
@media (max-width: 576px) {
#company{
    background-image: url(../img/bg_company.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    padding: 30px 0 80px 0;
}
#company table{
    margin: 0;
    width: 100%;
}
#company table .td_l{
       padding: 0 10px 0 0
}
#company .company_right{
    padding: 1em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
}
}


/* --- トップへ戻るボタン ---*/
#fixednav_top {
    position: fixed;
    z-index: 10;
    bottom: 60px;
    right: 30px;
}
#fixednav_top #gototop {
    display: inline-block;
    background-color: #001a4d;
    font-size: 1.6em;
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    transition: all 0.3s ease 0s;
}
#fixednav_top #gototop:hover {
    background-color: #007fbf;
}
@media (max-width: 576px) {
#fixednav_top {
    position: fixed;
    z-index: 10;
    bottom: 65px;
    right: 5px;
}
#fixednav_top #gototop {
    display: inline-block;
    background-color: #001a4d;
    font-size: 1.4em;
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    transition: all 0.3s ease 0s;
}
#fixednav_top #gototop:active {
    background-color: #007fbf;
}
}

/* --- フッター ---*/
footer.chusho{
    background-color: #001a4d;
    color: #ffffff;
    padding: 20px 0;
}
.sp_footer{
    display: none;
 }
@media (max-width: 576px) {
footer.chusho{
    background-color: #001a4d;
    color: #ffffff;
    padding: 5px 0;
    font-size: 0.8em;
}
.sp_footer{
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    padding: 10px 20px 10px 5px;
    background-color: #ffffff;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
 }
    .sp_footer .container{
        padding: 0;
 }
.sp_footer img{
    max-width: 100%;
 }
.sp_tell_1{
    display: inline-block;
    padding: 8px 8px;
    background-color: #001a4d;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 2px;
    font-size: 0.9em;
    }
.sp_tell_1:active{
    background-color: #007fbf;
    color: #ffffff;
    }

.sp_tell_2{
    display: inline-block;
    padding: 8px 8px;
    background-color: #ffcf03;
    color: #000000;
    font-weight: bold;
    border-radius: 2px;
    font-size: 0.9em;
    }
}


/* ---------------- セカンドページ ------------------------*/

#second .container p {
    text-align: center;
}
#second .row{
display: flex;
justify-content: space-between;
}
@media (max-width: 576px) {
#second .container p {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.toform {
    margin: 30px 0;
    padding: 15px 50px;
    background-color: #ffcf03;
    border-radius: 4px;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    transition: all 0.4s ease 0s;
}
}
